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 Error when opening RM in IntellJ

    So when spectre came out i cant run RM in IntellJ is something about about Run configurations changed? I still use : com.runemate.Boot and it produces error: Exception in thread "main" java.lang.ClassNotFoundException: com.runemate.Boot at...
  2. G

    Resolved ChatDialog press continue button OSRS

    So i want to press continue button in OSRS i try to do this like this: // Creating method public static InterfaceComponent getContinueButton(){ } //calling it getContinueButton(); But it dont work, i need somekind return in method. Help me pl0x :D
  3. G

    Question Need some logic

    I am probbably doing something wrong :( it still keeps teleporting(instead of walking) no matter if i am at bank or not
  4. G

    Question Need some logic

    I try to make that it would teleport only when inventory is full and he is at bank area i have area in my code but it teleports me no matter where i am.
  5. G

    Question How to walk efficiently?

    I used your Alpha path maker. Is there are somekind difference, between your tool and just manual cheking each coordinate?
  6. G

    Question How to walk efficiently?

    So i use walking like this i know this is a wrong way of using it, still it gets me where i want but it wastes some time. It use vey large steps no matter that there is lots of coordinates given and it keeps walking back like this: Good way: from A to point E How it walks for me: A-B-C-B-C-D-C-D-E
  7. G

    Question How to do things till full inventory? In Looping script

    So lets say i am woodcutting if i want full inventory i just use this thing in TaskScript : But i cant use return in Looping script? Is there any way to change this code so i can put it in Loopingscript?
  8. G

    Thanks man, i am too new to join dev chat :D Just messing around with scripts and trying to do...

    Thanks man, i am too new to join dev chat :D Just messing around with scripts and trying to do something my own :D
  9. G

    Tutorial An Introduction to the TaskScript

    I found that this code a litle bit different than your example bot in store. In store: Task Chop Validate method: used newQuery In tutorial: Task Chop Validate method: used getLoaded Thank you very much for making this tutorial it helps to start to newbies like i am.
Top