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

[SOLVED] How to get item displayid from cache

Status
Not open for further replies.

DndTheTroll

Respected Member
Hello, I heard a lot of people saying that they getting display ids of the items from cache and 1 from the people is Eatos if you know him

so i'm wondering if someone can link me a tutorial or help me to know how to get DisplayIDs from cache


Thank you + rep
 

Anthonys-Toolbox

Epic Member
Why are you going through the cache? This is a forum for mainly Server Developers, If you are a developer, why not just go through your database? And there's no repping here the last time I checked.

[Writing this guide out for Wotlk 3.3.5a Guide]

Otherwise, use an addon that shows the ItemID of an item you may have equipped, Such as Rating Buster(will need to toggle ItemID through the Interface Settings ingame).

3tW6n.jpg


And you'll get something like this:

3tW8b.jpg


Now we see tha the ID is 78487

Now you need to close out your game and go into your Cache folder, then WDB, then your region folder(mines is enUS), Find the itemcache.wdb file. Move this file to a new folder.

Download WoWParser2 and extract it's data to the folder where you put the itemcache.wdb folder.

Here are my files in a folder.

3tWsm.png


Now Open up the WoWParserReader.cfg file in a text editor like Notepad and add a line somewhere that says *.wdb and at the bottom where it says:

#itemcache.wdb iiissssiiiiiiiiiiiiiiiiiiiiixnnnnnnnnnnnnnnnnnnnniiffiffiiiiiiiiiifiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiisiiiiiiiiiiiiiiiiiiiiiiiiifiii

Remove the # so it's just

itemcache.wdb iiissssiiiiiiiiiiiiiiiiiiiiixnnnnnnnnnnnnnnnnnnnniiffiffiiiiiiiiiifiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiisiiiiiiiiiiiiiiiiiiiiiiiiifiii

3tWhN.png


Save it and close it out, now run the WoWParser2_ADB_DB2_WDB_DBC_Reader.exe file and it should output a file called itemcache.wdb.csv , Now drop that file into a text editor and you'll get something like this:
3tWjx.png


Now my number was 78487, so I look for that and find the name. Then 4 commas after the name is the Display ID, in this case it's 102679.

3tWkR.png


I Used Notepad++ as my text editor.
 
Last edited:
Status
Not open for further replies.
Top