From 3e2014a958c2295c175b359dbeed48f36befce98 Mon Sep 17 00:00:00 2001 From: treeston Date: Mon, 21 Sep 2015 14:59:13 +0200 Subject: Heigan cleanup: - NearTeleportTo hack -> proper spell with DB coordinates - Add boss emotes - Some code streamlining using event phases and IN_MILLISECONDS instead of large constants - Improvement to eruption hitbox and delimiters to match retail layout more closely - Spell timers adjusted from sniffs --- sql/updates/world/2015_09_21_15558_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2015_09_21_15558_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_21_15558_world.sql b/sql/updates/world/2015_09_21_15558_world.sql new file mode 100644 index 00000000000..4088a33b837 --- /dev/null +++ b/sql/updates/world/2015_09_21_15558_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15936 AND `groupid`=1; + +DELETE FROM `creature_text` WHERE `entry`=15936 AND `groupid` IN (4,5); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15936,4,0,"%s teleports and begins to channel a spell!",41,100,32332,3,"Heigan EMOTE_DANCE"), +(15936,5,0,"%s rushes to attack once more!",41,100,32333,3,"Heigan EMOTE_DANCE_END"); -- cgit v1.2.3 From 3e5d5e14a0af32f30f444fbd512a5406997d30f5 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 10 Oct 2015 11:54:41 +0200 Subject: Rename sql --- sql/updates/world/2015_09_21_15558_world.sql | 7 ------- sql/updates/world/2015_10_10_01_world.sql | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sql/updates/world/2015_09_21_15558_world.sql create mode 100644 sql/updates/world/2015_10_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_21_15558_world.sql b/sql/updates/world/2015_09_21_15558_world.sql deleted file mode 100644 index 4088a33b837..00000000000 --- a/sql/updates/world/2015_09_21_15558_world.sql +++ /dev/null @@ -1,7 +0,0 @@ --- -UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15936 AND `groupid`=1; - -DELETE FROM `creature_text` WHERE `entry`=15936 AND `groupid` IN (4,5); -INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES -(15936,4,0,"%s teleports and begins to channel a spell!",41,100,32332,3,"Heigan EMOTE_DANCE"), -(15936,5,0,"%s rushes to attack once more!",41,100,32333,3,"Heigan EMOTE_DANCE_END"); diff --git a/sql/updates/world/2015_10_10_01_world.sql b/sql/updates/world/2015_10_10_01_world.sql new file mode 100644 index 00000000000..4088a33b837 --- /dev/null +++ b/sql/updates/world/2015_10_10_01_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_text` SET `probability`=20 WHERE `entry`=15936 AND `groupid`=1; + +DELETE FROM `creature_text` WHERE `entry`=15936 AND `groupid` IN (4,5); +INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`probability`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(15936,4,0,"%s teleports and begins to channel a spell!",41,100,32332,3,"Heigan EMOTE_DANCE"), +(15936,5,0,"%s rushes to attack once more!",41,100,32333,3,"Heigan EMOTE_DANCE_END"); -- cgit v1.2.3