Everything posted by Czar
-
Perfect Rock Crabs
Glad to hear that it's working flawlessly again Yes, cannon support is in the works at the moment, just need some extended testing before I add it in the script, thanks for the feedback
-
Perfect Magic AIO
Well breaks are handled by the actual client, and the only way it will log out is if runes aren't detected. I was going to add a failsafe for 'You can't reach that' too, if anybody wanted
-
Hooking mirror mode incorrectly (end-user issue)
This bug is geared toward newer mirror users who commonly hook mirror mode with their RS account logged in already This issue has been reported before, and it has improved, however inventory items are still messed up: getInventory() exists getInventory().getItems() exists however the actual items are messed up, and their names = null code: @Override public void onPaint(Graphics2D g) { int x = 15; int y = 90; boolean invNull = getInventory() != null; g.drawString("Inv exists = " + invNull, x, y += 15); if (getInventory() == null) { return; } boolean invItems = getInventory().getItems() != null; g.drawString("Inv items exist = " + invItems, x, y += 15); if (getInventory().getItems() == null) { return; } int slot = 0; for (Item i : getInventory().getItems()) { g.drawString("Item[" + slot + "] = " + i.getName(), x, y += 15); slot++; } } this bug leads to ALOT of spam posts and help threads, so it benefits not only script writers, but the entire community thanks
-
👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
done, refresh scripts and enjoy 24h trial ;)
-
Perfect Magic AIO
If you can find the right place to bot, you can bot up to 18 hours/day Just need to know the best way generally I would say: Also, just posted a quick update for plank make spell, next update will revolve around making spells even more efficient ;)
-
Perfect Fisher AIO
Does the GUI look like this: Also, just fixed a pathfinding update so it will not walk to the yew trees anymore, update will be live immediately
-
Perfect Experiments
Version 0.02 will now stop when out of ammo, thanks for the feedback
-
CzarRangingGuild
If you have ESC mode enabled then it doesn't matter about mouse zoom although if you don't have it enabled, then right click the mouse zoom icon and click 'Set default' and enjoy ;)
-
Perfect Herblore AIO
done, enjoy 24 h trial
-
Perfect Fletcher AIO
Show me the console log and I will see what's going on; first i'm hearing of this issue. Also which client version are you using?
-
Perfect Rock Crabs
At the start, don't pause or stop the script because it's loading the RS map files (so the bot knows where to walk etc) although now that you bring it up, you just reminded me to make some changes and optimizations to it, so it loads faster thanks for the feedback @Raph thanks for the GUI, will add some updates to waterbirth isle Waterbirth will not be in beta anymore (in the next update)
- 👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
-
Perfect Fisher AIO
Done, refresh scripts and enjoy 24h trial ;) @Bimbo I have removed that feature, it will no longer stop the script when it falsely detects the items. Update will be live within a few hours enjoy ;)
- 👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
-
2x false feedback
Please delete the two most recent false feedbacks, thanks
-
Perfect Fletcher AIO
Thanks for the nice feedback Here is a preview of the next version: it will prompt the user to setup task mode, or just to use the script normally
-
Perfect Experiments
Depends, I would stay at experiments because of HP levels, and range guild if you just want some quick xp without HP
-
Perfect Fisher AIO
Don't worry, it doesn't actually stop the script, I just made some anti-fail methods that alert the user if it's doing the wrong thing Don't worry, misclicks are not bad; in fact they are good because humans misclick too. So it helps with anti-ban @Idog355 make sure you hook mirror mode while logging out of your RS account, otherwise nothing will be detected, therefore the bot will not know what to do XD @Tobassco please don't be negative around here.
-
Perfect Motherlode Miner
done, enjoy 24h trial ;) refresh scripts @mudoon thanks for the heads up, will change the nugget paint
-
CzarRangingGuild
Post the screenshot on www.imgur.com and show off the 47 hour progress good job mate @Brutalias right click the mouse icon, and click 'Set default' and enjoy @killakid20 fix the zoom man, that looks wayyy to close
-
Perfect Rock Crabs
@A leaf - what seems to be the problem? It's working perfectly fine for me, I can't see any issues o_O Please list the GUI settings and location that you chose Maybe you have forgotten to: - set mouse zoom to default - mouse click settings to : left click, - hooked mirror mode correctly - auto retaliate on @Raph yes I will enable the worldhop for players now, in update 0.56 As for waterbirth, it is still in beta mode so there may be issues with waterbirth, however I am trying hard to fix it and make it better Update for waterbirth coming up, just let me know which gui settings you used there
-
Perfect Herblore AIO
Thanks for the heads up, just changed it to super energy(3), update will be live within a few hours, in version 0.47 thanks
-
Perfect Miner AIO
Good idea, I have incorporated a system like that in the motherlode mine script (avoids mining rocks which others are mining, or going to mine), and I will add it to this script too , thanks for the feedback I will reduce the clicks too, ty for that
- 👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
-
Perfect Rock Crabs
Start script, grab inventory, run. Nothing more nothing less, the more options you select the more unpredictable the bot gets, if you run the bot with default options there will never be issues However, if you do encounter a problem, let me know which GUI options you selected and they will be fixed ASAP