Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. 15m for the third
  2. iJodix

    worldHopper

    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
  3. 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 } }
  4. worthy 10/10
  5. iJodix

    Topic title

    I also found a java error log; http://pastebin.com/byxqdzqf
  6. iJodix

    Topic title

    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
  7. iJodix

    Error;

    Haven't had any problems with v1.03.206 anymore, this error was pretty random tho.
  8. iJodix

    Error;

    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
  9. 43 hrs, 72 mining. Leggo 85 mining
  10. 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
  11. So it's you who mines all those ores
  12. iJodix

    MirrorClient v1.03

    Works now
  13. 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.
  14. iJodix

    Random error;

    [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.
  15. Are you using 1.02 ? Am guessing that your cilent ran out of memory, though it was fixed in 1,02
  16. Make sure Chrome is 64 bit if you're using 64 bit java and vice versa.
  17. 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.
  18. Been running for 27 hrs straight now, powermining coals, no ban so far x)
  19. http://osbot.org/forum/topic/66800-osbot-mirror-client-your-guide/
  20. Download mirrorclient.jar and move it to OSBot data folder.
  21. 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)); } }
×
×
  • Create New...