- Joined
- Feb 22, 2009
- Messages
- 264
I want to make my hero explode when they die and deal damage to enemies.
Got the damage thing but I couldn't get the effect going.
I need a generic life event because generic unit dies does not account for reincarnation.
Basically, I need an event for this event.
Got the damage thing but I couldn't get the effect going.
I need a generic life event because generic unit dies does not account for reincarnation.
Basically, I need an event for this event.
-
Mannoroth death
-

Events
-

Conditions
-

Actions
-


Set Mannoroth = (Triggering unit)
-


Set CasterPos = (Position of Mannoroth)
-


Special Effect - Create a special effect at CasterPos using Objects\Spawnmodels\Other\NeutralBuildingExplosion\NeutralBuildingExplosion.mdl
-


Special Effect - Set Scale of (Last created special effect) to 1.50
-


Special Effect - Destroy (Last created special effect)
-


Custom script: call RemoveLocation(udg_CasterPos)
-
-



