Jump to content

Lewis

$100.00 Donor
  • Posts

    764
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Lewis

  1. i have made a script to run from where ever to GE script works perfect if i start normally (not CLI) But as soon as i try using CLI: -script test: It does not work. The script requires no params, just to be started
  2. -script 591:1;0;0;1;0 now drops items at GE, how do i fix?
  3. got banking, walking to and from shop to bank down private State getState() { if (Shop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (!deposit.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (deposit.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!Shop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if (store.isOpen()) { if (store.getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  4. ohh right, like so private State getState() { if (wydinShop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (!depositBox.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (depositBox.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!wydinShop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  5. Hows this logic looking: private State getState() { if (shop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (shop.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (depositBox.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!shop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  6. Does this look better private State getState() { if (shop.contains(myPlayer())) return State.BUY; if (inventory.isFull()) return State.BANK; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  7. ok i see what you done there it will hop if no other statement is true (compared to my wait if no other statement is true)
  8. so it would look more like: private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (store.getAmount("Pot") == 0 && store.getAmount("Vial of water") == 0) return State.HOP; return State.WAIT; } ?
  9. i also tried private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (store.getAmount(items) == 0) return State.HOP; return State.WAIT; }
  10. practicing with a shop buyer. Looking to hop worlds if store doesnt contain items. i.e final String items[] = new String[] {"Small fishing net", "Harpoon", "Lobster Pot", }; private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (!store.contains(items)) return State.HOP; return State.WAIT; }
  11. Lewis

    tut done accs

    skype: sales.lewis can do 7qp for 250k/acc too, all accs have a 2day+ cooldown
  12. all im looking is for it to handle this one page for registration https://secure.runescape.com/m=account-creation/g=oldscape/create_account with proxy support for multiple accs
  13. anywhere i could get a mass account register with proxy support? just need them to register 1 acc per proxy
  14. how do i download the update? half my webwalking it glitched on .96 now, when i click homepage download its .96 still
  15. must be haha i cant be doing much wrong myself though @ 1ip:1bot and little hours running, trained acc to look semi legit before farming method
  16. ill make ~20 accs for you with 7qp unregistered emails able to do 250k07 each?
  17. i tried BF too, semi fresh accs (trained a little) but got banned very quick interested in how many your running & how long for
  18. can i get a 2 day trial please
  19. im planning to run around 60-150 bots (multiple servers if need be)
  20. looking to get my own server to run bots on, looking at some like this: http://www.ebay.co.uk/sch/i.html?_odkw=64gb+ram+server&_osacat=175698&_from=R40&_trksid=p2045573.m570.l1313.TR0.TRC0.H0.X32gb+ram+server.TRS0&_nkw=32gb+ram+server&_sacat=175698 Main question is can i actually use these to run bots aha
  21. Lewis

    Stealth Quester

    if i was to occupy the monster whilst it runs there?
×
×
  • Create New...