• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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