- Joined
- Jan 13, 2007
- Messages
- 68
- Reaction score
- 0
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)
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.
where is stored procedures located ^^ i cant find it at all.
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)
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.
where is stored procedures located ^^ i cant find it at all.