Jump to content

Precise

Lifetime Sponsor
  • Posts

    1854
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Precise

  1. Precise

    Depositbox

    Please post the portion of the code where the error occurred for debugging purposes.
  2. Precise

    Hello :)

    Welcome! I hope you enjoy your stay ^_^
  3. Just allocate more ram so it will last longer ^_^ I'm sure this will be fixed in the near future ^_^
  4. maybe allow it more memory? because as i can see it is maxed out.
  5. you should look how to use for loops here: private int[] slotArray = {1,2,3,7,6,5,4,8,9,10,11,15,14,13,12,16,17,18,19,23,22,21,20,24,25,26,27}; public void clickAllRing() throws InterruptedException { for(int i : slotArray) { getMouse().click(getInventory().getMouseDestination(i)); //add sleep here } } you might want to change the order of the ints in the slotArray because they current will not obey your order of clicking. Precise
  6. sticky a number would do something :P the parameter is an int which is the slot number and yes that would work too
  7. Here is the code to click a certain slot in the inventory: getMouse().click(getInventory().getMouseDestination(**slot number here**)); i would include sleeps etc. if you want to click them in a certain order, make an array of the slot numbers in order of when they should be clicked and loop through it ^_^ hope this helped. Precise
  8. are you walking along a path or just a single tile?
  9. That is what i said :P you'll need to make your own method sorry. ^_^
  10. The mirror client is prone to bugs due to being in BETA.
  11. I think he means when interacting with a monster, it will always right click and select option to attack instead of just left clicking. @OP: I would recommend writing your own method as it seems to not be included in the API from my looking.
  12. Another pro script bro! ^_^
  13. Precise

    house?

    In house area is dynamic, because of this, there are methods for this included in the API to combat this I would post them but on my phone at the moment.EDIT: code: getMap().isInHouse();
  14. this is called a delayed ban.
  15. OP: please wait patiently, the devs are aware.
  16. how so? you need to be more specific otherwise how do you expect it to be fixed?
  17. well, he said last weekend. would be nice to be kept up to date. ^_^
  18. Precise

    Important.

    I had lasted so long :'(
  19. i know Khaleesi's pc script is really good
  20. I would use Names instead of ID's if you can, will stop the script breaking if they change the ID's in a Runescape update.. Keep exploring the API. Precise.
×
×
  • Create New...