![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GameObject.h"#include "GameObjectAI.h"#include "Player.h"#include "ScriptedEscortAI.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for zone_ashenvale.cpp:Go to the source code of this file.
Classes | |
| class | npc_ruul_snowhoof |
| struct | npc_ruul_snowhoof::npc_ruul_snowhoofAI |
| class | npc_muglash |
| struct | npc_muglash::npc_muglashAI |
| class | go_naga_brazier |
| struct | go_naga_brazier::go_naga_brazierAI |
| 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 , GO_CAGE = 178147 , RUUL_SHAPECHANGE = 20514 , SAY_FINISH = 0 , PATH_ESCORT_RUUL_SNOWHOOF = 102546 } |
| 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 , PATH_ESCORT_MUGLASH = 101738 } |
| 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} |
| Enumerator | |
|---|---|
| GO_BANNER | |
Definition at line 374 of file zone_ashenvale.cpp.
| enum Muglash |
Definition at line 146 of file zone_ashenvale.cpp.
| enum RuulSnowhoof |
| Enumerator | |
|---|---|
| NPC_THISTLEFUR_URSA | |
| NPC_THISTLEFUR_TOTEMIC | |
| NPC_THISTLEFUR_PATHFINDER | |
| QUEST_FREEDOM_TO_RUUL | |
| GO_CAGE | |
| RUUL_SHAPECHANGE | |
| SAY_FINISH | |
| PATH_ESCORT_RUUL_SNOWHOOF | |
Definition at line 41 of file zone_ashenvale.cpp.
| void AddSC_ashenvale | ( | ) |
| Position const FirstNagaCoord[3] |
Definition at line 177 of file zone_ashenvale.cpp.
| Position const RuulSnowhoofSummonsCoord[6] |
Definition at line 53 of file zone_ashenvale.cpp.
| Position const SecondNagaCoord[3] |
Definition at line 184 of file zone_ashenvale.cpp.
| Position const VorshaCoord = {3633.056885f, 1172.924072f, -5.388f, 0.0f} |
Definition at line 191 of file zone_ashenvale.cpp.