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

help on blink

Status
Not open for further replies.
Level 19
Joined
Feb 25, 2009
Messages
2,004
  • Blink Strike
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to <Ability>
    • Actions
      • Set Level = (Level of <Ability> for (Triggering Unit))
      • Set Target_Pos = (Position of (Target unit of ability being cast)) // you can store the unit in a veriable to avoid bugs
      • Set Damage = (30.00 x (Real(Level)))
      • Unit - Move (Triggering unit) instantly to Target_Pos
      • Unit - Order (Triggering unit) to Attack (Target unit of ability being cast)
      • Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing Damage damage of attack type Spells and damage type Unknown
      • Custom script: call RemoveLocation (udg_Target_Pos)
 
Status
Not open for further replies.
Top