- Joined
- Mar 5, 2008
- Messages
- 3,887
I made this trigger:
How do i set the variable that each dummy cast shockwave position of triggering unit 36(something like that(10 dummies +36 degrees =360 degrees))
i will probably need a string or something, so if someone knows how would i do this spell in GUI not JASS.
HF -BR-
-
Nova
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Novaaa
-
Actions
- Set TempLoc1 = (Position of (Triggering unit))
- Set TempLoc1_Cast = ((Position of (Triggering unit)) offset by 400.00 towards ((Real((Level of (Last created unit)))) + 36.00) degrees)
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
- Unit - Create 1 Dummy for (Triggering player) at TempLoc1 facing Default building facing degrees
- Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
- Unit - Add NowaWave to (Last created unit)
- Unit - Set level of NowaWave for (Last created unit) to (Level of Novaaa for (Triggering unit))
- Unit - Order (Last created unit) to Orc Tauren Chieftain - Shockwave TempLoc1_Cast
- Custom script: call RemoveLocation (udg_TempLoc1)
- Custom script: call RemoveLocation (udg_TempLoc1_Cast)
-
Loop - Actions
-
Events
How do i set the variable that each dummy cast shockwave position of triggering unit 36(something like that(10 dummies +36 degrees =360 degrees))
i will probably need a string or something, so if someone knows how would i do this spell in GUI not JASS.
HF -BR-