Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
Status
Not open for further replies.
Joined
Jan 1, 2017
Messages
7
So I'm currently coding a bot that kills certain npc's and after it runs out of food it get's more. This part of my code was working fine until the osrs update. Now the bot seems to open the bank press withraw X and not type anything in.


RuneMate Version: Most recent
Affected Games: OSRS
Code:
if(Bank.open()){
SpriteItem food = Bank.newQuery().actions("Eat").results().first();
Execution.delay(1000,1500);
Bank.withdraw(food, 26);
Bank.close();
}
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,766
Just a tip, nullcheck 'food' before interacting with it.
 
Joined
Dec 10, 2014
Messages
3,244
Was broken in the last update due to a small mistake, should be fixed in next update :)
Any withdraw method that doesn't involve using Withdraw-X as the menu item should still work though.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,715
Nah it's my bad, will be fixed when client next updates.
 
Joined
Jan 1, 2017
Messages
7
Okay thanks for the info and tips guys I'll just work around it.
 
Joined
Mar 20, 2017
Messages
4
Was broken in the last update due to a small mistake, should be fixed in next update :)
Any withdraw method that doesn't involve using Withdraw-X as the menu item should still work though.

Anytime I withdraw my salmon, it immediately dumps it back into the bank and it WILL NOT withdraw automatically with the bot. please help, Great bot but I can't use it without food.
 
s̶c̶r̶i̶p̶t̶ bot*
Joined
Aug 23, 2015
Messages
2,223
Anytime I withdraw my salmon, it immediately dumps it back into the bank and it WILL NOT withdraw automatically with the bot. please help, Great bot but I can't use it without food.
lol whut?
 
Community Manager
Joined
Apr 7, 2015
Messages
1,392
Anytime I withdraw my salmon, it immediately dumps it back into the bank and it WILL NOT withdraw automatically with the bot. please help, Great bot but I can't use it without food.
Are you sure you're on the right thread right now?

edit: smh proxi
 
Joined
Dec 10, 2014
Messages
3,244
Closing this thread as it's already answered, and also to prevent further necroing.
 
Status
Not open for further replies.
Top