TrinityCore
Loading...
Searching...
No Matches
boss_jindo.cpp File Reference
#include "zulgurub.h"
#include "InstanceScript.h"
#include "ObjectAccessor.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "TemporarySummon.h"
+ Include dependency graph for boss_jindo.cpp:

Go to the source code of this file.

Classes

struct  boss_jindo
 
struct  npc_healing_ward
 
struct  npc_shade_of_jindo
 

Enumerations

enum  Say { SAY_AGGRO = 1 }
 
enum  Spells {
  SPELL_BRAIN_WASH_TOTEM = 24262 , SPELL_POWERFULL_HEALING_WARD = 24309 , SPELL_HEX = 24053 , SPELL_DELUSIONS_OF_JINDO = 24306 ,
  SPELL_SHADE_OF_JINDO = 24308 , SPELL_HEAL = 24311 , SPELL_SHADOWSHOCK = 19460 , SPELL_INVISIBLE = 24307
}
 
enum  Events {
  EVENT_BRAIN_WASH_TOTEM = 1 , EVENT_POWERFULL_HEALING_WARD = 2 , EVENT_HEX = 3 , EVENT_DELUSIONS_OF_JINDO = 4 ,
  EVENT_TELEPORT = 5
}
 

Functions

void AddSC_boss_jindo ()
 

Variables

Position const TeleportLoc = { -11583.7783f, -1249.4278f, 77.5471f, 4.745f }
 
Position const Formation []
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_BRAIN_WASH_TOTEM 
EVENT_POWERFULL_HEALING_WARD 
EVENT_HEX 
EVENT_DELUSIONS_OF_JINDO 
EVENT_TELEPORT 

Definition at line 44 of file boss_jindo.cpp.

◆ Say

enum Say
Enumerator
SAY_AGGRO 

Definition at line 25 of file boss_jindo.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_BRAIN_WASH_TOTEM 
SPELL_POWERFULL_HEALING_WARD 
SPELL_HEX 
SPELL_DELUSIONS_OF_JINDO 
SPELL_SHADE_OF_JINDO 
SPELL_HEAL 
SPELL_SHADOWSHOCK 
SPELL_INVISIBLE 

Definition at line 30 of file boss_jindo.cpp.

Function Documentation

◆ AddSC_boss_jindo()

void AddSC_boss_jindo ( )

Definition at line 241 of file boss_jindo.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ Formation

Position const Formation[]
Initial value:
=
{
{ -11582.2998f, -1247.8599f, 77.6298f, 0.0f },
{ -11585.0996f, -1248.7600f, 77.6298f, 0.0f },
{ -11586.5996f, -1250.7199f, 77.6298f, 0.0f },
{ -11586.4003f, -1253.9200f, 77.6298f, 0.0f },
{ -11584.2001f, -1252.2099f, 77.6298f, 0.0f },
{ -11582.5000f, -1250.3199f, 77.6298f, 0.0f },
{ -11583.2001f, -1254.8299f, 77.6298f, 0.0f },
{ -11581.5000f, -1252.5400f, 77.6298f, 0.0f },
{ -11580.2001f, -1250.5999f, 77.6298f, 0.0f },
{ -11580.5996f, -1254.7900f, 77.6298f, 0.0f }
}

Definition at line 56 of file boss_jindo.cpp.

◆ TeleportLoc

Position const TeleportLoc = { -11583.7783f, -1249.4278f, 77.5471f, 4.745f }

Definition at line 53 of file boss_jindo.cpp.