• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Trigger] Help with spell

Status
Not open for further replies.
Level 18
Joined
Feb 28, 2009
Messages
1,970
I need help with this spell. What`s wrong?

  • Actions
    • Set SA_temp_1 = (Target point of ability being cast)
    • Set SA_temp_3 = 0.00
    • For each (Integer A) from 1 to 8, do (Actions)
      • Loop - Actions
        • Unit - Create 1 Dummy for (Owner of (Casting unit)) at (SA_temp_1 offset by 300.00 towards SA_temp_3 degrees) facing Default building facing degrees
        • Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
        • Unit - Add Shock Wave to (Last created unit)
        • Unit - Set level of Shock Wave for (Last created unit) to (Level of Shuriken Attack for (Casting unit))
        • Unit - Order (Last created unit) to Ork - Tauren Chieftain: Shock Wave SA_temp_1
        • Set SA_temp_3 = (SA_temp_3 + 45.00)
 
Level 6
Joined
Sep 13, 2008
Messages
261
Theres nothing wrong. It's a perfect block of actions.

Well besides that it leaks.
 
Last edited:
Status
Not open for further replies.
Top