Skip to content

Disenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips.

License

Notifications You must be signed in to change notification settings

BreakBB/DisenchantBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disenchant Buddy

Downloads Downloads Latest

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.

Compatibility

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)

Installation

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:

  1. 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
  2. Restart World of Warcraft or reload your UI

Development

Installing lua

  1. Install Lua (5.1, since the WoW client uses Lua 5.1)
  2. Install luarocks
    • For macOS that is brew install luarocks
  3. Configure luarocks to use the correct Lua version (by default luarocks uses the latest installed Lua version)
    • luarocks config lua_version 5.1
  4. Install busted
    • luarocks install busted
  5. Install luacheck
    • luarocks install luacheck

luacheck

This project uses luacheck for linting. To run the linter, execute the following command:

luacheck -q .

Unit Tests

This project uses busted for unit testing. To run the tests, execute the following command:

busted -p ".test.lua" .

About

Disenchant Buddy is a lightweight World of Warcraft addon that displays disenchant results on item tooltips.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages