Start with set when create character

Results 1 to 2 of 2
  1. #1
    Rawwwwr! devisz is offline
    MemberRank
    Aug 2009 Join Date
    291Posts

    Start with set when create character

    Anyone knows how to start with a certain set when someone creates a new character?
    I haven;t fount any script that works. I know to change zen and points but i want new characters with set too


  2. #2
    Member panteraboy is offline
    MemberRank
    Mar 2006 Join Date
    ROMANIALocation
    80Posts

    Re: Start with set when create character

    Hi,

    i have my own idea how to make something like that.
    The solution is the following:

    1. Create a new character in game and edit with an editor(Titan Editor or MuMaker) with the items that you want for every new character creation of that class type to have

    Ex: New DK and set the items with the set: dragon knight

    2. Go to your SQL Database MuOnline and select(COPY) the column "Inventory" From the Table "Character" for Youre newly created character and use the query to update the table "DefaultClassType"

    Query:
    update DefaultClassType set inventory=cast(NEWINVENTORY as varbinary(1728)) where class=XX

    - NEWINVENTORY stays for the copied inventory from Youre newly created char
    - XX for the needed class


    3. do this for every class

    Hope this helps.
    Regards,
    Pantera



Advertisement