Jump to content

Czar

Global Moderator
  • Posts

    22239
  • Joined

  • Last visited

  • Days Won

    1980
  • Feedback

    100%

Everything posted by Czar

  1. > needs help, finds problem > posts anyway
  2. Yeah it does support trout/salmon in Shilo Village and banks too. EDIT: I'm thinking of making it check XP after it levels up (like most players do) for extra anti-pattern
  3. Script has been updated by Alek, thanks man! Enjoy, shark fishing has been fixed now
  4. Czar

    CzarRangingGuild

    Make sure to use OSBot version 2.3.19 (latest one) and restart client, if this still happens please post here and I will get this fixed immediately.
  5. Yes this will be fixed today, the update is pushed on my side we just have to wait until it's updated on the SDN. The developer is currently online so I'm sure he will update it today And that's how the new GUI looks like
  6. Version 1.17 - Added GUI option for no afking - Added GUI option for not displaying paint (to save memory) - Added a new form of antipattern - Fixed fishing spots with right-clicking (sharks and other spots) Update is pushed, once Alek approves of the updates they will be live.
  7. Alright I'll add the option in the GUI. So there will be absolutely no paint unless you enable it at the start.
  8. Alright I'll add a small button to show/hide paint in the corner, thanks, any other suggestions before the script is updated?
  9. Alright no problem, made the likelihood of doing that 1% chance. All it took was a line of code ;) Update will be live within 12 hours, sorry for that guys!
  10. Is it doing this very often? It's supposed to do it once in a while, and after that it manages to harpoon by right clicking. If not, it will be fixed ASAP. EDIT: Can you confirm that it doesn't right click at all?
  11. NPC cow = npcs.closest("Cow","Cow calf"); That shouldn't be declared outside a method, remove that and remove if(!inventory.isFull() && COW_AREA.contains(myPlayer()) && !myPlayer().isUnderAttack() && !cow.isUnderAttack() && cow != null) { return State.ATTACK; } the red part along with it EDIT: Also, try to debug this in onPaint(Graphics2D g) g.drawString(getState().toString(), 15, 15); Just to know which state you are in, it helps alot.
  12. Czar

    CzarRangingGuild

    I'm glad you chose CzarRangeGuild Thanks man, and enjoy ;)
  13. Czar

    CzarRangingGuild

    Well usually when the script is working, there aren't many posts on the thread. If it were broken, trust me, there would be a lot of posts here XD As of 1/23/15, the script is currently working. The OSBot client update didn't break this script.
  14. Option for afking/not will be added in the next update. Also, did you set up your account in the account manager? EDIT: Update pushed, it will be live within < 12 hours. - This is a small update which adds an option in the GUI to allow AFKing or not (part of the 'antiban')
  15. The script sometimes AFKs and logs out as part of the antiban, but it doesn't stop. Just make sure your account is set in the account manager and it will log back in. If you would like this removed, I can add an option in the GUI to move camera/right click to not be idle
  16. It usually takes some time (maybe 5 mins) if it doesn't work, you can always refresh your script browser or restart client, if it still doesn't show then check if you actually bought the script
  17. You can override OSBot's logger just as you can do so for paint, onLoop, onMessage etc, just make your own @Override public void log(String message) { //save message to file } This is what does the logging: getBot().getLogger().debug(message);
  18. Script is updated Enjoy guys, please post progress reports. Also, remember to turn off roofs in settings just to make sure.
  19. Yeah this is fixed, I had to make areas more wider so that the player knows when to stop walking. Sorry about that XD It will be live in a few hours maximum. I just spoke to the developer and he will update it Thanks for all those that have been patient with this script, you are the real mvp
  20. Thank you for the progress report, hopefully the latest update is pushed so this script will be flawless We're still at version 1.15 in the SDN, the updated version is 1.16 EDIT: Fixed karamja fishing coordinates! Will be included in next update. Thanks to @ljstrue for pointing it out
  21. Czar

    Thread moving

    Hello, can a moderator please move my fishing thread to the SDN fishing & cooking section: http://osbot.org/forum/topic/64316-perfect-fisher-aio-efficientflawless200k-gphrantiban/ to http://osbot.org/forum/forum/272-fishing-cooking/ Thanks
  22. Version 1.16 This version is mainly for those who are having some errors in the console box. - Added xp checking (very rare, just to avoid looking like a bot) - Added more accurate fishing areas - Removed error message for some people who had issues - Fixed objective font
×
×
  • Create New...