how to find ID of a item

05/29/2008 04:39 speedyworm#1
I know how to find ID of an item but how do i find an ID of an item in inventory? is there something that can tell me the ID of the moonbox in my inventory? beacuse i looked there are about 30 different IDs just for moonbox maybe it has to do with each different ID have a certian type of item inside. Let me know I will figure out which ID have sockets and let you guys know.

I have 40 moonboxes in my inventory i want to find out the differnet ID for each one and open them slowly and i will record down what it gives see if there are any patterns. Just tell me how to find the ID, thnx pvpers XD this may potentially be my first contribution
05/29/2008 04:49 UPSman2#2
been tested before, prizes are determined randomly regardless of type of box
05/30/2008 07:54 warriorchamp#3
The question is still active:)
How could i find an item's ID from my inventory?
05/30/2008 10:37 Jalan_Jalan#4
Ah, well:
1st off, there are 2 kinds of IDs: The item ID, which can be found in the itemtype.dat file and the "unique ID" of an item.

Generally, the items in your inventory are stored in memory in the same form as are the items that you wear or the items in a market stall.
For each item, there is a part of memory where its stats are present, starting with Item ID, then unique ID, then item name, and so on. So, you can try it like this:
Start Cheatengine, load conquer process.
Look up the item idea of one item in your inventory in a decrypted itemtype.dat (Decrypters are around).
Now search for this ID using Cheatengine. You'll get a bunch of addresses. Most of them are from the loaded itemtype.dat, skip that range of memory.
Using Right click --> Browse this memory region for the addresses you found, try to find out that range of memory you are looking for. It takes some time to find it, but as your proficiency rises it will get easier :p
You can also try to add the addresses you found to your cheattable (if there are too many it will probably screw your PC), and do another search for another value of your item, like, max attack, or strength or so. After doing this, look which of your newly found addresses is close by one of the 1st search.

Hope I could help.

Jalan
05/30/2008 18:37 warriorchamp#5
I've found the item's ID from my inventory:) But nothing else, only the items ID... Maybe we need a pointer?