Forum > Serverside Modding

[QUESTION] [WoD] Item Creation / Editing

(1/2) > >>

Nathan:
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?

Chase:
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.

Ascathos:
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

Nathan:
Thank's for fast respond! I've tried that convertor and edit with notepad++
https://ctrlv.cz/3amt
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

And still even if i converted item-parser i can't find column of Name or Description.

Nupper:
Upgraded items use the same Item ID as its predacesser.
Mythic Items for example use the same ID as normal or Heroic versions.

Navigation

[0] Message Index

[#] Next page

Go to full version