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

Create Corpse (GraveYard)

Status
Not open for further replies.
Level 9
Joined
Oct 17, 2007
Messages
547
I wanted to change the unit type of the corpse from a ghoul to a murloc, but after i tried changing it in the abilities tab it only create the dead image of that unit, not a usuable corpse. Are there anyway to change the unit type of that skill?
 
Level 2
Joined
Jan 11, 2008
Messages
11
I'm not sure, but if you changed the Undead unit ability 'Create Corpse' to spawn a murloc corpse, and then made sure your building had that ability, then there shouldnt be any problem.
 
Level 3
Joined
May 18, 2007
Messages
20
Well, I tried this in WE...And used a meat wagon and it picked up the corpse as a murloc.

  • Test
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Unit-type of (Dying unit)) Equal to Ghoul
    • Actions
      • Unit - Create a Murloc Tiderunner corpse for Neutral Hostile at (Position of (Dying unit))
      • Unit - Remove (Dying unit) from the game
 
Status
Not open for further replies.
Top