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:

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.