• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Need Help with Spell

Status
Not open for further replies.
Level 19
Joined
Feb 25, 2009
Messages
2,004
  • AOE Frost Armor
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to <Ability>
    • Actions
      • Set Location = (Target point of ability being cast)
      • Set Group = (Units within 250.00 of Location matching ((((Matching unit) is alive) Equal to True) and ((((Matching unit) is A structure) Equal to False) and (((Matching unit) belongs to an ally of (Owner of (Triggering unit))) Equal to True))))
      • Unit Group - Pick every unit in Group and do (Actions)
        • Loop - Actions
          • Set T_Loc = (Position of (Picked unit))
          • Unit - Create 1 <Unit> for (Owner of (Triggering unit)) at T_Loc facing Default building facing degrees
          • Unit - Add <Ability> to (Last created unit)
          • Unit - Order (Last created unit) to Undead Lich - Frost Armor (Picked unit)
          • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
          • Custom script: call RemoveLocation (udg_T_Loc)
      • Custom script: call RemoveLocation (udg_Location)
      • Custom script: call DestroyGroup (udg_Group)
 
Status
Not open for further replies.
Top