Jump to content

Czar

Global Moderator
  • Posts

    21826
  • Joined

  • Last visited

  • Days Won

    1925
  • Feedback

    100%

Everything posted by Czar

  1. Czar

    CzarRangingGuild

    That's actually a good idea, but what about clicking the target?
  2. 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!
  3. 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
  4. 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.
  5. 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.
  6. Czar

    CzarRangingGuild

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

    CzarRangingGuild

    Yes it is currently up and running. Flawless version 3.5 is live.
  8. 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
  9. 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.
  10. Czar

    WoD

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

    CzarRangingGuild

    Okay, eric approved the script and it's ready. Post proggies guys! Good luck botting on this flawless script
  16. You made it abstract, remove the abstract public abstract class Woodcutter extends Script { and make it public class Woodcutter extends Script { EDIT: Pm me if you need more help. Glad to help
  17. Only http://osbot.org/forum/user/18499-ericthecmh/ can verify it and he's not online atm
  18. Czar

    CzarRangingGuild

    yep Oh well it will be here soon
  19. YESSSSSS fk it, enough typing for today lmao worst words to type: American and Indian omg. had a couple of those lol killed my score EDIT: beat that 151, after around ~10 tests
  20. Does it work well, if not just pm me.
×
×
  • Create New...