Jump to content

iJodix

Trade With Caution
  • Posts

    1025
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by iJodix

  1. http://osbot.org/forum/topic/61609-path-generator-zwalker-portre-release/?p=681624
  2. http://osbot.org/forum/topic/66851-error-2/?p=735144
  3. iJodix

    Error

    Yes, everything works just fine now
  4. iJodix

    Error #2

    You're right, the memory went to 1% just before it started to load new arena and when it started to load, everything crashed and the console closed itself. I wasn't that quick to take picture x)
  5. iJodix

    Error #2

    The Java console was open, and once the java crashed, it decided to crash too and close itself and i couldn't re-open the console. [ERROR][Bot #1][03/06 04:20:36 PM]: Error on random executor! java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m14(Native Method) at client.emu.Static.getCacheInt(Unknown Source) at client.emu.EmuClient.getLoginState(Unknown Source) at org.osbot.rs07.api.Client.getLoginStateValue(bn:212) at org.osbot.rs07.api.Client.getLoginState(bn:241) at org.osbot.rs07.randoms.BreakManager.shouldActivate(jd:45) at org.osbot.rs07.event.RandomExecutor.run(wj:130) at java.lang.Thread.run(Unknown Source)
  6. iJodix

    Error #2

    The client ran for like 10 mins or so. The place where i bot isn't crowded at all, like a couple of people only. Currently running on Chrome again to see when the problem exactly occurs.
  7. iJodix

    Error #2

    Did search the whole system, nothing. Changed to Internet Explorer, works alright now.
  8. iJodix

    Error #2

    It happened once again but no Crash Reports.
  9. iJodix

    Error #2

    Had to enable the Crash Report in Chrome, wasn't enabled by default so unfortunately no Cache Report was saved. If it happens next time, i'll let you know.
  10. iJodix

    Error #2

    Happened when it tried to load new region aka "Loading - please wait." [ERROR][Bot #1][03/06 08:02:41 AM]: Error on random executor! java.lang.RuntimeException: Read timeout at client.nat.stream.Stream.m14(Native Method) at client.emu.Static.getCacheInt(Unknown Source) at client.emu.EmuClient.getLoginState(Unknown Source) at org.osbot.rs07.api.Client.getLoginStateValue(bn:212) at org.osbot.rs07.api.Client.getLoginState(bn:241) at org.osbot.rs07.api.Client.isLoggedIn(bn:211) at org.osbot.rs07.randoms.WelcomeScreen.shouldActivate(jc:109) at org.osbot.rs07.event.RandomExecutor.run(wj:130) at java.lang.Thread.run(Unknown Source)
  11. Adblock, that's all.
  12. Windows 7 Home Premium, odd that it isn't working for you, did you re-download the Mirror Client since they updated it ?
  13. I guess, Use this link to install 64 bit chrome; https://www.google.com/chrome/browser/beta.html
  14. Everything seems to be working for me now, Using 64bit Chrome/Java, Try chrome://help to see what version of chrome you running.
  15. iJodix

    Error

    Getting this message; "Could not open stream connection" Using 64 bit Java & Waterfox 64 bit
  16. Thanks for the update, hopefully it'll work as good as it looks.
  17. iJodix

    Widgets

    RS2Object bankBooth = objects.closest("Bank booth"); if (bankBooth != null) { if (bankBooth.interact("Bank")) { while (bank.isOpen()) { sleep(random(800, 1200)); bank.depositAll(); sleep(random(800, 1200)); bank.close(); sleep(random(800, 1200)); } } } This one just hovers the close button, so am guessing that isOpen() works in this case but i also tried widgets.bank.close(); & widgets.bank.isOpen(); & widgets.bank.depositAll(); and it doesn't do anything, i guess i must be doing something wrong then.
  18. iJodix

    Widgets

    I guess whoever posted those scripts on pastebin got em by decompiling. And thanks, i will.
  19. [INFO][Bot #1][03/05 08:26:31 PM]: RS2Widget[] getChildWidgets() children.length != accessor.length! Please report to developers!
  20. iJodix

    Widgets

    Not really decompiling, if i struggle with something, i just get reference from codes posted to pastebin.
  21. iJodix

    Widgets

    To check if the bank interface is open. bank.isOpen(), bank.depositAll() none of them works.
  22. iJodix

    Widgets

    It works but is it the right way of using the new widget system ? if (bankBooth.interact(new String[] { "Bank" })) sleep(random(800, 1200)); { if (widgets.isVisible(12)) { inventory.interact("Deposit-All", new String[] { "Bones" }); } }
×
×
  • Create New...