QUOTE(dragon695 @ Jun 6 2013, 13:35)

I don't think some scroll drops are being tracked (I know I've had at least two Avatar drop in battle).
Thank you for reporting. I'll fix it in the next release.
This is due to wrong name of the item in the drop display table. You can fix it yourself by modifying the file `json/drops-display-table.json` if you want.
ERROR
CODE
{"name": "Scroll of Avatar", "className": "scroll"},
CORRECTION
CODE
{"name": "Scroll of the Avatar", "className": "scroll"},
Then you can see correct stats immediately.
This post has been edited by greentea039: Jun 6 2013, 08:16