![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedEscortAI.h"#include "Player.h"#include "SpellScript.h"
Include dependency graph for zone_ashenvale.cpp:Classes | |
| class | npc_ruul_snowhoof |
| struct | npc_ruul_snowhoof::npc_ruul_snowhoofAI |
| class | npc_muglash |
| struct | npc_muglash::npc_muglashAI |
| class | go_naga_brazier |
| class | spell_destroy_karangs_banner |
| class | spell_destroy_karangs_banner::spell_destroy_karangs_banner_SpellScript |
Enumerations | |
| enum | RuulSnowhoof { NPC_THISTLEFUR_URSA = 3921, NPC_THISTLEFUR_TOTEMIC = 3922, NPC_THISTLEFUR_PATHFINDER = 3926, QUEST_FREEDOM_TO_RUUL = 6482, FACTION_QUEST = 113, GO_CAGE = 178147 } |
| enum | Muglash { SAY_MUG_START1 = 0, SAY_MUG_START2 = 1, SAY_MUG_BRAZIER = 2, SAY_MUG_BRAZIER_WAIT = 3, SAY_MUG_ON_GUARD = 4, SAY_MUG_REST = 5, SAY_MUG_DONE = 6, SAY_MUG_GRATITUDE = 7, SAY_MUG_PATROL = 8, SAY_MUG_RETURN = 9, QUEST_VORSHA = 6641, GO_NAGA_BRAZIER = 178247, NPC_WRATH_RIDER = 3713, NPC_WRATH_SORCERESS = 3717, NPC_WRATH_RAZORTAIL = 3712, NPC_WRATH_PRIESTESS = 3944, NPC_WRATH_MYRMIDON = 3711, NPC_WRATH_SEAWITCH = 3715, NPC_VORSHA = 12940, NPC_MUGLASH = 12717 } |
| enum | KingoftheFoulwealdMisc { GO_BANNER = 178205 } |
Functions | |
| void | AddSC_ashenvale () |
Variables | |
| Position const | RuulSnowhoofSummonsCoord [6] |
| Position const | FirstNagaCoord [3] |
| Position const | SecondNagaCoord [3] |
| Position const | VorshaCoord = {3633.056885f, 1172.924072f, -5.388f, 0.0f} |
| enum Muglash |
| enum RuulSnowhoof |
| Enumerator | |
|---|---|
| NPC_THISTLEFUR_URSA | |
| NPC_THISTLEFUR_TOTEMIC | |
| NPC_THISTLEFUR_PATHFINDER | |
| QUEST_FREEDOM_TO_RUUL | |
| FACTION_QUEST | |
| GO_CAGE | |
| void AddSC_ashenvale | ( | ) |
Here is the caller graph for this function:
1.8.8