-
Webzen
[help] Starting 300 Point (how turn off ?)
HI GUys i have Problem ! everytime when i create new character in my server (1.00.16 ) new character starting game with 300 Points ! in my commonserver i can't find this option please guys say how i can set 0 this option
-
-
Account Upgraded | Title Enabled!
Re: [help] Starting 300 Point (how turn off ?)
Mmm that is a problem of the DB try using another one.
-
Novice
Re: [help] Starting 300 Point (how turn off ?)
Hi, i think you have to see the SQL SERVER ENTERPRISE MANAGER, in DATA BASES, MUONLINE, TABLES, and find the DefaultClassType BASE, and the last field " LevelUpPoitn" and chage 300 per 0, or you can check in procedures "WZ_CreateCharacter"
example:
INSERT INTO dbo.Character(AccountID, Name, cLevel, LevelUpPoint, Class, Strength, Dexterity, Vitality, Energy, Inventory,MagicList,
Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, MDate, LDate, Quest, DbVersion, Leadership,money )
SELECT @AccountID As AccountID, @Name As Name, Level, 300, @Class As Class,
Strength, Dexterity, Vitality, Energy, Inventory,MagicList, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY,
getdate() As MDate, getdate() As LDate, Quest, DbVersion, Leadership,200000
good luck man.
-
Webzen
Re: [help] Starting 300 Point (how turn off ?)
-
Webzen