|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "ScriptedGossip.h"#include "SpellScript.h"#include "Player.h"#include "WorldSession.h"Go to the source code of this file.
Classes | |
| class | go_blackhoof_cage |
| class | npc_lady_jaina_proudmoore |
| class | npc_nat_pagle |
| class | npc_private_hendel |
| struct | npc_private_hendel::npc_private_hendelAI |
| class | npc_risen_husk_spirit |
| struct | npc_risen_husk_spirit::npc_risen_husk_spiritAI |
| class | npc_stinky |
| struct | npc_stinky::npc_stinkyAI |
| class | npc_theramore_guard |
| struct | npc_theramore_guard::npc_theramore_guardAI |
| class | npc_zelfrax |
| struct | npc_zelfrax::npc_zelfraxAI |
| class | spell_energize_aoe |
| class | spell_energize_aoe::spell_energize_aoe_SpellScript |
| 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 |
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." |
| #define | GOSSIP_ITEM_THERAMORE_GUARD "You look like an intelligent person. Why don't you read one of these leaflets and give it some thought?" |
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." |
Definition at line 229 of file zone_dustwallow_marsh.cpp.
Referenced by npc_lady_jaina_proudmoore::OnGossipHello().
| #define GOSSIP_ITEM_THERAMORE_GUARD "You look like an intelligent person. Why don't you read one of these leaflets and give it some thought?" |
Definition at line 137 of file zone_dustwallow_marsh.cpp.
Referenced by npc_theramore_guard::OnGossipHello().
| enum HauntingWitchHill |
Definition at line 30 of file zone_dustwallow_marsh.cpp.
| 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 | |
Definition at line 305 of file zone_dustwallow_marsh.cpp.
| enum LadyJaina |
| Enumerator | |
|---|---|
| QUEST_JAINAS_AUTOGRAPH | |
| SPELL_JAINAS_AUTOGRAPH | |
Definition at line 223 of file zone_dustwallow_marsh.cpp.
| enum NatPagle |
| Enumerator | |
|---|---|
| QUEST_NATS_MEASURING_TAPE | |
Definition at line 265 of file zone_dustwallow_marsh.cpp.
| Enumerator | |
|---|---|
| NPC_THERAMORE_PRISONER | |
| SAY_FREE | |
Definition at line 721 of file zone_dustwallow_marsh.cpp.
| enum SpellScripts |
| Enumerator | |
|---|---|
| SPELL_OOZE_ZAP | |
| SPELL_OOZE_ZAP_CHANNEL_END | |
| SPELL_OOZE_CHANNEL_CREDIT | |
| SPELL_ENERGIZED | |
Definition at line 578 of file zone_dustwallow_marsh.cpp.
| enum Stinky |
| Enumerator | |
|---|---|
| QUEST_STINKYS_ESCAPE_H | |
| QUEST_STINKYS_ESCAPE_A | |
| SAY_QUEST_ACCEPTED | |
| SAY_STAY_1 | |
| SAY_STAY_2 | |
| SAY_STAY_3 | |
| SAY_STAY_4 | |
| SAY_STAY_5 | |
| SAY_STAY_6 | |
| SAY_QUEST_COMPLETE | |
| SAY_ATTACKED_1 | |
| EMOTE_DISAPPEAR | |
Definition at line 456 of file zone_dustwallow_marsh.cpp.
| enum TheramoreGuard |
| Enumerator | |
|---|---|
| QUEST_DISCREDITING_THE_DESERTERS | |
| NPC_THERAMORE_GUARD | |
| SPELL_DOCTORED_LEAFLET | |
| SPELL_PROPAGANDIZED | |
| SAY_QUEST1 | |
| SAY_QUEST2 | |
| SAY_QUEST3 | |
Definition at line 123 of file zone_dustwallow_marsh.cpp.
| enum Zelfrax |
| Enumerator | |
|---|---|
| SAY_ZELFRAX1 | |
| SAY_ZELFRAX2 | |
Definition at line 382 of file zone_dustwallow_marsh.cpp.
| void AddSC_dustwallow_marsh | ( | ) |
Definition at line 747 of file zone_dustwallow_marsh.cpp.
Referenced by AddKalimdorScripts().
| Position const MovePosition = {-2967.030f, -3872.1799f, 35.620f, 0.0f} |
Definition at line 380 of file zone_dustwallow_marsh.cpp.
Referenced by WorldObject::GetNearPosition(), WorldObject::GetRandomNearPosition(), and npc_zelfrax::npc_zelfraxAI::MoveToDock().