need some help on the sticky thread on changing starting level and bounty (reply asap

🚫
Exiled
Joined
Feb 2, 2006
Messages
428
Reaction score
1
Location
Singapore
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


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.



But once i edit, how do i save it? i press execute and it gives error and doesnt replace
 
error:

Msg 213, Level 16, State 1, Procedure spInsertChar, Line 22
Insert Error: Column name or number of supplied values does not match table definition.
 
Upvote 0
Back