|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "stormstout_brewery.h"#include "Player.h"#include "SpellScript.h"Go to the source code of this file.
Classes | |
| class | boss_ook_ook |
| struct | boss_ook_ook::boss_ook_ookAI |
Enumerations | |
| enum | Events { EVENT_GROUND_POUND = 1 , EVENT_BANANA_AURA = 2 } |
| enum | Spells { SPELL_GROUND_POUND = 106807 , SPELL_GOING_BANANAS = 106651 } |
| enum | Yells { YELL_AGGRO = 0 , YELL_DEATH = 1 , YELL_KILL = 2 , YELL_SPELL1 = 3 , YELL_SPELL2 = 4 , YELL_SPELL3 = 5 } |
Functions | |
| void | AddSC_boss_ook_ook () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_GROUND_POUND | |
| EVENT_BANANA_AURA | |
Definition at line 18 of file boss_ook_ook.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_GROUND_POUND | |
| SPELL_GOING_BANANAS | |
Definition at line 12 of file boss_ook_ook.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| YELL_AGGRO | |
| YELL_DEATH | |
| YELL_KILL | |
| YELL_SPELL1 | |
| YELL_SPELL2 | |
| YELL_SPELL3 | |
Definition at line 24 of file boss_ook_ook.cpp.
| void AddSC_boss_ook_ook | ( | ) |
Definition at line 124 of file boss_ook_ook.cpp.
Referenced by AddPandariaScripts().