• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need Help with spell ;3 {jump to a target and damage & stun him}

Status
Not open for further replies.
Level 5
Joined
Nov 3, 2007
Messages
113
Hey i need help with making a spell where ure hero jumps to (blinks,) to enemy unit and deals instant damage and stuns it, Any1? +rep when helped ;D So in theory a Blink/Stormbolt Spell :D

So, teleport to enemy unit, deal damage.stun, (blink)
 
  • Trigger1
  • Events
    • Unit - A unit starts the effect of an ability
  • Conditions
    • Ability being cast Equal to Blink
  • Actions
    • Set Unit1 = (Triggering unit)
    • Set Unit2 = (Target unit of ability being cast)
    • Set Point1 = (Positon of (Unit2))
    • Set Point2 = ((Point1) offset by 100.00 towards (Facing of (Unit1))
    • Unit - Move Unit1 (instantly) to Point2
    • Unit - Cause Unit1 to damage (Unit2) dealing X damage of damage type..
    • Unit - Create 1 Dummy for (Owner of (Unit1)) at Point1 facing default building degrees
    • Unit - Set level of (Storm Bolt) for (Last created unit) to (Level of (Blink) for (Unit1))
    • Unit - Order (Last created unit) to Human Mountain King - Storm Bolt (Unit2)
    • Unit - Add a 1.00 second generic expiration timer to (Last created unit)
    • Custom script: call RemoveLocation (udg_Point1)
    • Custom script: call RemoveLocation (udg_Point2)
 
Level 5
Joined
Nov 3, 2007
Messages
113
Well thanks dude! helped me alot! its done!

{EDIT}
wait wait wait not solved XD sorry for double post, but what base spell i use for blink, cause blink targers ground to, and i only wanna targer units
 
Last edited by a moderator:
Status
Not open for further replies.
Top