![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellScript.h"#include "Player.h"#include "WorldSession.h"
Include dependency graph for zone_dustwallow_marsh.cpp:Classes | |
| class | npc_lady_jaina_proudmoore |
| class | npc_nat_pagle |
| class | npc_private_hendel |
| struct | npc_private_hendel::npc_private_hendelAI |
| class | npc_zelfrax |
| struct | npc_zelfrax::npc_zelfraxAI |
| class | spell_ooze_zap |
| class | spell_ooze_zap::spell_ooze_zap_SpellScript |
| class | spell_ooze_zap_channel_end |
| class | spell_ooze_zap_channel_end::spell_ooze_zap_channel_end_SpellScript |
| class | spell_energize_aoe |
| class | spell_energize_aoe::spell_energize_aoe_SpellScript |
Macros | |
| #define | GOSSIP_ITEM_JAINA "I know this is rather silly but i have a young ward who is a bit shy and would like your autograph." |
Enumerations | |
| enum | LadyJaina { QUEST_JAINAS_AUTOGRAPH = 558, SPELL_JAINAS_AUTOGRAPH = 23122 } |
| enum | NatPagle { QUEST_NATS_MEASURING_TAPE = 8227 } |
| enum | Hendel { SAY_PROGRESS_1_TER = 0, SAY_PROGRESS_2_HEN = 1, SAY_PROGRESS_3_TER = 2, SAY_PROGRESS_4_TER = 3, EMOTE_SURRENDER = 4, QUEST_MISSING_DIPLO_PT16 = 1324, FACTION_HOSTILE = 168, NPC_SENTRY = 5184, NPC_JAINA = 4968, NPC_TERVOSH = 4967 } |
| enum | Zelfrax { SAY_ZELFRAX1 = 0, SAY_ZELFRAX2 = 1 } |
| enum | SpellScripts { SPELL_OOZE_ZAP = 42489, SPELL_OOZE_ZAP_CHANNEL_END = 42485, SPELL_OOZE_CHANNEL_CREDIT = 42486, SPELL_ENERGIZED = 42492 } |
Functions | |
| void | AddSC_dustwallow_marsh () |
Variables | |
| Position const | MovePosition = {-2967.030f, -3872.1799f, 35.620f, 0.0f} |
| #define GOSSIP_ITEM_JAINA "I know this is rather silly but i have a young ward who is a bit shy and would like your autograph." |
| enum Hendel |
| Enumerator | |
|---|---|
| SAY_PROGRESS_1_TER | |
| SAY_PROGRESS_2_HEN | |
| SAY_PROGRESS_3_TER | |
| SAY_PROGRESS_4_TER | |
| EMOTE_SURRENDER | |
| QUEST_MISSING_DIPLO_PT16 | |
| FACTION_HOSTILE | |
| NPC_SENTRY | |
| NPC_JAINA | |
| NPC_TERVOSH | |
| enum LadyJaina |
| enum NatPagle |
| enum SpellScripts |
| enum Zelfrax |
| void AddSC_dustwallow_marsh | ( | ) |
Here is the caller graph for this function:
1.8.8