Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support. Test
function MarketWatcher.QueryServer(name, minLevel, maxLevel, invTypeIndex, classIndex, subclassIndex, page, isUsable, qualityIndex, getAll)
if ( AucAdvanced ) then
AucAdvanced.Scan.Private.Hook.QueryAuctionItems(name or "", minLevel, maxLevel, invTypeIndex or 0, classIndex or 0, subclassIndex or 0,
page or 0, isUsable or 0, qualityIndex or 0, getAll);
else
QueryAuctionItems(name or "", minLevel, maxLevel, invTypeIndex or 0, classIndex or 0, subclassIndex or 0, page or 0, isUsable or 0, qua
lityIndex or 0, getAll);
end
end
function lib.Processor(callbackType)
if (callbackType == "scanstats") then
--comment this line out LSW:FlushPriceData()
end
end
Posted By: ApaseallCan someone spell out for me what is being discussed in this thread as I am uncertain?
Hence my suggestion of allowing the user the option via configuration menu of how they would like auc-adv to work for them.
if AucAdvanced then return end Posted By: ApaseallActually rather than asking all other addon authors to modify their addons to account for something auc-adv has done surely the simplest answer is to make a change in auc-adv.
Posted By: ApaseallHaving an addon (auc-adv) that causes other addons to crash wow is unforgivable.
Posted By: AnrDaemonI think, in this isolated case (QA2 vs. AA) QA2 must give up and stick to best coding practice.
Hammering API with endless calls of one slow function (any data access function considered slow, unless you accessing cached data storage, that speed up retrieval for a price of actuality) is a bad ju-ju.
Posted By: AnrDaemonTo my understanding, AA mimick Blizzard behavior, while adding necessary own stuff.
Then, what's the real issue?

1 to 33 of 33