• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Ghost Spell

Status
Not open for further replies.
Level 3
Joined
Aug 24, 2007
Messages
31
I'm trying to make a spell where when the unit dies a ghost comes up from its corps, but I can't figure out how to do it without triggers. Is this possible without triggers?
 
Level 6
Joined
Jun 23, 2005
Messages
195
I suggest checking the ability that hydras have. They spawn smaller units when they die. I havent looked how it works but i think its possible
 
Level 4
Joined
Dec 15, 2007
Messages
108
ghost
Events
Unit - A unit Dies
Conditions
Actions
Unit - Create 1 Soldat for (Matching player) at (Position of (Dying unit)) facing 0.00 degrees

and as soldat u take your ghost
 
Level 3
Joined
Sep 20, 2007
Messages
30
Why dont you use trigger like this?
  • Event
  • A unit is died
  • Condition
  • Unit dies is equal to unit type of "bla3"
  • Action
  • Create 1 "Unit" in dying unit position
 
Level 5
Joined
Aug 23, 2007
Messages
141
Triggers... They're the reason why this forum exists in the first place. If you hate them so bad, you can ask us to make the spell for you, then just copy them into the map...
 
Status
Not open for further replies.
Top