Jump to content

OSBot 2.3.36 - Widget optimisations


Maxi

Recommended Posts

Posted

Here i have error : 

[ERROR][Bot #1][03/05 01:36:37 PM]: Error in script executor!
java.lang.UnsupportedOperationException: Attempted to interact with item on an unhandled interface! Inventory, equipment, bank, and store are the only ones currently!
	at org.osbot.rs07.api.model.Item.interact(to:9)
	at RawFishing.onLoop(RawFishing.java:191)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(tf:103)
	at java.lang.Thread.run(Unknown Source)
[INFO][Bot #1][03/05 01:36:38 PM]: Terminating script iFishing20-30...
Posted

You won't say thx when you notice it broke your scripts bro, check Skype biggrin.png

 

Ya it should brake almost all of the scripts using interfaces :D

atleast now the interfaces will work, instead 50% of them

 

Here i have error : 

[ERROR][Bot #1][03/05 01:36:37 PM]: Error in script executor!
java.lang.UnsupportedOperationException: Attempted to interact with item on an unhandled interface! Inventory, equipment, bank, and store are the only ones currently!
	at org.osbot.rs07.api.model.Item.interact(to:9)
	at RawFishing.onLoop(RawFishing.java:191)
	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(tf:103)
	at java.lang.Thread.run(Unknown Source)
[INFO][Bot #1][03/05 01:36:38 PM]: Terminating script iFishing20-30...

 

with what interface where u interacting?

Posted (edited)

Ya it should brake almost all of the scripts using interfaces biggrin.png

atleast now the interfaces will work, instead 50% of them

 

with what interface where u interacting?

inven.getItemInSlot(i).interact("Deposit-all") 
but changed it to : 
inven.interact("Deposit-All", inven.getItemInSlot(i).getId()); 

and it works :)

Edited by devastation317
  • Like 1
Posted (edited)

I've reported this bug in the last 3 release threads now with no recognition.

 

if you are withdrawing an unset amount from the bank (lets say 11), if withdraw-11 is already in the menu option, it will click it AND say to chat "11"

 

huge bug and it just screams BOT

 

bank.withdraw("item", 11);

Edited by Novak
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...