• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Help with spell

Status
Not open for further replies.
Level 18
Joined
Feb 28, 2009
Messages
1,971
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