[HELP] People start with 5k cps

05/17/2009 23:16 Arcotemple#1
how can i make it where instead of people on my sevrer starting with 100gold and 0 cps how can i make them start with 50k and 5k cps
05/17/2009 23:18 Pete1990#2
Search for this Create.WriteString("Character", "CPs", "27"); if u are useing LOTF and change the 27 to 0
05/17/2009 23:20 PeTe Ninja#3
thats for ini anyway.. for mysql search for this

Code:
public static bool CreateCharacter(string Name, byte Class, uint Model, uint Avatar, Client UClient)
in there you will find it
Code:
 Model + ",100,0," +
100 is silvers , 0 is cps