Making custom weapons patch for custom items. menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making custom weapons patch for custom items.

    Hello, MMOwned. I'm here today to teach the people who aren't aware of how to do it.

    Here's What you'll learn today:

    - How to make a custom item and make a patch for it, so it's usable in game by others. If they use the patch you make.

    Let's Get started


    ----------------------------------- Downloads ------------------------------------

    MyWarcraftStudio - For making the patch

    CSV Editor - used to add items to DBC

    DBCUtil - Used to convert .dbc to .dbc~csv to edit files

    -------------------------------- Let's Get started ---------------------------------


    Ok, once you have downloaded all of the files and installed them, Make a folder on the desktop and name it
    DBC Editing.

    Open up the folder and add the following folders:

    -DBFilesClient
    -MyWarcraftStudio
    -DBC Util



    Open up the folder DBC Util and place the DBC Util.exe and the item.dbc, as well as CSV Editor files, into that folder. Once you've done this drag the item.dbc on to the DBC Util.exe application as showed in the picture.




    this should open up a window of the DBCUtil application. It should look like this:



    Once this completes, you should get a file called "Item.dbc.csv" in the folder.

    Once you have the "Item.dbc.csv" file, drag it on to the CSV application, and it should open a window that looks like this:



    Once this window is open, you should scroll to the bottom of the window, and right click. There should be something at the top (or near it) that says "Add Record" Click that and a window should open:






    Once the "Add Record" window pops up, there should be 9 Fields. Fill in these fields to say the following:


    Code:
    0- item id
    Column 1: Item entry id
    Column 2: Item Class
    Column 3: Item SubClass
    Column 4: Set to -1
    Column 5: Quality of item
    Column 6: Display ID of item
    Column 7: Inventory ID
    Column 8: Set to 0
    Column 9: Ignore this

    for the flags field here are the flag id's


    Code:
    Ammo- 0
    
    Head- 1 
    
    Neck- 2 
    
    Shoulder- 3 
    
    Shirt- 4
    
    Chest- 5 
    
    Belt- 6
    
    Legs- 7 
    
    Feet- 8 
    
    Wrist- 9 
    
    Gloves- 10 
    
    Fingerslot1- 11 
    
    Fingerslot2- 12
    
    Trinketslot1- 13
    
    Trinketslot2- 14
    
    Back- 15
    
    MainHandWep- 16 
    
    OffHandWep- 17
    
    RangedWep- 18
    
    Tabard- 19
    Here is what it should look like when it's done:



    Now you need to save this Ctrl+S and then drag it on top of the DBC Util application again. Once you've done this it'll replace the item.dbc file and then the DBC has a patch in it.

    Now it's time to make the patch in mywarcraftstudio.


    Open MWS (MyWarcragtStudio).




    Before we do anything, open the DBFilesClient folder, and place the item.dbc file in there. Once you've done this close the folder and it'll look like this.



    Go up to the top of MWS and hit the menu "Pack" or "P" and hit "Create MPQ Archive". Once you do this save the patch as "Patch-11.MPQ" save it where ever.


    Once you've done this, go to the white margin on the left, -> Right Click -> Import Folder, then navigate to the DBFilesClient Folder. And click ok. Once you've done this you can go to "Pack" again and hit save. Once you've done this go to the patch, and place it in

    "C:/Program Files/World of Warcraft/Data"



    This should've successfully made a patch for your custom items, so you can use them in game. If you need any more help please make a replay and ask for some assistance. And I will get back to you when I can.

    Thanks for reading and I hope it helped you in some way!


    Credits:


    ---- Lost ----
    ---- MMOwned ----
    ---- Eatos ----

    Making custom weapons patch for custom items.
  2. #2
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    114 Views, not a single reply..

    /sadface

  3. #3
    IC3G1RL's Avatar Private
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice =D just used this on a server i dev for thanks =D

  4. #4
    facecannon's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now make the same tutorial, but for 4.0.x

  5. #5
    92eatos's Avatar Contributor
    Reputation
    104
    Join Date
    Aug 2009
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Better use Tallis as dbc editors. With it you dont need to convert dbc to csv

  6. #6
    SpellEffects's Avatar Sergeant
    Reputation
    64
    Join Date
    Apr 2011
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by facecannon View Post
    now make the same tutorial, but for 4.0.x
    Afaik this works on 4.x.

    So my question is; have you tried it?

    Nice tutorial L0st, even though I already knew this.
    uint32 = -1;
    I guess some people just find it hard to input their question into a field and press enter.

    Check out my blog here on the forums

  7. #7
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 92eatos View Post
    Better use Tallis as dbc editors. With it you dont need to convert dbc to csv
    Thanks for the tip!! I will use this from now on.

    To everyone else I dont know how to do it on 4.0.x but when i learn I will make one.!

  8. #8
    secretdragon008's Avatar Member
    Reputation
    43
    Join Date
    Sep 2007
    Posts
    217
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome guide. Rep!
    Erlier i used to replace unused items in the dbc for custom items.
    But with this guide, i don't need to replace, since its new entry's. xD

    Edit: lol, i have rep'ed too much today, i will rep later.

  9. #9
    Corosive720's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you soo much! Finally got this to work +rep from me!!

  10. #10
    Galadiel's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot!

  11. #11
    swecobra's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, i would like to get help with making the patch. there is some parts i quite cant understand . Add my msn or skype
    msn: [email protected]
    Skype: Swecobra

  12. #12
    asdafaga's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. Im using wow-v.com to make custom items but i cannot fix my weapons. only the icons are fixed. can you please tell me or make me 1 patch? ill give you all you need to make a patch for it thx... im so new at this sorry.

  13. #13
    blast4dracko's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello i have gone and made my own Patch for wow but when i put it into my wow enUS folder it does not apply it to the game it still says i dont have a weapon equipped i also put gear into this patch so that means they are not working ether if we can fix this that would be great

  14. #14
    shadeslayor's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If this is for arcemu then the highest rev available only supports 3.3.5a, Also I'm almost 100% positive that you can simply add the items/armor to the Database and use them without patching, and to get rid of the red '?' that you see in your inventory and character info pane you can download an addon called WGID (patch it to your clients). At least this is how I have always done things, Custom patches are nice when you add custom areas/skins etc.

  15. #15
    norbyy's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a question. where is the dbfilesclient folder? cause idk where is and my patch dont work :\ pls help to work

Similar Threads

  1. How to make custom items / vendors for your private server (edited name)
    By renitharis in forum WoW EMU Guides & Tutorials
    Replies: 67
    Last Post: 06-16-2016, 05:08 AM
  2. Make custome items (weapons and armor specific)
    By bunnya in forum WoW EMU Questions & Requests
    Replies: 14
    Last Post: 10-28-2008, 08:38 PM
  3. How to make custom items for your server! WITH PICS! [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-29-2008, 09:54 AM
  4. [Guide] How-To make custom items for your server[Noob Friendly]
    By FelBlood in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-29-2008, 06:50 AM
  5. The easy way to make custom items for your server WITH PICTURES! [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 03-19-2008, 09:44 AM
All times are GMT -5. The time now is 11:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search