diff options
| author | maximius <none@none> | 2009-10-20 01:35:29 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-20 01:35:29 -0700 |
| commit | 18290c3efe8eac5fb411524a5f5ace7963407789 (patch) | |
| tree | a346668e53baf071852efcfa126656c18dd36f79 /sql/updates | |
| parent | ae16af08779bf65f1663fd0570cae109027c2c79 (diff) | |
*Kroshius' Infernal Core EventAI script, by XTElite1
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6020_world_scripts.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/6020_world_scripts.sql b/sql/updates/6020_world_scripts.sql new file mode 100644 index 00000000000..c13db82fcae --- /dev/null +++ b/sql/updates/6020_world_scripts.sql @@ -0,0 +1,11 @@ + +-- Quest - Kroshius' Infernal Core (level 50 warlock specific) +UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry`=14467; +INSERT INTO `creature_ai_scripts` + (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES + (1446701, 14467, 11, 0, 100, 0, 0, 0, 0, 0, 1, -980, 0, 0, 19, 768, 0, 0, 2, 16, 0, 0, 'Kroshius Spawn Say'); +INSERT INTO `creature_ai_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 + (-980, 'Kroshius live? Kroshius crush!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, NULL); |
