Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. G

    Question Script just idles after worldHop.

    The problem that bot after hop dont understand that he is inmineArea and it messes up my other things like walking to bank and so on. If it would be powerminer when everything would be ok
  2. G

    Question Script just idles after worldHop.

    So aftew awesome123man suggestion i manged to find out that after world hop player somehow isnotWithin area. Player !=null, area !=null. This is how i check if i am within area: private static boolean isInMine() { return mineArea.contains(player); }
  3. G

    Question Script just idles after worldHop.

    Thanks for help but i like my aproach.
  4. G

    Question Script just idles after worldHop.

    So i have this little mining script which supposed to hop worlds if there is no rocks available. At the start everything is ok it mines all rocks and when there is no rocks left it hops world. And here the problem starts. It doesnt do anything, the script is still runing but account just idle...
  5. G

    Question How to count items in inventory?

    I need to check how many specific items in inventory something like that: if( item == 27){//do stuff} I am pretty sure it can be done i just dont know what is ...the first line i have no idea how to call it :( But it should be something like:public SpriteItem item = Inventory.getItems("Logs"); I...
  6. G

    Question How to define is ore depleted or not?

    I found it everything works now ty very much!
  7. G

    Question How to define is ore depleted or not?

    Thank you for help. Now i dont get error but how do i choose right colors? I found that every rock has getDefaultColors(). But tose default colors is from depleted rock and they dont change even if rock is fresh. So how do i get colors of rock? Screenshot and colorpick with paint?
  8. G

    Question How to define is ore depleted or not?

    So i tried to use this : rock = GameObjects.newQuery().colorSubstitutions().actions("Mine").results().nearest(); But i dont understand what to put in brackets colorSubstitution(). RM docs say that i have to put: colorSubstitutions(java.awt.Color original, java.awt.Color substitution) I try to...
  9. G

    Question How to define is ore depleted or not?

    So i looked at open source miners(2 of them becouse 1 is just xml and ui file) and they just check if ore is !=null, isVisible, within area and if it has options to mine but how to check if its already mined or not? I used developer tool but couldnt find any difference between depleted and good...
  10. G

    Question PredefinedPath Just clicks on o same coordinate

    I am already standing on coordinate EDIT: I added way more coords to my path and it started working now.
  11. G

    Question PredefinedPath Just clicks on o same coordinate

    So i have this path: Path lala = PredefinedPath.create(new Coordinate(2852, 2957, 0), new Coordinate(2844, 2963, 0), new Coordinate(2832, 2969, 0), new Coordinate(2828, 2987, 0)); lala.step(); It walks 1 coordinate then just starts spamming second one and doesnt go to 3rd one. Where could be...
  12. G

    Resolved Trying to press ESC key gives error

    BIG thanks! it worked.
  13. G

    Resolved Trying to press ESC key gives error

    So i try to close bank with this: if(Bank.isOpen()) { Keyboard.pressKey(Keyboard.Key.KEY_ESCAPE); } But i get this error: Error:(58, 39) java: com.runemate.game.api.hybrid.input.Keyboard.Key is not public in com.runemate.game.api.hybrid.input.Keyboard; cannot be accessed from...
  14. G

    Bug Unable to write native library 'attach' to the file system [Fixed]

    So i am running RM from IntelliJ -sdk mode and iget this: Unable to write native library 'attach' to the file system. java.lang.UnsatisfiedLinkError: C:\Users\V3l3n4s\RuneMate\resources\attach.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform I have 32-bit JAVA and 64-bit JDK. I think...
  15. G

    Regal Agility Lite [Deleted]

    Just got bannned at seers course used bot for like 4 hours in past 2 days.... eh Sad thing that i got perma bann istead of 2 days bann. I guess i will give up on botting.
  16. G

    RuneMate Maintenance

    I am using OSRS client.
  17. G

    RuneMate Maintenance

    For me runemate dont show any available clients even when i start new one. I am using Runemate JAR.
  18. G

    Prime NMZ FREE [Deleted]

    I have an issue (probbably i meesed up configurations ...) it enters dream and leaves it instantly dont wait till monsters appear so i tried to start dream manually but bot still leaves it any idea what i do wrong?
  19. G

    OSRS Do Runescape offences expire?

    So i got banned (for 2 days) on my account which i botted alot but also was doing quests (111 quest points). If i get cought again i will be perma banned. My offences meter is green but at half way ... so my question is do it ever goes back? Can i wait like half year and get 2 day ban again?
Top