Jump to content

Czar

Discord Helper
  • Posts

    20554
  • Joined

  • Last visited

  • Days Won

    1781
  • Feedback

    100%

Everything posted by Czar

  1. 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.
  2. 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.
  3. Coding music: http://www.youtube.com/watch?v=AAaUoOOUFA4
  4. Czar

    CzarRangingGuild

    There you go guys, remember!
  5. 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
  6. 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.
  7. Reduced conditional sleep from 5 minutes to 3 seconds I believe.
  8. Czar

    CzarRangingGuild

    Thanks I'll add it to the thread post.
  9. Czar

    CzarRangingGuild

    That's actually a good idea, but what about clicking the target?
  10. Czar

    CzarRangingGuild

    Nope. The customer is always right. I will add several more if-statements to the clicking code to make sure it doesn't attack the rangers Sorry!
  11. Czar

    Group Project

    Lol, when time passes by and I'm not updated in school.. That's when it gets scary - tests, tests everywhere, projects, projects everywhere
  12. Czar

    CzarRangingGuild

    I will get right on it. It ran away in combat ? Or not? EDIT: It's working fine so far, I'll keep testing it.
  13. I'll try rejuvenate the script section by releasing free scripts at a ratio of 4 : 1 (free : premium) script, but it's not a 1-man job, although I'll try.
  14. Czar

    CzarRangingGuild

    Lol scared me, I didn't want an unsatisfied customer
  15. Czar

    CzarRangingGuild

    Yes it is currently up and running. Flawless version 3.5 is live.
  16. If you need to get familiar with API: http://osbot.org/api For interfaces, you can do interfaces.get(30).interact("Close"); as an example, For walking, localWalker.walk(pos); If you are using Eclipse, just type "this." and wait, it will open a popup of suggestions etc and you can see what variables there are, e.g. camera.toEntity, mouse.move PM me if you need more help
  17. Make a new text file and name it run.bat, make sure its an actual .bat file and not .txt.bat, and put this in: @echo off title OSBot java -jar osbot.jar pause EDIT: If you're having trouble with file extensions just enable file extensions for known file types in folder options.
  18. Czar

    WoD

    its actually quite profitable selling garrosh hc loom boosts for 10k each
  19. Czar

    Npc If Clause

    if (p.getInterfaces().get(300).isValid() && p.getInterfaces().get(300).isVisible()) { // store is open if (p.getStore().contains(1337)) { if (p.getStore().buy("czar", 1)) { return 1000; } } } else { Entity shopkeeper = p.npcs.closest("Shopkeeper"); if (shopkeeper != null) { if (shopkeeper.interact("Trade")) { return 1000; } } } That's for buying something from shop, As for the 'dropping gold', check if inventory is full, not if inventory isn't empty !getInventory().isEmpty() -->>> getInventory().isFull() PM me if you need more help
  20. Is this for iron man? If so I have a better way and my iron man script will be out soon As for the smelter script, I just assisted http://osbot.org/forum/user/49898-edoggydogg/ on making a flawless smelting script in which he will release
  21. NMZ script coming right up.
  22. Did somebody say.. free scripts? Just tell me what script and I'll make a free one. I already finished 2 requests.
×
×
  • Create New...