|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | achievement_dehydration |
| class | boss_ichoron |
| struct | boss_ichoron::boss_ichoronAI |
| class | npc_ichor_globule |
| struct | npc_ichor_globule::npc_ichor_globuleAI |
Macros | |
| #define | MAX_SPAWN_LOC 5 |
Enumerations | |
| enum | Actions { ACTION_WATER_ELEMENT_HIT = 1 , ACTION_WATER_ELEMENT_KILLED = 2 } |
| enum | IchoronCreatures { NPC_ICHOR_GLOBULE = 29321 } |
| enum | Misc { DATA_DEHYDRATION = 1 } |
| enum | Spells { SPELL_DRAINED = 59820 , SPELL_FRENZY = 54312 , SPELL_FRENZY_H = 59522 , SPELL_PROTECTIVE_BUBBLE = 54306 , SPELL_WATER_BLAST = 54237 , SPELL_WATER_BLAST_H = 59520 , SPELL_WATER_BOLT_VOLLEY = 54241 , SPELL_WATER_BOLT_VOLLEY_H = 59521 , SPELL_SPLASH = 59516 , SPELL_WATER_GLOBULE = 54268 } |
| enum | Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , SAY_SPAWN = 3 , SAY_ENRAGE = 4 , SAY_SHATTER = 5 , SAY_BUBBLE = 6 } |
Functions | |
| void | AddSC_boss_ichoron () |
Variables | |
| static Position | SpawnLoc [MAX_SPAWN_LOC] |
| #define MAX_SPAWN_LOC 5 |
Definition at line 47 of file boss_ichoron.cpp.
Referenced by boss_ichoron::boss_ichoronAI::UpdateAI().
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_WATER_ELEMENT_HIT | |
| ACTION_WATER_ELEMENT_KILLED | |
Definition at line 40 of file boss_ichoron.cpp.
| enum IchoronCreatures |
| Enumerator | |
|---|---|
| NPC_ICHOR_GLOBULE | |
Definition at line 24 of file boss_ichoron.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| DATA_DEHYDRATION | |
Definition at line 57 of file boss_ichoron.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_DRAINED | |
| SPELL_FRENZY | |
| SPELL_FRENZY_H | |
| SPELL_PROTECTIVE_BUBBLE | |
| SPELL_WATER_BLAST | |
| SPELL_WATER_BLAST_H | |
| SPELL_WATER_BOLT_VOLLEY | |
| SPELL_WATER_BOLT_VOLLEY_H | |
| SPELL_SPLASH | |
| SPELL_WATER_GLOBULE | |
Definition at line 10 of file boss_ichoron.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| SAY_SPAWN | |
| SAY_ENRAGE | |
| SAY_SHATTER | |
| SAY_BUBBLE | |
Definition at line 29 of file boss_ichoron.cpp.
| void AddSC_boss_ichoron | ( | ) |
Definition at line 408 of file boss_ichoron.cpp.
Referenced by AddNorthrendScripts().
|
static |
Definition at line 48 of file boss_ichoron.cpp.
Referenced by boss_ichoron::boss_ichoronAI::UpdateAI().