Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Warn Dreambot message


    wisetiger33

    Recommended Posts

    hello,  if anybody knows what that does mean and if it's problematic, then thank you! " [WARN] SkillTracker may not have been started. See SkillTracker#start for more info." message from dreambot. Can it get detected more easly if it has this message?   Thank you!

    Link to comment
    Share on other sites

    That shouldn't have anything to do with being detected, it just means whatever script you're using likely didn't start the SkillTracker within DreamBot to accurately see changes.

    Link to comment
    Share on other sites

    Having  the following line in onPaint() throws this warning

    SkillTracker.getGainedExperience(Skill.COOKING)
    

     

    Some scripts dont register SkillTracker.start(Skill.COOKING); untill the user is logged in/ completed the GUI as starting the tracker prior to login usually results in weird exp gained

     

    @Pandemic Does this warning fire only when DevMode is on?

    Link to comment
    Share on other sites

    6 hours ago, TheCloakdOne said:

    Having  the following line in onPaint() throws this warning

    
    SkillTracker.getGainedExperience(Skill.COOKING)
    

     

    Some scripts dont register SkillTracker.start(Skill.COOKING); untill the user is logged in/ completed the GUI as starting the tracker prior to login usually results in weird exp gained

     

    @Pandemic Does this warning fire only when DevMode is on?

    I made a change to not fire that warning if you're not logged in yet, and added a hasStarted(Skill) for checking. The warning will fire regardless of Dev Mode, but that's a good idea. I'll have it warn in the status bar if dev mode, or just a normal log otherwise. :)

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.