Jump to content

Zappster

Suspended
  • Posts

    1015
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Zappster

  1. He's silly, heres the rest of the code: } private int onLoop(){ NPC kbd = npc.closest("blue dragon"); if (kbd != null && kbd.isVisible) kbd.interact("attack") return 100; } }
  2. works great thanks! can you add farming support with next patch please? thanks
  3. Zappster

    Bans?

    My little pure got banned QQ My staker/bot army is some how still unbanned tho Jagex do u even watch streams
  4. Welcome to the forums. If you're here for accounts/gold trading make sure you use the chatbox to snag cheap deals
  5. yup, it's a VIP feature tho! Pay 9.99 for various things like VIP only scripts (few are in dev should be expected to see some this month) You get the ability to launch multiple bots + a bunch of other cool shit. Get VIP from here: http://osbot.org/forum/store/
  6. Wouldn't this be less intensive if this was in the onStart() instead on onLoop() since you only need to set the IP once? Nice job anyways
  7. Is it not possible to map out the areas in which those NPC's are attackable?
  8. I would guess it delays the script if you increase it, and will make it run faster if you decrease it. There may be a bit of input lag inbetween OSBot and the RS Client. For this, you'll need to adjust those settings so your bot's not clicking too early/too late
  9. Yeah, exactly why I've decided to make the update. It was a little difficult at first so I put it off, since all the NPCs share the same name. But I've collected enough data to be able to map them out quite easily now.
  10. I beg to differ. I used ID's for my garden scripts (until very recently, not pushed the update yet) and they have stayed constent including this update.
  11. Less often. If you use names instead of ID's you'll see your script work past id changes
  12. Post your ipb.vars['secure_hash'] + ipb.vars['session_id'] so we can fix it
  13. £90+ But if you run a raspberry pi server, it's 20p a day per server dope thats my full bill
  14. Dude, building a pc is adult leggo. There's only one way it will go in. wikihow has top tutorials
  15. Fine example of "A programemr will look both ways before crossing a one way street" lol. I've used this in my scripts and I don't get the problem. In some cases, you can have a wdiget that is there and not ready to show (such as in Zeah, the family stats are hidden but not null and still readable). However, in this case and with all cases of chat box interfaces, I believe the widget is created with the .isVisible set to true at all time and will never have a return of false. This is purely from my personal experience. I've not once had a moment in which the player typed in the chatbox before sending the message.
  16. No shit? The one in San Jose? I heard the guy that created Perl works there. Ever met that bloke? haha. Nice to have you here man
  17. Welcome dude. That's dope man, do you work in the offices?
  18. FYI, in this case. If the interface is null, it's also not visible. if(w != null) getKeyboard().typeString("5"); else log("Widget not found"); will also work.
  19. oh yeah forgot the location issue lol.
  20. Haha top I've just realised this
  21. https://www.reddit.com/r/buildapc/comments/2r8vbg/build_complete_400_kill_your_console_gaming_pc/ 2GB GPU, more powerful CPU. Yeah, you've lost 1.5TB but it's like a 2 min job to install a new HDD
×
×
  • Create New...