-
Posts
21829 -
Joined
-
Last visited
-
Days Won
1926 -
Feedback
100%
Everything posted by Czar
-
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
-
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.
-
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?
-
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; }
-
Done enjoy Lemme know if you'd like any updates I'm always releasing new versions
-
Loop after certain scripts in the queue
Czar replied to Remi Ethereal's topic in Bug Reports & Suggestions
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 -
Ahh I didn't know that, good idea I'll see if I can handle that item in the script
-
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
-
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
-
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
-
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
-
If using the same exact script on a members world you’ll see different results
-
Loop after certain scripts in the queue
Czar replied to Remi Ethereal's topic in Bug Reports & Suggestions
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. -
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.
-
The devs made a genius trick so that it spawns the osbot client instead of runelite when launching via jagex game launcher
-
Just normal smithing, I have separate bot for blast furnace here:
-
Hey bro just need to zoom out the camera a bit and it will work I'll make the bot do it for you if you like
-
Good stuff can't wait to see that 99 from you