Jump to content

Precise

Lifetime Sponsor
  • Posts

    1854
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Precise

  1. Why are you telling me that when you said Area above?
  2. just going to clarify, this wouldn't be a script. This would be a service i would offer, account creation.
  3. what? you can skip tutorial island? i have not be paying attention
  4. so instead of spending ages making 10 accounts, this will make then in a fraction of the time. noooooooo ill test this and get back to you.
  5. Hi there, Since last night i have been working on a project to make mass accounts all automated ^_^ this involves creating: - Random Password. - Random Username. - Random Age. - Random Email. Then it fills this out in the Sign up page on Runescape and makes the account ^_^ would anyone be interested in this service? if so post below thanks! I plan on developing it to complete tutorial island etc, but that is for another day ^_^ Please post your opinions below, all are welcome ^_^ Precise
  6. if animation = -1, start a timer. If the timer exceeds 20 seconds, interact.
  7. this^^ what is should be: if(SMITH.contains(myPlayer()) && inventory.contains(2353) && !myPlayer().isAnimating()) { //smith }
  8. may i ask, do you know the basics of java? anyways: int[] itemIds = new int[getInventory().getItems().length-1]; for (int i = 0; i < itemIds.length; i++) itemIds[i] = getInventory().getItems()[i].getId();
  9. maybe instead of checking if the inventory has cannonballs, check when you have no supplies left to make cannonballs in your inventory? Precise
  10. getItems(); returns an array of type Item. what do you plan on doing? Precise
  11. I'm just going to say, how is he supposed to fix updates when you give insufficient information? Hardly.
  12. http://osbot.org/forum/topic/66294-74-osrs-update/ /close
  13. you need to add OSBot client to the project, then the imports at the top which you missed out will work ^_^ To do this please do the following: - Right click on the Java Project and select Properties (at the bottom of the list). - Now a window will appear, select "Java Build Path" on the left hand side. - Now select the "Libraries" tab in the top middle of the window. - Then you will see on your left there is a button saying "Add External JARS..." - Navigate to the latest version of OSBot client is downloaded. - Press Open. - Press Ok. Then the imports should work and so will all the other errors ^_^ Precise
  14. As posted above, my script supports this location for cows. Link is in my signature - Precise
×
×
  • Create New...