*bump*
Looks like this havenīt been fixed. I also tried the code Tig posted (serverside and clientside)
PHP Code:
function onCreated() {
this.catchEvent(findplayer("callimuc"), "onNickChanges", "onNickChanged");
}
function onNickChanged(pl, old, newn) {
echo(pl.account @ "'s old name: " @ old @ " new name: " @ newn);
}
Any way Stefan is adding it? Seems like he mentioned he will add it into the next npcserver update, but thats also 2 years ago now.