PDA

View Full Version : Extract detailed Item Info??


Blackskyliner
27-10-2006, 07:12 PM
Hi,
I have a second problem....

I search since my last post, who can i extract the detailed Item Info´s (Dmg, Def., ItemText and so on)

But i cant find it, is there no way to get these Infomations, with the itemLink or itemID ??

Thanks for answers.
Blackskyliner

Athame
27-10-2006, 07:34 PM
I think you have to regex (http://www.regexp.info)/decypher the itemtext. I'm betting the Theorycraft/Tank Points/Advanced Inspect addons are a good place to find examples, although I have not checked this myself.

Blackskyliner
27-10-2006, 07:54 PM
Thanks, I will looking.... ;)

Have u an example for Advanced Inspect addons?

Daviesh
28-10-2006, 08:15 AM
Some of these data collection mods work by using a hidden tooltip and saving the text in the tooltip. You would do something like:

MyHiddenTooltip:SetHyperlink(ItemID);
MyHiddenTooltip:Hide();

Then just increment through all the text fields (MyHiddenTooltipTextLeft1, MyHiddenTooltipTextRight1, MyHiddenTooltipTextLeft2, etc)