You could try the bossmod from openRDX, it is a full customizable ingame alert bossmod.
You can create some triggers (call events). Here is a list of available triggers :
- Simple events ("CHAT_MSG_RAID_BOSS_EMOTE", "CHAT_MSG_MONSTER_EMOTE", "CHAT_MSG_MONSTER_SAY", "CHAT_MSG_MONSTER_WHISPER", "CHAT_MSG_MONSTER_YELL"), in the simple event, fill the message you want to listen.
- Omniscience events, the combat log facilities from OpenRDX, you can listen to buff, debuff, damage, dead etc...
- Event HP/mana : Define some triggers base on the boss HP and mana
- Event timer : base on time
Triggers can be send to all your raid members.
After you have defined some triggers, you have to create actions :
- Use message alert in center
- Use a dropdown message alert
- use sound alert of your choice (OpenRDX has his own Sound library, you can add yours, with register functions)
For each alert, you can customize the color of the text and bar.
We have added what we call the Ability tracker. Enable the ability tracker from the menu OpenRDX before a fight with a boss. The ability tracker will record all the emotes and abilities of the boss. At the end of the fight (after the wipe) open the ability tracker and generate all pairs triggers and actions automatically.
When you have finished to customize your bossmod definition, use the ingame transfert of OpenRDX to update the bossmod of all your raid members.
You can see some pictures of the bossmods editor in this following link :
OpenRDX :: View topic - Bossmod Help
Unfortunately, there is no guide today, this is something I must do in the future. We haven't released any OOBE on WowI with bossmod definition yet.
Fast begin with OpenRDX :
From the explorer RDX, create a package and then create an object bossmod.
Open The bossmod editor (right click on your object bossmod) (if edit is not present, you have to enable Development mode in the main menu RDX.
Add a feature Register Encounter, enter the name of the boss.
Add the feature Basic MSG/OMNI
Now you are ready to create pairs triggers/actions.
