- Joined
- Dec 4, 2018
- Messages
- 1
- Thread Author
- #1
- RuneMate Version: 2.105.0
- Affected Games: OSRS
- Code Used:
Code:
if(Shop.sell(ID, AMOUNT))
{
return;
}
Currently building a task bot, and when using that code in a seperate task (the Taskbot has a total of 4 tasks) for selling stuff to the shop, it'll spam the sell button and stick there. When breakpointing and stepping in, it gets stuck right away into these two methods.
Again I am playing on OSRS so not sure why RS3 things are brought up.