Administrator Maldesto Posted April 17, 2015 Administrator Share Posted April 17, 2015 What is this: Show the full screen not a little square. Might help to see what account you are logged into. 2 Link to comment
Framble Posted April 17, 2015 Share Posted April 17, 2015 Show the full screen not a little square. Might help to see what account you are logged into. Fixed problem @Maldesto dont worry Link to comment
Epsilon Posted April 17, 2015 Share Posted April 17, 2015 Nice work guys, keep it up. Pce Link to comment
Fused Posted April 17, 2015 Share Posted April 17, 2015 Perfect! Bot was acting very buggy lately I'm sure this will help Link to comment
DylanSRT Posted April 17, 2015 Share Posted April 17, 2015 The Worlds hopToP2PWorld() method was working like a charm for me earlier this morning. I was working on a script as the update happened and afterwards this method is messing up the rest of my script. It hops worlds fine but the random handler interferes with my loop. Here is the error I am getting: [ERROR][bot #1][04/17 07:36:36 PM]: Error in script executor! java.lang.NullPointerException at main.onLoop(main.java:96) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(qf:111) at java.lang.Thread.run(Unknown Source) I'm not a pro scripter by any means, but all I know is that it was working fine minutes before the update. Chances are that I am doing something wrong, but just thought I should let you know. Link to comment
Thatlong_d Posted April 18, 2015 Share Posted April 18, 2015 (edited) Eh.. Since the update, it says my windows version is incompatible. Edit: LEL my comp is a narblet.. I tried again. Now it works. Edited April 18, 2015 by Thatlong_d Link to comment
Tyrael Posted April 18, 2015 Share Posted April 18, 2015 Holy updates, I better PP you MORE Redbulls Link to comment
qarielq Posted April 18, 2015 Share Posted April 18, 2015 Thank you for your hard work! much appreciated Link to comment
irwtonrs1 Posted April 18, 2015 Share Posted April 18, 2015 There is still a good 5 second waiting period from the time my script's paint changes to "hopping worlds" before it actually initiates the logging out process, this had never happened before, it would always be instant. This only started happening since you did the big world hopping rework a few updates ago. Link to comment
Ptero Posted April 18, 2015 Share Posted April 18, 2015 I'd like to say you guys are awesome. I kind of had my doubts about this bot in the beginning but you guys are definitely becoming my favourite bot devs. Frequent updates, almost no restrictions for scripters (unlike other bots who restrict your hours when working on scripts which makes them shit for testing), classic API structure, great developer support and generally no arrogance amongst the staff. Will definitely be contributing here in the future. 2 Link to comment
Kittens Posted April 18, 2015 Share Posted April 18, 2015 (edited) nice updates aleky! keep up the good work bro Firstie love seeing you do tons of updates man! Edited April 18, 2015 by Verified Link to comment
Alek Posted April 18, 2015 Author Share Posted April 18, 2015 The Worlds hopToP2PWorld() method was working like a charm for me earlier this morning. I was working on a script as the update happened and afterwards this method is messing up the rest of my script. It hops worlds fine but the random handler interferes with my loop. Here is the error I am getting: [ERROR][bot #1][04/17 07:36:36 PM]: Error in script executor! java.lang.NullPointerException at main.onLoop(main.java:96) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(qf:111) at java.lang.Thread.run(Unknown Source) I'm not a pro scripter by any means, but all I know is that it was working fine minutes before the update. Chances are that I am doing something wrong, but just thought I should let you know. Looks like a null pointer in your script's onLoop() There is still a good 5 second waiting period from the time my script's paint changes to "hopping worlds" before it actually initiates the logging out process, this had never happened before, it would always be instant. This only started happening since you did the big world hopping rework a few updates ago. I still get this report a lot. Unfortunately, my world hopping is working as intended which makes debugging this issue difficult. 2 Link to comment
Ptero Posted April 18, 2015 Share Posted April 18, 2015 I can confirm that worlds.hop does not work for me. Originally this was the error that I received: [ERROR][Bot #1][04/18 07:24:51 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.script.RandomBehaviourHook.setSolver(ro:14) at org.osbot.rs07.event.RandomExecutor.registerHook(ye:229) at org.osbot.rs07.api.Worlds.hop(ee:145) at org.osbot.rs07.api.Worlds.hopToP2PWorld(ee:24) at LavaDragons.onLoop(LavaDragons.java:237) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(qf:111) at java.lang.Thread.run(Thread.java:722) Link to comment