After restarting the NPC-server on Era, we often receive error messages in RC that are the result of players having no account name (e.g. SQL constraints fail, players' gangs get reset, etc). This happened once about a year ago, but after that hasn't been happening again until recently. It now seems to happen almost every time we restart Era's NPC-server.
The following script:
PHP Code:
for (temp.pl : allplayers) {
if (temp.pl.account == null) {
echo("bad: "@ temp.pl.nick);
}
}
produced this output:
Quote:
bad: Fro Bro
bad: Dark Phoenix
|
I confirmed that the players had no account name in-game (it wasn't possible to warp to them, but they seemed able to play fine except that they couldn't access bank accounts, etc).