Hi everyone!
I am having some odd problem with nanny() function on these lines:
//comm.c nanny() Login screen
/* Old players can keep their characters. -- Alty */
if ( !check_parse_name( argument, (d->newstate != 0) ) ){
write_to_buffer( d, "Illegal name, Try Another.\n\rName: ", 0 );
return;
}
The thing is: Everytime I try to log on, I get this error.
If I type 'new', I also get this error.
Strange is that it happens always in the first time, se second time it works as it should be.
I mean, if I try to enter 'Thoric' in the login, it returns me this error, and I need to enter it again.
What can it be?
Thanks in advance.
I am having some odd problem with nanny() function on these lines:
//comm.c nanny() Login screen
/* Old players can keep their characters. -- Alty */
if ( !check_parse_name( argument, (d->newstate != 0) ) ){
write_to_buffer( d, "Illegal name, Try Another.\n\rName: ", 0 );
return;
}
The thing is: Everytime I try to log on, I get this error.
If I type 'new', I also get this error.
Strange is that it happens always in the first time, se second time it works as it should be.
I mean, if I try to enter 'Thoric' in the login, it returns me this error, and I need to enter it again.
What can it be?
Thanks in advance.