![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ScriptedFollowerAI.h"#include "ScriptedGossip.h"Go to the source code of this file.
Classes | |
| class | npc_aquementas |
| struct | npc_aquementas::npc_aquementasAI |
| class | npc_custodian_of_time |
| struct | npc_custodian_of_time::npc_custodian_of_timeAI |
| class | npc_steward_of_time |
| class | npc_stone_watcher_of_norgannon |
| class | npc_tooga |
| struct | npc_tooga::npc_toogaAI |
Enumerations | |
| enum | Aquementas { AGGRO_YELL_AQUE = 0 , SPELL_AQUA_JET = 13586 , SPELL_FROST_SHOCK = 15089 } |
| enum | CustodianOfTime { WHISPER_CUSTODIAN_1 = 0 , WHISPER_CUSTODIAN_2 = 1 , WHISPER_CUSTODIAN_3 = 2 , WHISPER_CUSTODIAN_4 = 3 , WHISPER_CUSTODIAN_5 = 4 , WHISPER_CUSTODIAN_6 = 5 , WHISPER_CUSTODIAN_7 = 6 , WHISPER_CUSTODIAN_8 = 7 , WHISPER_CUSTODIAN_9 = 8 , WHISPER_CUSTODIAN_10 = 9 , WHISPER_CUSTODIAN_11 = 10 , WHISPER_CUSTODIAN_12 = 11 , WHISPER_CUSTODIAN_13 = 12 , WHISPER_CUSTODIAN_14 = 13 } |
| enum | Tooga { SAY_TOOG_WORRIED = 0 , SAY_TOOG_POST_1 = 1 , SAY_TORT_POST_2 = 0 , SAY_TOOG_POST_3 = 2 , SAY_TORT_POST_4 = 1 , SAY_TOOG_POST_5 = 3 , SAY_TORT_POST_6 = 2 , QUEST_TOOGA = 1560 , NPC_TORTA = 6015 , POINT_ID_TO_WATER = 1 , FACTION_TOOG_ESCORTEE = 113 } |
Functions | |
| void | AddSC_tanaris () |
Variables | |
| Position const | ToWaterLoc = {-7032.664551f, -4906.199219f, -1.606446f, 0.0f} |
| enum Aquementas |
| Enumerator | |
|---|---|
| AGGRO_YELL_AQUE | |
| SPELL_AQUA_JET | |
| SPELL_FROST_SHOCK | |
| enum CustodianOfTime |
| enum Tooga |
| Enumerator | |
|---|---|
| SAY_TOOG_WORRIED | |
| SAY_TOOG_POST_1 | |
| SAY_TORT_POST_2 | |
| SAY_TOOG_POST_3 | |
| SAY_TORT_POST_4 | |
| SAY_TOOG_POST_5 | |
| SAY_TORT_POST_6 | |
| QUEST_TOOGA | |
| NPC_TORTA | |
| POINT_ID_TO_WATER | |
| FACTION_TOOG_ESCORTEE | |
| void AddSC_tanaris | ( | ) |
Referenced by AddKalimdorScripts().
| Position const ToWaterLoc = {-7032.664551f, -4906.199219f, -1.606446f, 0.0f} |
Referenced by npc_tooga::npc_toogaAI::UpdateFollowerAI().