Administrator Maldesto Posted April 17, 2015 Administrator 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
Framble Posted April 17, 2015 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
Fused Posted April 17, 2015 Posted April 17, 2015 Perfect! Bot was acting very buggy lately I'm sure this will help
DylanSRT Posted April 17, 2015 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.
Thatlong_d Posted April 18, 2015 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
irwtonrs1 Posted April 18, 2015 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.
Ptero Posted April 18, 2015 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
Kittens Posted April 18, 2015 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
Alek Posted April 18, 2015 Author 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
Ptero Posted April 18, 2015 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)