Question For Who Resolve The 1.02n

Results 1 to 6 of 6
  1. #1
    Grand Master christoper is offline
    Grand MasterRank
    Aug 2007 Join Date
    PhP DecoderLocation
    1,560Posts

    Question For Who Resolve The 1.02n

    Question:

    1) If i make new Character on The Start i have 300stats point + 200,000 zen how can i remove it?

    2) how to use The Jewel of harmony & other Season 2 item's Can someone Explain?

    3) What is Eventbag for the , pink , red , blue Gift box?

    Please guy's Post A Good Advice Explain it Property and Don't make Joke Thank You


  2. #2
    Elite Member Hidemitsu is offline
    Member +Rank
    Apr 2006 Join Date
    BrazilLocation
    226Posts

    Re: [Help]Question For Who Resolve The 1.02n

    1) I believe you have to go on character table, there's a tutorial on RZ, I have seen it.
    2) I think jewel of harmony is used to add an option to items, just adding it to the item like the other jewels?
    3)Try after eventitembag12 (k+5 right?)

  3. #3
    Elite Member Hidemitsu is offline
    Member +Rank
    Apr 2006 Join Date
    BrazilLocation
    226Posts

    Re: [Help]Question For Who Resolve The 1.02n

    Ok, for the 300 point thing:
    Go to the MuOnline DB, Stored Procedures, WZ_CreateCharacter
    Search for this:
    f( @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, 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
    FROM DefaultClassType WHERE Class = @Class

    SET @Result = @@Error
    Credits to gradius

  4. #4
    Grand Master christoper is offline
    Grand MasterRank
    Aug 2007 Join Date
    PhP DecoderLocation
    1,560Posts

    Re: [Help]Question For Who Resolve The 1.02n

    1)st question is ok now

    Q 2) the jewel can put on the item

    Q 3) nope not on the eventbag 13 where you thnk?

    Thank's for advance

  5. #5
    Grand Master bramdebouvere is offline
    Grand MasterRank
    Aug 2006 Join Date
    BelgiumLocation
    2,403Posts

    Re: [Help]Question For Who Resolve The 1.02n


  6. #6
    Grand Master christoper is offline
    Grand MasterRank
    Aug 2007 Join Date
    PhP DecoderLocation
    1,560Posts

    Re: [Help]Question For Who Resolve The 1.02n

    Wow Thank'sa lot bramdebouvere This use full only Q 2 only you know the answer?



Advertisement