Maintenance for the week of September 29:
• [IN PROGRESS] PC/Mac: NA and EU megaservers for patch maintenance – September 29, 4:00AM EDT (8:00 UTC) - 9:00AM EDT (13:00 UTC)
· Xbox: NA and EU megaservers for patch maintenance – October 1, 8:00 UTC (4:00AM EDT) - 16:00 UTC (12:00PM EDT)
· PlayStation®: NA and EU megaservers for patch maintenance – October 1, 8:00 UTC (4:00AM EDT) - 16:00 UTC (12:00PM EDT)
We are currently investigating connection issues some players are having on the North American and European megaservers. We will update as new information becomes available.
Problem with EVENT_EFFECT_CHANGED Portal Spawn
Hello, i have a problem with tracking the Portal Spawn, before some updates i was tracking the portal spawn as below (the event was registered under EVENT_EFFECT_CHANGED)
if effectName == "Portal Spawn" and unitName == "Clockwork Sentry" then
counterCurrStageArena = counterCurrStageArena +1
MAHelper.SetText("Clockwork Sentry spawned! Kill it!")
do return end
end
now i don't know why, this is not working anymore.
Does anyone have some advice?
I tried with EVENT_COMBAT_EVENT, but i cannot retrieve the name of the mob.
Thank you in advance