Help!

Level 6
Joined
Jun 11, 2009
Messages
151
I'm working on createing a hero trigger that does something like
a player finishes a upgrade
=to Hero level 1
then gives the players hero Attribute bonus
i've tried every thing and can't get it to work Help :(
so can some one make it for me ><

Edit*
Nevermind i figuerd it out
 
Last edited:
Level 3
Joined
Jul 2, 2009
Messages
51
Does the trigger create a lvl 1 hero? or give a hero lvl 1 attribute bonus?

Have you tried a simple trigger like this?

Events: Unit - A unit Finishes an upgrade
Conditions: (Researched tech-type) Equal to Hero level 1
Actions: Unit - Add Attribute Bonus to Hero 0000 <gen>
 
Top