Ok i need help with this spell, its a land mine based spell, but at the moment it isnt doing any damage, im not to sure about the triggers
-
Fire Trap Copy Copy
-
Events
- Unit - A unit Dies
-
Conditions
- (Unit-type of (Dying unit)) Equal to Fire Trap
-
Actions
- Set Magefrostpoint = (Position of (Triggering unit))
- Special Effect - Create a special effect at Magefrostpoint using war3mapImported\NewMassiveEX.mdx
- Set SpecialFX = (Last created special effect)
- Set FireTrap_Caster = (Summoning unit)
-
Unit Group - Pick every unit in (Units within 500.00 of (Position of (Triggering unit)) matching ((((Matching unit) is alive) Equal to True) and ((((Matching unit) is A structure) Equal to False) and (((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True)))) and do (Actions)
-
Loop - Actions
- Set TempPoint = (Position of (Picked unit))
- Unit - Cause FireTrap_Caster to damage (Picked unit), dealing (50.00 x (Real((Level of Fire Trap (new) for FireTrap_Caster)))) damage of attack type Spells and damage type Fire
- Custom script: call RemoveLocation( udg_TempPoint )
-
Loop - Actions
- Custom script: call RemoveLocation( udg_TempPoint )
-
Events