[Guide] How to Change Starting Points and Zen

Legid

New Member
Joined
May 22, 2010
Messages
14
Reaction score
11
1. Open SQL Enterprise Manager
2. Go to MuOnline-->Stored Procedures ,Find WZ_CreateCharacter and twice click with left mouse button and open it
3. Find:
Code:
if( @Result <> 0 )
begin
GOTO TranProcEnd
end
else
begin
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, [B][COLOR="Red"]300[/COLOR][/B][B](points)[/B], @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,[COLOR="Red"][B]200000[/B][/COLOR][B](zen)[/B]
FROM DefaultClassType WHERE Class = @Class

Screens:
300point.JPG


300point1.JPG
 
Last edited:
10/10 :) Very good guide...