• 🏆 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!

Spell not triggering properly

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
  • Start
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Charging Strike (|cffffcc00C|r) T1 WARR
    • Actions
      • Custom script: local unit u = GetSpellAbilityUnit()
      • Set TempLoc = (Position of (Target unit of ability being cast))
      • Unit - Move (Casting unit) instantly to TempLoc
      • Unit - Add Phoenix Hand to (Casting unit)
      • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing (((Real((Level of Charging Strike (|cffffcc00C|r) T1 WARR for (Casting unit)))) x 3.00) x (Real((Level of Charging Strike (|cffffcc00C|r) T1 WARR for (Casting unit))))) damage of attack type Spells and damage type Enhanced
      • Custom script: call RemoveLocation(udg_TempLoc)
      • Wait 2.00 seconds
      • Custom script: set udg_TempUnit = u
      • Unit - Remove Phoenix Hand from TempUnit
Doesn't deal damage and the cooldown on the channel-based ability doesnt play for some reason cant figure out why besides the move unit but still confused
 
Status
Not open for further replies.
Top