Hello guys,
i just need some help. I started writing a db-converter from TDB to mangos (YTDB).
It works, so i get no errors or other stuff, you can also login successfully to the mangos-realmd and load your characters, but they wont have any item in the inventory.
I also took a look into the character_inventory after login with one of the converted chars.... all entries of this char are deleted, but i don't know why.
At my first try he delete the whole character_inventory table when i started the mangosd.exe, but this was because i forget to convert the item_instance table.
This leads to my general question of this post.
Is there an up to date description of the data field in item_instance? I guess that he didn't convert this table as it should be done.
This is trinity's one
This mango's one
as you see in TDB there is an extra column for each data, in mangos i have to create the data text my own, but todays database is a bit different from the entry in the wiki, so it would be awesome if someone can tell me how the data-field is made up.
Just one example from a the data-field of an item which was created by the core
2 1191182336 3 1396 1065353216 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 25 25 0 0
What is the second value? (119....)
I really hope someone has a clue how to solve this problem
GreeZ
TuX