I created a hero that has a Searing Arrows ability (let's call it ABILITY1) and an Engineering Upgrade Ability (that I use only to increase the hero's damage - Let's call it ABILITY2).
After I gained some levels and picking the 3rd level of the ABILITY2, the ABILITY1 got bugged: tooltip lost, button placed in random position)
Why is this happening and how can I fix it?
Thnx in advance.
it's not a bug
you need to arrange the button position and fill on all the tooltip if the ability is leveable.
AFAIK, there are 2 kinds of button position, the one is for Normal and the other is for Research, you need to set all these button. the positions are decided by X and Y (X = Horizontal, Y = Vertical).
so if you have 2 abilities
Searing Arrows
Button Position - Normal (X) = 0
Button Position - Normal (Y) = 2
Button Position - Research (X) = 0
Button Position - Research (Y) = 0
Engineering Upgrade
Button Position - Normal (X) = 1
Button Position - Normal (Y) = 2
Button Position - Research (X) = 1
Button Position - Research (Y) = 0
and about the tooltips, see the picture, when you are setting a level 1 ability to more than 1 level, their tooltips are not written automatically, you need to either type a new sentences, or just copy the previous field sentences.
the result should look like the second picture