- Joined
- May 3, 2009
- Messages
- 69
-
Meteora Level 4
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Attacking unit) is A Hero) Equal to True
-
((Attacking unit) has buff Meteora (Level 4)) Equal to True
-
-
Actions
-
Set MeteoraPos = (Position of (Triggering unit))
-
Set Roll = (Random integer number between 1 and 100)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Roll Less than or equal to 10
-
-
Then - Actions
-
Special Effect - Create a special effect at MeteoraPos using Units\Demon\Infernal\InfernalBirth.mdl
-
Special Effect - Destroy (Last created special effect)
-
Unit - Cause (Attacking unit) to damage circular area after 0.00 seconds of radius 400.00 at MeteoraPos, dealing 200.00 damage of attack type Chaos and damage type Fire
-
-
Else - Actions
-
Do nothing
-
-
-
Set Roll = 0
-
Custom script: call RemoveLocation(udg_MeteoraPos)
-
-
Am I posted correct place?