it say this at sticky:
Q. 1.2 How to change the starting level and bounty?
A.
<Editing; credits to: Bepetemish>
Open your database,
browse to spInsterChar, (its under Stored Procedures)
right click it and choose "modify"
find the part
50 = starting level
100000 = starting bounty
Note that you will start naked so you need to give peaple starting money so they can buy their gear.
But once i edit, how do i save it? i press execute and it gives error and doesnt replace
Q. 1.2 How to change the starting level and bounty?
A.
<Editing; credits to: Bepetemish>
Open your database,
browse to spInsterChar, (its under Stored Procedures)
right click it and choose "modify"
find the part
Code:
VALUES(@nAID,@szName,@cnt,50,@nSex,@nCostume,@nFac e,@nHair,NULL,0,100000,0,0,0,0,0,0,0,0,0,0,0,0,@cn t,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,NULL)
100000 = starting bounty
Note that you will start naked so you need to give peaple starting money so they can buy their gear.
But once i edit, how do i save it? i press execute and it gives error and doesnt replace