View Single Post
  #5  
Old 06-24-2006, 06:59 PM
JustBreathe JustBreathe is offline
Registered User
Join Date: Jun 2006
Posts: 59
JustBreathe is on a distinguished road
Quote:
Originally Posted by calani
Not really. The server would have to store the data for that player and update it when that account logged on.
but wait! isn't the player's attribs stored on the server anyways?



yen: at present you can accomplish this by making a db to store all changes made when the account is offline. when players log on, check for any changes from onactionplayeronline in the cnpc
Recording changes and accessing the variables are two different things.