• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

about the edting bounty and level

Newbie Spellweaver
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.
 
ya it is..you would open up GunzDB..and then you would go to programbility or something called like that. Then since you expanded it, you would see a new folder 'Stored Procedures' expand that, and look for the spinsertchar
 
Upvote 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.

Can't you explain some more?!, i can't find that table in that dic., and Is that for BR-JAN 2007 Database or which 1 ?!
 
Upvote 0
Back