Jump to content

Exp per hour request


Joseph

Recommended Posts

I think he meant in the API, right?

 

If not then ye you're sorted. xD

 

It could easily be implemented into the API's ExperienceTracker method indeed.

If I can write my own XpTracker with an Xp/Hour method then I'm pretty sure the devs can do it too :p

But I'd rather see perfect randoms, fixed world hopping and maybe webwalking first tbh.

  • Like 1
Link to comment
Share on other sites

experienceTracker already has a exp per hour methods. But the only reason why i didnt use there method and i was requesting one is because of my furniture list. If i use the methods from the api i will be giving my users wrong infomation. Thanks for the method.

 

 

naw i wasnt talking about that one. i knew about it though thats biggrin.png

 

I'm requesting a method that returns the exp per hour

 

If your talking about the experience tracker, then this should work:

 

 @Override
 public void onStart() throws InterruptedException {
     experienceTracker.start(Skill.HERBLORE);  
 }



 @Override
    public void onPaint(Graphics2D g) {
        g.drawString(experienceTracker.getGainedXPPerHour(Skill.HERBLORE), 300, 436);
        //Extra Method, Need timer to format long    
        drawString(Timer.format(experienceTracker.getTimeToLevel(Skill.HERBLORE)), 381, 466);
 }
Edited by NotoriousPP
  • Like 1
Link to comment
Share on other sites

It could easily be implemented into the API's ExperienceTracker method indeed.

If I can write my own XpTracker with an Xp/Hour method then I'm pretty sure the devs can do it too tongue.png

But I'd rather see perfect randoms, fixed world hopping and maybe webwalking first tbh.

experienceTracker already has a exp per hour methods. But the only reason why i didnt use their method and i was requesting one is because of my furniture list. If i use the method from the api i will be giving my users wrong information. Thanks for the method.

 

 

I think he meant in the API, right?

 

If not then ye you're sorted. xD

naw i wasnt talking about that one. i knew about it though thats biggrin.png

 

If your talking about the experience tracker, then this should work:

 

i know about it already, i explained why i need the method, thanks anyway

Edited by josedpay
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...