PDA

View Full Version : Player list



Xarxus
December 5th, 2023, 18:31
Is there any way to know which players have ever logged in a campaign, even if they are not logged now?
I tried searching the db.xml and can't find anything. With a need like this, should I implement something that tracks it?

Moon Wizard
December 5th, 2023, 19:03
There is no tracking of which players have ever logged into a campaign; only tracking of PC record ownership (specifically PCs and Notes).

If you want to track any player user name that ever logged in, that would be an extension you would need to build and store/view the data.

Regards,
JPG

LordEntrails
December 5th, 2023, 20:39
chatlog.html?
Wouldn't it work to search it since the chat records when players log in right?

Xarxus
December 5th, 2023, 20:48
I think I'll code something to trace this.

TY all