Jump to content

Ragnar Lothbrok

Members
  • Posts

    210
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Ragnar Lothbrok

  1. A method to verify the mouse hover position could work - just have the bot pause until true then we know for sure we're clicking on the correct position?
  2. Eventually that will walk to the exact tile yes - but I can't afford miss-clicks in this script.
  3. With the walking event sometimes the correct tile is clicked - other times the tiles next to the correct tile is clicked.
  4. Might have a solution - testing it just now
  5. I've tried checking to make sure my player isn't moving before clicking however I'm still having troubles with the wrong tiles being clicked
  6. Is there a way I can verify that the mouse is in fact on the specified position? I need to walk to specific tiles however I'm having troubles with the bot missclicking. Have tried walking events with mini-map threshold and distance threshold set as well as position.hover then click but this still has problems. Current code for walking to a position: if (!position.isVisible(api.getBot())) { api.getCamera().toPosition(position); } else { if (position.hover(api.getBot())) { if (api.getMouse().click(false)) { Sleep.sleepUntil(() -> inPosition(position) && !api.myPlayer().isMoving(), 5000); } } } Have also tried: WalkingEvent walkingEvent = new WalkingEvent(position); walkingEvent.setMinDistanceThreshold(0); walkingEvent.setMiniMapDistanceThreshold(10); api.execute(walkingEvent); Sleep.sleepUntil(() -> inPosition(position) && !api.myPlayer().isMoving(), 5000); Appreciate any help!
  7. Halfway through the Rouges Den Script guys, should be finished by the end of this week!
  8. pretty sure the easy clue scroll script would be easy to make - will need to look at the reqs for med clues. How do you farm them? Fally guards?
  9. Going to start this today - looks like it's Rouges Den!
  10. So the script would get and RPG then complete slayer tasks via Burthope master until level 55 is reached then stop?
  11. Doesn't Khal or someone else have a easy clue script?
  12. Haven't been granted GIT approval yet - probably make something new for the SDN when I get access
  13. With my NMZ script now finished and released I'm currently not working on anything that's planned to be released publicly - looking to start a new project over the next few days. I'll probably begin on Saturday so I'll leave the poll running till then and just make whichever wins!
  14. Good luck man! Don't hesitate to reach out if you have any questions - I'm happy to help where I can!
  15. What's the specifics - can't be that hard to make
  16. Ragnar's NMZ Info Current Version: v1.1 Script Features Dream Settings: Re Enter Dream Dream Type: Normal Customisable - please have this preset Hard Customisable - please have this preset Activity Level: AFK Attack NPC’s Potions: Overload Absorption Prayer Potion Super Ranging Super Magic Min/Max interval This means that once the boost has worn off it will wait a random amount of time between these two numbers in minutes before repotting. Example: Overload with a min of 0 and a max of 3. Once the overload has ran out it will not repot for a random time between 0-3 minutes - after each sip the next time interval is regenerated. Set this to 0-0 to report instantly every time. Tasks: Attack Task Strength Task Defence Task Range Task Magic Task Prayer: Use Quick Prayers Flick Rapid Heal Misc: Move Mouse Of Screen Guzzle Rock Cake Do you require any features that are not listed above? Leave a post and I'll be sure to look into the possibility of adding these features. GUI Credits @Fruity - stole his paint idea Bug Reports If you come across any bugs while using this script please report them here and I'll be sure to look into them in a timely manner. Development Thread Dynamic Signature http://ragnarscripts.com/nmz/get/signature?username={USERNAME} Download REMOVED UNTIL FURTHER NOTICE
  17. Nah I just do a check on my onLoop method like this: i if (started) { // DO SHIT } return 500;
  18. Yeah probably not a good idea - I usually have a variable that tells the script when the gui is compete - just set it to true on the start button action listener.
  19. Just out of curiosity - why did you have sleeps in your onStart()?
  20. Ragnar's NMZ Development Key In Development Complete Dream Settings: Leave Dream At Max Points Re Enter Dream Refill Coffer Power Ups: Recurrent Zapper Power Surge Dream Type: Normal Customisable - please have this preset Hard Customisable - please have this preset Activity Level: AFK Attack NPC’s Potions: Overload Absorption Prayer Potion Super Ranging Super Magic Min/Max interval This means that once the boost has worn off it will wait a random amount of time between these two numbers in minutes before repotting. Example: Overload with a min of 0 and a max of 3. Once the overload has ran out it will not repot for a random time between 0-3 minutes - after each sip the next time interval is regenerated. Set this to 0-0 to report instantly every time. Tasks: Attack Task Strength Task Defence Task Range Task Magic Task Prayer: Use Quick Prayers Flick Rapid Heal Flick Quick Prayers Misc: Move Mouse Of Screen Guzzle Rock Cake Any features missing on the development list that you'd like to see added? some credits to @Fruity as I really liked the way he shows the skill progress so recreated a similar version.
  21. I was running a single bot per $10 instance on Digital Ocean - had everything fully automated using Docker containers and Rancher: https://rancher.com/ Probably a bit overkill but I like the automation and how I was able to utilise the API to automate the creation of accounts right through to scaling the size of my farm. This meant that I was eating into a fair chunk of my profits however I was able to leave it running for days on end without every worrying about it or needing any of my input which outweighed the lost profit in my eyes.
×
×
  • Create New...