Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Phanx
Forum: MoP Beta archived threads 12-07-12, 10:38 PM
Replies: 16
Views: 59,513
Posted By Phanx
If you're using the tooltip scanning method, I'd...

If you're using the tooltip scanning method, I'd recommend keeping a cache of items you've previously scanned, so you don't scan them again. Store them in a table with the item links as keys and the...
Forum: MoP Beta archived threads 12-07-12, 05:00 AM
Replies: 16
Views: 59,513
Posted By Phanx
Something like: -- Construct your saarch...

Something like:


-- Construct your saarch pattern based on the existing global string:
local S_UPGRADE_LEVEL = "^" .. gsub(ITEM_UPGRADE_TOOLTIP_FORMAT, "%%d", "(%%d+)")

-- Create the...
Forum: MoP Beta archived threads 12-06-12, 08:34 PM
Replies: 16
Views: 59,513
Posted By Phanx
Even if you're not displaying a tooltip, if you...

Even if you're not displaying a tooltip, if you have an item ID you can always send it to a hidden tooltip and scan that.
Showing results 1 to 3 of 3