Jump to content

Jewlz

Members
  • Posts

    24
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1156 profile views

Jewlz's Achievements

Bronze Poster

Bronze Poster (2/10)

4

Reputation

  1. Not sure if this problem is related to my scripts or not.. but working on my own scripts.. when trying to run 2 bots on 1 client i get a memory spike and CPU spike at 100%, but when running each 2 scripts individually it is fine?
  2. Would like to try a trial thanks
  3. Jewlz

    OSBot 2.4.53

    Just says You cannot start a new topic
  4. Jewlz

    OSBot 2.4.53

    Using my own script I wrote, its a bug with the client web walking for sure I cant start a thread in that forum area..
  5. Jewlz

    OSBot 2.4.53

    It's still spam clicking the minimap at the start of the walk path sometimes, especially at edgeville bank walking to barbarian village
  6. Still happening in 2.4.52
  7. The web walking spam clicks the minimap when it starts its walk path Happens in every location happens in latest osbot version 2.4.52 Nothing in description log using WebWalkEvent toDestination = new WebWalkEvent(node, w); sleep(random(500,1000)); toDestination.setBreakCondition(new Condition() { @Override public boolean evaluate() { if(myPlayer().getPosition().distance(w) <= ro) { return true; } else { return false; } } }); execute(toDestination); }
  8. When the web walking starts its first click on the minimap to walk a route it spam clicks it every single time using WebWalkEvent toDestination = new WebWalkEvent(INodeRouteFinder.createAdvanced(), w)
  9. map.canReach() doesnt seem to check if you can reach an npc properly, aka if a door/gate is closed Any solutions?
  10. The isVisible and isOnScreen functions dont seem to work for what i want basically to check if the item is visible on the screen by the players camera angle, walls etc? any ideas?
  11. How would you bot multiple accounts at once one with different ips? Surely they would all be on the VPN ip address?
  12. Hi, im curious as to whether it is safe to bot on multiple accounts (3 or less) on the same ip from the same PC can this be detected? Is it safe?
  13. I'm developing a script and web walking keeps saying it cannot find the path to the destination (Edgeville) even though it can walk to the bank from the fishing spot but cant walk back Any reason for this? edit: using inodeadvanced btw
×
×
  • Create New...