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
-
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?
-
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.
-
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
-
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.
-
Upgraded items use the same Item ID as its predacesser.
Mythic Items for example use the same ID as normal or Heroic versions.
-
Hello, i found good CSV editor, but i still dont know how to convert back CSV do db2.
-
Hello, i found good CSV editor, but i still dont know how to convert back CSV do db2.
THe converting process can be bidirectional.