RuneMate Version: 2.105.0
Affected Games: OSRS
Code Used:
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...