TrinityCore
Loading...
Searching...
No Matches
zulgurub.cpp File Reference
#include "ScriptMgr.h"
#include "SpellScript.h"
#include "zulgurub.h"
#include "GameEventMgr.h"
#include "GameObject.h"
#include "GameObjectAI.h"
#include "Unit.h"
+ Include dependency graph for zulgurub.cpp:

Go to the source code of this file.

Classes

class  go_brazier_of_madness
 
struct  go_brazier_of_madness::go_brazier_of_madnessAI
 
class  spell_zulgurub_poisonous_blood
 
class  spell_zulgurub_axe_flurry
 

Typedefs

using EventPair = std::pair< EventGameIds, ZGCreatureIds >
 

Enumerations

enum  EventGameIds { EVENT_EDGE_OF_MADNESS_GRILEK = 27 , EVENT_EDGE_OF_MADNESS_HAZZARAH = 28 , EVENT_EDGE_OF_MADNESS_RENATAKI = 29 , EVENT_EDGE_OF_MADNESS_WUSHOOLAY = 30 }
 
enum  PoisonousBlood { SPELL_POISONOUS_BLOOD = 24321 }
 
enum  AxeFlurry { SPELL_AXE_FLURRY = 24020 }
 

Functions

void AddSC_zulgurub ()
 

Variables

constexpr EventPair BrazierOfMadnessEventCreatures []
 
Position const MadnessSpawnPos = { -11901.229f, -1906.366f, 65.358f, 0.942f }
 

Typedef Documentation

◆ EventPair

using EventPair = std::pair<EventGameIds, ZGCreatureIds>

Definition at line 39 of file zulgurub.cpp.

Enumeration Type Documentation

◆ AxeFlurry

enum AxeFlurry
Enumerator
SPELL_AXE_FLURRY 

Definition at line 105 of file zulgurub.cpp.

◆ EventGameIds

Enumerator
EVENT_EDGE_OF_MADNESS_GRILEK 
EVENT_EDGE_OF_MADNESS_HAZZARAH 
EVENT_EDGE_OF_MADNESS_RENATAKI 
EVENT_EDGE_OF_MADNESS_WUSHOOLAY 

Definition at line 30 of file zulgurub.cpp.

◆ PoisonousBlood

Enumerator
SPELL_POISONOUS_BLOOD 

Definition at line 79 of file zulgurub.cpp.

Function Documentation

◆ AddSC_zulgurub()

void AddSC_zulgurub ( )

Definition at line 131 of file zulgurub.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ BrazierOfMadnessEventCreatures

constexpr EventPair BrazierOfMadnessEventCreatures[]
constexpr
Initial value:
=
{
}
@ EVENT_EDGE_OF_MADNESS_RENATAKI
Definition zulgurub.cpp:35
@ EVENT_EDGE_OF_MADNESS_HAZZARAH
Definition zulgurub.cpp:34
@ EVENT_EDGE_OF_MADNESS_WUSHOOLAY
Definition zulgurub.cpp:36
@ EVENT_EDGE_OF_MADNESS_GRILEK
Definition zulgurub.cpp:33
@ NPC_HAZZARAH
Definition zulgurub.h:66
@ NPC_RENATAKI
Definition zulgurub.h:68
@ NPC_WUSHOOLAY
Definition zulgurub.h:67
@ NPC_GRILEK
Definition zulgurub.h:69

Definition at line 40 of file zulgurub.cpp.

◆ MadnessSpawnPos

Position const MadnessSpawnPos = { -11901.229f, -1906.366f, 65.358f, 0.942f }

Definition at line 48 of file zulgurub.cpp.