Jump to content

[Tutorial] How to fix custom items displayID (Icon) and how to fix custom weapon


Recommended Posts

Posted

Images point to the above part of the tut

 

 

1. Extracting DBC

 

  1. Download program called "mpqediten32"

  2. Open up C:\Program Files\World of Warcraft\Data\enGB\patch-enGB.MPQ in mpqediten. (Your wow-path, GB / US / xx)

  3. On the popup, just click ok

  4. You find the "Item.dbc" under DBCFilesClient. Throw it out of the MPQ, say use C:\DBC

 

 

http://www.servimg.com/image_preview...=32&u=13341953

 

2. Editing DBC

 

  1. Download a program to edit DBCs

  2. Open up the C:\DBC\Item.dbc in DBC Editor

  3. Now you see a bunch of entries pop up. For each custom item, you add a new line.

 

 

http://www.servimg.com/image_preview...=33&u=13341953

 

The columns in the DBC:

 

  1. id = Item Entry ID in DataBase

  2. field1 = compare with your database, find matching ones*

  3. field2 = compare with your database, find matching ones*

  4. field3 = compare with your database, find matching ones*

  5. field4 = compare with your database, find matching ones*

  6. field5 = DisplayID from your DataBase

  7. field6 = compare with your database, find matching ones*

  8. field7 = compare with your database, find matching ones*

 

 

* The compare with your databse ones you have to figure out yourself, but basicly pick a few rows and compare them with the same items from your DB and you'll figure out to which column they point to = ) (this due to different cores using different type databses)

 

3. Making a new Patch

 

  1. After you're done with your DBC editing. Save it with the same name "Item.dbc"

  2. Open up mpqediten and click file -> new MPQ archive.

  3. As filename set "patch-enGB-9.mpq" or any number above the blizzard's ones.

  4. Leave Default Settings BUT Make sure to use MPQ 2

  5. Create a folder in the MPQ called "DBCFilesClient"

  6. Go in the new folder and throw in the edited version of Item.dbc

  7. Now create a new notepad file (On your desktop not the MPQ). Call it "(listfile)" Must be inside of () and not a txt file.

  8. In the (listfile) type "DBFilesClient\Item.dbc"

  9. Save and throw the (listfile) inside of the MPQ's Root Folder.

 

 

4. Using the MPQ

 

  1. Save the new created MPQ

  2. Throw it in your world of warcraft/data/enGB

  3. Launch WoW!

 

 

And you're done!

 

Addinitional Notices!

DBC Editing is illegal

For any1 who wants to use this fix, must have the MPQ in their wow/data/locale folder. (This means you gotta create download link for public server's players)

The locale MUST BE your client locale, not always enGB, also note it in the MPQ name.

In some cases, you must also put the edited DBC inside of the server folder, ex: C:\Trinity\Source\Bin\Win32\DBC

 

Thankyou for your time and intrest. Im not taking any credit for being the "first one to archieve this" but neither giving away any credits since I didn't recieve any help even when I requested it.

 

 

 

Complete list of column info (for MaNGOS):

 

1 - entry

2 - class

3 - subclass

4 - unk0

5 - Material

6 - displayid

7 - InventoryType

8 - sheath

 

Credits: - Darkrulerz

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...