Warcraft III resources & community, 2003–2006 · archived

some help

6 posts
#1

some help

Can some one help me out with thsi iw ana make it so taht at lvl 10 a hero can transform into something else how can i do this like a pesant turns into a footman at lvl 10 than to pally
#2
Event:
generic unit event (a hero gains a level)

Conditions:
Unit comparison- triggering unit is a footman (hero)= true
Boolean comparison- Level = 10

Actions:
Replace (triggering unit) with a (palidan)
Hero- Set level of (last replaced unit/hero) = 10.
#3
Isn't "Level = 10" and integer comparison?
#4
yeah...but seemed ot recall a level comparison under boolean, too. Either way. Interiger is easier, though, so use that.
-VGatomi
#5
level comparison is under Integar Comparison > Heroes > level of hero
#6

:)

ok, here's the trigger!

Event - Unit - Unit gains a level

Condition - Integer - Hero Level of Triggering Unit Equal to 10
Unit Type - Triggering Unit is equal to Peasant

Action - Special Effect - Create Special Effect at point of triggering unit using [whatever you want]
Unit - Create 1 Footmen at point of triggering unit
Unit - Remove Triggering unit from game