Make Custom Items Work menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    litttleman10's Avatar Member
    Reputation
    4
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make Custom Items Work

    First off, i searched the forums and did not find a guide for this the way im doing it so...if there is one and i missed it meaning this is a repost then im sorry

    And the way i'm doing it is a custom patch

    Also, I am doing this with arcemu, so if you have another emu then you can just modify the sql query to fit your emu.

    Needed Programs
    A database editor - I use hedisql
    CSVed
    DBCUtil
    Ladik's MPQ Editor
    Notepad++
    First, enter this sql query into your world database

    Code:
    select entry, class, subclass, field4, quality, displayid, inventorytype, sheathid
    from items
    Next, right click the stuff that comes up and click export as CSV and save it to your desktop(I'm using hedisql, not sure how to do it with another db editor)



    After that, open the csv in notepad++ and delete the top line which is "entry";"class";"subclass";"field4";"quality";"displayid";"inventorytype";"sheat hid"

    Then click ctr+f and replace " with nothing...hit replace all



    NOTE: this will take some time depending on the speed of your pc, just let it go

    Then click ctr+f again and replace ; with , ...hit replace all



    save it.
    take item.dbc from yourrepacksfolder/arcemu/dbc and put it in your DBCUtil folder
    - Make sure the only thing in that folder is DBCutil.exe, MSVCR71.dll, and your item.dbc.
    Run DBCUtil.exe then open item.dbc.csv with CSVed

    click open text editor



    After that the text editor will show up, click Open Current CSV file

    copy the first line, (long,long,long,long,long,long,long,long,) then click ctr+a then backspace (to delete everything) then paste what we copied back on (long,long,long,long,long,long,long,long,)

    after that go back to our first csv (the one we edited in notepad++) and copy everything and paste it under the long,long,long,long,long,long,long,long, in item.dbc.csv after that click Save CSV File (or ctr+s), and close form.

    now you will be back at the original screan (were you were before you opened the text editor)
    do this in order...click refresh then save.



    now go back to your DBCUtil folder and delete item.dbc, leaving item.dbc.csv there.
    Drag item.dbc.csv over DBCUtil.exe and a new item.dbc should appear

    Lastly open Ladik's MPQ Editor and create a new MPQ in world of warcraft/data/en** named patch-en**-9.mpq (make the en** match your world of warcraft/data/en**

    Then inside that create a folder named DBFilesClient and inside that folder drag your new item.dbc which is located in your DBCUtil folder and your settings must match this for it to work



    Then...nothing! Your done, give it out to your players

    oh yea...tell your players that they need to rename it also to match their en** for it to work.

    And btw, this is my first tut so plz don't flame me until i cry =D
    Last edited by litttleman10; 07-17-2010 at 02:05 PM.

    Make Custom Items Work
  2. #2
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THIS GUIDE IS COMPLETELY F'ING HORRIBLE. I HOPE YOU DO CRY FROM THIS MESSAGE WHEN YOU READ IT, because I can actually follow it. It's detailed, I might actually try it. This fixes the whole "must have a mele weapon" right? There are other guides for this, but this one is pretty small and straight forward. Thanks

  3. #3
    alynatrill's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow.. **** you Blizzard all this work for 1 item

  4. #4
    dragonowner's Avatar Member
    Reputation
    5
    Join Date
    Jul 2008
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alynatrill View Post
    Wow.. **** you Blizzard all this work for 1 item
    Actually doing it from the cache/dbc makes the items load a whole lot faster. Loading from the db would take too long. Since the cache is a cache its already stored info that the client can easily call, without it the client has to manually make a whole new temp file to know how the items work.

  5. #5
    litttleman10's Avatar Member
    Reputation
    4
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes this does fix the "requires melee weapon" bug thing...and its not to much work, takes less than 5 minutes once you know what to do. And another thing, you dont have to enter the stuff into the dbc manually with this, basicly you are just copying all the required stuff out of the db with no effort at all.

  6. #6
    sjustin1996's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still works - Bump.

    I use this often, and I believe a lot of smaller servers would have a much easier time using this than searching through lists of unused items (which often bug out).

  7. #7
    Erux's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I came, I saw, peanuts .

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. [Guide]Making Custom Items/Vendors
    By wowstorm in forum WoW EMU Guides & Tutorials
    Replies: 10
    Last Post: 01-06-2008, 09:04 AM
  3. [Guide]Making Custom Items/Vendors
    By wowstorm in forum WoW EMU Guides & Tutorials
    Replies: 34
    Last Post: 12-12-2007, 12:30 PM
  4. How To make custome items and venders using navicat
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-19-2007, 12:53 PM
  5. How can i make custom items
    By silviu2008 in forum World of Warcraft General
    Replies: 1
    Last Post: 09-14-2007, 04:51 AM
All times are GMT -5. The time now is 02:42 AM. 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