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

    Hey Slash, first run of the Fighter cave script bugged within 2 minutes of starting, then the...

    Hey Slash, first run of the Fighter cave script bugged within 2 minutes of starting, then the second run ran perfect up until the last mage on wave 62.. then it hit the one hour mark and turned off because I dropped below $1. Is there anyway you could help here please? Thank you
  2. S

    QuickMiner PRO [Deleted]

    I can't it to drop from the action bar. Iron and Granite, it just drops each one by inventory selection
  3. S

    Everyone still getting locked?

    /I got a 48 hour ban lol. Botted a bit after the bot came back up just like before. Switching skills, legit play as well. 100 qp+, 1400+ total level darkscape. Don't play regular rs3 nor osrs.
  4. S

    RuneMate Client Temporarily Disabled

    Also a TON of 64 bits lol.
  5. S

    Tutorial An Introduction to the State-based Script

    Great tutorial! Thanks slash!
  6. S

    Question Action clicking

    Is there a way to slow down how fast the bot will try to select an action in a right click menu? It tries to click to fast which results in it having to reopen after sitting for a second.
  7. S

    Question Interfaces

    Well, it's running. I'm still cleaning up some bugs in it. It somehow managed to get to the ground level and freaked out and stood there frozen lol. Fixed that. It's on 5 runs thus far with no issues though! Thanks everyone for y'alls help! :)
  8. S

    Question Interfaces

    Finally got baby settled. Since web walking doesn't work in Lumbridge castle, any recommendations on how I should get the bot to between the 2nd and 3rd floor? Also, I'm just going to use: Execution.delay(50000, 50500);. It gives it an extra 2 to 2 1/2 seconds after the flax is done. Takes 48...
  9. S

    Question Interfaces

    Okay, my baby is crying so I have to feed her and stuff. I'll be back later! I'm having movement issues still though. I know I probably have this set up wrong, but here's my code: private final static Area spinArea = new Area.Rectangular(new Coordinate(3212, 3212, 1), new Coordinate(3208...
  10. S

    Question Interfaces

    I don't understand why this isn't working :/. It continues to click the wheel after it's started. This is my code: private boolean isIdle() { return player.getAnimationId() == -1 && !player.isMoving(); } @Override public void onLoop() { GameObject spinningwheel =...
  11. S

    Question Interfaces

    Thanks y'all! I looked for spin, and in interface 1370, it has component 40 with 5 sub-components. I'm pretty sure the 5 sub's are each of the 5 items that can be used on the wheel. (1370, 40, 1) would be the second one in the interface which would be bowstrings. How would I implement that...
  12. S

    Question Interfaces

    I'm attempting my first go at a bot(Flax Spinner), but I'm having a little trouble. I've managed to make it open the crafting interface, but I can't for the life of me find out how to make it hit "Spin" in the interface. I've found the correct interface (1371) in the developer kit. I just need...
Top