Guides by Sunrise. Thanks to everyone who help me to learn this about KO =)
Thanks to the PJKO team. Special thanks to Knightonline.cn for the new Template.
Visit our Homepage/Forum at:
http://www.knightonline.cn/bbs/forum-58-1.html

Back to index
BACK
6.Changing starting zone & money

This guide will help you get along with the creating char configuration, and resetting it.
Please do not publish this guide at any other sites. If you do, Post a link to this topic in this forum which is at olympusgaming.net.

You don't have to restart server in order for it to take effect

First of all get into this area of your database at Enterprise manager:


Double click the CREATE_NEW_CHAR
In the opened window scroll down till you see a line with:
INSERT INTO USERDATA

Delete this line and the line afterwards which has VALUES at start, and switch it with this:

INSERT INTO USERDATA (strUserId, Nation, Race, Class, HairColor, Face, Strong, Sta, Dex, Intel, Cha, Zone, PX, PZ, Gold )
VALUES (@CharID, @Nation, @Race, @Class, @Hair, @Face, @Str, @Sta, @Dex, @Intel, @Cha, 21, 33550, 38520, 10000000 )

Like this:

Notice:

21 = The zone. 21 is moradon.
33550 = The X position
38520 = The Y position
10,000,000 = The Starting Money

Notice2: This setting will make your character start at moradon near anvil, and give 10m starting cash.

You may adjust it as you like and add/remove things as you wish for your testing.

Enjoy!

NEXT GUIDE