Skip to content

Commit 9e67fbc

Browse files
SchmoozerdNoFantasy
authored andcommitted
[1867] Add placeholders for instance_trial_of_the_champion, patch by Schmoozerd
Add placeholders for instance_trial_of_the_champion, patch by Schmoozerd git-svn-id: https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2@1867 5f9c896b-1e26-0410-94da-f77f675e2462
1 parent cecf66b commit 9e67fbc

9 files changed

Lines changed: 146 additions & 0 deletions

File tree

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,10 @@ scripts/northrend/azjol-nerub/azjol-nerub/boss_anubarak.cpp \
331331
scripts/northrend/azjol-nerub/azjol-nerub/boss_hadronox.cpp \
332332
scripts/northrend/azjol-nerub/azjol-nerub/boss_krikthir.cpp \
333333
scripts/northrend/azjol-nerub/azjol-nerub/instance_azjol-nerub.cpp \
334+
scripts/northrend/crusaders_coliseum/trial_of_the_champion/boss_grand_champions.cpp \
335+
scripts/northrend/crusaders_coliseum/trial_of_the_champion/instance_trial_of_the_champion.cpp \
336+
scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.cpp \
337+
scripts/northrend/crusaders_coliseum/trial_of_the_champion/trial_of_the_champion.h \
334338
scripts/northrend/crusaders_coliseum/trial_of_the_crusader/boss_anubarak_trial.cpp \
335339
scripts/northrend/crusaders_coliseum/trial_of_the_crusader/boss_faction_champions.cpp \
336340
scripts/northrend/crusaders_coliseum/trial_of_the_crusader/boss_jaraxxus.cpp \

VC100/100ScriptDev2.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@
474474
<ClCompile Include="..\scripts\northrend\azjol-nerub\azjol-nerub\boss_hadronox.cpp" />
475475
<ClCompile Include="..\scripts\northrend\azjol-nerub\azjol-nerub\boss_krikthir.cpp" />
476476
<ClCompile Include="..\scripts\northrend\azjol-nerub\azjol-nerub\instance_azjol-nerub.cpp" />
477+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp" />
478+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\instance_trial_of_the_champion.cpp" />
479+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp" />
477480
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\boss_anubarak_trial.cpp" />
478481
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\boss_faction_champions.cpp" />
479482
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\boss_jaraxxus.cpp" />
@@ -708,6 +711,7 @@
708711
<ClInclude Include="..\scripts\kalimdor\wailing_caverns\wailing_caverns.h" />
709712
<ClInclude Include="..\scripts\northrend\azjol-nerub\ahnkahet\ahnkahet.h" />
710713
<ClInclude Include="..\scripts\northrend\azjol-nerub\azjol-nerub\azjol-nerub.h" />
714+
<ClInclude Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.h" />
711715
<ClInclude Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\trial_of_the_crusader.h" />
712716
<ClInclude Include="..\scripts\northrend\draktharon_keep\draktharon_keep.h" />
713717
<ClInclude Include="..\scripts\northrend\gundrak\gundrak.h" />

VC100/100ScriptDev2.vcxproj.filters

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,12 @@
10801080
<ClCompile Include="..\scripts\northrend\azjol-nerub\azjol-nerub\instance_azjol-nerub.cpp">
10811081
<Filter>scripts\northrend\azjol-nerub\azjol-nerub</Filter>
10821082
</ClCompile>
1083+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp">
1084+
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_champion</Filter>
1085+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\instance_trial_of_the_champion.cpp">
1086+
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_champion</Filter>
1087+
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp">
1088+
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_champion</Filter>
10831089
<ClCompile Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\boss_anubarak_trial.cpp">
10841090
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_crusader</Filter>
10851091
</ClCompile>
@@ -1773,6 +1779,8 @@
17731779
<ClInclude Include="..\scripts\northrend\azjol-nerub\azjol-nerub\azjol-nerub.h">
17741780
<Filter>scripts\northrend\azjol-nerub\azjol-nerub</Filter>
17751781
</ClInclude>
1782+
<ClInclude Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.h">
1783+
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_champion</Filter>
17761784
<ClInclude Include="..\scripts\northrend\crusaders_coliseum\trial_of_the_crusader\trial_of_the_crusader.h">
17771785
<Filter>scripts\northrend\crusaders_coliseum\trial_of_the_crusader</Filter>
17781786
</ClInclude>

