Beau Posted February 5, 2014 Posted February 5, 2014 (edited) I have written an experience tracker that contains quite a bit of formulated methods. You can get it here Features: Experience per hour Resources until level (Eg: Willow logs to cut until level up) Experience until level up Experience for specified level Experience gained Levels gained Percentage of experience left Number formatting Everything works in this class, I have already tested everything. Here is an example of what the class could look like Edited March 9, 2014 by Beau 1
Extreme Scripts Posted February 25, 2014 Posted February 25, 2014 (edited) Nice Edited February 25, 2014 by Divinity 1
Han Posted February 26, 2014 Posted February 26, 2014 This will come in much use for scripters. Thank-you for the contribution! . 1
Beau Posted March 9, 2014 Author Posted March 9, 2014 I guess I forgot to add multiple skill support, so I added it now. UPDATE
Shnocky Posted March 10, 2014 Posted March 10, 2014 Here add in a method for time till next level to add more to this :P : timeTNL = (long) ((double) xpTillNextLevel / (double) xpPH * 3600000);