Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Nathan on May 14, 2016, 10:42:56 pm

Title: [QUESTION] [WoD] Item Creation / Editing
Post by: Nathan on May 14, 2016, 10:42:56 pm
Hello, i've compiled Trinitycore 6.2.4 , and i tried to edit / make custom item.

BUT.. when i convreted .db2 to csv it don't show anything about Description, Item Name i recognized only Item Level, Stats and this. In Hotfixes item-parse are some items which can be edited but just only like about 120.

So my question is, is there any .db2 editor? Or way how to more easily edit/make items?
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Chase on May 15, 2016, 01:05:31 am
Item Names and Descriptions, etc are all server side the only thing client side is the Appearance IDs. You must be looking in the wrong place.
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Ascathos on May 15, 2016, 01:34:02 am
Hotfix basically overrides local data. So you should not overload it, server basically pumps client full of this.

Item-sparse.db2 is what you are looking for.


Note, this is 6.X content. 3.3.5 is, as usual, server side stuff with a few identification local (item.dbc)


Check out the adbdb2dbc <-> csv converter by Luzifix. I personally prefer working with text files for mass editing. Table edit is a bless at times :P
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Nathan on May 15, 2016, 04:35:49 am
Thank's for fast respond! I've tried that convertor and edit with notepad++
https://ctrlv.cz/3amt (https://ctrlv.cz/3amt" onclick="window.open(this.href);return false;)
It seem's working , just is there any program which can make it more.. easier to use?
Like some CSV editor?
-- I tired some of CSV editor's but it dont load all columens at header like
http://pastebin.com/yGkQBaum (http://pastebin.com/yGkQBaum" onclick="window.open(this.href);return false;)

And still even if i converted item-parser i can't find column of Name or Description.
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Nupper on May 15, 2016, 10:03:21 am
Upgraded items use the same Item ID as its predacesser.
Mythic Items for example use the same ID as normal or Heroic versions.
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Nathan on May 15, 2016, 06:07:31 pm
Hello, i found good CSV editor, but i still dont know how to convert back CSV do db2.
Title: Re: [QUESTION] [WoD] Item Creation / Editing
Post by: Ascathos on May 16, 2016, 06:34:40 pm
Quote from: "Nathan"
Hello, i found good CSV editor, but i still dont know how to convert back CSV do db2.
THe converting process can be bidirectional.