Jump to content

Camaro

Scripter II
  • Posts

    692
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Camaro

  1. Use to official rs client, not osbuddy
  2. Yes, 50% is the threshold I set. I can add a textbox to change that if you want
  3. Bone burying should be active now! Alching will be next.
  4. You could set up a mouse event listener that serializes mouse events and the time they were performed into json format. Then when you want to play them back, deserialize and generate the mouse events. https://osbot.org/api/org/osbot/rs07/input/mouse/BotMouseListener.html https://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html
  5. Hmm the distance filter is an interesting idea actually. It would require some changes with how it works, but its definitely possible. And the bury and alch options are necessary features, I agree, I will start working on those very soon. I dont think it will work like that. It would still choose other safespots that arent prioritised often enough that it wouldnt be worth it. And even if it attacked wyverns in the area, they would still walk over to your character and no longer be the required distance.
  6. Defensive attack styles now available in the range and magic options!
  7. Can you show me whats printed in the log?
  8. Hey, send me a pm, ill help you through setting it up correctly
  9. Ill add that to the list of thing to do
  10. Sure, ill add that in!
  11. Have you had any more luck with the script?
  12. Sorry, ill stop playing castle wars on your acc
  13. I haven't experienced the restrictions in a while actually, I've been able to hop no problem.
  14. Most improvements were efficiency related rather than deliberate randomization of actions as 'anti-ban.' You have to remember, most people using this have fresh, new accounts that had just gotten 33 magic. Ban rates will be high for them no matter what script you use. I have successfully use this script recently with 1 - 2 week old accounts for a couple hours at a time without bans, although my goal was just some startup gold for the account as opposed to goldfarming.
  15. Yeah, every time you telegrab the wine, your magic level lowers by 2-3 points. Even though your magic level is high, eventually it will be too low to teleport. Try with some wizard mind bombs and let me know if that helps.
  16. How many wizard mind bombs are you using
  17. Eventually, that is the plan
  18. Does this one include the new mouse movement algorithm?
  19. It waits a few seconds to hop because you were just in combat, right?
  20. No, as this will not work for any monster that can attack you from a distance.
  21. Camaro

    Image

    You can do g.fillRect(int x, int y, int width, int height) if you just want to place a black rectangle, where x, y are the coordinates of the upper-left corner of the chatbox
  22. New features released! Area Restrictions You are now able to define an area to look for safespots and monsters to attack. This will help keep the bot from running too far away and losing aggro. When the area is drawn on the screen, right-clicking any of the corners will allow it to be resized Safespot Prioritizing You can now select safespots to be 'prioritised.' This means that if they are available, the bot will be more likely to go to those spots rather than another.
  23. You can find it here https://osbot.org/mvc/sdn2/scripts/15
  24. You'll have to manually create an interaction/webwalk event, set it to not use the camera, and execute it https://osbot.org/api/org/osbot/rs07/event/InteractionEvent.html https://osbot.org/api/org/osbot/rs07/event/WebWalkEvent.html
×
×
  • Create New...