Jump to content

Czar

Global Moderator
  • Posts

    21826
  • Joined

  • Last visited

  • Days Won

    1925
  • Feedback

    100%

Everything posted by Czar

  1. Alright, I have a method which clicks them faster and better and I will implement it, thanks for the feedback and sorry about your account
  2. Czar

    CzarRangingGuild

    It's supposed to close the target view, it clicks the target object aligned with the target interface's X option so it gets range xp and closes the interface immediately, to get higher xp.
  3. Czar

    CzarRangingGuild

    I just searched around the forums and other scripts are getting the same error. It is definitely the client. The error message doesn't contain any trace of my code so it can't be the script. The best solution now is to restart the bot and try again, we must wait for a bot update. Sorry for inconvenience I'm glad to know it's not my script though EDIT: Proof: http://osbot.org/forum/index.php?app=core&module=search&do=search&andor_type=&sid=7f58b2e3a89eac804d972e7692d339b2&search_app_filters[members][sear********ey]=members&search_app_filters[members][members][sortKey]=date&search_term=drawing+canvas&search_app=forums http://osbot.org/forum/topic/52141-apa-rock-crabs-osb2/page-17?hl=drawing+canvas#entry683628 As for the range guild stopping due to no more money, it's because it couldn't identify the money because of the aforementioned bot error.
  4. Czar

    CzarRangingGuild

    public class Money extends Node { @Override public boolean validate() throws InterruptedException { if (inventory.getAmount("Coins") < 1000) { return true; } return false; } @Override public boolean execute() throws InterruptedException { log("// Ran out of coins! Terminating..."); stop(); return true; } } That is the only code related to stopping the script, weird o_O If it happens again, please tell me every detail of what the script is doing, so I can handle it.
  5. Czar

    CzarRangingGuild

    How many coins did you really have? I made it log out when coins are less than 1,000 (1k). Edit: version 3.54 will have: - Standing adjacent to the competition judge, non-diagonal interaction - More reliable camera rotation These updates are purely for optimization and increase range xp/hr. Talking to the judge while you aren't next to him will always slow down xp/hr. Camera rotation is perfectly fine right now, but I can always make it more smooth and faster. Coming soon: Teleportation to varrock and selling rune arrows that you got from range guild. Should be easy: requirement camelot teleport and varrock teleport at all times. It is optional, of course.
  6. Czar

    CzarRangingGuild

    That is very nice to hear, I'm glad you enjoy it Happy botting!
  7. Czar

    CzarRangingGuild

    Well, v3.53 is now live on the SDN, finally! Thanks Eric for compiling Happy botting everybody!
  8. 2 things: - less detectable bot - webwalking done. community revived. edit: this community is the afterlife of a beautiful bot.. this is whats left
  9. Ahhh 43 pray.. Apart from that it's fine lol
  10. Czar

    CzarRangingGuild

    Is the version still 3.52? Wow, what's taking them so long..
  11. Czar

    CzarRangingGuild

    Yeah, I just checked it's still version 3.52, the script manager still hasn't updated the script.. The latest version is 3.53. Let me contact him again. I'm so sorry guys this is not under my control. I fixed the script within 30 minutes but on OSBot's side they take longer.
  12. Czar

    CzarRangingGuild

    Thanks for letting me know about the bug Please, if you have any questions or concerns about this script, just let me know and I will immediately fix.
  13. Czar

    CzarRangingGuild

    Yeah, we need to wait until Eric verifies the update to version 3.53. The one on SDN is still 3.52 I have just contacted him and hopefully it will be soon.
  14. Czar

    CzarRangingGuild

    Sadly, we must wait for it to be verified, this must happen every update on OSBot (which means every script has to be manually updated by the script manager) not just mine. In the meantime I have asked Alek (OSBot developer) to fix the method so scripts will work. Sorry for the inconvenience! EDIT: In the meantime, would you guys like to see a CzarChinner script in the near future? I am working on a pure-friendly (1-pray) version of chins as well as a prayer version. Those who have this range guild get a 50% discount. EDIT 2 : OSBot 2.2.41 is released, the method is fixed.
  15. Czar

    CzarRangingGuild

    That's strange, I programmed it to set the lowest camera angle possible. I'll fix it. Thanks for the report EDIT: It has to do with the latest update, I'll have this fixed in under 30 minutes, sorry guys! I pushed 3.53 to the SDN, its a workaround for the broken client method getLowestCameraAngle. Features added: - Improved the mouse movement and clicking - It will always click the upper half of the Competition Judge, to avoid attacking/moving away - Camera will not be turned to the judge anymore, it's an exp waste and EXP WASTE is bad. Efficiency is the best. - Camera angle hardcoded to 22, instead of using getLowestAngle() Now we have to wait until the update gets verified.
  16. Coding music: http://www.youtube.com/watch?v=AAaUoOOUFA4
  17. Czar

    CzarRangingGuild

    There you go guys, remember!
  18. Czar

    DONE

    Lookin good :P If you need a goldfarm account readier: http://osbot.org/forum/topic/61897-czar-iron-man-script-mega-script-all-f2p-quests-p2p-account-starter-tut-island/#entry684136
  19. Czar

    CzarRangingGuild

    Thanks! inventory.interact("Bronze Arrow", "Wield"); changed to: inventory.interact("Wield", "Bronze Arrow"); I did it the wrong way round, updated. Update will arrive when the script is pushed by staff. EDIT: The latest update is v3.52.
  20. Reduced conditional sleep from 5 minutes to 3 seconds I believe.
  21. Czar

    CzarRangingGuild

    Thanks I'll add it to the thread post.
×
×
  • Create New...