^ what client you used? did you modify your mmo.h? your client date and mmo.h packet version must match.
for example:
if you use 20130807 client
edit your mmo.h
#ifndef PACKETVER #define PACKETVER 20130807 // <-- Match your client date here#endif // PACKETVER// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).//#define PACKETVER_RE // add // to disable if you use ragexe then recompile your server..
EDIT: Well I just realized I forgot to recompile the server, thanks.
I was also wondering if you knew where I could get an english setup, and also all my text is in korean, and do you know where I could find a pre-renewal id2numdesctable.txt or whatever?