This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] [WoD] Item Creation / Editing  (Read 1868 times)

Nathan

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
[QUESTION] [WoD] Item Creation / Editing
« 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chase

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 116
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #1 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #2 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nathan

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #3 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
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nupper

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 339
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #4 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nathan

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #5 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] [WoD] Item Creation / Editing
« Reply #6 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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »