Welcome!

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

Sign up now!

Bug 'Use on' not working (OSRS)

Joined
Jun 20, 2015
Messages
161
This bug is affecting, as far as I can tell, every bot that uses an item on another item. Cooking bots don't work because they try and fail to use fish on a range, fletching bots fail because they can't use the knife on logs etc.
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,410
Have you tried

Code:
item1.interact("Use");
item2.interact("Use");

Working for me atm on OSRS.
 
Joined
Feb 9, 2017
Messages
31
Same issue here. Possibly scripters will have to modify code and re-release. I might try to just write my own scripts right now. Unsure if I want to take the time to do that right now though. Haven't done that in a long time lol.
 
Top