Jump to content

Czar

Global Moderator
  • Posts

    21834
  • Joined

  • Last visited

  • Days Won

    1926
  • Feedback

    100%

Everything posted by Czar

  1. 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
  2. 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?
  3. 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
  4. 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
  5. 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
  6. 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.
  7. 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?
  8. 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; }
  9. Czar

    Perfect Wintertodt

    Done enjoy Lemme know if you'd like any updates I'm always releasing new versions
  10. 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
  11. Czar

    Czar Barrows

    Ahh I didn't know that, good idea I'll see if I can handle that item in the script
  12. 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
  13. 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
  14. Done added trial enjoy @WH0A that feature isn't really that much of a deal breaker is it? My anti-pk is really strong enough as it is, I believe it can get better but a 4:1 tb/death ratio is good
  15. Not yet, really really complicated to do lol. I will give it a try then give you a trial ASAP. I need to add secondary gear for magic then I can start on DD
  16. If using the same exact script on a members world you’ll see different results
  17. This isn't supported yet but it is a good idea - though may be complicated. We can also do a workaround for this if we just loop the queue as normal (from start to finish) but the initial scripts (that we don't want to play) just auto-terminate immediately, so in the GE buying script we do a check if the player is member, then terminate. And then farmer plays, terminates, thiever plays, terminates, and then back to GE.
  18. Be careful there are 2 clients one is the legacy one which is an old .msi installer like this: https://www.runescape.com/downloads/oldschool.msi and the other one is jagex launcher. The only one that works with mirror is the above link. If you absolutely must use mirror then that's the way to go. If mirror doesn't work on your machine then stealth is also great to use.
  19. The devs made a genius trick so that it spawns the osbot client instead of runelite when launching via jagex game launcher
×
×
  • Create New...