Buff Checker
FAQ
What is Buff Checker for?
The primary use case is to quickly double check that you haven't missed any buffs after popping everything before going into a boss fight.
Pro Tips:
- The smaller your screenshot, the faster it will run, as there is less area to scan/process.
- The Buff Checker will be most reliable with fresh buffs. As the buffs slowly get covered by the dark cooldown indicator, it can struggle to match reliably.
How does it work?
It uses a computer vision library (
OpenCV) to scan the screenshot for each buff icon. Rather than looking for an exact match, it uses feature detection to more robustly handle differences in resolution, etc.
What does this mean?
This means it's not 100% reliable/perfect at identifying buffs. Especially since the buff icons are so small, there are relatively few defining features for each buff. This issue is compounded by Maplestory's cooldown indicators.
It made a mistake!
Occasional mistakes are expected (moreso with buffs that are partially obfuscated by the dark cooldown indicator). For example, it often confuses the Monster Park potions since they look so similar (especially since the images are compared in grayscale).
If you found a bug/issue (i.e. it consistently fails to identify a particular freshly popped buff), feel free to
report an issue.