VC80/80ScriptDev2.vcproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,22 @@
17101710
<Filter
17111711
Name="trial_of_the_champion"
17121712
>
1713+
<File
1714+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp"
1715+
>
1716+
</File>
1717+
<File
1718+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\instance_trial_of_the_champion.cpp"
1719+
>
1720+
</File>
1721+
<File
1722+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp"
1723+
>
1724+
</File>
1725+
<File
1726+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.h"
1727+
>
1728+
</File>
17131729
</Filter>
17141730
<Filter
17151731
Name="trial_of_the_crusader"

VC90/90ScriptDev2.vcproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,6 +1709,22 @@
17091709
<Filter
17101710
Name="trial_of_the_champion"
17111711
>
1712+
<File
1713+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\boss_grand_champions.cpp"
1714+
>
1715+
</File>
1716+
<File
1717+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\instance_trial_of_the_champion.cpp"
1718+
>
1719+
</File>
1720+
<File
1721+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.cpp"
1722+
>
1723+
</File>
1724+
<File
1725+
RelativePath="..\scripts\northrend\crusaders_coliseum\trial_of_the_champion\trial_of_the_champion.h"
1726+
>
1727+
</File>
17121728
</Filter>
17131729
<Filter
17141730
Name="trial_of_the_crusader"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/* Copyright (C) 2006 - 2010 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
2+
* This program is free software; you can redistribute it and/or modify
3+
* it under the terms of the GNU General Public License as published by
4+
* the Free Software Foundation; either version 2 of the License, or
5+
* (at your option) any later version.
6+
*
7+
* This program is distributed in the hope that it will be useful,
8+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
* GNU General Public License for more details.
11+
*
12+
* You should have received a copy of the GNU General Public License
13+
* along with this program; if not, write to the Free Software
14+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
*/
16+
17+
/* ScriptData
18+
SDName: grand_champions
19+
SD%Complete: 0
20+
SDComment:
21+
SDCategory: Crusader Coliseum, Trial of the Champion
22+
EndScriptData */
23+
24+
#include "precompiled.h"
25+
#include "trial_of_the_champion.h"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/* Copyright (C) 2006 - 2010 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
2+
* This program is free software; you can redistribute it and/or modify
3+
* it under the terms of the GNU General Public License as published by
4+
* the Free Software Foundation; either version 2 of the License, or
5+
* (at your option) any later version.
6+
*
7+
* This program is distributed in the hope that it will be useful,
8+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
* GNU General Public License for more details.
11+
*
12+
* You should have received a copy of the GNU General Public License
13+
* along with this program; if not, write to the Free Software
14+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
*/
16+
17+
/* ScriptData
18+
SDName: instance_trial_of_the_champion
19+
SD%Complete: 0
20+
SDComment:
21+
SDCategory: Crusader Coliseum, Trial of the Champion
22+
EndScriptData */
23+
24+
#include "precompiled.h"
25+
#include "trial_of_the_champion.h"
26+
27+
/* Trial of the Champion encounters:
28+
0 - Grand Champions
29+
1 - Argent Champion
30+
2 - Black Knight
31+
*/
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/* Copyright (C) 2006 - 2010 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
2+
* This program is free software; you can redistribute it and/or modify
3+
* it under the terms of the GNU General Public License as published by
4+
* the Free Software Foundation; either version 2 of the License, or
5+
* (at your option) any later version.
6+
*
7+
* This program is distributed in the hope that it will be useful,
8+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10+
* GNU General Public License for more details.
11+
*
12+
* You should have received a copy of the GNU General Public License
13+
* along with this program; if not, write to the Free Software
14+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15+
*/
16+
17+
/* ScriptData
18+
SDName: trial_of_the_champion
19+
SD%Complete: 0
20+
SDComment:
21+
SDCategory: Crusader Coliseum, Trial of the Champion
22+
EndScriptData */
23+
24+
#include "precompiled.h"
25+
#include "trial_of_the_champion.h"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Copyright (C) 2006 - 2010 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
2+
* This program is free software licensed under GPL version 2
3+
* Please see the included DOCS/LICENSE.TXT for more information */
4+
5+
#ifndef DEF_TRIAL_OF_THE_CHAMPION_H
6+
#define DEF_TRIAL_OF_THE_CHAMPION_H
7+
8+
enum
9+
{
10+
MAX_ENCOUNTER = 3,
11+
12+
TYPE_GRAND_CHAMPIONS = 0,
13+
TYPE_ARGENT_CHAMPION = 1,
14+
TYPE_BLACK_KNIGHT = 2,
15+
};
16+
17+
#endif

0 commit comments

Comments
 (0)