okay well ive been making own private server now, and now everytime someone uses the character select butten, while they are playing, it will crash/dc the server, can someone tell me how to disable it or to give me a file pleaseeeee.
08/29/2007 18:30animaQ7#2
on worldserver
find:
case 0x071c: return pakCharSelect ( (CPlayer*)thisclient->player, P );
replace with
case 0x071c: return true; ( (CPlayer*)thisclient->player, P ); //pakCharSelect