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

How do I make Dummy that cast ability

Status
Not open for further replies.
Level 12
Joined
Jan 2, 2016
Messages
973
  • Actions
    • Set Temp_Point = (Position of (Triggering unit))
    • Unit - Create 1 Dummy for (Owner of (Triggering unit)) at Temp_Point facing Default building facing degrees
    • Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
    • Unit - Add Digging Notification to (Last created unit)
    • Unit - Order (Last created unit) to Undead Necromancer - Unholy Frenzy (Triggering unit)
    • Custom script: call RemoveLocation(udg_Temp_Point)
Pretty much, order the dummy to cast the spell your skill is based on.

By the way, what font did you use for "Dummy"?
 
Status
Not open for further replies.
Top