forked from The-Legion-Preservation-Project/LegionCore-7.3.5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instance script rework (The-Legion-Preservation-Project#55)
* minor organizing * use InstanceMap instead of Map in InstanceScript * rework instance saving and loading * add some minimal ragefire chasm scripts * scholomance fixes and encounter data
- Loading branch information
1 parent
228c853
commit 673f8f9
Showing
320 changed files
with
1,875 additions
and
2,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
DELETE FROM `instance_encounters` WHERE `entry` IN (1443, 1444, 1445, 1446); | ||
|
||
INSERT INTO `instance_encounters` (`entry`, `difficulty`, `creditType`, `creditEntry`, `lastEncounterDungeon`, `comment`) VALUES | ||
(1443, -1, 0, 61408, 0, 'Adarogg'), | ||
(1444, -1, 0, 61412, 0, 'Dark Shaman Koranthal'), | ||
(1445, -1, 0, 61463, 0, 'Slagmaw'), | ||
(1446, -1, 0, 61528, 4, 'Lava Guard Gordoth'); | ||
|
||
DELETE FROM `instance_template` WHERE `map` = 389; | ||
|
||
INSERT INTO `instance_template` (`map`, `parent`, `script`, `allowMount`, `bonusChance`) VALUES | ||
(389, 1, 'instance_ragefire_chasm', 1, 20); | ||
|
||
UPDATE `creature_template` SET `ScriptName` = 'boss_adarogg' WHERE `entry` = 61408; | ||
UPDATE `creature_template` SET `ScriptName` = 'boss_dark_shaman_koranthal' WHERE `entry` = 61412; | ||
UPDATE `creature_template` SET `ScriptName` = 'boss_slagmaw' WHERE `entry` = 61463; | ||
UPDATE `creature_template` SET `ScriptName` = 'boss_lava_guard_gordoth' WHERE `entry` = 61528; | ||
|
||
DELETE FROM `areatrigger_scripts` WHERE `entry`=7899; | ||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES | ||
(7899, 'at_lava_guard_gordoth_intro'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.