Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. C

    Bug Can't join Slack

    Hey there, I am trying to join your Slack but I am getting this error on the website: Could someone please look into this?
  2. C

    Bug Issues with RegionPath and WebPath

    It's not working at all for me anymore ever since that happened. It just won't open any doors anymore.
  3. C

    Bug Issues with RegionPath and WebPath

    Yeah, that's exactly the same issue that I also have. I just can't rely on it. When I leave my bot alone there is like a 50% chance at the end of the day that it is either stuck or already disconnected from the game.
  4. C

    Bug Issues with RegionPath and WebPath

    Lately I seem to get quite a lot of problems with WebPath and RegionPath. First of all, is it true that only WebPath can open doors or other obstacles that are in the way or can RegionPath also do this? Anyway, I know for sure that WebPath can do this but recently I watched my bot be unable to...
  5. C

    Question How to interact with the bank or with an NPC as soon as possible?

    Thanks for your response! It has been quite a while and I already improved my bot but I am actually doing it pretty similar to what you suggested. My bot currently does the following checks to decide if it should try interacting with the bank: public boolean validate() { Player player =...
  6. C

    Question How to interact with the bank or with an NPC as soon as possible?

    Thank you for the response again! I have one more question: I just tried to use Banks.getLoaded().nearest() and then call isVisible() if the returned bank is not null to check if the bank is visible. With this code I noticed that for some reason when I am very very close to seeing the bank...
  7. C

    Question How to interact with the bank or with an NPC as soon as possible?

    Thanks for your response! What would be the best way to check if the player is near the bank? I wanted to use reachable() in the NPC/Bank query so that it would always return false until the webpath walking to the bank/npc would have opened any doors that might block the way to the bank. With an...
  8. C

    Question How to interact with the bank or with an NPC as soon as possible?

    Hey guys, I am currently working on my very first RuneMate bot and I keep running into problems when trying to make the bot interact with the bank before my player actually reached it. If the bank is near my player but not visible, I want the bot to turn the camera to the bank and then interact...
Top