1. Hello, I trying to get the item's text example, in a enchant, get the effect of the enchant, or in a weapon or armour get the +5stam +5block, the text that we can see when we put the mouese on the item, and next show that info in a frame, the only problem is get that text, I search in the apis and GetItemStats and GetItemInfo but that don't have any info of that text. In the code y have the name of items and links, only I need get that text.

    Thanks

  2. I think the only way to get the text is to use a static mapping from ids to names (which won't work with localisation) or using tooltip scanning.