Jump to content

Czar

Discord Helper
  • Posts

    20610
  • Joined

  • Last visited

  • Days Won

    1786
  • Feedback

    100%

Posts posted by Czar

  1. 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.

  2. 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?

  3. 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.
    • Like 2
  4. i did buy ur script, I do like it, I own Dreamranged guild script and it hasn't even worked correctly for months.. so I stopped paying monthly for it but now that ur script does actually work unlike that one I can continue with my ranged goal smile.png

     

    I'm glad you chose CzarRangeGuild :D Thanks man, and enjoy ;)

  5. anyone can post updated proggy of using this script recently before I buy? other script is buggy and never gets fixed

     

    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.

  6. it seems to be afking to much 11hours 46k xp

     

    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')

  7. ive come back twice to the script having just stopped on the way to fishing spot in catherby after afking and its down to 5k hour after 5 hours

     

    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

  8. 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);

  9. It misclicks so much sometimes itll be running back and fourth for 15+ minutes.

     

    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 :D

     

    Thanks for all those that have been patient with this script, you are the real mvp

  10. Thank you for the progress report, hopefully the latest update is pushed so this script will be flawless biggrin.png

     

    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 biggrin.png

  11. 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

    pBkUiBa.png

    [DEBUG][Bot #1][01/18 01:05:21 PM]: / / Bank is visible, interacting ...
    [DEBUG][Bot #1][01/18 01:05:28 PM]: / Path setting to: [[x=2807, y=3441, z=0]] [[x=2854, y=3426, z=0]]
    [DEBUG][Bot #1][01/18 01:05:28 PM]: / Size: 9, 
    [DEBUG][Bot #1][01/18 01:05:28 PM]: / Path set to: [[x=2854, y=3426, z=0]]
    [INFO][Bot #1][01/18 01:07:19 PM]: Terminating script Perfect Fisher...
    [DEBUG][Bot #1][01/18 01:07:19 PM]: / // PerfectFisher terminated
    [DEBUG][Bot #1][01/18 01:07:19 PM]: / // Fish caught: 673.
    [INFO][Bot #1][01/18 01:07:19 PM]: Script Perfect Fisher has exited!
    
    • Like 1
  12. wont load for me atall ;( ad my Skype: itzmebaby.osbot -  and help me try fix this please

     

    Added on skype, what's the problem?

     

    Doesn't it show up on scripts? Just refresh client or restart client and it will appear

×
×
  • Create New...