-
Member
Total Game Time
Can you share a web php script to show total game time all character or UserID?
I'm planning to make an event, longest game time. An i want to make a page on my CP that show all user id with their total game time. An the account with biggest game time is the winner.
Please share me a script to make list of user id with their total game time.
Thanks from the bottom of my heart if someone can share it..
-
-
Alpha Member
Re: Total Game Time
on ep6 there's a variable on the account at the database called GAMETIME not sure if on ep5 it exists too but it's the easiest way
-
Member
Re: Total Game Time
Yes, in my database also there are GAME TIME column in account database, but it's variable never change, looks like it has not function. But my server dont have any error. >.<
Anyway, thanks for your answer.
-
Alpha Member
Re: Total Game Time
then you'll have to calculate the time using loglogin which says what time a user logs in and what time a user logs off
but it's not easy