|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | boss_warp_splinter |
| struct | boss_warp_splinter::boss_warp_splinterAI |
| class | npc_warp_splinter_treant |
| struct | npc_warp_splinter_treant::npc_warp_splinter_treantAI |
Enumerations | |
| enum | Misc { CREATURE_TREANT = 19949 } |
| enum | Says { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_SUMMON = 2 , SAY_DEATH = 3 } |
| enum | Spells { WAR_STOMP = 34716 , SUMMON_TREANTS = 34727 , ARCANE_VOLLEY = 36705 , ARCANE_VOLLEY_H = 39133 , SPELL_HEAL_FATHER = 6262 } |
Functions | |
| void | AddSC_boss_warp_splinter () |
Variables | |
| float | treant_pos [6][3] |
| enum Misc |
| Enumerator | |
|---|---|
| CREATURE_TREANT | |
Definition at line 34 of file boss_warp_splinter.cpp.
| enum Says |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_SUMMON | |
| SAY_DEATH | |
Definition at line 17 of file boss_warp_splinter.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| WAR_STOMP | |
| SUMMON_TREANTS | |
| ARCANE_VOLLEY | |
| ARCANE_VOLLEY_H | |
| SPELL_HEAL_FATHER | |
Definition at line 25 of file boss_warp_splinter.cpp.
| void AddSC_boss_warp_splinter | ( | ) |
Definition at line 216 of file boss_warp_splinter.cpp.
Referenced by AddOutlandScripts().
| float treant_pos[6][3] |
Definition at line 39 of file boss_warp_splinter.cpp.
Referenced by boss_warp_splinter::boss_warp_splinterAI::SummonTreants().