Jump to content

Czar

Global Moderator
  • Posts

    22342
  • Joined

  • Last visited

  • Days Won

    2003
  • Feedback

    100%

Everything posted by Czar

  1. Just replied to the fighter thread. Turn off prayer otherwise it select quickprayers. I may be going crazy, but I searched the code and there is no way the bot will click prayer unless selected to do so, I even logged in and confirmed so. Please tell me your setup so I can guide you through setting up the bot. Also you haven't said which npc you're trying to fight. Maybe late reply by now it seems you gained almost 1m xp, but I'm back after a week away can finally respond to future questions/reports
  2. Czar

    Perfect Thiever AIO

    Yes done gl on trial enjoy For custom tile it’s F3, I believe custom tile mode only activates if doing stalls but I can add it to other modes too
  3. Czar

    Perfect Wintertodt

    Of course done gl sir
  4. Thanks, my behaviour system sacrifices some xp to prolong your accounts I’ll make it optional so everybody wins
  5. Czar

    Perfect Agility AIO

    Get mirror mode use short breaks and short run times I can’t reveal my setup publicly but I am willing to guide you yeah easily can get 99 this way
  6. Welcome, also strong introduction noice
  7. It seems nobody has released one yet, will ask Token about what options are available
  8. Czar

    Perfect Wintertodt

    Of course done gl sir
  9. Czar

    invoice

    Any luck was this resolved?
  10. Not sure if allowed but would be good idea, marketplace is just full of bumps too which is annoying
  11. Czar

    Perfect Wintertodt

    Of course done gl sir
  12. Czar

    Perfect Thiever AIO

    Sad. I am sure there was a good proggy in progress too rip. I will take a look and see if the hooks are updated @Klumzy 1. start the thiever bot 2. select option (sticky npc mode) 3. Select elves 4. run the bot 5. wait couple second for script to load 6. Click F2 on keyboard 7. Using mouse click on elf nearby 8. The bot now will target that npc 9. Success Keep in mind you must start the bot near the npc. This is the only way a thiever can handle elves because they all have a different name, and different ID too. It takes a couple seconds so it’s np ^^ If still no luck lmk I’ll record a gif/video or even help via teamviewer or something
  13. Atm it will use the best available house on the house advertisements thingy, I can add a way to enter your own home too, no problem I was thinking 99% of ppl don’t have a good poh Jewellery boxes explain please, I am open to adding anything
  14. Am seeing couple script threads being manually bumped too, thought this wasn't allowed? edit: bumped as in typing "bump" every 3 hours without anyone talking
  15. Without spoonfeeding too much, here are a couple snippets that you'll have to assemble yourself // currently selected minigame, do getMessage() on this Optional<RS2Widget> firstAttempt = getWidgets().getAll().stream().filter(a -> a.getRootId() == 76 && a.getMessage() != null && a.getMessage().length() > 0 && a.getTextColor() == 16750623 && a.getHeight() < 20).findFirst(); // teleport button (after a minigame is selected) Optional<RS2Widget> teleportButton = getWidgets().getAll().stream().filter(a -> a.getMessage().length() > 0 && a.getMessage().equalsIgnoreCase("Teleport")).findFirst(); // is minigame teleport panel shown boolean isTab = getConfigs().get(1054) >= 3000; // open grouping tab getWidgets().interact(548, 39, "Grouping"); // click on correct minigame Optional<RS2Widget> targetMinigameOption = getWidgets().getAll().stream() .filter(a -> a.getRootId() == 76 && a.getMessage().length() > 0 && a.getMessage().equalsIgnoreCase("MINIGAME NAME HERE")) .findFirst();
  16. Ty I’ll take a look now, something may have changed recently
  17. Czar

    Czar Kudo Solver

    Did 10-47 no problems
×
×
  • Create New...