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

Issue order to cast spell on a location?

Status
Not open for further replies.
Level 4
Joined
May 6, 2008
Messages
77
Well I dunno if there is a trigger but I always use a base spell cuz if I want to cast it on another unit I use chain lightning or storm bolt and if I want to cast on another position I like using blizzard or something like that
Hope this helped you
 
Level 8
Joined
Oct 28, 2007
Messages
435
Issue him to cast death and decay on the unit's location?

  • Trigger
  • Events
  • Unit - A unit is attacked
  • Conditions
  • - Unit Type of Attacking Unit is equal to archer
  • - Unit Type of Attacked Unit is equal to Death Knight
  • Actions
  • Set - Temploc = Get (Attacking Unit)'s position
  • Unit - Order attacked unit to Undead - Death and Decay" at Temploc
That's how I get your problem and above is a lame example of how you could do your example.
 
Last edited:
Status
Not open for further replies.
Top