![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
| struct | SpellPair |
| class | npc_av_marshal_or_warmaster |
| struct | npc_av_marshal_or_warmaster::npc_av_marshal_or_warmasterAI |
Enumerations | |
| enum | Spells { SPELL_CHARGE = 22911 , SPELL_CLEAVE = 40504 , SPELL_DEMORALIZING_SHOUT = 23511 , SPELL_ENRAGE = 8599 , SPELL_WHIRLWIND = 13736 , SPELL_NORTH_MARSHAL = 45828 , SPELL_SOUTH_MARSHAL = 45829 , SPELL_STONEHEARTH_MARSHAL = 45830 , SPELL_ICEWING_MARSHAL = 45831 , SPELL_ICEBLOOD_WARMASTER = 45822 , SPELL_TOWER_POINT_WARMASTER = 45823 , SPELL_WEST_FROSTWOLF_WARMASTER = 45824 , SPELL_EAST_FROSTWOLF_WARMASTER = 45826 } |
| enum | Creatures { NPC_NORTH_MARSHAL = 14762 , NPC_SOUTH_MARSHAL = 14763 , NPC_ICEWING_MARSHAL = 14764 , NPC_STONEHEARTH_MARSHAL = 14765 , NPC_EAST_FROSTWOLF_WARMASTER = 14772 , NPC_ICEBLOOD_WARMASTER = 14773 , NPC_TOWER_POINT_WARMASTER = 14776 , NPC_WEST_FROSTWOLF_WARMASTER = 14777 } |
| enum | Events { EVENT_CHARGE_TARGET = 1 , EVENT_CLEAVE = 2 , EVENT_DEMORALIZING_SHOUT = 3 , EVENT_WHIRLWIND = 4 , EVENT_ENRAGE = 5 , EVENT_CHECK_RESET = 6 } |
| enum | Factions { FACTION_AV_ALLIANCE = 1534 } |
Functions | |
| void | AddSC_alterac_valley () |
Variables | |
| uint8 const | MAX_SPELL_PAIRS = 8 |
| SpellPair const | _auraPairs [MAX_SPELL_PAIRS] |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_NORTH_MARSHAL | |
| NPC_SOUTH_MARSHAL | |
| NPC_ICEWING_MARSHAL | |
| NPC_STONEHEARTH_MARSHAL | |
| NPC_EAST_FROSTWOLF_WARMASTER | |
| NPC_ICEBLOOD_WARMASTER | |
| NPC_TOWER_POINT_WARMASTER | |
| NPC_WEST_FROSTWOLF_WARMASTER | |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CHARGE_TARGET | |
| EVENT_CLEAVE | |
| EVENT_DEMORALIZING_SHOUT | |
| EVENT_WHIRLWIND | |
| EVENT_ENRAGE | |
| EVENT_CHECK_RESET | |
| enum Factions |
| Enumerator | |
|---|---|
| FACTION_AV_ALLIANCE | |
| enum Spells |
| void AddSC_alterac_valley | ( | ) |
Referenced by AddEasternKingdomsScripts().
| SpellPair const _auraPairs[MAX_SPELL_PAIRS] |
Referenced by npc_av_marshal_or_warmaster::npc_av_marshal_or_warmasterAI::UpdateAI().
| uint8 const MAX_SPELL_PAIRS = 8 |