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
  • Bank note items


    freshman123m

    Recommended Posts

    Posted

    Is there anyway to detect if noted is on? I'm gonna guess we have to look at playersettings. Also to note, that'd be widgets i'm guessing. Anyone have a snippet for this sort of stuff? Much appreciated.

    Posted

    Use widgets to check if noted is on. Most likely texture ID of the widget.

    Posted

    Use widgets to check if noted is on. Most likely texture ID of the widget.

    Thanks. offtopic, does the quickstarter fail for you at times? it doesn't start the script for me at times.

    https://dreambot.org/javadocs/org/dreambot/api/methods/container/impl/bank/Bank.html#getWithdrawMode--

     

    getWithdrawMode will return a BankMode which you will check against NOTE

     

    Use widgets to check if noted is on. Most likely texture ID of the widget.

     

    Thanks. offtopic, does the quickstarter fail for you at times? it doesn't start the script for me at times.

    Posted

    For inside the bank:

    getBank().getWithdrawMode();
    // returns BankMode (NOTE, ITEM, <some other shit>)
    

    For inventory:

    getInventory().get("ItemName").isNoted()
    // returns true/false.
    
    Posted

    I dont use quickstart, I use a bat file for debugging purposes.

    What does your bat file look like? Mine is:

    java -Xmx1024M -jar -Xbootclasspath/p:C:\Users\Administrator\Dreambot\BotData\client.jar C:\Users\Administrator\Dreambot\BotData\client.jar -script "test" -world 302 -username user123 -password pass123 -accountUsernames [email protected] -accountPasswords pass1234 -params p
    The problem is that the client starts but the script doesn't a percentage of the time. Thanks.
    Posted

    Is there anyway to detect if noted is on? I'm gonna guess we have to look at playersettings. Also to note, that'd be widgets i'm guessing. Anyone have a snippet for this sort of stuff? Much appreciated.

     

    Rather than make 1000+ posts why not join the discord @ http://discord.gg/MAEfvhw?

    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.