XIV_Databar Continued

XIV_Databar Continued

9.5k Downloads

[Enhancement] More experience bar information!

LuckyLuc96 opened this issue · 3 comments

commented

For the classic/vanilla version of the game.

I would love to see a feature built into the mouse over information on character level/experience. Such as:

  1. XP per hour
  2. XP this session
  3. Kills to level up (based on last block of experience taken in)

image

commented

Greetings,

I have made the change to the addon that reflects the feature I wanted and have a pull request for it here:

#55

commented

Heya, thank you for the merge request, I fixed the KillsRemaining thing using math.ceil to always use the superior number if KillRemaning isn't a round number :

  • If KillsRemaining is 10.3, it will be rounded up to 11
  • If KillsRemaining is 15.8, it will be rounded up to 16
  • If KillsRemaining is already a whole number like 20, it will remain 20

Also, I changed the logic to allow an estimation of KillsRemaining when you levelup using LastXP before you leveled up last.

commented

Hi,

At long last, version 3.4 should implement this new feature ! I decided to keep that feature Classic exclusive for now, might consider a port to Retail in the near future.

Let me know if you face any issue with that new release !

Enjoy and thank you again for helping me on XIV Continued 😄