From fe3ba612d94b715bbbbac944418be1188ad66339 Mon Sep 17 00:00:00 2001 From: maximius Date: Fri, 7 Aug 2009 12:12:42 -0700 Subject: *Emalon the Stormwatcher fully scripted, by Necroo (boss needs to be spawned and ScriptName needs to be updated) *Added config options: DurabilityLoss.OnDeath and DurabilityLoss.InPvP, optimized Rate.RepairCost --HG-- branch : trunk --- sql/updates/4807_script_texts.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/4807_script_texts.sql (limited to 'sql/updates/4807_script_texts.sql') diff --git a/sql/updates/4807_script_texts.sql b/sql/updates/4807_script_texts.sql new file mode 100644 index 00000000000..573c44b2fed --- /dev/null +++ b/sql/updates/4807_script_texts.sql @@ -0,0 +1,5 @@ +DELETE FROM script_texts WHERE entry IN(-1590000,-1590001,-1590002); +INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) VALUES +(-1590000, 'Emalon the Storm Watcher overcharges a Tempest Minion!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, 0, 0, 'emalon EMOTE_OVERCHARGE_TEMPEST_MINION'), +(-1590001, 'A Tempest Minion appears to defend Emalon!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, 0, 0, 'emalon EMOTE_MINION_RESPAWN'), +(-1590002, 'Archavon the Stone Watcher goes into a berserker rage!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, 0, 0, 'archavon EMOTE_BERSERK'); -- cgit v1.2.3