Anyone know how to interpret the value stored inside the Character database in the field "playedtime" - I'm trying to build a php script which will display how long each player's character has played the game for.
Anyone know how to interpret the value stored inside the Character database in the field "playedtime" - I'm trying to build a php script which will display how long each player's character has played the game for.
I got this in one of the 'playedtime' -fields
' 2170 2170 130 '
First one Could be ''Total time played''
Second one, i'm not sure :l
Third one, could be ''Time played current level''
I'm not 100% sure though. Hope this helps at least a bit. :P
thanks, that helped!