Go to the source code of this file.
|
| enum | Yells { SAY_AGGRO = 0
, SAY_SLAY = 1
, SAY_TAUNTED = 2
, SAY_DEATH = 3
} |
| |
| enum | Spells {
SPELL_UNBALANCING_STRIKE = 26613
, SPELL_DISRUPTING_SHOUT = 29107
, SPELL_JAGGED_KNIFE = 55550
, SPELL_HOPELESS = 29125
,
SPELL_UNDERSTUDY_TAUNT = 29060
, SPELL_UNDERSTUDY_BLOOD_STRIKE = 61696
, SPELL_FORCE_OBEDIENCE = 55479
} |
| |
| enum | Events { EVENT_ATTACK = 1
, EVENT_STRIKE
, EVENT_SHOUT
, EVENT_KNIFE
} |
| |
| enum | SummonGroups { SUMMON_GROUP_10MAN = 1
, SUMMON_GROUP_25MAN = 2
} |
| |
◆ Events
| Enumerator |
|---|
| EVENT_ATTACK | |
| EVENT_STRIKE | |
| EVENT_SHOUT | |
| EVENT_KNIFE | |
Definition at line 45 of file boss_razuvious.cpp.
◆ Spells
| Enumerator |
|---|
| SPELL_UNBALANCING_STRIKE | |
| SPELL_DISRUPTING_SHOUT | |
| SPELL_JAGGED_KNIFE | |
| SPELL_HOPELESS | |
| SPELL_UNDERSTUDY_TAUNT | |
| SPELL_UNDERSTUDY_BLOOD_STRIKE | |
| SPELL_FORCE_OBEDIENCE | |
Definition at line 34 of file boss_razuvious.cpp.
◆ SummonGroups
◆ Yells
| Enumerator |
|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_TAUNTED | |
| SAY_DEATH | |
Definition at line 26 of file boss_razuvious.cpp.
◆ AddSC_boss_razuvious()
| void AddSC_boss_razuvious |
( |
| ) |
|