usable magic word fails for items requiring both renown and a quest to be used
yoshimo opened this issue ยท 5 comments
Well, "canafford" only checks for currency, like gold or other secondary extended currency and would not filter these specific requirements.
"Usable" only checks hard conditions for an item, like class restrictions, race restrictions, or item type restrictions. It currently doesn't check renown level, or quest completion, because these are temporary restrictions, that you can get in the end. Although it could be a configurable option if the addon author would implement.
Renown or quest should be checked under "purchasable", as it verifies if an item can be purchased from the Blizzard API (which should be negative for your use case)
iirc purchasable was also wrong in the blizzard api. I think i used the 3 of them.