Thread: Detecting event
View Single Post
03/21/23, 05:52 PM   #7
Shuba00
 
Shuba00's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2023
Posts: 18
Originally Posted by ExoY View Post
Afaik those two events have something to do when the player summons pets (maybe also assistants and such)

There is no specific event for unit spawns as you described.

Sometimes a EVENT_COMBAT_EVENT is triggered, indicating a unit spawn.
I think there is a more generic id used in multiple cases and it can also be case specific e.g. abomination spawns in RG.

However those are situation where adds are summoned within a fight. I dont know how it is done in Maelstrom. You can record events during a spawn using zgoo or torchbug and check, if there is any other event triggered.

Anyhow this would need a case to case investigation anyways.

Afaik maelstrom spawns are triggered by the death of certain units, so you can track those deaths if you get a little creative.
I can track when an enemy of the wave die, but i wanted to track when a certain unit spawn, like troll in fifth arena. Gonna try somethings
  Reply With Quote