[Azerothcore] [DBC] Creating Custom Items DBC Part #4238
KaizerAce
started this conversation in
Guides & Tips
Replies: 1 comment
-
Great guide, thanks, helped me a lot! For future adventurers I will leave my comment here as well.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
This will be my first guide ever. I've seen a few people asking about how to create custom items and that its been hard to find updated tutorials... So here we are.
I do not take any credit for the editors I have provided since I did not create them.
Step 1) Getting required files:
Download this file, there will be 2 folders inside the winrar. Extract those files.
https://www.mediafire.com/file/1ftk8w55834vxnk/DBC_Editing.rar/file
Step 2) Creating custom items:
Create all your custom items in your item_template table.
EX: I will just duplicate [Thunderfury, Blessed Blade of the Windseeker] weapon and change the entry/name for this tutorial, you can obviously change the items quality/damage etc...
https://imgur.com/4p6uBns
Step 3) Adding custom items to item.dbc:
and hit 'Connect'
https://imgur.com/fWpG3ao
Step 4) Making sure custom items have been added:
Now check that your custom items have been added to the item.dbc
Press the little wheel on where it says 'ID'
Sort Largest to smallest
https://imgur.com/EuIXuEr
Hopefully all your items have been added!
https://imgur.com/9b0euNW
You can now close the DBC editor.
Step 5) Creating the Patch:
'MPQ editor\x64\Patch-Z.MPQ
Step 6) Putting the patch into your wow folder:
'D:\World of Warcraft 3.3.5a (no install)\Data' my location
Enjoy your Custom items! EVERY PLAYER will be REQUIRED to have this PATCH inside their CLIENT. Without it the items wont work properly.
Please feel free to ask questions if you are having any issues, and let me know if there is anything that I could expand on or improve this guide!
Beta Was this translation helpful? Give feedback.
All reactions