How to fix armory "Unknown" issue for stats - Dawnbrightsu/FusionCMS GitHub Wiki

The issue is not with FusionCMS, you will like to enable some config on your world config. Some of you might already tried this and failed. Well, no... you haven't. I will tell you know that it takes some time for TrinityCore to drop stats into database and the website to grab them, so please just give it some time before you get frustrated. You will also need to login and logout, as well as stay in-game for some time.

How to Fix Armory Unknown issue

You first want to navigate to your world config, you want to find the following lines

#        Description: Time (in milliseconds) for player save interval.
#        Default:     90000 - (90 seconds)

PlayerSaveInterval = 90000

#
#    PlayerSave.Stats.MinLevel
#        Description: Minimum level for saving character stats in the database for external usage.
#        Default:     0  - (Disabled, Do not save character stats)
#                     1+ - (Enabled, Level beyond which character stats are saved)

PlayerSave.Stats.MinLevel = 0

#
#    PlayerSave.Stats.SaveOnlyOnLogout
#        Description: Save player stats only on logout.
#        Default:     1 - (Enabled, Only save on logout)
#                     0 - (Disabled, Save on every player save)

PlayerSave.Stats.SaveOnlyOnLogout = 1 

Change PlayerSave.Stats.MinLevel to 1 and PlayerSave.Stats.SaveOnlyOnLogout to 0 and with PlayerSaveInterval you can set the interval you want to save.