i'm not good at english,sorry!
this you can set zuly and level when you created a new char!
now let's see the code!(i'm a student,not a programmer)
1,open sickets/sockets.h
find "" add "Code:unsigned int charPass;" and "Code:unsigned int NewMoney;"Code:unsigned int NewLevel;
then,open charpackets.cpp,find "............."Code:if(!DB->QExecute("INSERT INTO characters (account_name
change to ""Code:if(!DB->QExecute("INSERT INTO characters (account_name, char_name, face, hairStyle, sex, zuly, level) VALUES('%s','%s',%i,%i,%i,%i,%i)", thisclient->username, newname.c_str(), face, hairstyle, sex, Config.NewMoney, Config.NewLevel))
Finally,open the charserver.conf,add this
Code:[CPUCHAR] newmoney=10000 //this is the zuly you want newlevel=1 //this level~~~
ok~~compile!
good luck!




