jegersej Posted March 5, 2015 Share Posted March 5, 2015 DNAIO fighter wont eat my monkfish's after this client update, havnt tested other food. People still have problems with banking aswell. Link to comment
dekeijzer Posted March 5, 2015 Share Posted March 5, 2015 Great work but baking doesn't work correct. Same as the value it's trying to collect from banking. Try fix it but still nice update! Link to comment
devastation317 Posted March 5, 2015 Share Posted March 5, 2015 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... Link to comment
LeBron Posted March 5, 2015 Share Posted March 5, 2015 thx!! You won't say thx when you notice it broke your scripts bro, check Skype Link to comment
yoiaintkare Posted March 5, 2015 Share Posted March 5, 2015 Cheers! Love you guys for all you do! Link to comment
Super Saiyan Posted March 5, 2015 Share Posted March 5, 2015 (edited) Thanks Edited March 5, 2015 by Super Saiyan Link to comment
Sky Posted March 5, 2015 Share Posted March 5, 2015 Widgets is a fun word ^_^ thanks ! Link to comment
Khaleesi Posted March 5, 2015 Share Posted March 5, 2015 You won't say thx when you notice it broke your scripts bro, check Skype Ya it should brake almost all of the scripts using interfaces 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? Link to comment
Developer Maxi Posted March 5, 2015 Author Developer Share Posted March 5, 2015 Guys, the point is to get RID of interfaces. So get your scripts updated! In the meanwhile I'll be working my ass of to see if I can minimise damage by checking out bugs and see if I can make a quick fix for it. 1 Link to comment
devastation317 Posted March 5, 2015 Share Posted March 5, 2015 (edited) Ya it should brake almost all of the scripts using interfaces 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 March 5, 2015 by devastation317 1 Link to comment
AresScripts Posted March 5, 2015 Share Posted March 5, 2015 Could this be whats behind the problems with interacting in my mining script? Link to comment
Botre Posted March 5, 2015 Share Posted March 5, 2015 This release seems extremely CPU extensive / laggy indeed, even when not running a script :-/ Link to comment
Joseph Posted March 5, 2015 Share Posted March 5, 2015 This release seems extremely CPU extensive / laggy indeed, even when not running a script :-/ i thought i was the only one noticing that Link to comment
Novak Posted March 5, 2015 Share Posted March 5, 2015 (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 March 5, 2015 by Novak Link to comment