AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_kurinnaxx.cpp File Reference
#include "CreatureScript.h"
#include "CreatureTextMgr.h"
#include "GameObjectAI.h"
#include "GameObjectScript.h"
#include "ScriptedCreature.h"
#include "TaskScheduler.h"
#include "ruins_of_ahnqiraj.h"

Go to the source code of this file.

Classes

struct  boss_kurinnaxx
 
struct  go_sand_trap
 

Enumerations

enum  Spells {
  SPELL_MORTAL_WOUND = 25646 ,
  SPELL_SAND_TRAP = 25648 ,
  SPELL_ENRAGE = 26527 ,
  SPELL_SUMMON_PLAYER = 26446 ,
  SPELL_WIDE_SLASH = 25814 ,
  SPELL_THRASH = 3391
}
 
enum  Texts { SAY_KURINNAXX_DEATH = 5 }
 

Functions

void AddSC_boss_kurinnaxx ()
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_MORTAL_WOUND 
SPELL_SAND_TRAP 
SPELL_ENRAGE 
SPELL_SUMMON_PLAYER 
SPELL_WIDE_SLASH 
SPELL_THRASH 
27{
28 SPELL_MORTAL_WOUND = 25646,
29 SPELL_SAND_TRAP = 25648,
30 SPELL_ENRAGE = 26527,
31 SPELL_SUMMON_PLAYER = 26446,
32 SPELL_WIDE_SLASH = 25814,
33 SPELL_THRASH = 3391
34};
@ SPELL_ENRAGE
Definition boss_kurinnaxx.cpp:30
@ SPELL_SUMMON_PLAYER
Definition boss_kurinnaxx.cpp:31
@ SPELL_WIDE_SLASH
Definition boss_kurinnaxx.cpp:32
@ SPELL_SAND_TRAP
Definition boss_kurinnaxx.cpp:29
@ SPELL_THRASH
Definition boss_kurinnaxx.cpp:33
@ SPELL_MORTAL_WOUND
Definition boss_kurinnaxx.cpp:28

◆ Texts

enum Texts
Enumerator
SAY_KURINNAXX_DEATH 
37{
38 SAY_KURINNAXX_DEATH = 5 // Yell by 'Ossirian the Unscarred'
39};
@ SAY_KURINNAXX_DEATH
Definition boss_kurinnaxx.cpp:38

Function Documentation

◆ AddSC_boss_kurinnaxx()

void AddSC_boss_kurinnaxx ( )
128{
131}
#define RegisterGameObjectAI(ai_name)
Definition GameObjectScript.h:77
#define RegisterRuinsOfAhnQirajCreatureAI(ai_name)
Definition ruins_of_ahnqiraj.h:91
Definition boss_kurinnaxx.cpp:42
Definition boss_kurinnaxx.cpp:105

References RegisterGameObjectAI, and RegisterRuinsOfAhnQirajCreatureAI.

Referenced by AddKalimdorScripts().