- Joined
- May 11, 2007
- Messages
- 4,650
-
Raw Power lvl1
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Raw Power (Bullen)
-
(Level of Raw Power (Bullen) for HeroBullen) Equal to 1
-
-
Actions
-
Set BullenFacingAngle = (Facing of (Casting unit))
-
Set BullenUnitType = Raw Power Dummy (Bullen lvl1)
-
Set BullenPoint1 = (Position of (Casting unit))
-
Set BullenPoint2 = (BullenPoint1 offset by 100.00 towards BullenFacingAngle degrees)
-
Set BullenPoint3 = (BullenPoint1 offset by 300.00 towards BullenFacingAngle degrees)
-
Set BullenPoint4 = (BullenPoint1 offset by 600.00 towards BullenFacingAngle degrees)
-
Unit - Create 1 BullenUnitType for (Owner of (Casting unit)) at BullenPoint2 facing BullenFacingAngle degrees
-
Unit - Add a 2.00 second Water Elemental expiration timer to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Thunder Clap
-
Special Effect - Create a special effect at BullenPoint2 using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
Wait 0.15 seconds
-
Unit - Create 1 BullenUnitType for (Owner of (Casting unit)) at BullenPoint3 facing BullenFacingAngle degrees
-
-------- Doesn't Create the dummy --------
-
Unit - Add a 2.00 second Water Elemental expiration timer to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Thunder Clap
-
Special Effect - Create a special effect at BullenPoint3 using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
Wait 0.15 seconds
-
Unit - Create 1 BullenUnitType for (Owner of (Casting unit)) at BullenPoint4 facing BullenFacingAngle degrees
-
-------- No unit is made here!! --------
-
Unit - Add a 2.00 second Water Elemental expiration timer to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Thunder Clap
-
Special Effect - Create a special effect at BullenPoint4 using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation( udg_BullenPoint1)
-
Custom script: call RemoveLocation( udg_BullenPoint2)
-
Custom script: call RemoveLocation( udg_BullenPoint3)
-
Custom script: call RemoveLocation( udg_BullenPoint4)
-
-