|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedFollowerAI.h"#include "Player.h"Go to the source code of this file.
Classes | |
| class | npc_githyiss |
| struct | npc_githyiss::npc_githyissAI |
| class | npc_mist |
| struct | npc_mist::npc_mistAI |
| class | npc_tarindrella |
| struct | npc_tarindrella::npc_tarindrellaAI |
Macros | |
| #define | TARINDRELLA_TEXT_ON_COMPLETE "This totem has been corrupting the eggs! It seems a greater threat looms. The Gnarlpine remain tainted by something most foul." |
| #define | TARINDRELLA_TEXT_ON_KILL "My dear friends... I'm so sorry..." |
| #define | TARINDRELLA_TEXT_SPAWN "You've come to help, $c? Let us stay together for a while." |
Enumerations | |
| enum | Mist { SAY_AT_HOME = 0 , EMOTE_AT_HOME = 1 , QUEST_MIST = 938 , NPC_ARYNIA = 3519 , FACTION_DARNASSUS = 79 } |
| enum | VileTouch { QUEST_VILE_TOUCH = 28727 , QUEST_SIGNS_OF_THINGS_TO_COME = 28728 , NPC_GITHYISS = 1994 , EVENT_CLEANSE_SPIRIT = 1 , EVENT_ENTANGLING_ROOTS = 2 , EVENT_SUMMON_NATURES_BITE = 3 , SPELL_ENTANGLING_ROOTS = 33844 , SPELL_SUMMON_NATURES_BITE = 92573 , SPELL_CLEANSE_SPIRIT = 66056 , SPELL_POISON = 11918 } |
Functions | |
| void | AddSC_teldrassil () |
| #define TARINDRELLA_TEXT_ON_COMPLETE "This totem has been corrupting the eggs! It seems a greater threat looms. The Gnarlpine remain tainted by something most foul." |
Definition at line 43 of file zone_teldrassil.cpp.
Referenced by npc_githyiss::npc_githyissAI::JustDied().
| #define TARINDRELLA_TEXT_ON_KILL "My dear friends... I'm so sorry..." |
Definition at line 45 of file zone_teldrassil.cpp.
Referenced by npc_tarindrella::npc_tarindrellaAI::KilledUnit().
| #define TARINDRELLA_TEXT_SPAWN "You've come to help, $c? Let us stay together for a while." |
Definition at line 44 of file zone_teldrassil.cpp.
Referenced by npc_tarindrella::npc_tarindrellaAI::IsSummonedBy().
| enum Mist |
| Enumerator | |
|---|---|
| SAY_AT_HOME | |
| EMOTE_AT_HOME | |
| QUEST_MIST | |
| NPC_ARYNIA | |
| FACTION_DARNASSUS | |
Definition at line 197 of file zone_teldrassil.cpp.
| enum VileTouch |
Definition at line 26 of file zone_teldrassil.cpp.
| void AddSC_teldrassil | ( | ) |
Definition at line 269 of file zone_teldrassil.cpp.
Referenced by AddKalimdorScripts().