It's just a little mistake that is not that important but would be nice to be solved...
The packet based login works but when i come to the "Char Scene" there is no character even though i can read the names of them in the B007 packet...and i also forward that packet to client so i don't know why it doesn't show them up in client...
btw i use that code to select the char and start and that really works!:
Code:
Packet p = new Packet(0x7001);
p.WriteAscii(char_Box.Text);//Listbox with all chars from packet, works great
Program.ag_remote_security.Send(p);






