Jump to content

revoke11

Members
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

revoke11's Achievements

Newbie

Newbie (1/10)

3

Reputation

  1. hmm. Yea just double checked. 19 tiles are 100% on the minimap, in some directions 20.
  2. I have the following code MiniMapTileDestination mdst = new MiniMapTileDestination(s.getBot(),dst); s.mouse.click(mdst); The destination tile is 20 tiles away and is visible on the minimap but the mouse won't click on the tile. After some debugging the minimap function returns that the tile is not visible on the minimap. I was reading in an old forum post that Minimap walking is limited to 14 tile distance?
  3. I'm having a web walk error: Caused by my code: WebWalkEvent e = new WebWalkEvent(a); e.setMoveCameraDuringWalking(false); e.setEnergyThreshold(run); s.execute(e); EDIT: The destination is irrelevant to the error.
  4. There was obviously a game update today. Other clients are offline as well. Ah there's a new version
  5. I have been getting "Bot initialization error!" since the update this morning on the stealth client.
  6. What? I saw your comment earlier? Is the client working for you? I was waiting for a new client version.
  7. Been using the stealth client, got a few perms at a hotspot using a bad script. I fixed the script and since the hotspot hasn't caused me any problems. No bans outside of the hotspot. 1-2 instances on my own residential IP. Less than 12 hours a day. Not botting every day. Decent amount of breaks. Account is 100% botted and has made decent progress. Also there have been updates that causes all accounts to be banned. So just have to avoid update days. Seems like the one today is a might cause it.
  8. The download on the main website isn't working. But was able to update through the interface. Also, getting some strange behavior in my scripts. The mouse seems to be bouncing all over the place. Using Postion/Item.hover() doesn't seem to work anymore.
  9. Did the update today finally spell the end?
  10. I understand you can patch onto runelite. But patching into the launcher is different than the client spoofing. If the client right now spoofs Runelite's data then no worries. If the client spoofs the default client then there's a problem. Also I think runelite is planning to prevent the whole patching issue.
  11. Hi, I was wondering about the news that the Official Java Client won't be supported. Will this result in instant bans on the OSBOT stealth client because it is essentially pretending to be the legacy official client? Or does OSBOT impersonate Runelite? I guess the question is, will OSBOT still be usable after the legacy client is no longer supported? Couldn't find anyone else talking about this. Thanks.
  12. I figured out what was happening. The main method of my script was throwing an interrupt exception presumably from the random solver. Handing the interrupt or disabling the random solver both worked.
×
×
  • Create New...