You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full architecture migration: Restructured from legacy single-file to modern RGX-Framework architecture with data/core.lua, data/locales.lua, and sounds/ directory.
Migrated to RGX-Framework: Added RequiredDeps: RGX-Framework to TOC. Core logic now uses RGX:GetSound(), RGX:RegisterEvent(), and RGX:RegisterSlashCommand().
Localization: Added multi-language support (enUS, deDE, frFR, esES, ruRU).
Settings: Added persistent SavedVariables with slash commands for enable/disable, sound variant, and volume channel.
RGXSound handle: Sound playback, variant management, mute/unmute, settings, and welcome message are now handled by the RGXSound module in RGX-Framework.