NEED TRIGGER HELP

Status
Not open for further replies.

d3di-0wns

D

d3di-0wns

i would like to learn how to make heroes change into another thing like have arthas once he gets to levle 10 make him change into a archmage. if u dont understand what i mean ask what u do not understand. please help me this is required for my future map/map in progress.
 
............................

thanks i gess yu cud of wrote down the trigger but w.e
 
This is the trigger im useing in my map that should get you what you want...

Events
Unit - A unit Gains a level

Conditions
(Hero level of (Leveling Hero)) Equal to 10


Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit-type of (Leveling Hero)) Equal to Arthas
Then - Actions
Unit - Replace (Leveling Hero) with a Archmage using The old unit's relative life and mana
Else - Actions
Do nothing

This works really well for me because it keeps the hero at the same level and keeps any items he might have. If you dont want it to keep the level or items I can give you a trigger for that too. Hope this helped.
 
SAVIOR

Thank you so much darthyoda, finally someone with some actual brains. I owe ya one.
 
Status
Not open for further replies.
Back
Top