one question?

04/12/2010 21:26 zatchbell32505#1
ok,fixed everything in my pserver and everything butone question is ,which db table is for puttin eps into my char?
04/12/2010 21:42 Knight^Hawk#2
cq_user

e_money column

make sure your using a msg server that has chksum removed
04/12/2010 21:43 cyberghoser1#3
Code:
UPDATE `cq_user` SET `emoney`='amountofeps' WHERE (`id`='playerid');
change amountofeps to the amount of eps you want to add
change playerid to your playerid where you want to add the eps

use search those things where clarified long time ago.