|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "stormstout_brewery.h"#include "Player.h"Go to the source code of this file.
Classes | |
| class | AreaTrigger_at_ssb_banana_bar |
| class | npc_banana_hozen |
| struct | npc_banana_hozen::npc_banana_hozenAI |
| class | npc_bopper |
| struct | npc_bopper::npc_bopperAI |
Macros | |
| #define | SAY_OOK_OOK_1 "Who crashing Ook party!?" |
Enumerations | |
| enum | Spells { SPELL_SSB_BANANA_BAR = 107297 , SPELL_SSB_BANANA_BAR_REMOVE = 107347 } |
Functions | |
| void | AddSC_stormstout_brewery () |
| void | SummonHoptallusIfReady (InstanceScript *instance, Creature *creature, Unit *killer) |
| void | SummonOokOokIfReady (InstanceScript *instance, Creature *creature, Unit *killer) |
| #define SAY_OOK_OOK_1 "Who crashing Ook party!?" |
Definition at line 17 of file stormstout_brewery.cpp.
Referenced by SummonOokOokIfReady().
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_SSB_BANANA_BAR | |
| SPELL_SSB_BANANA_BAR_REMOVE | |
Definition at line 11 of file stormstout_brewery.cpp.
| void AddSC_stormstout_brewery | ( | ) |
Definition at line 175 of file stormstout_brewery.cpp.
Referenced by AddPandariaScripts().
| void SummonHoptallusIfReady | ( | InstanceScript * | instance, |
| Creature * | creature, | ||
| Unit * | killer ) |
Definition at line 40 of file stormstout_brewery.cpp.
References DATA_RABBIT_EVENT, DONE, WorldObject::FindNearestCreature(), InstanceScript::GetBossState(), HoptallusLandPos, NPC_HOPTALLUS, and InstanceScript::SetBossState().
Referenced by npc_bopper::npc_bopperAI::JustDied().
| void SummonOokOokIfReady | ( | InstanceScript * | instance, |
| Creature * | creature, | ||
| Unit * | killer ) |
Definition at line 19 of file stormstout_brewery.cpp.
References Unit::CastSpell(), DATA_BANANA_EVENT, DONE, WorldObject::FindNearestCreature(), ZoneScript::GetData64(), LANG_UNIVERSAL, NPC_OOK_OOK, OokOokLandPos, POWER_ALTERNATE_POWER, SAY_OOK_OOK_1, InstanceScript::SetBossState(), ZoneScript::SetData(), Unit::SetPower(), SPECIAL, and SPELL_SSB_BANANA_BAR_REMOVE.
Referenced by npc_banana_hozen::npc_banana_hozenAI::JustDied().