diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-05-13 11:09:10 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-05-13 11:09:10 -0300 |
| commit | 899736d89c3ad7bf26603ef96ae8351cf9810d2c (patch) | |
| tree | dc13c7a08243e26f18c5672379a49ce35538802a /sql/updates | |
| parent | 852254d2584c0a94c8602d7a19c56658f76e9679 (diff) | |
Changes in scripts for quest chain The Amphitheater of Anguish:
- Added blizzlike content, like texts.
- Corrected some spells and timers.
- As i saw in offi can be more than 1 player doing different parts of the chain at the same time.
- Added code to prevent the npc gets out of the ring.
- Added support for The Amphitheater of Anguish: From Beyond.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8179_world_script_texts.sql | 5 | ||||
| -rw-r--r-- | sql/updates/8179_world_scriptname.sql | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/8179_world_script_texts.sql b/sql/updates/8179_world_script_texts.sql new file mode 100644 index 00000000000..190e58da638 --- /dev/null +++ b/sql/updates/8179_world_script_texts.sql @@ -0,0 +1,5 @@ +DELETE FROM `script_texts` WHERE `entry` IN (-1571039,-1571040,-1571041); +INSERT INTO `script_texts` (`npc_entry`,`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 + (30014,-1571039,'Yggdras emerges!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,''), + (30017,-1571040,'Stinkbeard comin'' for you, little ones!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''), + (30007,-1571041,'Do you fell that folks? The air is cracking with energy! Than can only mean one thing...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');
\ No newline at end of file diff --git a/sql/updates/8179_world_scriptname.sql b/sql/updates/8179_world_scriptname.sql new file mode 100644 index 00000000000..fea7968c460 --- /dev/null +++ b/sql/updates/8179_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_elemental_lord' WHERE `entry` IN (30024,30025,30019,30026); +UPDATE `creature_template` SET `ScriptName`='npc_fiend_elemental' WHERE `entry` IN (30044,30042,30043,30045);
\ No newline at end of file |
