-
Rawwwwr!
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
-
-
Member
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