Reads a pasted image of Scrapyard Weeklies, and displays the difficult and reroll chances based on source information criteria.
Quest names and difficulty ratings were pulled from
I made this project initially because I found it tedious to look through every Scrapyard quest to determine if I should reroll it. I don't play the game often enough to memorize it enough, so I figured I could create a web application that can streamline the process. It saves me a couple minutes every time I use it!
Also, do let me know if something can be better implemented, because I know I probably did not follow best coding practices. I'm always willing to learn :)
Thank you for understanding!
- Go to the Maplestory Scrapyard Helper.
- Open the in-game Scrapyard Quests window.
- Use the Windows built-in screenshot feature.
- Paste into the helper.
- Choose which quests you would like to reroll!
If you'd like you contribute, you can fork the repository and open a pull request to the main branch!
- Basic OCR Functionality w/tesseract.js
- Preprocessing Image w/opencv.js
- Fuzzy Search Text With Quests w/fuse.js
- Information
- Verify Quest Names
- Reroll Recommender
- Basic Styling
- How to Copy and Paste Guide
- Replace opencv.js with an alternative
- Dark mode toggle