View Single Post
03-22-13, 08:04 AM   #11
Mazzop
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 74
Elite, Heroic Elite, Thunderforged, Heroic Thunderforged are strings interesting me here
i get tooltip from SetLootItem(index), Raid Finder cannot occur, so my scan look like

Lua Code:
  1. if not (LootTooltipTextLeft2:GetText():match(ITEM_LEVEL) or LootTooltipTextLeft2:GetText() == ITEM_HEROIC) then

I crate that tooltip frame with GameTooltipTemplate, so strings there are as before any addons touch them?

i could use just values item levels to determine if weapon/armor is upgraded, but that way, when Blizz add Favored, Blessed or Cinnamon items, i dont need to change a thing
  Reply With Quote