Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • abouhanafy87

    VIP
    • Posts

      118
    • Joined

    • Last visited

    Everything posted by abouhanafy87

    1. i use Inventory.depositAllItems(); but some cases i have Lamp in my inventory and its undeposit item . its do deposit for ever . please fixed it .
    2. when my script hopping to world after hopping the client close the list of worlds every time and i think this is not a human events . any one like this ?
    3. I think it's time for the development team to explain how you use pathfinder , AbstractWebNode and walk a path , sample path and a path with obstacle .just example for all scripters now and in future . vote with like if you agree !
    4. Make sure that you have a good script that owns Break and has Antiban and is closer to human movements such as clicking and sleeping from time to time.
    5. i try this and the result : currentNode.exists(): false Inventory.isFull(): false and still sleep to 25 s. i try to check it by name if (currentNode.interactForceLeft("Mine")) { Sleep.sleepUntil(()-> { Logger.log("currentNode.isOrevein: " + currentNode.getName.equal("Ore vein")); Logger.log("Inventory.isFull(): " + Inventory.isFull()); return !currentNode.exists() || Inventory.isFull(); }, 25000); } the result : currentNode.isOrevein:true // when the currentNode name is " Depleted vein" Inventory.isFull(): false
    6. nodefilter check this . nodefilter = g-> g!=null && g.exists() && Mining_area.contains(g) && g.getName().equals("Ore vein");
    7. hey team , can you take a look on game explorer because when i open it . it freez the client .
    8. hellow every body my SleepUntil condition didn't work with me > this is my code can any one try it . in the mother load mining area. nodefilter = g-> g!=null && g.exists() && Mining_area.contains(g) && g.getName().equals("Ore vein"); currentNode = GameObjects.closest(nodefilter); if (currentNode.interactForceLeft("Mine")) { Sleep.sleepUntil(()-> !currentNode.exists() || Inventory.isFull(), 25000);//didn't work here and sleep for 25 s every time. } what's about you ? Are this happen with any one of you ? @Pandemic
    9. i think you must build a method teleport to minigame @Pandemic
    10. hi everyone i try to get NPC that interacting me and the results is null target = NPCs.closest(npc-> npc.isInteractedWith() && Players.getLocal().getCharacterInteractingWithMe().getModel().equals(npc.getModel())); it's null
    11. Any idea for get rune id or name in runepouch.plz
    12. 3.14.2.14 this is a good client to use. i think random path is a good idea. and decrease ban chance.
    13. how can i make a break function to use in my script ? any example plz .
    14. 2022-11-14 08:00:24 [ERROR] There was an issue connecting to our servers java.net.UnknownHostException: cdn.dreambot.org at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getByName(Unknown Source) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:156) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:153) at java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:153) at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:41) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:61) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:53) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:55) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:31) at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:106) at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:206) at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:46) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:180) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:166) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:577) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:551) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:490) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:615) at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:604) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:104) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:989) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:504) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:417) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:474) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Unknown Source) 2022-11-14 08:00:24 [INFO] Connecting to server... 2022-11-14 08:00:24 [ERROR] There was a problem parsing the LivePrices data java.net.UnknownHostException: downloads.dreambot.org at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at org.1n.lambda$static$0(1n.java:39) at org.4i.0(4i.java:171) at org.4i.0(4i.java:135) at org.4i.0(4i.java:84) at org.2z.1(2z.java:187) at org.2z.2(2z.java:108) at org.2z.0(2z.java:88) at org.2T.0(2T.java:169) at org.0C.0(0C.java:41) at org.3x.1(3x.java:142) at org.3x.0(3x.java:117) at org.2a.0(2a.java:94) at org.3x.1(3x.java:142) at org.3x.0(3x.java:117) at org.0R.0(0R.java:93) at org.3x.1(3x.java:142) at org.1V.0(1V.java:88) at org.3x.1(3x.java:142) at org.3x.0(3x.java:117) at org.3m.1(3m.java:229) at org.3m.0(3m.java:81) at org.dreambot.api.1.0(1.java:146) at org.dreambot.api.1.1(1.java:122) at org.dreambot.api.1.0(1.java:75) at org.dreambot.api.1.2(1.java:45) at org.dreambot.api.methods.grandexchange.LivePrices.getLow(LivePrices.java:90) at Main.onPaint(Main.java:386) at org.dreambot.api.script.event.impl.PaintEvent.dispatch(PaintEvent.java:31) at org.dreambot.2n.0a(2n.java:174) at org.dreambot.2n.0(2n.java:160) at org.dreambot.20.1(20.java:181) at org.dreambot.20.0(20.java:170) at org.dreambot.20.getGraphics(20.java:73) at av.f(Unknown Source) at client.av(Unknown Source) at ae.aj(Unknown Source) at ae.run(Unknown Source) at java.lang.Thread.run(Unknown Source) after that the client is frozen .
    15. client v3.14.2.3 stand in tile and didn't move . walk randomly is fixed . walk didn't do the sleep condition :- if(Walking.walk(Bank_Area.getRandomTile())){ Sleep.sleepUntil(()-> myplayer.distance(Walking.getDestination())<random(3,5),random(2000,4000)); }
    16. Still walking randomly in the specified area. what's wrong in this code . why still walks randomly in the specified area despite being in the bank area and why didn't interact bank . @Pandemic @Zawy @Nuclear Nezz@Hashtag } else if(Inventory.isFull()) { if (Bank_Area.contains(myplayer)) { bank(); }else { if(Walking.walk(Bank_Area.getRandomTile())){ // Sleep.sleep(random(2500,3500)); Sleep.sleepUntil(()-> myplayer.distance(Walking.getDestination())<random(3,5),random(2000,4000)); } } }
    17. He still walks randomly even though he is in the specified area, for example: I own a mining script when he stands in the mining area he walks randomly continuously which caused a ban for two days. secondly . He clicks on the rock continuously despite the presence of a condition. If this condition is met, he does not click, but he clicks continuously despite the fulfillment of the condition.
    18. It's a warning message in all scripts need some help. @Pandemic
    19. Local pathfinder list is empty for some reason. Force walk randomly. Fixed this gameobject go= gameobjects.closest(id) If (!chk) go.interact("Mine"); It's interact in the two cases (chk = true or chk = false) @Pandemic
    20. i have errors like those + interacting didn't return true in some cases
    21. ok its work the problem with the dsl . thanks for you @Pandemic
    22. when i start the client . it cant load the game files > the log error : 9:47:00 PM: [INFO] Connecting to server... 9:47:05 PM: [INFO] You have successfully been logged in as abouhanafy87! 9:47:05 PM: [INFO] Your current rank(s): [MEMBERS] 9:47:07 PM: [ERROR] Error loading worlds: java.lang.ArrayIndexOutOfBoundsException: 8674 at org.dreambot.41.1(41.java:67) at org.dreambot.api.methods.world.Worlds.0(Worlds.java:82) at org.dreambot.api.methods.world.Worlds.all(Worlds.java:205) at org.dreambot.api.methods.world.Worlds.all(Worlds.java:238) at org.dreambot.api.methods.world.Worlds.getRandomWorld(Worlds.java:359) at org.dreambot.38.0(38.java:87) at org.dreambot.38.1(38.java:43) at org.dreambot.38.<init>(38.java:39) at org.dreambot.core.Instance.getInstance(Instance.java:136) at org.dreambot.core.Instance.<clinit>(Instance.java:48) at org.dreambot.1H.0(1H.java:96) at org.dreambot.1H.lambda$new$0(1H.java:81) at java.lang.Thread.run(Unknown Source)
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.