View Single Post
  #1  
Old 08-20-2011, 06:35 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 269
Default

Since you probably want to avoid active users, it might be nice to make a script to touch each character based on an account name and then UPDATE character_ SET timelaston = UNIX_TIMESTAMP(NOW()) WHERE account_id = X

This is easily done in PHP and could then be added to your website. If you want such a thing I could whip it up in a few minutes, as could most of the current thread contributors I'm sure.
Reply With Quote