makrohn / polymorphable

A total conversion, orthographic game based on Clint Bellanger's FLARE
52 stars 23 forks source link

Progress bar for experience doesn't seem to update #37

Closed hansjoachim closed 11 years ago

hansjoachim commented 11 years ago

Unlike the bars for HP and MP, the bar for experience points doesn't seem to fill up. In the attached image, 2/3 of it should be filled but it looks just the same as before I received any experience points. bars

makrohn commented 11 years ago

This is actually expected behavior. It takes 200XP to get to level 3, so (current xp - xp to current level)/xp to next level = 0%.

All that being said, since the quests are all designed to raise your level by an exact amount, the XP bar is actually completely useless. I'll leave this issue open as a reminder to just remove the XP bar entirely.

makrohn commented 11 years ago

Closed by 591e2ded9e8467fef0577848e492533d5300f6c5

hansjoachim commented 11 years ago

Oh, right the 200 include the experience to get to the current level. Think I needlessly confused myself with that one.

But I agree, when the quests raise your experience to the next level, it doesn't seem all that useful to include.