diff options
-rw-r--r-- | src/bindings/scripts/CMakeLists.txt | 3 | ||||
-rw-r--r-- | src/bindings/scripts/ScriptMgr.cpp | 6 | ||||
-rw-r--r-- | src/bindings/scripts/VC71/71ScriptDev2.vcproj | 12 | ||||
-rw-r--r-- | src/bindings/scripts/VC80/80ScriptDev2.vcproj | 12 | ||||
-rw-r--r-- | src/bindings/scripts/VC90/90ScriptDev2.vcproj | 12 | ||||
-rw-r--r-- | src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp | 25 | ||||
-rw-r--r-- | src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp | 25 | ||||
-rw-r--r-- | src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp | 25 |
8 files changed, 120 insertions, 0 deletions
diff --git a/src/bindings/scripts/CMakeLists.txt b/src/bindings/scripts/CMakeLists.txt index efee966da48..dadb2d76985 100644 --- a/src/bindings/scripts/CMakeLists.txt +++ b/src/bindings/scripts/CMakeLists.txt @@ -303,10 +303,13 @@ SET(trinityscript_LIB_SRCS scripts/zone/stratholme/def_stratholme.h scripts/zone/stratholme/instance_stratholme.cpp scripts/zone/stratholme/stratholme.cpp + scripts/zone/sunwell_plateau/boss_kiljaeden.cpp + scripts/zone/sunwell_plateau/boss_muru.cpp scripts/zone/sunwell_plateau/boss_eredar_twins.cpp scripts/zone/sunwell_plateau/boss_felmyst.cpp scripts/zone/sunwell_plateau/boss_brutallus.cpp scripts/zone/sunwell_plateau/boss_kalecgos.cpp + scripts/zone/sunwell_plateau/sunwell_plateau.cpp scripts/zone/sunwell_plateau/def_sunwell_plateau.h scripts/zone/sunwell_plateau/instance_sunwell_plateau.cpp scripts/zone/tanaris/tanaris.cpp diff --git a/src/bindings/scripts/ScriptMgr.cpp b/src/bindings/scripts/ScriptMgr.cpp index b176c763f1f..8ab29f769f0 100644 --- a/src/bindings/scripts/ScriptMgr.cpp +++ b/src/bindings/scripts/ScriptMgr.cpp @@ -505,6 +505,9 @@ extern void AddSC_boss_kalecgos(); extern void AddSC_boss_brutallus(); extern void AddSC_boss_felmyst(); extern void AddSC_boss_eredar_twins(); +extern void AddSC_boss_muru(); +extern void AddSC_boss_kiljaeden(); +extern void AddSC_sunwell_plateau(); //Tanaris extern void AddSC_tanaris(); @@ -1823,6 +1826,9 @@ void ScriptsInit() AddSC_boss_brutallus(); AddSC_boss_felmyst(); AddSC_boss_eredar_twins(); + AddSC_boss_muru(); + AddSC_boss_kiljaeden(); + AddSC_sunwell_plateau(); //Tanaris AddSC_tanaris(); diff --git a/src/bindings/scripts/VC71/71ScriptDev2.vcproj b/src/bindings/scripts/VC71/71ScriptDev2.vcproj index 57ee9dad9f3..e92d43e61c2 100644 --- a/src/bindings/scripts/VC71/71ScriptDev2.vcproj +++ b/src/bindings/scripts/VC71/71ScriptDev2.vcproj @@ -2114,6 +2114,18 @@ > </File> <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_muru.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_kiljaeden.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\sunwell_plateau.cpp" + > + </File> + <File RelativePath="..\scripts\zone\sunwell_plateau\def_sunwell_plateau.h" > </File> diff --git a/src/bindings/scripts/VC80/80ScriptDev2.vcproj b/src/bindings/scripts/VC80/80ScriptDev2.vcproj index a2fcfb26af0..fcec093ee91 100644 --- a/src/bindings/scripts/VC80/80ScriptDev2.vcproj +++ b/src/bindings/scripts/VC80/80ScriptDev2.vcproj @@ -2291,6 +2291,18 @@ > </File> <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_muru.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_kiljaeden.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\sunwell_plateau.cpp" + > + </File> + <File RelativePath="..\scripts\zone\sunwell_plateau\def_sunwell_plateau.h" > </File> diff --git a/src/bindings/scripts/VC90/90ScriptDev2.vcproj b/src/bindings/scripts/VC90/90ScriptDev2.vcproj index 8e8c9b58ca4..7cf04d191ed 100644 --- a/src/bindings/scripts/VC90/90ScriptDev2.vcproj +++ b/src/bindings/scripts/VC90/90ScriptDev2.vcproj @@ -2284,6 +2284,18 @@ > </File> <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_muru.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\boss_kiljaeden.cpp" + > + </File> + <File + RelativePath="..\scripts\zone\sunwell_plateau\sunwell_plateau.cpp" + > + </File> + <File RelativePath="..\scripts\zone\sunwell_plateau\def_sunwell_plateau.h" > </File> diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp new file mode 100644 index 00000000000..394db5faa04 --- /dev/null +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kiljaeden.cpp @@ -0,0 +1,25 @@ +/* Copyright (C) 2009 Trinity <http://www.trinitycore.org/> + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* ScriptData +SDName: Boss_Kiljaeden +SD%Complete: 0 +SDComment: Placeholer +SDCategory: Sunwell_Plateau +EndScriptData */ + +void AddSC_boss_kiljaeden() +{}; diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp new file mode 100644 index 00000000000..fe6f123ebcc --- /dev/null +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_muru.cpp @@ -0,0 +1,25 @@ +/* Copyright (C) 2009 Trinity <http://www.trinitycore.org/> + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* ScriptData +SDName: Boss_Muru +SD%Complete: 0 +SDComment: Placeholer +SDCategory: Sunwell_Plateau +EndScriptData */ + +void AddSC_boss_muru() +{}; diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp new file mode 100644 index 00000000000..57b4cee1648 --- /dev/null +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/sunwell_plateau.cpp @@ -0,0 +1,25 @@ +/* Copyright (C) 2009 Trinity <http://www.trinitycore.org/> + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* ScriptData +SDName: sunwell_plateau +SD%Complete: 0 +SDComment: Placeholer +SDCategory: Sunwell_Plateau +EndScriptData */ + +void AddSC_sunwell_plateau() +{};
\ No newline at end of file |