Page 1 of 1
Max Players Online
Posted: Mon Mar 19, 2007 5:03 pm
by Censor
It's possible to make this? I want to this info on my web site. For example:
Login:Online
Game:Online
Online:45
Max Online: 385
It's code support I think, but I realy need it...
Posted: Mon Mar 19, 2007 7:03 pm
by Shaigan
Is there not a table called 'record' in your SQL ?
There is the max number of player and the date of it, all stored in one line.
EDIT : oooooops... sorry... L2JFree feature.
Posted: Mon Mar 19, 2007 7:59 pm
by Aikimaniac
Do some query from you look in Gameserver to table characters to column online and coutn together the ones and that is..

Posted: Tue Mar 20, 2007 5:54 pm
by lanabel
If you want max, that can login at one time - just take this from config an write by hand in your php.
If you want max, that ever was on your server - you need a task, that runs every x minutes, calculates total online and writes it in some file if it is greater than what was already writen.