Everything posted by iJodix
- Error #2
- Error #2
-
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)
- Error loading hooks
-
Error loading hooks
Windows 7 Home Premium, odd that it isn't working for you, did you re-download the Mirror Client since they updated it ?
-
Error loading hooks
I guess, Use this link to install 64 bit chrome; https://www.google.com/chrome/browser/beta.html
-
Error loading hooks
Everything seems to be working for me now, Using 64bit Chrome/Java, Try chrome://help to see what version of chrome you running.
- Error
-
OSBot 2.3.38 - Mirror Client BETA + more
Thanks for the update, hopefully it'll work as good as it looks.
-
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.
-
Widgets
I guess whoever posted those scripts on pastebin got em by decompiling. And thanks, i will.
-
OSBot 2.3.37 - Further migrations to the widget system
[INFO][Bot #1][03/05 08:26:31 PM]: RS2Widget[] getChildWidgets() children.length != accessor.length! Please report to developers!
-
Widgets
Not really decompiling, if i struggle with something, i just get reference from codes posted to pastebin.
-
Widgets
To check if the bank interface is open. bank.isOpen(), bank.depositAll() none of them works.
-
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" }); } }
-
OSBot 2.3.37 - Further migrations to the widget system
Thanks for the update
-
OSBot 2.3.36 - Widget optimisations
[ERROR][Bot #1][03/05 10:47:33 AM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.api.Widgets.get(nj:204) at org.osbot.rs07.api.DepositBox.close(do:115) Getting this error while it tries to close the deposit box interface.
-
OSBot 2.3.35 - Banking
Yeah, my bad, was in hurry. Though, when we can expect a fix to this slow interaction ? EDIT:// I just noticed that when it tries to interact with something, the cpu usage skyrockets
-
OSBot 2.3.35 - Banking
Corrupted jar file? EDIT:// Works, will test.
-
MGMiner by Rutsy - Soon to come with many settings and locations
Good luck!
-
OSBot 2.3.34 - New Widget system + Banking
Having the same issue.
-
OSBot 2.3.34 - New Widget system + Banking
It hovers the tree for a while and then after 20-30 seconds, it clicks on it. Also, with dialogues, it takes around 5-10 seconds until it clicks on it. This is how my code looks; private void interactWithSeamanPay() throws InterruptedException { if(getInterfaces().getChild(548, 116).isVisible()) { sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); dialogues.selectOption("Yes please."); sleep(random(600, 1000)); dialogues.clickContinue(); sleep(random(600, 1000)); } } private void deposit() throws InterruptedException { RS2Object bankBooth = (RS2Object)objects.closest(new String[] { "Bank deposit box" }); if (inventory.isFull()) { if (bankBooth != null) { if(bankBooth.isVisible()){ if (bankBooth.interact(new String[] { "Deposit" })) sleep(random(800, 1200)); { while (depositBox.isOpen()) { sleep(random(800, 1200)); depositBox.depositAllExcept(new String[] { "Rune axe" }); log("Depositing willows..."); sleep(random(800, 1200)); depositBox.close(); sleep(random(800, 1200)); } } }else { getCamera().toEntity(bankBooth); } } } } private void chop() throws InterruptedException { Entity tree = objects.closestThatContains(TREE_NAME); if(!myPlayer().isAnimating() && (!myPlayer().isMoving())) if(tree != null) { if(WILLOWS_AREA.contains(tree)) if(tree.isVisible()){ if (tree.interact("Chop down")) { log("Chopping tree..."); sleep(random(600, 700)); while (myPlayer().isMoving()) { sleep(100); } sleep(random(600, 700)); } }else{ localWalker.walk(tree, true); } } }
-
OSBot 2.3.34 - New Widget system + Banking
isVisible() & interacting is broken ? It takes now like 2-3 minutes until it interacts with anything. Didn't have this problem until this update. EDIT:// It takes alot of time for bot to interact with anything, dialogues, objects etc..
-
Double Banhammer F2P
One of my accounts got banned today aswell. Solution to this; 1 gets banned, create another 5.
-
Khal Woodcutter
Chopping yews at grand exchange, it happens every 2-3rd banking time, it opens the bank interface, then closes it from [X] and it does it for 2-4 times. Sadly one of my accounts just got perm banned