Beau Posted February 5, 2014 Share 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 Link to comment Share on other sites More sharing options...
Extreme Scripts Posted February 25, 2014 Share Posted February 25, 2014 (edited) Nice Edited February 25, 2014 by Divinity 1 Link to comment Share on other sites More sharing options...
Kahba Posted February 26, 2014 Share Posted February 26, 2014 very 1 Link to comment Share on other sites More sharing options...
Han Posted February 26, 2014 Share Posted February 26, 2014 This will come in much use for scripters. Thank-you for the contribution! . 1 Link to comment Share on other sites More sharing options...
Beau Posted March 9, 2014 Author Share Posted March 9, 2014 I guess I forgot to add multiple skill support, so I added it now. UPDATE Link to comment Share on other sites More sharing options...
Shnocky Posted March 9, 2014 Share Posted March 9, 2014 Very nice! Link to comment Share on other sites More sharing options...
redsub Posted March 9, 2014 Share Posted March 9, 2014 Really nice, thanks alot Link to comment Share on other sites More sharing options...
Shnocky Posted March 10, 2014 Share 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); Link to comment Share on other sites More sharing options...
Reid Posted March 10, 2014 Share Posted March 10, 2014 Wow thanks for this Link to comment Share on other sites More sharing options...