- Joined
- Jun 7, 2019
- Messages
- 39
- Thread Author
- #1
Hi all,
While developing im encountering the problem of banking in OSRS.
What im trying to do is: withdraw 2 different types of items, both 14 each.
What sometimes hapens is that it missclicks the withdraw button, or responds with "00:00:16 WARN [Bank] Action not found in [Cancel]"
when using the code:
Bank.withdraw(item, amount);
So i was searching if i was the only one encountering this problem, and it seems i am. While there are a couple of threads on banking not going well, they all have been marked as "solved" either by someone confirming it was a bug, or someone who said that it was fixed.
The problem is that withdrawing items from the bank is pretty darn quickly. (and im even ignoring the fact its really botting-like).
Am i doing something wrong? Or did you made your own helpers to make sure banking/withdrawing was done alright?
Would love to hear what you guys think about it
While developing im encountering the problem of banking in OSRS.
What im trying to do is: withdraw 2 different types of items, both 14 each.
What sometimes hapens is that it missclicks the withdraw button, or responds with "00:00:16 WARN [Bank] Action not found in [Cancel]"
when using the code:
Bank.withdraw(item, amount);
So i was searching if i was the only one encountering this problem, and it seems i am. While there are a couple of threads on banking not going well, they all have been marked as "solved" either by someone confirming it was a bug, or someone who said that it was fixed.
The problem is that withdrawing items from the bank is pretty darn quickly. (and im even ignoring the fact its really botting-like).
Am i doing something wrong? Or did you made your own helpers to make sure banking/withdrawing was done alright?
Would love to hear what you guys think about it