Posted: Wed Jun 15, 2016 8:02 pm Post subject: Matching item ID to item name
Hi I managed to find a big array of item flags
But now I need an easier way to see which flag correspond to which item.
Bitoffset 1 = "Name of Item 1"
...
Bitoffset x = "Name of Item X"
I could just do manually for each one, toggle the flag and check in game but this sounds really tedious and this array is not the only array i have to do. Generally how do people extrapolate so that they can get list of item name at once? Thanks!
Hi thanks for the response,
But the thing i am getting now is item ID. For example Address 0x000001 has value of 27 (Decimal). I don't know what 27 refers to. I need to toggle this 27 to see what change in the game to finally conclude that 27 is map to "broadsword" for example. And there are like 100 items and skills i have to do this : (
Assuming all the items have the same structure, there might be some string within it that contains the name of the item. Use the structure spider to find it more easily. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum