Jump to content

devastation317

Members
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by devastation317

  1. 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 :)

    • Like 1
  2. 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...
    
×
×
  • Create New...