Jump to content

Czar

Global Moderator
  • Posts

    22163
  • Joined

  • Last visited

  • Days Won

    1973
  • Feedback

    100%

Everything posted by Czar

  1. Amazing progress reports guys, the task mode is almost complete, thanks for being patient :D The task mode will feature some extra commands: - fletch for X minutes (time-based) - fletch for X levels (until a level is reached) - fletch for X items (until X amount of items are fletched) - fletch until run out of supplies and I may be experimenting with a feature to re-supply using GE (optional of course) Task mode is finally here!
  2. Yes I can add enchant + high alch support, thanks for the idea @Trials, enjoy, I have activated 24h trial, refresh scripts and good luck ;)
  3. Version 0.03 - no longer stops script on startup (if you are not ranging) apologies, script is back to normal on this version enjoy ;)
  4. done, refresh scripts and enjoy 24h trial ;)
  5. Czar

    CzarRangingGuild

    Relog, and hook mirror mode properly make sure not to hook mirror mode while your RS account is currently logged in, otherwise no items/npcs/objects will load (on the actual bot engine) it's a common mistake among mirror users so don't worry, all it takes is a simple relog Also, just in case it's not a mirror issue; make sure to: - set mouse click settings to: 'always right-click' - set mouse zoom to default - hook mirror mode properly (explained above) - make sure you have more than 1k coins those are the only things which can interfere with the bot, good luck
  6. Leave an inventory space free, don't get full inventory - that might work. Let me know how it goes and I will make changes to the script accordingly Amazing progress, please try post a screenshot As for the bans, they are more behavior-orientated rather than script orientated. A careless botter will get banned no matter what, and a skilled botter will barely ever get bans. The advice I give to the discussions around bans:
  7. Show the inventory loadout that you used, there is a chance you only used <2 food or something @raph the waterbirth update will be in 0.58 :P not 0.57, I just need to test it some more XD
  8. With the recent mirror update that refreshes entities faster - very well
  9. Make sure you hook mirror mode properly - relog and it will be fixed. Don't hook mirror mode while your RS account is logged in. Enter the exact item name (after you launched mirror mode correctly) and enjoy (Note: VIP/Mirror users, please make sure you hook the client properly!)
  10. Version 0.57 - Hopping zone is now closer to the rock crab area - Mouse position is now drawn - Improvements to pathfinding, banking and combat Waterbirth is almost done, it will be in version 0.58 this update will be live within a few hours, enjoy EDIT : Just saw the anti-ban comment - careful; if I make the script check for xp etc. it can be botlike because that's exactly what a bot would do :P I had to disable it for that reason
  11. Czar

    CzarRangingGuild

    Don't forget to set the mouse settings to : 'Always right-click' enjoy ;) thank you for choosing CzarBots
  12. important quote for bans ^ good luck botting :P
  13. Czar

    CzarRangingGuild

    done, refresh scripts and enjoy ;)
  14. If you are using teleports, make sure to only load 1 teleport, also make sure to load more than 2 food, that's it Make sure your bank items are visible etc.
  15. Czar

    CzarRangingGuild

    done, refresh scripts and enjoy ;)
  16. It will be even better in the next update, with task mode
  17. 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
  18. 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
  19. 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
  20. 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 ;)
×
×
  • Create New...