holic 212 Share 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 by holic Updated info Aeglen, Zawy, pakruojinis and 3 others 6 Link to comment Share on other sites More sharing options...
holic 212 Author Share Posted January 3 1.3 Moved to proper package Added FrogSolver Improved FreakyForesterSolver Link to comment Share on other sites More sharing options...
holic 212 Author Share Posted January 11 1.4 FrogSolver fix Link to comment Share on other sites More sharing options...
holic 212 Author Share Posted February 7 1.7 - Had a repo issue, cleared it out and re-added. Added Beekeeper (beta) Link to comment Share on other sites More sharing options...
hashbang 2 Share Posted February 10 Great work! holic 1 Link to comment Share on other sites More sharing options...
mcleod63 2 Share Posted March 2 I'm slowly working on a method to handle random events and this is a great help. Thank you for the contribution. Link to comment Share on other sites More sharing options...
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