Page 1 of 1

How to clean the database?

Posted: Thu Nov 19, 2009 3:43 pm
by LaraCroft
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: last
L2JDP Revision Number: last

Hi guys...
How do I see if the player does not log into the server over a month?
I need to clean the database. Excluding accounts, characters and items from players who do not login on the server over a month.

Thxxxxx...
:o

Re: How to clean the database?

Posted: Thu Nov 19, 2009 4:12 pm
by janiii
there are some contrib about this issue on forum, like deleting old accounts. check accounts table and column lastactive (unix time stamp of last login).

check sql support forum, or maybe you find here something: viewtopic.php?f=36&t=7595

some topics from old forum:
http://www.l2jserver.com/old-forum/thre ... adid=33129
http://www.l2jserver.com/old-forum/thre ... adid=33294
http://www.l2jserver.com/old-forum/thre ... adid=32850

Re: How to clean the database?

Posted: Thu Nov 19, 2009 6:55 pm
by LaraCroft
Thxxxxxx Janiii
:)