Update Player List periodically
Maybe you found out, that some players on your servers are shown in the list, but they are not online (Kicked out or normally logged out). To correct this, do the following:
- Shutdown the server to kick off the user
- Start it again, start the Vault Manager and set all player status to offline:
Edit an online Players Node in the AllPlayers node
- Set Int32_1 to 0
- Set String64_1 to empty field
- Set String64_2 to empty field
- Stop the Server again
Edit the the PlasmaServers ini file:
- Open the file and search the [vault_server] part in it.
- Add the line:
PeriodicDbCleanup=1
Found in Vault log files using show sql statements
(08/31 14:17:55) (08/31 12:17:55 UTC) [t=1.25792] [tid:16384] DBG: FixupDatabase: Setting all players offline. (08/31 14:17:55) (08/31 12:17:55 UTC) [t=1.5071] [tid:16384] DBG: SQL Timed: 0.248890 secs: update Nodes set Int32_1=0, String64_1='', String64_2='' where NodeType=23
Contributed by -- ChristophGeiser
Modified by - Khoufou
christoph <at> abacado <dot> com