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. N

    Prime NMZ

    Are there any restrictions to the FREE version? Other than the time limit. Because I would love to see it use the power ups etc. Nvm Google was not helping my search, but scrolling up did help me.
  2. N

    Resolved Private scripts

    I love this client and I have been playing around with custom scripts for a while now. I found someone who wants me to make a script for them to use privately. I don't quite understand how private scripts work on this client (the developer limit of 3? hours is severely limiting) After reading a...
  3. N

    Question Detect user clicks

    If that's the case I must say that this places RuneMate down many spots on the list. (starting from first place) (I already knew this about the paintlistener which is actually deprecated too) Can someone verify this is the case?
  4. N

    Resolved Undetected message in ChatDialog

    I am no expert on this, but have you tried getTitle instead? Otherwise try the Developer tool to see if you can find where this message is stored
  5. N

    Question Detect user clicks

    I did. Forgot to mention
  6. N

    Question Detect user clicks

    Thanks for your reply! I got some of the code but I can't get this to work. So far I've got this: ... implements MouseListener ... @Override public void onStart(String... arg0) { getEventDispatcher().addListener(this); } @Override public void...
  7. N

    Question Detect user clicks

    I want my player to select a target ingame using the right click on it. How do I detect a user's clicks? Thanks
  8. N

    Resolved Login Handler in SDK mode

    Well I'm no beginner programmer. So would this be the easiest, or the most practical? I'd prefer practical
  9. N

    Resolved Login Handler in SDK mode

    I am using the loopingscript implementation of runemate... Which one should I use instead? I should have looked more closely a tthe deprecation PS I am making a node bot
  10. N

    Resolved Login Handler in SDK mode

    No while or for loops? First of all this is again not relevant to the problem because any script has this problem. Second of all, why not?
  11. N

    Resolved Login Handler in SDK mode

    I don't see how the code is relevant as this is not relevant to the code. The login handler does not run when I start a bot in SDK mode May this be caused because I am running RuneMate.jar with Launch.bat from eclipse?
  12. N

    Resolved Login Handler in SDK mode

    I am not disabling it. It's simply not working at all.
  13. N

    Resolved Login Handler in SDK mode

    I have noticed that all the bots that every time I debug a script, the login handler doesn't work. Is this because I am in SDK mdoe? I need it to work because I want to test a break handler.
Top