Page 1 of 1

Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up [RESOLVED]

Posted: Fri Nov 09, 2018 1:12 pm
by Magicono43
Health does update the proper amount in the Character Info Menu, but until one rests or heals after leveling up, the HUD does not update to show the health being increased.

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Fri Nov 09, 2018 1:48 pm
by Jay_H
Welcome to the forums! :)

This matches classic, yes? In classic when you level up, your max health increases immediately but not your current health. Is this what you're referring to?

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Fri Nov 09, 2018 3:10 pm
by Magicono43
Negative, I know what you are talking about though.

It is working normally in terms of the actual health value, but the HUD does not seem to update after leveling up to show that you are not actually at your new health value. Like the health bar on the HUD says you are at max health, when you are not actually.

This is a pretty minor bug, I just noticed it, I figure this would be one of those just add an update HUD line of code right after confirming a level up or something sort of fixes.

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Fri Nov 09, 2018 4:58 pm
by BansheeXYZ
Magicono43 wrote: Fri Nov 09, 2018 3:10 pm Negative, I know what you are talking about though.

It is working normally in terms of the actual health value, but the HUD does not seem to update after leveling up to show that you are not actually at your new health value. Like the health bar on the HUD says you are at max health, when you are not actually.

This is a pretty minor bug, I just noticed it, I figure this would be one of those just add an update HUD line of code right after confirming a level up or something sort of fixes.
So, for example, if your char is at 30/30, levels up to 30/60, the hud bar will show as 100% bar when it should show as 50%?

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Fri Nov 09, 2018 5:03 pm
by Magicono43
Yes, exactly that. This is what I noticed from getting to level 1-2 in Privateers Hold.

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Mon Nov 12, 2018 3:56 am
by BlueBolt
Magicono43 wrote: Fri Nov 09, 2018 3:10 pm Negative, I know what you are talking about though.

It is working normally in terms of the actual health value, but the HUD does not seem to update after leveling up to show that you are not actually at your new health value. Like the health bar on the HUD says you are at max health, when you are not actually.

This is a pretty minor bug, I just noticed it, I figure this would be one of those just add an update HUD line of code right after confirming a level up or something sort of fixes.
I think I found a bug similar to this but with magicka. I saved before resting to restore my magicka, and when I reloaded my save after resting, the HUD showed I had full magicka, but I actually wasn't.

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up

Posted: Wed Nov 14, 2018 8:54 am
by Interkarma
I just merged a fix from Hazelnut for this one.

Re: Build # 138 - Player Health Does Not Update Graphically On HUD Upon Level Up [RESOLVED]

Posted: Wed Nov 14, 2018 10:44 am
by Magicono43
Yeah I saw that on the commits list, thanks for fixing even the trivial reports :P