holic 237 Posted November 22, 2022 (edited) RandomHandler One of the great things of the old days of OSRS cheating, especially when SCAR was popular, was the sharing and co-development of things like random event solvers so I'm bringing it back. Here you'll find a collect of random solvers that work out of the box, save for adding the package to these files. More will be added as I encounter them and have the time to solve them. Supported Random Events: Genie, Mysterious Old Man, Drunken Dwarf, Ricky Turpentine, Freaky Forester, Frog, Beekeeper, and a generic Dismiss handler Usage Add the files to your script, ideally in a folder named randoms. Add RandomHandler.loadRandoms(); to onStart. Add RandomHandler.clearRandoms(); to onExit. Use RandomHandler.loadRandom(Event.DRUNKEN_DWARF) and RandomHandler.unloadRandom(Event.DRUNKEN_DWARF) respectively to only load your desired solver. Lamp will automatically be used by GenieSolver, to take care of it manually, remove the line from GenieSolver and use RandomHandler.useLamp(); where desired. Watch the magic happen! I will be adding more options for loading and unloading specific random events Issues Currently, the onPaint doesn't seem to work but that's all. GitHub https://github.com/blakeaholics/DreamBot-RandomHandler Edited February 7, 2023 by holic Updated info Aeglen, Realistic, prechcik and 5 others 8
holic 237 Author Posted January 3, 2023 1.3 Moved to proper package Added FrogSolver Improved FreakyForesterSolver
holic 237 Author Posted February 7, 2023 1.7 - Had a repo issue, cleared it out and re-added. Added Beekeeper (beta)
mcleod63 2 Posted March 2, 2023 I'm slowly working on a method to handle random events and this is a great help. Thank you for the contribution.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now