Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Urtgard
Forum: Lua/XML Help 10-27-20, 04:08 PM
Replies: 7
Views: 11,670
Posted By Urtgard
Have you checked with...

Have you checked with print(string.find(_G["TooltipTextLeft"..i]:GetText()) that one of the lines actually contains the refund message?

Maybe REFUND_TIME_REMAINING was changed in the pre patch.
Forum: Lua/XML Help 10-24-20, 02:32 AM
Replies: 7
Views: 11,670
Posted By Urtgard
How did you search for REFUND_TIME_REMAINING? If...

How did you search for REFUND_TIME_REMAINING?

If you just search for REFUND_TIME_REMAINING it can't work.
Becuase REFUND_TIME_REMAINING contains %s. If you use string.format %s is a placeholder...
Forum: Lua/XML Help 10-10-20, 01:59 AM
Replies: 7
Views: 11,670
Posted By Urtgard
I scan the tooltip for the...

I scan the tooltip for the BIND_TRADE_TIME_REMAINING string


local tip = CreateFrame("GameTooltip","Tooltip",nil,"GameTooltipTemplate")

local function isTradable(itemLocation)
local itemLink =...
Showing results 1 to 3 of 3