HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger Q: Reducing/caping hero exp?

08-22-2003, 03:01 AM#1
Uratoh
What triggers would I need to halve the EXP heros recieve, and cap their level?
08-22-2003, 03:55 AM#2
XVoltaireX
Go to actions then the Hero- section. Then you will be kicking yourself in the *** cuz you will see how easy it is.
08-22-2003, 06:54 AM#3
Uratoh
one more Q...how do I teach a hero a custom hero ability I created? i mean, through a trigger so they start with it, basicly.
08-22-2003, 07:01 AM#4
XVoltaireX
Just use event - unit finished casting an ability.
Conditions - Ability begining Cast is Equal to (The skill)
Actions- The actions of your trigger for the spell.
08-22-2003, 07:03 AM#5
Uratoh
gah...ok, here's the situation...hero starts at level 1, i want him to stop leveling at 3, but i dont know how to work it...i cant find a comparison of 'hero level = 3'...
08-22-2003, 07:05 AM#6
XVoltaireX
crap i have to open WE... geez. I will edit this once I have open it.
08-22-2003, 07:13 AM#7
Pen²
There is no comparison for the hero level.

Check the integer and boolean comparison for that.
I guess it's an integer ...

Event: Integer (Current level of HeroXXX) becomes bigger than 3
Action: Set experience gained for HeroXXX to 0%
Action Alternate: Stop experience gain for HeroXXX
08-22-2003, 07:15 AM#8
XVoltaireX
Just look at the image