Thread: Detecting event
View Single Post
03/22/23, 05:28 PM   #9
Shuba00
 
Shuba00's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2023
Posts: 20
Ok i found it finally, as u suggested to use zgoo, i scrolled every event stopping when unit spawned, and found out that i can track portal spawn with that eventManager:

EVENT_MANAGER:RegisterForEvent(Shuba.name .."spawn", EVENT_EFFECT_CHANGED, Shuba.CombatEvent)

finally did it, thanks all
  Reply With Quote