• 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.

What did I do wrong?

Status
Not open for further replies.
Level 7
Joined
Aug 15, 2012
Messages
318
I made this close to what I did with thunder stomp but I did it wrong does no noticable damage if anyone has some insight id appreaciate it ima fiddle with the spell till its working



  • Frost Nova Cast
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Frozen Nova
    • Actions
      • Set Frost_loc = (Position of (Triggering unit))
      • Set Frost_group = (Units within 400.00 of loc matching ((((Matching unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True) and ((((Matching unit) is A ground unit) Equal to True) and (((Matching unit) is alive) Equal to True))))
      • Unit Group - Pick every unit in group and do (Actions)
        • Loop - Actions
          • Set RealDmg = (Real((Intelligence of (Casting unit) (Include bonuses))))
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing (RealDmg x (2.00 x (Real((Level of (Ability being cast) for (Triggering unit)))))) damage of attack type Spells and damage type Cold
      • Custom script: call RemoveLocation(udg_Frost_loc)
      • Custom script: call DestroyGroup(udg_Frost_group)
 
Status
Not open for further replies.
Top