File Details
RCLootCouncil_EPGP 5.4.2
- R
- Mar 9, 2026
- 530.87 KB
- 90
- 12.0.1
- Retail
File Name
RCLootCouncil_EPGP 5.4.2.zip
Supported Versions
- 12.0.1
Changelog
Version 5.4.2
New Features
· Added Localization System to support multiple languages.
· Introduced Locales.lua, allowing easy addition of new languages without modifying the UI code.
· Added language selector dropdown in the Settings tab.
· Currently supported languages:
o Spanish (esES)
o English (enUS)
· Future languages can be added by simply extending Locales.lua.
New UI Tab
· Added Credits tab in the addon interface.
· Includes:
o Report a problem section.
o Button to copy the official Discord link.
o Scrollable translators list with country flags.
Translator System
· Added a dynamic translators list:
o Displays country flag + translator name.
o Fully scrollable to support unlimited translators.
· Flags are loaded from:
Media\Flags\
Example:
Media\Flags\Spain.tga
Settings Improvements
Added several configurable EP reward options:
· Attendance EP
· Punctuality EP
· Raid Complete EP
· First Kill EP (manual reward)
All of them now configurable directly in the Settings tab.
EP Automation Improvements
· Boss EP rewards can now be enabled/disabled.
· Wipe EP rewards can now be enabled/disabled.
· Boss/Wipe EP values are now configurable in Settings.
Item GP Configuration
Added new GP cost configuration system:
You can now configure GP cost by:
· Raid difficulty
o Normal
o Heroic
o Mythic
· Item Level brackets
Each difficulty supports multiple ilvl → GP mappings.
Import / Export System
Added roster data import/export tools.
Features:
· Export current roster to a text string
· Import roster data manually
· Import with:
o Merge
o Replace
Useful for:
· Backup
· Syncing absent raid members
· Data recovery
Raid Logic Improvements
EP rewards are now only distributed to:
· Players currently online
· Players in the raid group
Preventing EP gain for players not attending the raid.
UI Improvements
· Improved layout consistency.
· Centered EP/GP/PR column headers.
· Added multiple UI localization hooks.
· Prepared UI for full multilingual support.
Minimap Integration
Added minimap button support using:
· LibStub
· CallbackHandler-1.0
· LibDataBroker-1.1
· LibDBIcon-1.0
The minimap button allows opening the addon directly.
Synchronization Improvements
Improved EPGP roster synchronization between raid members.
Internal Improvements
· Code cleanup and modularization.
· Safer UI initialization.
· Localization fallback protection to prevent UI errors.
Upcoming Features
Planned for upcoming updates:
· Additional language support
· Improved EPGP synchronization system
· Additional raid automation options
· UI improvements and usability tweaks