Jump to content

QBots

Members
  • Posts

    843
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by QBots

  1. QBots

    .

    Vista... Why...
  2. Make me a paint like that saying: Agility exp gained: Per hour: Time running: I will use it in a public release script. :3
  3. Did you just say you buy mana and health on yi...? Go read some guides on how to play the game. :l
  4. QBots

    QSlayer Progress

    I dont need anyone else to help. I have someone making paths, and someone to discuss logic with.
  5. QBots

    QSlayer Progress

    Nothing scripting related is hard. It will have a lot of lines of code, but it will still be easy.
  6. Currently the script will only support Chaeldar. Progress: 25% V0.1 - Combat logic for "finishing off" enemies completed. Pathing setup for Chaeldar. Checking task completed. I plan on having this at least 90% complete by the end of the week.
  7. Nice and clean. I want it. :P (Also might register on there and post my progress)
  8. I might be wrong, but cant you just use Store store = new Store(this); Pretty sure using this will just use everything. Meaning, less typing and less confusing.
  9. There's already a paint maker.. Yours looks nice though.
  10. QBots

    Antiban?

    void antibanExample(long time) { int randomint = random(9); long currentTime = System.currentTimeMillis(); if(currentTime - time > 60000) { //Every minute switch(random){ case 0: break; case 1: openTab(Tab.SKILLS); break; case 2: openTab(Tab.FRIENDS); break; case 5: openTab(Tab.SETTINGS); break; case 9: openTab(Tab.SKILLS); break; default: break; } } } Just wrote that in the reply window for you.
  11. I dont see why they dont just do this: (Psuedocode) List<NPC> frogs = closestNPCListForName("Frog"); for(int i = 0; i <frogs.length; i++) { if(frogs.get(i).getModel() == PRINCESSMODEL) { frogs,get(i).interact("Talk-to"); } }
  12. public static String getName() { Pattern pattern = Pattern.compile("(?<=\"name\":\")[A-Za-z0-9\\s]{1,}"); Matcher matcher = pattern.matcher(Json); while (matcher.find()) return(matcher.group()); return "null"; } Add that to it. It's needed for failsafes as some items will return the wrong price. ie. "roll" which doesn't exist on zybez so it will return like 1m
  13. PM me your ign. Only if you aren't a noob.
  14. As a workaround you can just setup a database elsewhere that keeps track of osbot usernames and the amount of time they have run the script.
  15. Heeeeey, long time no see PM me your skype :P
  16. msdefnerddddd I love seeing other parabot members
  17. The tars stack so it shouldn't drop them? No idea then. Haven't seen this happen ever.
  18. It shouldn't... I haven't seen this happen in any of my scripts. It might drop items when inventory is full and in a random?
×
×
  • Create New...