Disenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips. It helps players to quickly see what materials they can expect to receive from disenchanting an item.
When Auctionator is installed, then Disenchant Buddy will also show the auction prices for the materials.
Disenchant Buddy is compatible with and available for the following World of Warcraft versions:
- Classic Era/HC/Anniversary ✅
- Season of Discovery ✅
- Wrath of the Lich King ✅
- Cataclysm ✅
- Retail ❌ (not planned)
I suggest you use an addon manager like the CurseForge Client to ease the installation and update process. You will find DisenchantBuddy here on CurseForge.
Alternatively you can always use the latest GitHub release and manually install it:
- Extract the contents of the zip file to your World of Warcraft Interface\AddOns directory:
- Era/HC/Anniversary/SoD:
World of Warcraft\_classic_era_\Interface\AddOns\DisenchantBuddy
- Era/HC/Anniversary/SoD:
- Restart World of Warcraft or reload your UI
- Install Lua (5.1, since the WoW client uses Lua 5.1)
- For macOS that is
brew install [email protected]
- For macOS that is
- Install luarocks
- For macOS that is
brew install luarocks
- For macOS that is
- Configure
luarocks
to use the correct Lua version (by default luarocks uses the latest installed Lua version)luarocks config lua_version 5.1
- Install busted
luarocks install busted
- Install luacheck
luarocks install luacheck
This project uses luacheck
for linting. To run the linter, execute the following command:
luacheck -q .
This project uses busted
for unit testing. To run the tests, execute the following command:
busted -p ".test.lua" .