- Joined
- May 1, 2008
- Messages
- 1,605
Seas =)
- Creates beasts around the Warlord ( in range of 2000 ). Now each beast should move to the opposite side of the created beast... ( I don't know other words how to explain it, but maybe you know if you look at the trigger.
What is the problem?
- The Beasts are created in a circle.
- The Beasts start to walk but not directly the "directly way". Some move a bit right or left. But I need them to walk only forward to the other position. How I do that?
- After the moving ( 4000 ) there all are back in a perfect circle
-
Circle of Beast
-
Events
-
Time - Elapsed game time is 5.00 seconds
-
-
Conditions
-
Actions
-
-------- Boss Changes --------
-
Unit - Move Warlord of Icecrone 0001 <gen> instantly to (Center of Main Area <gen>)
-
Unit - Pause Warlord of Icecrone 0001 <gen>
-
Unit - Make Warlord of Icecrone 0001 <gen> Invulnerable
-
Unit - Make Warlord of Icecrone 0001 <gen> face 270.00 over 0.00 seconds
-
Unit - Turn collision for Warlord of Icecrone 0001 <gen> Off
-
-------- Create the Beasts --------
-
Set TempPoint2 = (Position of Warlord of Icecrone 0001 <gen>)
-
For each (Integer A) from 1 to 72, do (Actions)
-
Loop - Actions
-
Set TempArray[(Integer A)] = (TempPoint2 offset by 2000.00 towards (5.00 x (Real((Integer A)))) degrees)
-
Unit - Create 1 Dummy Frost Circle for (Owner of Warlord of Icecrone 0001 <gen>) at TempArray[(Integer A)] facing (Position of Warlord of Icecrone 0001 <gen>)
-
Unit - Add a 18.00 second Generic expiration timer to (Last created unit)
-
-------- Move the Beasts --------
-
Unit - Order (Last created unit) to Move To ((Position of (Last created unit)) offset by 4000.00 towards (Facing of (Last created unit)) degrees)
-
-
-
-------- Boss changes (2) --------
-
Wait 18.00 game-time seconds
-
Unit - Unpause Warlord of Icecrone 0001 <gen>
-
Unit - Make Warlord of Icecrone 0001 <gen> Vulnerable
-
Unit - Turn collision for Warlord of Icecrone 0001 <gen> On
-
-
- Creates beasts around the Warlord ( in range of 2000 ). Now each beast should move to the opposite side of the created beast... ( I don't know other words how to explain it, but maybe you know if you look at the trigger.
What is the problem?
- The Beasts are created in a circle.
- The Beasts start to walk but not directly the "directly way". Some move a bit right or left. But I need them to walk only forward to the other position. How I do that?
- After the moving ( 4000 ) there all are back in a perfect circle