Jump to content

HeyImJamie

Lifetime Sponsor
  • Posts

    1096
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HeyImJamie

  1. HeyImJamie

    gf

    Surely if you've sold them the snippet it's up to them what they do w/ the code?
  2. Is there a reason everyone keeps placing their Strings as a global variable?
  3. Movement isn't considered an animation. Your Animation ID is still -1 (I think). You could do what Dreameo says which is viable, or what I'd do is: if (feathers exist) { grab inv feather count if (interact w/ feathers){ conditional sleep until inv contains > feathercount; } } else { // no feathers }
  4. I don't think there's an animation for feathers so your if check is useless. I assume you've learned that since then though as this was your first script? :P
  5. I'd be supportive of a monthly 'subscription' based system.
  6. To be honest for checking quests it's actually better to write your own 'API'. I've been told the Quest API checks colour which has given me false calls in the past whereas checking via configs do not. We could collect together completed quest configs tho and put them in client suggestions? You'd need to complete the quest and check for changes. or find the quest config and grab its child off a completed acc
  7. The script is open source. Surely you could add it yourself, especially if you're selling scripts.
  8. You just asked if attacking could be added and that's literally 2 lines of code, yet you're a scripter off another bot? Pls
  9. @The Undefeated writes decent ones. Pop him a PM
  10. I'll leave that for your one. But yes, that would be added normally
  11. Never thought about Enums before. Will definitely use in the future I'll update in regards to the >= and nested if's though
  12. You made a good point! As it happened I'd put in an incorrect string, so someone would've been confused! :P Tested, Works.
  13. I wanted to grow his lil e-peen, I still fanboy Tasks Was just strings I didn't check. I'll load OSbot now and confirm
  14. Written this up quickly. Banks at Varrock West and chops Trees to 15, Oaks to 60 and Yews 60+. Doesn't check for axes etc, I'll leave that for you to add.
  15. Because Anime is for 's
  16. Now I finally see what you mean by use onLoop Nice. You know tutorial island has a finished config tho?
  17. Cute idea but why not just buy 1m for $1 and get 10x of everything you're selling..
  18. Most likely a delayed ban. You'd of been caught previously but then wait a bit before banning so we can't figure out what it was that caused it.
  19. Not bad for your first script. I'd suggest looking into the OSBot API a little more though as you could replace a lot of your own methods with simpler ones that've been pre-written. For example, to check if your inventory contains bones you can do: if (getInventory().contains("Bones"){ // bury them } else { // loot them Don't really need a while loop for something that simple :P
  20. 1. Yes, Monthly. 2. As Cammo said, Both & You can run unlimited bots.
×
×
  • Create New...