File Details
RLMage (2).zip
- R
- Jun 1, 2026
- 3.23 MB
- 24
- 12.0.5+6
- Classic + 4
File Name
RLMage (2).zip
Supported Versions
- 12.0.5
- 5.5.4
- 4.4.2
- 3.80.1
- 3.4.5
- 2.5.5
- 1.15.8
[1.1] - 2026-06-01
Added
- Combat Announces: New automatic party/raid chat announcements for combat events:
- Spellsteal: Announces when you successfully steal a buff from an enemy (e.g.,
Spellsteal [Ice Armor] from Enemy Mage). - Counterspell: Announces when you interrupt an enemy's spell cast (e.g.,
Interrupted [Frostbolt] from Enemy Mage). - Silence: Announces once when you are affected by a silence effect (e.g., enemy Counterspell, Priest Silence, Felhunter Spell Lock).
- Spellsteal: Announces when you successfully steal a buff from an enemy (e.g.,
- Smart Channel Detection: Automatically posts to
/partywhen in a group or/raidwhen in a raid. - Combat Settings: New "Combat Announces" section in the options menu with individual toggles for Spellsteal, Counterspell, and Silence announcements.
- Debug Mode: Added
/rlmage debugcommand to toggle combat event debugging for troubleshooting. - Test Command: Added
/rlmage testcommand to verify group/raid channel detection.
Fixed
- TBC Classic Compatibility: Removed usage of
LE_PARTY_CATEGORY_INSTANCE(Retail-only constant) that caused silent failures in chat announcements. - CLEU Parameter Parsing: Implemented dynamic detection of
hideCasterparameter presence to support both old and modern TBC Classic client builds. - Spellsteal vs Dispel: Corrected event detection to distinguish
SPELL_STOLEN(Spellsteal) fromSPELL_DISPEL(Remove Curse, Dispel Magic) to prevent false announcements. - Interrupt Logic: Separated player-as-source (Counterspell) from player-as-dest (being interrupted) to prevent duplicate or incorrect announcements.
Changed
- English Combat Messages: Spellsteal and Counterspell announcements now use hardcoded English format for consistency across all clients.
- Options Frame Height: Increased options window height from 500 to 580 pixels to accommodate new combat settings section.