Jump to content

Team Cape

Members
  • Posts

    2607
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Team Cape

  1. most bots get banned within 24 hours due to f2p farmers. the majority of what he said makes a lot of sense tbh
  2. also note that it's based on the assumption that most bots last only 24 hours, which is true of most bots, but definitely not all. I'd say that 4500 is a relatively good estimate for f2p worlds. there are bound to be more in f2p than p2p by a lot.
  3. you guys have 6k bots running at consistently at any given time? i find that a little hard to believe. he's not saying there are 6k bots in the game. he's saying there are 6k bots online at any given time.
  4. just realized how this couldve come off as mean - wasnt meant to be a political statement or rude comment - just a joke
  5. look on the bright side at least your life matters now
  6. Always glad to see these Thanks for keeping the client running smoothly
  7. wouldnt worry about it too much if you want direct feedback from other scripters though, generally that's the easiest way. you should probably look into nested if statements tho (just something i noticed when skimming through)
  8. given the questions i've seen you asking in the scripter section, if i'm being honest, i'd caution you to sell private scripts. I'd also caution anyone receiving this script as well.
  9. honestly, doesnt seem to be a good idea to do it that way. think it might be better to go something like this: private long lastUpdate = System.currentTimeMillis(); . . . if(System.currentTimeMillis() - lastUpdate <= MethodProvider.random(2000, 3000)) { //some random time period (this would complete the action every 2-3 seconds) completeAnAction(); lastUpdate = System.currentTimeMillis(); } it looked like this was what you were trying to get at, at least
  10. Different languages have different conventions. That's why this is named 'Java' naming conventions :P
  11. Doesn't seem like any are gonna show up soon either...
  12. i bot fairly regularly on a few accounts that im farming and its 0 through just cautionary measures. my accs are in their 80s
  13. imagine your current code in the walk_to_ge state is just walkToGE(); say this: if(inventory.isOpen()) { walkToGE(); } else { tabs.open(Tab.INVENTORY); } and let it go thru the loop again the issue isnt that hes still hopping - it's that the inventory is returning a -1 value for the coins in the inventory
  14. stay on topic. no more about this in this thread. http://osbot.org/forum/topic/82806-new-scripter-ranks/ && inventory.getAmount("Coins") >= 0 is probably a reasonable (lil ghetto) fix thatll work
  15. your inventory isnt open so it doesnt know how many it has. probably returns a -1, which is less than 1000
  16. I sent the total reworking of the script just a few minutes ago. It should be on the SDN in the next couple days, depending on when the devs get to it. Pollniveach has been temporarily removed because I don't currently have an account to test it with on the new system. Enjoy the newly functioning system (see update logs)
  17. relax. a complete overhaul of the script is already underway. if you dont want to use the script, feel free not to.
×
×
  • Create New...