Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
sunwell_plateau.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of Project SkyFire https://www.projectskyfire.org.
3
* See LICENSE.md file for Copyright information
4
*/
5
6
/* ScriptData
7
SDName: Sunwell_Plateau
8
SD%Complete: 0
9
SDComment: Placeholder, Epilogue after Kil'jaeden, Captain Selana Gossips
10
EndScriptData */
11
12
/* ContentData
13
npc_prophet_velen
14
npc_captain_selana
15
EndContentData */
16
17
#include "
ScriptMgr.h
"
18
#include "
ScriptedCreature.h
"
19
#include "
sunwell_plateau.h
"
20
21
/*######
22
## npc_prophet_velen
23
######*/
24
25
enum
ProphetSpeeches
26
{
27
PROPHET_SAY1
= -1580099,
28
PROPHET_SAY2
= -1580100,
29
PROPHET_SAY3
= -1580101,
30
PROPHET_SAY4
= -1580102,
31
PROPHET_SAY5
= -1580103,
32
PROPHET_SAY6
= -1580104,
33
PROPHET_SAY7
= -1580105,
34
PROPHET_SAY8
= -1580106
35
};
36
37
enum
LiadrinnSpeeches
38
{
39
LIADRIN_SAY1
= -1580107,
40
LIADRIN_SAY2
= -1580108,
41
LIADRIN_SAY3
= -1580109
42
};
43
44
/*######
45
## npc_captain_selana
46
######*/
47
48
#define CS_GOSSIP1 "Give me a situation report, Captain."
49
#define CS_GOSSIP2 "What went wrong?"
50
#define CS_GOSSIP3 "Why did they stop?"
51
#define CS_GOSSIP4 "Your insight is appreciated."
52
53
void
AddSC_sunwell_plateau
() { }
ScriptMgr.h
ScriptedCreature.h
AddSC_sunwell_plateau
void AddSC_sunwell_plateau()
Definition
sunwell_plateau.cpp:53
LiadrinnSpeeches
LiadrinnSpeeches
Definition
sunwell_plateau.cpp:38
LIADRIN_SAY2
@ LIADRIN_SAY2
Definition
sunwell_plateau.cpp:40
LIADRIN_SAY1
@ LIADRIN_SAY1
Definition
sunwell_plateau.cpp:39
LIADRIN_SAY3
@ LIADRIN_SAY3
Definition
sunwell_plateau.cpp:41
ProphetSpeeches
ProphetSpeeches
Definition
sunwell_plateau.cpp:26
PROPHET_SAY6
@ PROPHET_SAY6
Definition
sunwell_plateau.cpp:32
PROPHET_SAY4
@ PROPHET_SAY4
Definition
sunwell_plateau.cpp:30
PROPHET_SAY7
@ PROPHET_SAY7
Definition
sunwell_plateau.cpp:33
PROPHET_SAY2
@ PROPHET_SAY2
Definition
sunwell_plateau.cpp:28
PROPHET_SAY1
@ PROPHET_SAY1
Definition
sunwell_plateau.cpp:27
PROPHET_SAY3
@ PROPHET_SAY3
Definition
sunwell_plateau.cpp:29
PROPHET_SAY5
@ PROPHET_SAY5
Definition
sunwell_plateau.cpp:31
PROPHET_SAY8
@ PROPHET_SAY8
Definition
sunwell_plateau.cpp:34
sunwell_plateau.h
src
server
scripts
EasternKingdoms
SunwellPlateau
sunwell_plateau.cpp
Generated on
for Project SkyFire Core by
1.17.0