From a3dea992f5d2b204a681146c6bfd74258ad27d43 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 19 Oct 2008 12:01:49 -0500 Subject: [svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function. Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. --HG-- branch : trunk --- src/bindings/scripts/sql/Updates/r66_trinity.sql | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/bindings/scripts/sql/Updates/r66_trinity.sql (limited to 'src/bindings/scripts/sql/Updates') diff --git a/src/bindings/scripts/sql/Updates/r66_trinity.sql b/src/bindings/scripts/sql/Updates/r66_trinity.sql new file mode 100644 index 00000000000..c19fbe65b0a --- /dev/null +++ b/src/bindings/scripts/sql/Updates/r66_trinity.sql @@ -0,0 +1,18 @@ +update instance_template set script = 'instance_sunwell_plateau' where map = 580; +UPDATE creature_template SET ScriptName = 'boss_brutallus' WHERE entry = 24882; +UPDATE `creature_template` SET `ScriptName` = 'boss_felmyst' WHERE `entry` = 25038; +UPDATE `creature_template` SET `ScriptName` = 'mob_felmyst_vapor' WHERE `entry` = 25265; +UPDATE `creature_template` SET `ScriptName` = 'mob_felmyst_trail' WHERE `entry` = 25267; +update creature_template set scriptname = 'boss_sacrolash' where entry = 25165; +update creature_template set scriptname = 'boss_alythess' where entry = 25166; +update creature_template set scriptname = 'mob_shadow_image' where entry = 25214; +REPLACE INTO `gameobject_template` VALUES (187366, 6, 4251, 'Blaze', '', 14, 0, 1, 0, 73, 2, 45246, 0, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); +UPDATE creature_template SET faction_H = 14, faction_A = 14, minlevel = 73, maxlevel = 73,rank = 3, flags = 33554434, flag1 = 0 WHERE entry = 25214; +UPDATE `creature_template` SET `minlevel` = '70', `maxlevel` = '70',`faction_A` = '14', `faction_H` = '14' WHERE `entry` in (25265,25267,25268); +UPDATE `creature_template` SET `mindmg` = '1500', `maxdmg` = '2500', `minhealth` = '40000', `maxhealth` = '40000', `baseattacktime` = '2000' WHERE `entry` = 25268; +DELETE FROM `spell_script_target` WHERE `entry` in (44885,45388,45389,46350,45714); +INSERT INTO `spell_script_target` VALUES ('45388', '1', '25038'); +INSERT INTO `spell_script_target` VALUES ('45389', '1', '25265'); +INSERT INTO `spell_script_target` VALUES ('44885', '1', '25160'); +INSERT INTO `spell_script_target` VALUES ('46350', '1', '25160'); +INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038'); \ No newline at end of file -- cgit v1.2.3