Jump to content

Czar

Global Moderator
  • Posts

    22549
  • Joined

  • Last visited

  • Days Won

    2041
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    Perfect Thiever AIO

    Thank you! Yes I have more updates coming, I want to avoid relying on other people, so the next update for blackjacking will be to automatically lure the npcs instead of hopping worlds to find a pre-lured npc. And for closing the curtain I'll add that in ASAP. Again thx for feedback appreciate it ;D
  2. Czar

    Czar Barrows

    It depends on teleports available for your ironman, do you have a portal in poh?
  3. Czar

    Czar Barrows

    I'll add that in! Just added a new option for house spell + rune pouch + barrows portal, now we have barrows portal, nexus, and a lot more. I'll add construction cape next
  4. Czar

    Czar Barrows

    Wooot! I will adjust some setup options and make it better
  5. Czar

    Czar Barrows

    Hey mate Can you tell me if you got [Allow Prayer Sip] selected please
  6. Czar

    Perfect Thiever AIO

    Seems to only happen in deadman world, I'll turn off the safety. I believe the message Welcome to deadman world or something is telling the script it died, very strange. Fixed in v292.0 Update will automatically go live within a few hours enjoy
  7. Yeah it's really easy to unban them, I just unbanned a few accounts from last week's wave. It's also really difficult to get banned with bankstanding skills such as crafting, is this the only botting history you have or did you bot previously too?
  8. Czar

    Perfect Thiever AIO

    Ty will take a look, seems the bot thinks your account got 0hp and died, did this happen? Or maybe there was lag during login and the levels didn't load yet
  9. Well I have never killed anyone with fight back yet but it does make a huge difference, I am typically 80-99 range with webweaver bow on various accounts usually and it makes the pkers eat alot and gives us time to escape. Some of them even give up and look for other easier targets And yeah I've submitted a request to add a lifetime price to this bot, just waiting now
  10. I'll make sure it works for you, I'll test with AFK enabled on my custom tile, tysm for logs! EDIT: Just saw the screenshot, it must be Sand crab in setup for some reason it was selecting rock crab, I found something which needs tweaking for today's update
  11. Hey bro tysm I love the feedback, I will check it out I just need to ask which weapon did you have for main weapon and which weapon did you have for spec? I know that I am missing a few weapons I believe the new BH weapons and a few other high level stuff, but I am always happy to add updates. And for the alching while training magic/slayer I will give this a try, I'll visit youtube and see how it's done, if it's similar to agility (alch then move) then I have some great news I can copy paste my code from my agility bot onto this fighter bot And for imbued heart sure thing. I actually have this coded already but I need to offer it as an option in the setup menu. So not a lot of work left, it should be an easy add Also big shoutout to Runelite for the configs.
  12. I will help is there error in console log? It must be running north. It is also possible to set custom aggro tile if you like. Also can tell me what the bot is doing? Just standing near rock crab or?
  13. Add this method somewhere in the class, and then add if (getGrandExchange().isOpen() && hasPendingCollect()) { log("We have some items to collect first..."); getGrandExchange().collect(); return 600; } and declare this method: private boolean hasPendingCollect() { return Arrays.stream(Box.values()) .filter(box -> getGrandExchange().getStatus(box).equals(Status.FINISHED_SALE) || getGrandExchange().getStatus(box).equals(Status.FINISHED_BUY)) .count() > 0; }
  14. Czar

    Perfect Wintertodt

    Done enjoy Lemme know if you'd like any updates I'm always releasing new versions
  15. Yea I totally understand. Maybe in the future we can have a toggle for each task like this: Run once, loop, and then we can choose which scripts to loop/run. Would be a nice and simple addition and it would work with your strategy completely
  16. Czar

    Czar Barrows

    Ahh I didn't know that, good idea I'll see if I can handle that item in the script
  17. Czar

    Czar Barrows

    Tysm for clarification guys, I will investigate + potentially release an update if needed, and/or I could send you a profile to use, it seems the dharok issue can be fixed by selecting [Allow Prayer Sip] @Wolfe142 And for the iban staff this must be configured in Armour -> Weapon -. Iban's staff, if you already did this lmk, it could be something else which I am happy to investigate
  18. Czar

    Czar Barrows

    Hey there I will help Does this also happen with the [Allow prayer sip] option selected for every single brother? It should be restoring prayer unless you don't want to, please confirm I will know what to do as soon as I know for sure. My intention is to avoid deaths completely, the bot should never die, unless something went wrong although I am always happy to add updates/fixes if jagex broke anything in the last update, no problem. For the percentages, I can definitely make some tweaks here, so for the 2 skellies 1 bloodworm should I add a hard cap of 90% so it doesn't pursue them if the reward percentage goes above this number? And for the second scenario, should I allow the bot to fight other npcs to get that reward potential? Atm it's super random on what happens and may also depend on how many other players are there too, perhaps I can add a world hop function too? Done enjoy Hey there I will help, are there any errors in the console logger? Located in bottom-right of the client. I will take a look and know how to help you. Also have you set the game resolution to fixed - classic mode? This is the most stable setup in botting. Also is it repeatedly enabling and disabling the protect melee prayer in a loop? This is not good, the bot should not be doing this action (and isn't programmed to) unless there's an error or something is missing. But either way I am always happy to add updates/fixes always
×
×
  • Create New...