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

How do I make Dummy that cast ability

Status
Not open for further replies.
Level 13
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