I've already did that, but nothing found.
Printable View
you define.Quote:
How about starting items that sendings in Cash Inventory? Where can I change that?
specialinventory or Cash?
Cash Inventory.
If i not wrong,Need to edit create new character sp.
You can change equiped items and the actual inventory items of a starter for each class, this is the most efficient way imho.
To do that you need to edit Server01.dbo.cabal_new_character_data in the database.
As for how to do that, they items are in a hexadecimal form, each item is 36 hex numbers/letters, google is your friend.
The first 4 digits are the item IDX if I remember, the rest is position and options and so on, the best you can do is try them out because I honestly don't remember which bytes represented what.
Although, you have to remember that the first 4 digits are INVERTED, that means if you have item idx 2850 in decimal (the numbers we use), it will be 0B22 in hex, inverted makes it 220B.
I hope you keep on learning, it will take some time and effort though.
Also I strongly recommend learning SQL as it will make your life easier.
Best of luck mate ^^