World of Warcraft Classic port of RCLootCouncil.
Latest release is available at Curse, Wago, or GitHub.
The RCLootCouncil Wiki is also the official documentation source of features, although a few things have been removed from this version.
This project is an direct extension to RCLootCouncil, so that it may be updated without any changes to the core project. Instead patches, hooks, and replacements are implemented to modify the core addon to function within the Classic environment.
This also allows for future updates of RCLootCouncil to be easily implemented, as it's mostly core features that need changing for Classic.
Refer to main addon for feature details. For general support, head on over to the discord.
RCLootCouncil Classic is developed using the Git Flow branching model.
For those interested, RCLootCouncil Classic contains several development scripts located in the .scripts folder. Most of these relies on a .env file being present in the root folder, which can contain the following fields:
WOW_LOCATION="wow_path"
WoW install location - used in the deploy script to copy the development files into the WoW AddOns folder.
CF_API_KEY="key"
CurseForge API key. Used by the release script to upload new files. You probably don't need this.
GITHUB_OAUTH="key"
GitHub OAUTH key. Used by the release script to manage GitHub releases. You probably don't need this.
RCLootCouncil uses slightly modified version of BigWigsMods release.sh which allows it to run on Git submodules, and more importantly, fetch the localization files for the retail version of RCLootCouncil bundled into the addon. See build.sh for details.
git, bash and sed.