How to Return the name of a item?

01/30/2018 13:20 onlyfuckyou#1
How to use gwa2 to return the name of a item
01/31/2018 15:43 mhaendler#2
Just look into the description of the gwa2 function: GetItemBySlot

There is an experimental pointer: "NameString"

Its barely readable, but you may give it a try

Otherwise you can write yourself a List out of the values of: Model_IDs

There are (i dont know for sure) all Model_Ids with names listed, just combine them and use it
01/31/2018 16:33 DerMoench14#3
The NameString-Pointer points to an Integer-Array which holds encrypted Name Strings.
There's a Function @[Only registered and activated users can see links. Click Here To Register...]7840 which is called to decode the Strings.
GWCA++ has an implementation of it.
However there's no Solution for AutoIt to decode the Strings.

BTW: the list that has been posted here (Global_Items.au3 ? ) doesn't hold all known ItemModelID, I think it holds less than 0.1% of known IDs ... furthermore there are some wrong IDs inside.