Jump to content

HeyImJamie

Lifetime Sponsor
  • Posts

    1096
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by HeyImJamie

  1. HeyImJamie

    Bot farm?

    That's on my i7 3770k and one of my fan's broken so CPU is hott.. Should get 15+ Easily
  2. Best way to buy things w/ GE so I can copy pasta
  3. Copy it if you need. All you need to do is store a tree name as a String, and then in the loop is call chopTree(STORED_STRING_HERE). Saves you having to re-type it for multiple trees
  4. Yeah I thought that. Gonna try checking login state as well as the inv now
  5. public boolean chopTree(String treeName) { //run this code until it returns a value if (!myPlayer().isAnimating()) { //WE ARE NOT CUTTING THEN WE CUT status = "Waiting for Tree."; RS2Object tree = getObjects().closest(treeName); if (tree != null) { if (tree.interact("Chop down")) { status = "Cutting Tree."; new ConditionalSleep(3500, 600) { //sleep until chopping @Override public boolean condition() { return myPlayer().isAnimating(); // We're chopping/Animating. } }.sleep(); return true; //we have clicked the tree! } } } return false; } Here's my chopping tree code if it's any use.
  6. I've been checking my inventory for a certain item and if it's no longer in the inventory, I'd set my restock boolean to true. However when I world hop/log back in from a break it occasionally seems to think the item's not in the inventory, although it is. I tried putting in a check for myPlayer.isVisible as well to see if that would fix it but still no luck.. Any ideas?
  7. Script is finally out, sorry about the delay! - Download link: http://www.mediafire.com/file/9hfd14bau4sepic/JWines.jar Please post some proggies!
  8. Tried doing that when I was farming F2P and just couldn't get around it. Tried random.dat and nothing Obvs retarded
  9. Can't have more than one account on the same world unless you log them in at exactly the same time***
  10. On OSBot you can't have more than one account on the same world
  11. He knows what he's doing. It's not rocket science, Skid just wanted a free 100m and wasted moderators time. Also please don't go calling people autistic when your sentences would make more sense if you just went ahead and headsmashed your keyboard... Too much LSD for you eh?
  12. @raijin or @Lewis if they have any.
  13. No one really knows what causes bans, it's all generally just speculation. I'd personally say just don't bot for long periods and mix things up and you'll be fine, hopefully.
  14. Ban rate is 50/50. You either get banned or you don't.
  15. Bump! Now re-open and looking to hire workers! If you're interested, add my skype! HeyImJamie.Services
×
×
  • Create New...