Jump to content

Czar

Discord Helper
  • Posts

    20523
  • Joined

  • Last visited

  • Days Won

    1778
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    CzarRangingGuild

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

    CzarRangingGuild

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

    CzarRangingGuild

    That's actually a good idea, but what about clicking the target?
  7. 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!
  8. 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
  9. 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.
  10. 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.
  11. Czar

    CzarRangingGuild

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

    CzarRangingGuild

    Yes it is currently up and running. Flawless version 3.5 is live.
  13. 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
  14. 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.
  15. Czar

    WoD

    its actually quite profitable selling garrosh hc loom boosts for 10k each
  16. 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
  17. 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
  18. NMZ script coming right up.
  19. Did somebody say.. free scripts? Just tell me what script and I'll make a free one. I already finished 2 requests.
  20. Czar

    CzarRangingGuild

    Okay, eric approved the script and it's ready. Post proggies guys! Good luck botting on this flawless script
×
×
  • Create New...