Rosenwyn wrote:Is it possible to import Sell Value addon price database to Aux? (maybe just copypaste from one .lua to another)
- Code: Select all
/run for name, unit_price in SellValues do if Aux.item_cache.item_id(name) then aux_merchant_sell[Aux.item_cache.item_id(name)] = unit_price end end
Might work, but only for items that are in your wdb cache (because aux uses ids as indices rather than names and otherwise I can't convert)
Can you try and find out what the incompatibility is with for the profession reagent price label?
edit: made tooltips a bit less verbose and changed the alt-click shortcut for searching itemlinks from chat to right-click.
WARNING: You need another /aux clear item cache and /reload after upgrading from 2.8.x to 2.9.0.