freshman123m 1 Posted June 14, 2017 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.
Manly 879 Posted June 14, 2017 Use widgets to check if noted is on. Most likely texture ID of the widget.
Polymorphism 48 Posted June 14, 2017 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
freshman123m 1 Author Posted June 14, 2017 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.
Banker 175 Posted June 14, 2017 For inside the bank: getBank().getWithdrawMode(); // returns BankMode (NOTE, ITEM, <some other shit>) For inventory: getInventory().get("ItemName").isNoted() // returns true/false.
freshman123m 1 Author Posted June 14, 2017 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.
Donald Trump 333 Posted June 14, 2017 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?
freshman123m 1 Author Posted June 14, 2017 Rather than make 1000+ posts why not join the discord @ http://discord.gg/MAEfvhw? Didn't know there was one. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.