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

"Evolve" trigger

Status
Not open for further replies.
Level 4
Joined
Jun 16, 2007
Messages
97
Hey I'm really bored and want to try to make a "Pokemon World" type map. But one thing I'm having trouble figuring out is how to do an "evolve" thing. This basically changing the model of the unit and name. And if this is possible (I'm sure it is but can't find it), could I edit that model (color tint, size).

Extra stuff: There is replace in "units" but that is for a unit, not a hero, which is what will be the subject of this. Also, if possible, show me how to do this not in JASS.
 
or, unit gains a level (event), if the level of the hero>=evolving level disable attack, and add an "evolve ability" (dummy ability), wait 15 secs, remove evlove ablikty and renable attack.

Trigger two, would work when u used the evlove ability, which would getunittype(casting unit) and then if its pikachu, replace unit with riachu, ect useing ifthen statements....
 
Status
Not open for further replies.
Top