I tried using the latest version of Enchantrix (Enchantrix
2.0b8) and the latest version of Auctioneer (3.0.4) and I
get this error message whenever I mouse over a item
that can be disenchanted "File:
Interface\AddOns\Enchantrix\Enchantrix.lua Line: 816
Count: 8 Error: attempt to call
global 'Auctioneer_GetUsableMedian' (a nil value).
Logged In: NO
Same error message for me.. running newest version of
auctioneer, and enchantrix.. was really looking forward to
checking this out :o
Logged In: NO
I have the same error too, with newest auctioneer.
Logged In: NO
it seams like Auctioneer has change thiere name of the
function 'Auctioneer_GetUsableMedian' to 'getUsableMedian'.
So open ur Interface\AddOns\Enchantrix\Enchantrix.lua file
and go to line 816. It should say: 'median =
Auctioneer_GetUsableMedian(itemKey);'
Change that line to : 'median = getUsableMedian(itemKey);'
Logged In: NO
How can I open Enchantrix.lua ?