Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Well, you'll have to do that manually by storing every stat (excluding bonuses) to variables, reset the hero's level back to 1 and set their stats to how it was before.
Reset level
Events
Unit - A unit Gains a level
Conditions
Actions
Set unit = (Triggering unit)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Hero level of unit) Equal to 10
Then - Actions
Set stats[0] = (Strength of unit (Exclude bonuses))
Set stats[1] = (Agility of unit (Exclude bonuses))
Set stats[2] = (Intelligence of unit (Exclude bonuses))
Hero - Set unit Hero-level to 1, Hide level-up graphics
Hero - Modify Strength of unit: Set to stats[0]
Hero - Modify Agility of unit: Set to stats[1]
Hero - Modify Intelligence of unit: Set to stats[2]
Else - Actions
But keep in mind that your hero will lose every skill point and learned ability.
Well, you'll have to do that manually by storing every stat (excluding bonuses) to variables, reset the hero's level back to 1 and set their stats to how it was before.
Reset level
Events
Unit - A unit Gains a level
Conditions
Actions
Set unit = (Triggering unit)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Hero level of unit) Equal to 10
Then - Actions
Set stats[0] = (Strength of unit (Exclude bonuses))
Set stats[1] = (Agility of unit (Exclude bonuses))
Set stats[2] = (Intelligence of unit (Exclude bonuses))
Hero - Set unit Hero-level to 1, Hide level-up graphics
Hero - Modify Strength of unit: Set to stats[0]
Hero - Modify Agility of unit: Set to stats[1]
Hero - Modify Intelligence of unit: Set to stats[2]
Else - Actions
But keep in mind that your hero will lose every skill point and learned ability.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.