-
Posts
1025 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by iJodix
-
Mirror client version -> v1.051 Console output / terminal output -> N/A Crash report if a crash occurred -> N/A Script that you ran -> Private Hooks that failed -> N/A JVM/Browser bit version (32 / 64) -> N/A It immediately returns it true ? Even though it doesn't hop, doesn't even click on the logOut tab. EDIT:// Works fine in v1.05
-
Umm, this should work; // Didn't test if (!myPlayer().isInteracting(monk))) { // NOT INTERACTING if (monk != null) { // IF EXISTS if (monk.isVisible()) { // IS VISIBLE if (!dialogues.inDialogue()) { // NOT IN DIALOGUE monk.interact("Talk-to"); // INTERACTS log("Talking to monk"); // LOG sleep(random(500, 900)); // SLEEPS } } } else if (dialogues.inDialogue()) { // IF IN DIALOGUE dialogues.clickContinue(); // CLICKS ON THE CONTINUE sleep(random(600, 1000)); // SLEEPS dialogues.selectOption("Ok"); // GIVE THIS AN OPTION sleep(random(2500, 3500)); // SLEEPS } }
-
worthy 10/10
-
I also found a java error log; http://pastebin.com/byxqdzqf
-
Mirror client version Console output / terminal output >_ java.lang.RuntimeException: Unknown query: 0x32CAE800 at client.nat.stream.Stream.m16(Native Method) at client.KNApAkkyGbM.sq(Unknown Source) at client.emu.EmuClient.getLoginState(Unknown Source) at org.osbot.rs07.api.Client.getLoginStateValue(se:106) at org.osbot.rs07.api.Client.getLoginState(se:198) at org.osbot.rs07.randoms.BreakManager.shouldActivate(fd:91) at org.osbot.rs07.event.RandomExecutor.run(me:80) at java.lang.Thread.run(Unknown Source) Crash report if a crash occurred - <- The client does crash randomly, after running 20+ minutes, doesn't happer before, also, the error occurs when entering new region aka; "Loading - please wait" Script that you ran - Hooks that failed - JVM/Browser bit version (32 / 64) -> 64 OSBuddy/jagex Launcher
-
Mirror client version <- v1.03.206 Console output / terminal output [ERROR][Bot #1][03/13 06:46:04 AM]: Error on random executor! java.lang.RuntimeException: Unknown query: 0x6BD4C724 at client.nat.stream.Stream.m16(Native Method) at client.KNApAkkyGbM.sq(Unknown Source) at client.emu.EmuClient.getLoginState(Unknown Source) at org.osbot.rs07.api.Client.getLoginStateValue(ei:22) at org.osbot.rs07.api.Client.getLoginState(ei:49) at org.osbot.rs07.api.Client.isLoggedIn(ei:252) at org.osbot.rs07.randoms.WelcomeScreen.shouldActivate(ic:186) at org.osbot.rs07.event.RandomExecutor.run(xj:112) at java.lang.Thread.run(Unknown Source) Crash report if a crash occurred <- Also, when the error occured, the client started to lag terrible and i had to restart the client. Script that you ran <- My own script Hooks that failed <- ?? JVM/Browser bit version (32 / 64) <- 32BIT
-
-
43 hrs, 72 mining. Leggo 85 mining
-
Console output / terminal output [INFO][Bot #1][03/12 02:17:42 AM]: Started random solver : Auto Login [INFO][Bot #1][03/12 02:17:56 AM]: Random solver exited : Auto Login Crash report if a crash occurred: NONE -> What happened ? Once it enters new region, Random solver; Auto Login suddenly executes and clicks on invisible "Click here to play!" Script that you ran; Private script Hooks that failed; ?? JVM/Browser bit version (32 / 64); 32BIT
-
So it's you who mines all those ores
-
Didn't happen to me before, everything worked just fine. Are we supposed to wait for a new mirrorclient.jar ? EDIT:// NVM, just noticed the new thread.
-
[ERROR][03/11 09:29:35 PM]: Uncaught exception! java.lang.NullPointerException at javax.swing.text.FieldView.getFontMetrics(Unknown Source) at javax.swing.text.FieldView.getPreferredSpan(Unknown Source) at javax.swing.text.FieldView.updateVisibilityModel(Unknown Source) at javax.swing.text.FieldView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at javax.swing.text.PlainDocument.insertString(Unknown Source) at javax.swing.text.AbstractDocument.replace(Unknown Source) at javax.swing.text.JTextComponent.setText(Unknown Source) at org.osbot.CON.IiIIiIIIIi(kp:60) at org.osbot.CON.<init>(kp:128) at org.osbot.Con.IiIIiIIIIi(sj:4) at org.osbot.BotApplication.main(hs:137) Everything were running fine until i had to restart the client.
-
Are you using 1.02 ? Am guessing that your cilent ran out of memory, though it was fixed in 1,02
-
Make sure Chrome is 64 bit if you're using 64 bit java and vice versa.
-
Post a picture that describes your personality.
iJodix replied to RoomScape's topic in Spam/Off Topic
-
Am using my own script and am aware of the entity loading bug, the only way to be able to bot that long is to not run into new region, that's why am powermining aka in one spot.
-
Been running for 27 hrs straight now, powermining coals, no ban so far x)
-
http://osbot.org/forum/topic/66800-osbot-mirror-client-your-guide/
-
Download mirrorclient.jar and move it to OSBot data folder.
-
Umm, something like this ? private void dialogueblabla() throws InterruptedException { if (dialogues.inDialogue() == true) { dialogues.selectOption("Yes please."); sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); } }