Project SkyFire Core
SkyFire 5.4.8 server core API documentation
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
7SDName: Sunwell_Plateau
8SD%Complete: 0
9SDComment: Placeholder, Epilogue after Kil'jaeden, Captain Selana Gossips
10EndScriptData */
11
12/* ContentData
13npc_prophet_velen
14npc_captain_selana
15EndContentData */
16
17#include "ScriptMgr.h"
18#include "ScriptedCreature.h"
19#include "sunwell_plateau.h"
20
21/*######
22## npc_prophet_velen
23######*/
24
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
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
void AddSC_sunwell_plateau()
LiadrinnSpeeches
@ LIADRIN_SAY2
@ LIADRIN_SAY1
@ LIADRIN_SAY3
ProphetSpeeches
@ PROPHET_SAY6
@ PROPHET_SAY4
@ PROPHET_SAY7
@ PROPHET_SAY2
@ PROPHET_SAY1
@ PROPHET_SAY3
@ PROPHET_SAY5
@ PROPHET_SAY8