Jump to content

Camaro

Scripter II
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Camaro

  1. talked over pm, restocker will not but equipment, but may make that an option in the future
  2. Sure, 24 hours activated. Although I highly recommend buying vip for mirror mode, so be careful for now
  3. activated, make sure you post a proggy this time activated, enjoy
  4. Falador shield is already added, couldnt tell you how much it improves kills/hour though. But I can probably add extra prayers / spec weapon sometime soon
  5. Hard fally diary is an option, not a requirement
  6. 24 hours activated, enjoy
  7. Post the log please. Is it not going to the mole hole?
  8. activated for 24 hours, enjoy
  9. Yeah thats what I though, should be fine if you start greater than zero. Will add a fix for that shortly just in case
  10. message me on discord camaro 09#0557 we'll try and figure out the issue
  11. done, 24 hours
  12. activated for 24 hours, enjoy
  13. 24 hours activated, enjoy
  14. Strange, its been working for me and others for a while now. Can you try manually changing the npc attack option to hidden and see if works?
  15. nice
  16. 4-5 lobsters and maybe 15 mind bombs
  17. How many wizard mind bombs are you bringing
  18. The script is free for vip members, but ill give you 24 hours
  19. BotMouseListener is a class than can be used to record your mouse clicks. In order to recreate them, use the ClientMouseEventHandler import org.osbot.rs07.input.mouse.BotMouseListener; import org.osbot.rs07.script.Script; import java.awt.event.MouseEvent; public class MouseHandler extends Script { private final BotMouseListener mouseListener = new BotMouseListener() { @Override public void checkMouseEvent(MouseEvent mouseEvent) { // called when you click the canvas } }; @Override public void onStart() { getBot().addMouseListener(mouseListener); } @Override public int onLoop() throws InterruptedException { // generate a mouse event getBot().getMouseEventHandler().generateBotMouseEvent(...); return 1000; } @Override public void onExit() throws InterruptedException { getBot().removeMouseListener(mouseListener); } } https://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html
  20. wrong script buddy
  21. Have you even tried it?
  22. Ah last update had a build failure. Should be fixed by tomorrow
  23. From what I've heard, runelite is 'verified' by jagex. They would see an 'official' 3rd party client vs an 'unofficial' 3rd party client. Although I could be wrong
  24. osrs update changed the settings tab today, will be fixing soon
×
×
  • Create New...