Warcraft III resources & community, 2003–2006 · archived

Help with evolution

6 posts
#1

Help with evolution

Can anyone tell me how to make a hero evolve....or at least direct me to a tutorial
#2
What exacly in hero evolution are you failing to write? Or you just want someone to write triggers for you?
#3
low-lifeWhat exacly in hero evolution are you failing to write? Or you just want someone to write triggers for you?


Well i need help with the part to make the char disappear after it reaches a certain lvl and to a new char to appear in its place
#4
Search for general triggering tutorials. With your knowledge it's impossible to create map.
#6

HA!

Just do a:
When hero gains a level
Condition:
Integer - Hero level of triggering unit equal to (the level you want it to evolve on, e.g. evolve on level 10 then set the integer/number to 10.)
Action:
Create 1 (unit) at position of triggering unit for owner of unit (triggering unit)

that's a very simple and basic one. For multiple evolutions for a single hero you would need dialogue triggers and I don't think you'd like that too much.