Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
stormstout_brewery.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SF_STORMSTOUT_BREWERY_H_
7#define SF_STORMSTOUT_BREWERY_H_
8
9#define StormstoutBreweryScriptName "instance_stormstout_brewery"
10
12
14{
15 // Encounter States/Boss GUIDs
21};
22
24{
25 NPC_OOK_OOK = 56637,
26 NPC_ANIMAL1 = 56927,
27 NPC_ANIMAL2 = 59684,
28
30 NPC_YAN_ZHU = 59479,
31};
32
34{
35 // doors
36};
37
38Position const OokOokLandPos = { -754.695f, 1348.25f, 147.35f, 1.83f };
39Position const BananaFleePos = { -771.177f, 1407.86f, 139.57f, 1.86f };
40
41Position const HoptallusLandPos = { -697.232f, 1260.42f, 162.79f, 0.33f };
42
43template<class AI>
48
49#endif // SF_STORMSTOUT_BREWERY_H_
std::uint32_t uint32
Definition Define.h:77
AI * GetInstanceAI(T *obj, char const *scriptName)
uint32 const EncounterCount
GameObjectIds
CreatureIds
DataTypes
Position const BananaFleePos
Position const OokOokLandPos
Position const HoptallusLandPos
@ NPC_OOK_OOK
@ NPC_HOPTALLUS
@ NPC_YAN_ZHU
@ NPC_ANIMAL2
@ NPC_ANIMAL1
AI * GetStormstoutBreweryAI(Creature *creature)
#define StormstoutBreweryScriptName
@ DATA_YAN_ZHU
@ DATA_RABBIT_EVENT
@ DATA_OOK_OOK
@ DATA_BANANA_EVENT
@ DATA_HOPTALLUS