![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "PassiveAI.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"Go to the source code of this file.
Classes | |
| class | npc_deathstalker_erland |
| struct | npc_deathstalker_erland::npc_deathstalker_erlandAI |
| struct | npc_deathstalker_fearleia |
| class | npc_ravenclaw_apparition |
| struct | npc_ravenclaw_apparition::npc_ravenclaw_apparitionAI |
Enumerations | |
| enum | Erland { SAY_QUESTACCEPT = 0 , SAY_START = 1 , SAY_AGGRO = 2 , SAY_PROGRESS = 3 , SAY_LAST = 4 , SAY_RANE = 0 , SAY_RANE_ANSWER = 5 , SAY_MOVE_QUINN = 6 , SAY_QUINN = 7 , SAY_QUINN_ANSWER = 0 , SAY_BYE = 8 , QUEST_ESCORTING = 435 , NPC_RANE = 1950 , NPC_QUINN = 1951 } |
| enum | PyrewoodAmbush { QUEST_PYREWOOD_AMBUSH = 452 , NPCSAY_INIT = 0 , NPCSAY_END = 1 } |
| enum | ApparitionMisc { NPC_GNOLL_RUNNER = 1772 , NPC_GNOLL_MYSTIC = 1773 , EMOTE_CHEER = 71 , EMOTE_GNOLL_CHEER = 1 , SAY_APPA_INTRO = 0 , SAY_APPA_OUTRO = 14 , SAY_APPA_OPTION_1_1 = 1 , SAY_APPA_OPTION_1_2 = 5 , SAY_APPA_OPTION_1_3 = 10 , SAY_APPA_OPTION_1_4 = 13 , SAY_APPA_OPTION_2_1 = 2 , SAY_APPA_OPTION_2_2 = 5 , SAY_APPA_OPTION_2_3 = 9 , SAY_APPA_OPTION_2_4 = 12 } |
| enum | ApparitionEvents { EVENT_APPA_INTRO = 1 , EVENT_APPA_SAY_1 = 2 , EVENT_APPA_SAY_2 = 3 , EVENT_APPA_SAY_3 = 4 , EVENT_APPA_SAY_4 = 5 , EVENT_APPA_OUTRO = 6 , EVENT_APPA_OUTRO_CROWD = 7 , EVENT_APPA_OUTRO_END = 8 } |
Functions | |
| void | AddSC_silverpine_forest () |
Variables | |
| static float | PyrewoodSpawnPoints [3][4] |
| enum ApparitionEvents |
| Enumerator | |
|---|---|
| EVENT_APPA_INTRO | |
| EVENT_APPA_SAY_1 | |
| EVENT_APPA_SAY_2 | |
| EVENT_APPA_SAY_3 | |
| EVENT_APPA_SAY_4 | |
| EVENT_APPA_OUTRO | |
| EVENT_APPA_OUTRO_CROWD | |
| EVENT_APPA_OUTRO_END | |
| enum ApparitionMisc |
| enum Erland |
| Enumerator | |
|---|---|
| SAY_QUESTACCEPT | |
| SAY_START | |
| SAY_AGGRO | |
| SAY_PROGRESS | |
| SAY_LAST | |
| SAY_RANE | |
| SAY_RANE_ANSWER | |
| SAY_MOVE_QUINN | |
| SAY_QUINN | |
| SAY_QUINN_ANSWER | |
| SAY_BYE | |
| QUEST_ESCORTING | |
| NPC_RANE | |
| NPC_QUINN | |
| enum PyrewoodAmbush |
| Enumerator | |
|---|---|
| QUEST_PYREWOOD_AMBUSH | |
| NPCSAY_INIT | |
| NPCSAY_END | |
| void AddSC_silverpine_forest | ( | ) |
References RegisterCreatureAI.
Referenced by AddEasternKingdomsScripts().
|
static |
Referenced by npc_deathstalker_fearleia::SummonCreatureWithRandomTarget().