Hi,
I would like to have a linechart that displays the average time to level up for specific target within the "Experience" tab.
Even though, the barchart within the "Experience" tab shows how many kills you need, it would also be helpful to show a level-up-curve as the time investment would be more relevant.
I had a look at the code, there isn't much to add here as all functions are already available. The Atkspd and time consumed per kill should be simulated, so accumulate the time passed and xp gained until 100% reached.
Hi,
I would like to have a linechart that displays the average time to level up for specific target within the "Experience" tab.
Even though, the barchart within the "Experience" tab shows how many kills you need, it would also be helpful to show a level-up-curve as the time investment would be more relevant.
I had a look at the code, there isn't much to add here as all functions are already available. The Atkspd and time consumed per kill should be simulated, so accumulate the time passed and xp gained until 100% reached.