WoWInterface SVN BattleHerald

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 28 to Rev 29
    Reverse comparison

Rev 28 → Rev 29

branches/bh-scores/BattleHerald.toc
12,3 → 12,4
BattleHerald_TriggerList.lua
BattleHerald_TriggerSystem.lua
WorldFrames\BattleHerald_WorldFrame.xml
ScoreAlerts\BattleHerald_ScoreAlerts.lua
\ No newline at end of file
branches/bh-scores/SoundAlerts/BattleHerald_SoundEngine.lua
26,7 → 26,7
 
local units = 1000;
local result;
 
 
-- Do thousands
result = floor(num / units);
BattleHerald_AddSoundToQueueByKey("GENERAL", "NUM_" .. (result*units));
42,7 → 42,7
-- Check whether it's from 11 to 19;
-- otherwise, continue normally
if (num >= 11 and num <= 19) then
BattleHerald_AddSoundToQueueByKey("GENERAL", "NUM_" .. result);
BattleHerald_AddSoundToQueueByKey("GENERAL", "NUM_" .. num);
return;
end
 
branches/bh-scores/BattleHerald_TriggerList.lua
1,71 → 1,71
BattleHerald_Triggers = {
{ event = "CHAT_MSG_BG_SYSTEM_ALLIANCE", zone = "Alterac Valley", match = "%s claims the Snowfall graveyard! If left unchallenged, the Alliance will control it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_BG_SYSTEM_HORDE", zone = "Alterac Valley", match = "%s claims the Snowfall graveyard! If left unchallenged, the Horde will control it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "1 minute until the battle for Alterac Valley begins.", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"1 minute until the battle for Alterac Valley begins."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "30 seconds until the battle for Alterac Valley begins.", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"30 seconds until the battle for Alterac Valley begins."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Begone, uncouth scum! The Alliance shall prevail in Alterac Valley!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Captain Balinda Stonehearth is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "BALINDA_STONEHEARTH_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Die! Your kind has no place in Alterac Valley!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Captain Galvangar is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "GALVANGAR_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Iceblood Tower has been assaulted by the Alliance."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Iceblood Tower has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken Iceblood Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Soldiers of Stormpike, your General is under attack! I require aid! Come! Come! Slay these mangy Frostwolf dogs.", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Vanndar Stormpike is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "VANNDAR_STORMPIKE_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Stormpike filth! In my keep?! Slay them all!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Drek'Thar is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DREK_THAR_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken the Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken the Irondeep Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Irondeep Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_IRONDEEP_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance wins!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance wins!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Dun Baldar North Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Dun Baldar North Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Dun Baldar North Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Dun Baldar South Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Dun Baldar South Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Dun Baldar South Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The East Frostwolf Tower has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The East Frostwolf Tower has been destroyed!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the East Frostwolf Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken the Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken the Irondeep Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Irondeep Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_IRONDEEP_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde wins!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde wins!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Iceblood Graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Iceblood Graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Iceblood graveyard."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Iceblood graveyard."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Icewing Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Icewing Bunker has been destroyed!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Icewing bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Snowfall Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Snowfall Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Stonehearth Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Stonehearth Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker was taken by the Alliance!", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Stonehearth Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have assaulted the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have assaulted the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Alliance have taken the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The West Frostwolf tower has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The West Frostwolf tower has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken the West Frostwolf Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_TAKEN"} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "The battle for Alterac Valley has begun!", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The battle for Alterac Valley has begun!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Tower Point has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"Tower Point has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_SOUND", text = {"The Horde have taken Tower Point."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_TAKEN"} },
{ event = "CHAT_MSG_BG_SYSTEM_ALLIANCE", zone = "Alterac Valley", match = "%s claims the Snowfall graveyard! If left unchallenged, the Alliance will control it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_BG_SYSTEM_HORDE", zone = "Alterac Valley", match = "%s claims the Snowfall graveyard! If left unchallenged, the Horde will control it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "1 minute until the battle for Alterac Valley begins.", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"1 minute until the battle for Alterac Valley begins."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "30 seconds until the battle for Alterac Valley begins.", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"30 seconds until the battle for Alterac Valley begins."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Begone, uncouth scum! The Alliance shall prevail in Alterac Valley!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Captain Balinda Stonehearth is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "BALINDA_STONEHEARTH_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Die! Your kind has no place in Alterac Valley!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Captain Galvangar is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "GALVANGAR_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Iceblood Tower has been assaulted by the Alliance."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Iceblood Tower has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Iceblood Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken Iceblood Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEBLOOD_TOWER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Soldiers of Stormpike, your General is under attack! I require aid! Come! Come! Slay these mangy Frostwolf dogs.", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Vanndar Stormpike is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "VANNDAR_STORMPIKE_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Stormpike filth! In my keep?! Slay them all!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Drek'Thar is under attack!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DREK_THAR_UNDER_ATTACK"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken the Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance has taken the Irondeep Mine! Its supplies will now be used for reinforcements!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Irondeep Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_IRONDEEP_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Alliance wins!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance wins!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Dun Baldar North Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Dun Baldar North Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar North Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Dun Baldar North Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_NORTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Dun Baldar South Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Dun Baldar South Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Dun Baldar South Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Dun Baldar South Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "DUN_BALDAR_SOUTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The East Frostwolf Tower has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The East Frostwolf Tower has been destroyed!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The East Frostwolf Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the East Frostwolf Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "EAST_FROSTWOLF_TOWER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Frostwolf graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_FROSTWOLF_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Frostwolf Relief Hut was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Frostwolf Relief Hut!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_FROSTWOLF_RELIEF_HUT"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken the Coldtooth Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Coldtooth Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_COLDTOOTH_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde has taken the Irondeep Mine! Its supplies will now be used for reinforcements!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Irondeep Mine."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_IRONDEEP_MINE"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Horde wins!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde wins!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Iceblood Graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Iceblood Graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Iceblood graveyard."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Iceblood Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Iceblood graveyard."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_ICEBLOOD_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Icewing Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Icewing Bunker has been destroyed!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Icewing Bunker was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Icewing bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ICEWING_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Snowfall Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Snowfall Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Snowfall graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_SNOWFALL_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker is under attack! If left unchecked, the Horde will destroy it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Stonehearth Bunker has been assaulted by the Horde!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker was destroyed by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Stonehearth Bunker has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Bunker was taken by the Alliance!", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Stonehearth Bunker."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "STONEHEARTH_BUNKER_TAKEN"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stonehearth Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Stonehearth graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STONEHEARTH_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Aid Station was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Stormpike Aid Station!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STORMPIKE_AID_STATION"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard is under attack! If left unchecked, the Alliance will capture it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have assaulted the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_ASSAULTED_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard is under attack! If left unchecked, the Horde will capture it!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have assaulted the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_ASSAULTED_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard was taken by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Alliance have taken the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "ALLIANCE_TAKEN_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The Stormpike Graveyard was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the Stormpike graveyard!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "HORDE_TAKEN_STORMPIKE_GRAVEYARD"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The West Frostwolf tower has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The West Frostwolf tower has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "The West Frostwolf Tower was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken the West Frostwolf Tower."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "WEST_FROSTWOLF_TOWER_TAKEN"} },
{ event = "CHAT_MSG_BG_SYSTEM_NEUTRAL", zone = "Alterac Valley", match = "The battle for Alterac Valley has begun!", style = "NEUTRAL", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The battle for Alterac Valley has begun!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"", ""} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point is under attack! If left unchecked, the Alliance will destroy it!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Tower Point has been assaulted by the Alliance!"}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_ASSAULTED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point was destroyed by the Alliance!", style = "ALLIANCE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"Tower Point has been destroyed."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_DESTROYED"} },
{ event = "CHAT_MSG_MONSTER_YELL", zone = "Alterac Valley", match = "Tower Point was taken by the Horde!", style = "HORDE", textOpt = "ALTERAC_VALLEY_ALERTS_TEXT", text = {"The Horde have taken Tower Point."}, soundOpt = "ALTERAC_VALLEY_ALERTS_SOUND", sound = {"ALTERAC_VALLEY", "TOWER_POINT_TAKEN"} },
{ event = "CHAT_MSG_RAID_BOSS_EMOTE", zone = "Arathi Basin", match = "%s claims the blacksmith! If left unchallenged, the Alliance will control it in 1 minute!", style = "ALLIANCE", textOpt = "ARATHI_BASIN_ALERTS_SOUND", text = {"The Alliance has assaulted the blacksmith!"}, soundOpt = "ARATHI_BASIN_ALERTS_SOUND", sound = {"ARATHI_BASIN", "ALLIANCE_ASSAULTED_BLACKSMITH"} },
{ event = "CHAT_MSG_RAID_BOSS_EMOTE", zone = "Arathi Basin", match = "%s claims the blacksmith! If left unchallenged, the Horde will control it in 1 minute!", style = "HORDE", textOpt = "ARATHI_BASIN_ALERTS_SOUND", text = {"The Horde has assaulted the blacksmith!"}, soundOpt = "ARATHI_BASIN_ALERTS_SOUND", sound = {"ARATHI_BASIN", "HORDE_ASSAULTED_BLACKSMITH"} },
{ event = "CHAT_MSG_RAID_BOSS_EMOTE", zone = "Arathi Basin", match = "%s claims the farm! If left unchallenged, the Alliance will control it in 1 minute!", style = "ALLIANCE", textOpt = "ARATHI_BASIN_ALERTS_SOUND", text = {"The Alliance has assaulted the farm!"}, soundOpt = "ARATHI_BASIN_ALERTS_SOUND", sound = {"ARATHI_BASIN", "ALLIANCE_ASSAULTED_FARM"} },