- Joined
- Dec 5, 2009
- Messages
- 846
Hello there im doing a spell. Its like this : Raises two walls around the enemy (on the two side from the caster's viewpoint.) After 4/3/2 seconds the two walls starts to rush at each other, crushing EVERY units between them. Deals 2x damage if the unit is at the central line. Damage: 200/300/400.
I came this far:
The facing is good but not the position of the Stone Dummy and i've tried many things didn't work very well. So i need your help with this thing.
NOTE: When i wrote this one
Thanks everyone for the help!
Regards Chewii
I came this far:
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Crusher
-
-
Actions
-
Set BTS_Caster = (Casting unit)
-
Set BTS_Real[1] = (Facing of BTS_Caster)
-
Set BTS_Point[1] = (Target point of ability being cast)
-
Unit - Create 1 BTS Point Dummy for Neutral Passive at BTS_Point[1] facing BTS_Real[1] degrees
-
Unit - Add a 10.00 second Generic expiration timer to (Last created unit)
-
Unit - Create 1 Stone Dummy for Neutral Passive at ((Position of (Last created unit)) offset by 500.00 towards 500.00 degrees) facing ((Facing of (Last created unit)) - 40.00) degrees
-
The facing is good but not the position of the Stone Dummy and i've tried many things didn't work very well. So i need your help with this thing.
NOTE: When i wrote this one
-
Unit - Create 1 Stone Dummy for Neutral Passive at ((Position of (Last created unit)) offset by 500.00 towards 500.00 degrees) facing ((Facing of (Last created unit)) - 40.00) degrees
Thanks everyone for the help!
Regards Chewii