TrinityCore
sunwell_plateau.cpp
Go to the documentation of this file.
1/*
2 * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along
15 * with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18/* ScriptData
19SDName: Sunwell_Plateau
20SD%Complete: 0
21SDComment: Placeholder, Epilogue after Kil'jaeden, Captain Selana Gossips
22EndScriptData */
23
24/* ContentData
25npc_prophet_velen
26npc_captain_selana
27EndContentData */
28
29#include "sunwell_plateau.h"
30
31/*######
32## npc_prophet_velen
33######*/
34
36{
37 PROPHET_SAY1 = -1580099,
38 PROPHET_SAY2 = -1580100,
39 PROPHET_SAY3 = -1580101,
40 PROPHET_SAY4 = -1580102,
41 PROPHET_SAY5 = -1580103,
42 PROPHET_SAY6 = -1580104,
43 PROPHET_SAY7 = -1580105,
44 PROPHET_SAY8 = -1580106
45};
46
48{
49 LIADRIN_SAY1 = -1580107,
50 LIADRIN_SAY2 = -1580108,
51 LIADRIN_SAY3 = -1580109
52};
53
54/*######
55## npc_captain_selana
56######*/
57
58#define CS_GOSSIP1 "Give me a situation report, Captain."
59#define CS_GOSSIP2 "What went wrong?"
60#define CS_GOSSIP3 "Why did they stop?"
61#define CS_GOSSIP4 "Your insight is appreciated."
62
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