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

    Bug IllegalStateException when trying to log in to RM client

    Was able to reproduce the below error on Ubuntu 16.04. My JRE is indicated below. Steps to reproduce: 1. Open RuneMate 2. Try to login with email and password to RuneMate account 3. The below "IllegalStateException" error is displayed and RuneMate does not finish logging in (it tries to login...
  2. sheel

    Question NullException Thrown!

    I'm having the same problem.. Not sure what to do either. EDIT: I just noticed my problem is completely different, sorry for posting here Was able to reproduce the above error on Ubuntu 16.04. Even tried a different JRE - Steps to reproduce: 1. Open RuneMate 2. Try to login with email and...
  3. sheel

    Question WebPath, RegionPath and PredefinedPath. When to use?

    So what happens if I use WebPath to traverse to a coordinate that's not "walkable"? For example, if there's a tree on my destination coordinate. Would WebPath just try to navigate as close to it as possible or would it return a null path? I wanted to have a WebPath walk to a specfic range of...
  4. sheel

    Question WebPath, RegionPath and PredefinedPath. When to use?

    I meant simply covering the small distance required to walk to the other end of a room. I could have separate logic for dealing with unlocking/opening doors.
  5. sheel

    Question WebPath, RegionPath and PredefinedPath. When to use?

    So can I assume then that WebPath is probably a good general solution to everything? Would it have the same performance as a BresehnamPath for a short distance? (Ex: walking from door to door in a Dungeoneering room)
  6. sheel

    Question WebPath, RegionPath and PredefinedPath. When to use?

    I've noticed atleast 3 different methods of navigation - WebPath, RegionPath and PredefinedPath. What are the best situations for using each of these? And what are some good conventions to follow when writing navigation code?
  7. sheel

    Junior dev fascinated with RuneMate and looking forward to more

    Thanks! I already have, haha. Have asked some questions there as well and got back some really helpful responses.
  8. sheel

    Junior dev fascinated with RuneMate and looking forward to more

    Hi, everyone! I'm an undergrad student majoring in CS interested in AI. I've played RuneScape on and off for more than 10 years. I'm absolutely fascinated by the RuneMate API and TreeBot and looking forward to being a future bot author myself. For now I've written a very simple bot that makes...
Top