Jump to content

Gunman

Super Moderator
  • Posts

    3448
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. @GDH Download and run jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  2. VPN's are terrible for botting and here's why. VPN's IPs are normally shared with many users. Proxies can be dedicated to you and solely you; So you're the only one botting on that IP instead of a VPN where you can have x players playing the game or botting on it.
  3. Gl, grats with the release!
  4. Gunman

    Stealth Quester

    Quest: The Ascent Of Arceuus Logger message: position: [x=1635, y=3871, z=0]; next: The Ascent Of Arceuus; queue: 2; member: true; mirror: false; input: true, resized: false [INFO][Bot #1][10/27 08:27:54 PM]: running quest: The Ascent Of Arceuus; current stage: 16396 [INFO][Bot #1][10/27 08:27:54 PM]: failed to find stage Issue: After talking to the giant golem guys it doesn't know what to do next which it needs to run to the dark altar and inspect the rocks around it to find some item. Then after finding the item it needs to talk to Lord Trobin Arceuus to Complete the quest. It basically gets stuck at 10:35 in this quest guide.
  5. Try isolating sections of code off until it works and narrow the problem down
  6. @Patrick @Token This version broke the dialogue handling in Stealth Quester. Idk about other scripts. Basically mid dialogue or a few seconds after an option pops up the bot will talk to the NPC again, and it just loops this. Same quest tested on 2.5.90 did NOT do this. I'll let you two figure out who needs to fix what.
  7. This is fucking hot bro
  8. There use to be but it broke. Also I believe that will be listed in either other or moneymaking.
  9. @MalcolmGood job you borked it
  10. Sorry no. There use to be but Jagex made an update to their site about 3 months ago that broke just about all of them But you will probably have to buy a private one which may be kinda expensive.
  11. @WSSLThink you might be trying to grab the widget info before it's loaded my friend. Try swapping lines 45 and 46 and increase the sleep by another second for good measure. If this was the issue look into conditional sleeps.
  12. Imo the whole vps market is fucked place; If you pay for x you should receive at least 90% the performance of x whether it's dedicated or not. That bigger VPS with those specs should be able to run quite a lot of bots. I have 64gb of ram and 12 cores / 24 threads on my personal pc and I can run ~100 bots in low cpu mode. Without low cpu is probably around 30-35. If you haven't try pushing that vps harder and see if it crashes or some shit. Other wise if they don't fix it I would just dropped that VPS since it would be a waste of money to keep it running. And relating to the question you asked I believe a dedicated would fix this issue but that still doesn't change the fact I think that's just wrong.
  13. You're gonna wanna make or have an account creator made. It has gotten a bit more tricky to make since the Incapsula/Imperva update they made to the RS site.
  14. Old issue a long time ago to fix something like this was to hide the script paint. Try that and see if it does anything
  15. Gunman

    Stealth Quester

    Ye idk. It got stuck multiple times in this dialogue with the auntie's cycle and all. But other than that it did everything fine including the boss
  16. You did it. You crazy son of a bitch you did it
  17. Gunman

    Stealth Quester

    MM1 - Getting stuck at the stage where it needs to get the monkey talisman from the kid. Specifically getting stuck in dialogue and not selecting one of the two options. Never seen theses options before think they might be new. But manual selecting the option asking how many bananas did your auntie want fixed it. And now I think about it, should of grabbed the exact dialogue options oops lol.
  18. If you check Molly's profile, they haven't been online yet to see the message.
  19. Only thing that does this is the ip. Some data center proxies will trigger it or changing the location from like us to uk can too. Normally this only happens once. You can unlock them on the website then you can keep going.
  20. My guess is it's getting stuck because of web walking. Web walking by default will complete if a tile off. But I would just change the position to an area which I think the same area you're walking to is in the Banks API. I would probably restructure it like this private void handleBank() throws InterruptedException { if (getBank().isOpen()) { currentState = "Depositing"; if (getBank().depositAll()) { Sleep.sleepUntil(() -> getInventory().isEmpty(), 4000); } } else if (!getBank().open()) { currentState = "Navigating to bank"; getWalking().webWalk(Banks.HOSIDIUS_HOUSE); } } And the first if in the onLoop I would change to just this if (getInventory().isFull()) { handleBank(); } If Banks.HOSIDIUS_HOUSE isn't the right location create an area where yours is.
  21. @UkBenHNeed more code, and post it on https://pastebin.com/ EDIT: Also the if's are nested and will get stuck if the bank is already open
×
×
  • Create New...