aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-06-28 14:38:07 +0200
committerKillyana <morphone1@gmail.com>2017-06-28 14:38:07 +0200
commit7a558e538a256b6ce705096028b09f155a1a4600 (patch)
tree0d3ccc323adf093bc0dec89f46df7bab1956f8fe
parent445c5a00e8734f410ce1abc222ed847ead6741ed (diff)
DB/SAI: Magister Idonis and Arcanist Janeda Event
Closes #19965 By Weyrath
-rw-r--r--sql/updates/world/3.3.5/2017_06_28_00_world.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_28_00_world.sql b/sql/updates/world/3.3.5/2017_06_28_00_world.sql
new file mode 100644
index 00000000000..d234467e631
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_06_28_00_world.sql
@@ -0,0 +1,15 @@
+--
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (16204, 1620400);
+INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
+(16204, 0, 0, 0, 0, 0, 100, 0, 0, 0, 2300, 3900, 11, 20793, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Magister Idonis - In Combat CMC - Cast 'Fireball'"),
+(16204, 0, 1, 0, 2, 0, 100, 1, 0, 15, 0, 0, 25, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Magister Idonis - Between 0-15% Health - Flee For Assist (No Repeat)"),
+(16204, 0, 2, 0, 1, 0, 100, 1, 10000, 20000, 280000, 320000, 80, 1620400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Magister Idonis - OOC - Run Script"),
+(1620400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Magister Idonis - On Script - Say Line 0"),
+(1620400, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 16240, 0, 0, 0, 0, 0, 0, "Magister Idonis - On Script - Say Line 0 (Arcanist Janeda)");
+
+DELETE FROM `creature_text` WHERE `CreatureID` IN (16204, 16240);
+INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
+(16204, 0, 0, "Why doesn't Kaendris move against Dar'Khan yet? What is it we're waiting for?", 12, 0, 100, 1, 0, 0, 12594, 0, "Magister Idonis"),
+(16240, 0, 0, "Calm yourself, Idonis. Brash actions will get us nowhere! Take a break, tap into some mana crystals. You'll feel better.", 12, 0, 100, 1, 0, 0, 12595, 0, "Arcanist Janeda"),
+(16240, 0, 1, "He's got his reasons, Idonis. He thinks the Farstriders have uncovered something.", 12, 0, 100, 1, 0, 0, 12596, 0, "Arcanist Janeda"),
+(16240, 0, 2, "We must remain focused on our work. Once the sanctum starts producing at full capacity, Silvermoon will be forced to send help. Functioning arcane sanctums are in short supply.", 12, 0, 100, 1, 0, 0, 12597, 0, "Arcanist Janeda");