• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

How to add in server custom item

Status
Not open for further replies.

Tommy

Founder
First, download Taliis DBC Editor.

After that, make sure you have Java. Now, open up Taliis and find Item.dbc to open in Taliis.

If you have it opened, here are the column names and information: http://collab.kpsn.org/display/tc/Item.dbc+tc2

Right Click an Existing row -> Clone Row

After you cloned it, scroll all the way down to find your cloned row. Change the EntryId to your item's entry and the other information that relates to your newly cloned item.

Once you have everything you need do -> File -> Save As -> Item.dbc

First, copy your newly saved Item.dbc and paste it in YOUR_SERVER_SOURCE/dbc/ folder. You'll always need to do this so the server can read your new items in Item.dbc. Make sure to restart the server after replacing the old Item.dbc with your new.

Since you have that done, you need to create a patch. (Or you can create a folder in World of Warcraft/Data/ called patch-8.MPQ (patch-NUMBER THAT ISN'T TAKEN.MPQ))

Download MPQEditor

Once you have that downloaded, follow the small guide below:


1. Click New MPQ

2. Name your MPQ file patch-NUMBER_THAT_ISN'T_TAKEN.MPQ, Example: patch-8.MPQ

3. Click Next

4. Select Create an Empty MPQ Archive. Click Next.

upGdmBL.png


5. Size of hash table: Leave it alone. Click Next.

nx37.png


6. Select: Create an MPQ Archive with format version 2.0. Click Next.

PGQsmoJ.png


7. Finish.

8. Create a new folder called DBFilesClient in the MPQEditor

9. Drag your newly edited Item.dbc inside of that folder.

10. Move your patch into World of Warcraft/Data/
 
Last edited:

Dark

Enthusiast
29wpj78.jpg

yes i delete chache
and says requires melee weapons
and when i'm clicking mouse right button nothing does​
 

Tommy

Founder
29wpj78.jpg

yes i delete chache
and says requires melee weapons
and when i'm clicking mouse right button nothing does​

Make sure you don't have the patch-10.MPQ opened with the MPQEditor if you're ingame, it won't load the patch if you do. Are you sure the Item.dbc saved? Check out the Item.dbc you 'saved' and see if the new data is in there. Also, the name of your weapon has 'Staff' in it, yet it is a One-Handed weapon. Columns #1 and #2 should be set to a weapon class and subclass. Since that is suppose to be a staff (maybe), you'll need to set your Class/Subclass to: 2/10.

You can find Class/Subclass Ids here: http://collab.kpsn.org/display/tc/Item+template+tc2#Itemtemplatetc2-class
 

Dark

Enthusiast
i corrected all that but nothing does , please help me with Teamviewer just show me one item making just one item please it's takes 3 min :/
 

Laurea

Enthusiast
You can only have one number or letter after patch-. Just tested, patch-9.mpq works and patch-10.mpq doesn't.
 
Status
Not open for further replies.
Top