DB Updates

This commit is contained in:
hondacrx
2021-09-26 14:30:17 -04:00
parent 53349a5771
commit a43f839669
34 changed files with 2201 additions and 0 deletions
@@ -0,0 +1,21 @@
-- Common Kitten
DELETE FROM `creature_text` WHERE `CreatureID` IN (9937,9936);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(9937,0,0,"%s jumps into the moonwell, and goes underwater...",16,0,100,0,0,0,5939,0,"Common Kitten"),
(9936,1,0,"%s follows $n obediently.",16,0,100,0,0,0,5940,0,"Corrupted Kitten");
DELETE FROM `smart_scripts` WHERE `entryorguid`=9937 AND `source_type`=0 AND `id` IN (0,1,2);
DELETE FROM `smart_scripts` WHERE `entryorguid`=993700 AND `source_type`=9;
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
(9937,0,0,0,54,0,100,0,0,0,0,0,80,993700,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Just Summoned - Run Script"),
(993700,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Set Rooted On"),
(993700,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,23,0,0,0,0,0,0,0,"Common Kitten - On Script - Say Line 0"),
(993700,9,2,0,0,0,100,0,4000,4000,0,0,36,9936,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Update Template To 'Corrupted Kitten'"),
(993700,9,3,0,0,0,100,0,0,0,0,0,11,16510,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Cast 'Corrupted Saber Visual (DND)'"),
(993700,9,4,0,0,0,100,0,0,0,0,0,3,10042,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Morph to Entry 'Corrupted Kitten'"),
(993700,9,5,0,0,0,100,0,2000,2000,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Common Kitten - On Script - Set Rooted Off"),
(993700,9,6,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,23,0,0,0,0,0,0,0,"Common Kitten - On Script - Say Line 1");
DELETE FROM `gossip_menu` WHERE `MenuID`=55002; -- Add Gossip Text
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(55002,3550,0);
@@ -0,0 +1,271 @@
-- Chillwind Ravager
DELETE FROM `smart_scripts` WHERE `entryorguid`=7449 AND `source_type`=0 AND `id`=1;
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
(7449,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Chillwind Ravager - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7449;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7449,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Chillwind Ravager");
-- Crazed Owlbeast
DELETE FROM `smart_scripts` WHERE `entryorguid`=7452 AND `source_type`=0 AND `id`=1;
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
(7452,0,1,0,2,0,100,1,0,50,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Crazed Owlbeast - Between 0-50% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7452;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7452,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Crazed Owlbeast");
-- Frostsaber Huntress
DELETE FROM `smart_scripts` WHERE `entryorguid`=7433 AND `source_type`=0 AND `id`=2;
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
(7433,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostsaber Huntress - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7433;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7433,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Frostsaber Huntress");
-- Frostsaber Pride Watcher
DELETE FROM `smart_scripts` WHERE `entryorguid`=7434 AND `source_type`=0 AND `id`=2;
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
(7434,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Frostsaber Pride Watcher - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7434;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7434,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Frostsaber Pride Watcher");
-- Rak'shiri
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=10200 AND `source_type`=0 AND `id`=2;
-- 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
-- (10200,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rak'shiri - Between 0-30% Health - Say Line 0 (No Repeat)");
-- DELETE FROM `creature_text` WHERE `CreatureID`=10200;
-- INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
-- (10200,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Rak'shiri");
-- Shadowhide Brute
DELETE FROM `smart_scripts` WHERE `entryorguid`=432 AND `source_type`=0 AND `id`=2;
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
(432,0,2,0,2,0,100,1,0,30,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Shadowhide Brute - Between 0-30% Health - Say Line 1 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=432 AND `GroupID`=1;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(432,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Shadowhide Brute");
-- Bloodscalp Witch Doctor
DELETE FROM `smart_scripts` WHERE `entryorguid`=660 AND `source_type`=0 AND `id`=4;
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
(660,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodscalp Witch Doctor - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=660;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(660,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bloodscalp Witch Doctor");
-- Bloodscalp Scavenger
DELETE FROM `smart_scripts` WHERE `entryorguid`=702 AND `source_type`=0 AND `id`=4;
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
(702,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bloodscalp Scavenger - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=702;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(702,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bloodscalp Scavenger");
-- Gan'zulah
DELETE FROM `smart_scripts` WHERE `entryorguid`=1061 AND `source_type`=0 AND `id`=1;
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
(1061,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gan'zulah - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=1061;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(1061,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gan'zulah");
-- Scarlet Executioner
DELETE FROM `smart_scripts` WHERE `entryorguid`=1841 AND `source_type`=0 AND `id`=4;
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
(1841,0,4,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Executioner - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=1841;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(1841,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Scarlet Executioner");
-- Raging Thunder Lizard
DELETE FROM `smart_scripts` WHERE `entryorguid`=4726 AND `source_type`=0 AND `id`=2;
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
(4726,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Thunder Lizard - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=4726;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(4726,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Thunder Lizard");
-- Withered Protector
DELETE FROM `smart_scripts` WHERE `entryorguid`=7149 AND `source_type`=0 AND `id`=2;
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
(7149,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Withered Protector - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7149;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7149,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Withered Protector");
-- Retherokk the Berserker
DELETE FROM `smart_scripts` WHERE `entryorguid`=8216 AND `source_type`=0 AND `id`=2;
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
(8216,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Retherokk the Berserker - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=8216;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(8216,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Retherokk the Berserker");
-- Verek
DELETE FROM `smart_scripts` WHERE `entryorguid`=9042 AND `source_type`=0 AND `id`=2;
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
(9042,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Verek - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=9042;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(9042,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Verek");
-- Xavathras
DELETE FROM `smart_scripts` WHERE `entryorguid`=9454 AND `source_type`=0 AND `id`=2;
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
(9454,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Xavathras - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=9454;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(9454,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Xavathras");
-- Brumeran
DELETE FROM `smart_scripts` WHERE `entryorguid`=10807 AND `source_type`=0 AND `id`=3;
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
(10807,0,3,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Brumeran - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=10807;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(10807,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Brumeran");
-- Desert Rager
DELETE FROM `smart_scripts` WHERE `entryorguid`=11747 AND `source_type`=0 AND `id`=2;
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
(11747,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Desert Rager - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=11747;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(11747,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Desert Rager");
-- Twilight Avenger
DELETE FROM `smart_scripts` WHERE `entryorguid`=11880 AND `source_type`=0 AND `id`=2;
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
(11880,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Avenger - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=11880;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(11880,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Twilight Avenger");
-- Enraged Reef Crawler
DELETE FROM `smart_scripts` WHERE `entryorguid`=12347 AND `source_type`=0 AND `id`=1;
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
(12347,0,1,0,2,0,100,1,0,20,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Enraged Reef Crawler - Between 0-20% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=12347;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(12347,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Enraged Reef Crawler");
-- Mongress
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=14344 AND `source_type`=0 AND `id`=2;
-- 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
-- (14344,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mongress - Between 0-30% Health - Say Line 0 (No Repeat)");
-- DELETE FROM `creature_text` WHERE `CreatureID`=14344;
-- INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
-- (14344,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Mongress");
-- Twilight Marauder
DELETE FROM `smart_scripts` WHERE `entryorguid`=15542 AND `source_type`=0 AND `id`=3;
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
(15542,0,3,0,2,0,100,1,0,20,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Twilight Marauder - Between 0-20% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=15542;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(15542,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Twilight Marauder");
-- Xandivious
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=15623 AND `source_type`=0 AND `id`=6;
-- 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
-- (15623,0,6,0,2,0,100,1,0,50,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Xandivious - Between 0-50% Health - Say Line 0 (No Repeat)");
-- DELETE FROM `creature_text` WHERE `CreatureID`=15623;
-- INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
-- (15623,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Xandivious");
-- Gangled Cannibal
DELETE FROM `smart_scripts` WHERE `entryorguid`=16309 AND `source_type`=0 AND `id`=1;
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
(16309,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gangled Cannibal - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=16309;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16309,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gangled Cannibal");
-- Vengeful Apparition
DELETE FROM `smart_scripts` WHERE `entryorguid`=16328 AND `source_type`=0 AND `id`=1;
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
(16328,0,1,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Vengeful Apparition - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=16328;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16328,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Vengeful Apparition");
-- Bonechewer Mutant
DELETE FROM `smart_scripts` WHERE `entryorguid`=16876 AND `source_type`=0 AND `id`=4;
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
(16876,0,4,0,2,0,100,1,0,50,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Bonechewer Mutant - Between 0-50% Health - Say Line 1 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=16876 AND `GroupID`=1;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16876,1,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Bonechewer Mutant");
-- Gordunni Head-Splitter
DELETE FROM `smart_scripts` WHERE `entryorguid`=22148 AND `source_type`=0 AND `id`=2;
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
(22148,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Gordunni Head-Splitter - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=22148;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(22148,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Gordunni Head-Splitter");
-- Jabbering Ghoul
DELETE FROM `smart_scripts` WHERE `entryorguid`=10801 AND `source_type`=0 AND `id`=3;
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
(10801,0,3,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jabbering Ghoul - On Aggro - Say Line 0");
DELETE FROM `creature_text` WHERE `CreatureID`=10801;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(10801,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Jabbering Ghoul");
-- Farmer Dalson
DELETE FROM `smart_scripts` WHERE `entryorguid`=10836 AND `source_type`=0 AND `id`=4;
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
(10836,0,4,0,4,0,100,1,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Farmer Dalson - On Aggro - Say Line 0");
DELETE FROM `creature_text` WHERE `CreatureID`=10836;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(10836,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Farmer Dalson");
-- Raging Moonkin
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=10160 AND `source_type`=0 AND `id` IN (0,2);
-- 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
-- (10160,0,0,0,4,0,100,0,0,0,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Moonkin - On Aggro - Cast 'Enrage'"),
-- (10160,0,2,0,4,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Moonkin - On Aggro - Say Line 0");
-- DELETE FROM `creature_text` WHERE `CreatureID`=10160;
-- INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
-- (10160,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Moonkin");
-- Raging Owlbeast
DELETE FROM `smart_scripts` WHERE `entryorguid`=7451 AND `source_type`=0 AND `id` IN (1,2);
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
(7451,0,1,0,2,0,100,1,0,30,0,0,11,8599,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Owlbeast - Between 0-30% Health - Cast Enrage (No Repeat)"),
(7451,0,2,0,2,0,100,1,0,30,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Raging Owlbeast - Between 0-30% Health - Say Line 0 (No Repeat)");
DELETE FROM `creature_text` WHERE `CreatureID`=7451;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(7451,0,0,"%s becomes enraged!",16,0,100,0,0,0,10677,0,"Raging Owlbeast");
@@ -0,0 +1,16 @@
-- Mehlar Dawnblade
DELETE FROM `creature_text` WHERE `CreatureID`=17099;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(17099,0,0,"Uther Lightbringer brought only darkness to Quel'Thalas. Let us see if we can bring some darkness to his tomb!",12,0,100,1,0,0,14112,0,"Mehlar Dawnblade"),
(17099,1,0,"At last I will have my revenge!",12,0,100,11,0,0,14115,0,"Mehlar Dawnblade");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=17099;
DELETE FROM `smart_scripts` WHERE `entryorguid`=17099 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=1709900 AND `source_type`=9;
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
(17099,0,0,0,20,0,100,0,9443,0,0,0,80,1709900,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Quest 'The So-Called Mark of the Lightbringer' Finished - Run Script"),
(1709900,9,0,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Remove Npc Flag Questgiver+Gossip"),
(1709900,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Say Line 0"),
(1709900,9,2,0,0,0,100,0,3000,3000,0,0,11,16633,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Cast 'Create Item Visual (DND)'"),
(1709900,9,3,0,0,0,100,0,7000,7000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Say Line 1"),
(1709900,9,4,0,0,0,100,0,0,0,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Mehlar Dawnblade - On Script - Add Npc Flag Questgiver+Gossip");
@@ -0,0 +1,6 @@
-- Champion Cyssa Dawnrose --> Fix gossip text
DELETE FROM `gossip_menu` WHERE `MenuID`=8111 AND `TextID` IN (10040,10044);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(8111,10044,0);
UPDATE `conditions` SET `SourceEntry`=10044 WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=8111 AND `SourceEntry`=10040;
@@ -0,0 +1,15 @@
-- Ambassador Sunsorrow
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7178;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,7178,8740,0,0,16,0,512,0,0,0,0,0,"","Show gossip text if player is a Blood Elf"),
(14,7178,8458,0,0,16,0,1279,0,0,0,0,0,"","Show gossip text if player is not a Blood Elf");
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7178,8312) AND `TextID`=10378;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(8312,10378,0);
UPDATE `gossip_menu_option_action` SET `ActionMenuID`=8312 WHERE `MenuID`=7178;
DELETE FROM `smart_scripts` WHERE `entryorguid`=16287 AND `source_type`=0;
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`, `event_param5`, `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
(16287,0,0,0,62,0,100,0,7178,0,0,0,0,85,37084,0,0,0,0,0,7,0,0,0,0,0,0,0,"Ambassador Sunsorrow - On Gossip Option 0 Selected - Create Item 'Lament of the Highborne'");
@@ -0,0 +1,10 @@
-- Joseph Redpath's Monument
UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry`=176145;
DELETE FROM `smart_scripts` WHERE `entryorguid`=176145 AND `source_type`=1;
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
(176145,1,0,0,70,0,100,1,2,0,0,0,12,10936,3,0,0,0,0,8,0,0,0,1165.83,-1719.55,60.9121,2.1369,"Joseph Redpath's Monument - On Gameobject State Changed - Summon Creature 'Joseph Redpath'"),
(176145,1,1,0,70,0,100,1,2,0,0,0,1,2,0,0,0,0,0,19,10936,0,0,0,0,0,0,"Joseph Redpath's Monument - On Gameobject State Changed - Say Line 2 (Joseph Redpath)");
DELETE FROM `creature_text` WHERE `CreatureID`=10936 AND `GroupID`=2;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(10936,2,0,"Save me...",15,0,100,0,0,0,6274,0,"Joseph Redpath");
@@ -0,0 +1,11 @@
-- Augustus the Touched
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=12384;
DELETE FROM `smart_scripts` WHERE `entryorguid`=12384 AND `source_type`=0;
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
(12384,0,0,0,1,0,100,0,1000,15000,150000,180000,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Augustus the Touched - Out of Combat - Say Line 0");
DELETE FROM `creature_text` WHERE `CreatureID`=12384;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(12384,0,0,"You won't find better prices anywhere!",14,0,100,22,0,0,7627,0,"Augustus the Touched"),
(12384,0,1,"I'm Augustus, and my prices are INSANE!",14,0,100,22,0,0,7628,0,"Augustus the Touched"),
(12384,0,2,"I'm Augustus! You want it, I got it! You wanna sell it, then I want it!",14,0,100,22,0,0,7629,0,"Augustus the Touched");
@@ -0,0 +1,8 @@
-- Tirion Fordring
DELETE FROM `gossip_menu` WHERE `MenuID`=3502 AND `TextID`=4673;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(3502,4673,0);
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=3502;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14,3502,4673,0,0,9,0,5742,0,0,0,0,0,"","Show gossip text 4673 if quest 'Redemption' is taken");
@@ -0,0 +1,34 @@
-- Thun'grim Firegaze
DELETE FROM `creature_text` WHERE `CreatureID`=5878;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(5878,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Thun'grim Firegaze"),
(5878,1,0,"Your armor is ready, $n.",12,1,100,1,0,0,2634,0,"Thun'grim Firegaze");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=5878;
DELETE FROM `smart_scripts` WHERE `entryorguid`=5878 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (587800,587801) AND `source_type`=9;
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
(5878,0,0,0,20,0,100,0,1838,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Quest 'Brutal Armor' Finished - Remove Npc Flag Questgiver"),
(5878,0,1,0,20,0,100,0,1838,0,0,0,53,0,5878,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Quest 'Brutal Armor' Finished - Start Waypoint"),
(5878,0,2,0,40,0,100,0,3,5878,0,0,80,587800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Waypoint 3 Reached - Run Script"),
(5878,0,3,0,40,0,100,0,6,5878,0,0,80,587801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Waypoint 6 Reached - Run Script"),
(587800,9,0,0,0,0,100,0,0,0,0,0,54,39000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Pause Waypoint"),
(587800,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.92829,"Thun'grim Firegaze - On Script - Set Orientation"),
(587800,9,2,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Say Line 0"),
(587800,9,3,0,0,0,100,0,0,0,0,0,17,69,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 69"),
(587800,9,4,0,0,0,100,0,15000,15000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 0"),
(587800,9,5,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,4.30012,"Thun'grim Firegaze - On Script - Set Orientation"),
(587800,9,6,0,0,0,100,0,1000,1000,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 233"),
(587800,9,7,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Set Emote State 0"),
(587801,9,0,0,0,0,100,0,1000,1000,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,0.820305,"Thun'grim Firegaze - On Script - Set Orientation"),
(587801,9,1,0,0,0,100,0,0,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Say Line 1"),
(587801,9,2,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Thun'grim Firegaze - On Script - Add Npc Flag Questgiver");
DELETE FROM `waypoints` WHERE `entry`=5878;
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
(5878,1,-423.713,-3167.24,212.779,""),
(5878,2,-423.211,-3164.23,212.864,""),
(5878,3,-425.1,-3162.25,212.697,""),
(5878,4,-423.211,-3164.23,212.864,""),
(5878,5,-423.713,-3167.24,212.779,""),
(5878,6,-437.62,-3176.26,211.385,"");
@@ -0,0 +1,19 @@
-- Ula'elek
DELETE FROM `creature_text` WHERE `CreatureID`=6408;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(6408,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Ula'elek"),
(6408,1,0,"I am done. Your armor is ready, $n.",12,1,100,1,0,0,2646,0,"Ula'elek");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6408;
DELETE FROM `smart_scripts` WHERE `entryorguid`=6408 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=640800 AND `source_type`=9;
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
(6408,0,0,0,20,0,100,0,1842,0,0,0,80,640800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Quest 'Satyr Hooves' Finished - Run Script"),
(640800,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Remove Npc Flag Questgiver"),
(640800,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Say Line 0"),
(640800,9,2,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Set Emote State 233"),
(640800,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Set Emote State 0"),
(640800,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Say Line 1"),
(640800,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Ula'elek - On Script - Add Npc Flag Questgiver");
-- UPDATE `creature` SET `position_x`=-811.458, `position_y`=-4939.82, `position_z`=20.4816, `orientation`=3.59002 WHERE `guid`=6490;
@@ -0,0 +1,20 @@
-- Orm Stonehoof
DELETE FROM `creature_text` WHERE `CreatureID`=6410;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(6410,0,0,"%s begins to work...",16,0,100,0,0,0,2348,0,"Orm Stonehoof"),
(6410,1,0,"I have completed your helm, $n.",12,1,100,1,0,0,2635,0,"Orm Stonehoof");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6410;
DELETE FROM `smart_scripts` WHERE `entryorguid`=6410 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=641000 AND `source_type`=9;
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
(6410,0,0,0,20,0,100,0,1844,0,0,0,80,641000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Quest 'Chimaeric Horn' Finished - Run Script"),
(641000,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Remove Npc Flag Questgiver"),
(641000,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Say Line 0"),
(641000,9,2,0,0,0,100,0,0,0,0,0,17,233,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Set Emote State 233"),
(641000,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Set Emote State 0"),
(641000,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Say Line 1"),
(641000,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Orm Stonehoof - On Script - Add Npc Flag Questgiver");
-- UPDATE `creature` SET `position_x`=-1239.54, `position_y`=109.707, `position_z`=129.58, `orientation`=1.89658 WHERE `guid`=24678;
UPDATE `creature` SET `guid`=24678, `spawntimesecs`=300 WHERE `guid`=296257;
@@ -0,0 +1,17 @@
-- Velora Nitely
DELETE FROM `creature_text` WHERE `CreatureID`=6411;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(6411,0,0,"%s begins to craft...",16,0,100,0,0,0,2644,0,"Velora Nitely"),
(6411,1,0,"I have finished your leg guards, $n.",12,0,100,1,0,0,2645,0,"Velora Nitely");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6411;
DELETE FROM `smart_scripts` WHERE `entryorguid`=6411 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid`=641100 AND `source_type`=9;
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
(6411,0,0,0,20,0,100,0,1846,0,0,0,80,641100,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Quest 'Dragonmaw Shinbones' Finished - Run Script"),
(641100,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Remove Npc Flag Questgiver"),
(641100,9,1,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Say Line 0"),
(641100,9,2,0,0,0,100,0,0,0,0,0,17,133,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Set Emote State 133"),
(641100,9,3,0,0,0,100,0,20000,20000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Set Emote State 0"),
(641100,9,4,0,0,0,100,0,500,500,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Say Line 1"),
(641100,9,5,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Velora Nitely - On Script - Add Npc Flag Questgiver");
@@ -0,0 +1,23 @@
-- Brutal Armor set Quest chaining
UPDATE `quest_template` SET `AllowableRaces`=16 WHERE `ID`=1841;
UPDATE `quest_template` SET `AllowableRaces`=32 WHERE `ID`=1840;
UPDATE `quest_template` SET `AllowableRaces`=2|128 WHERE `ID`=1839;
UPDATE `quest_template_addon` SET `PrevQuestID`=1848 WHERE `ID` IN (1841,1840,1839,1846,1844,1842);
-- BreadCrumb Quest "Velora Nitely and the Brutal Legguards"
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1841,1846);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19,0,1841,0,0,14,0,1846,0,0,0,0,0,"","Quest 'Velora Nitely and the Brutal Legguards' can only be taken if quest 'Dragonmaw Shinbones' is not taken"),
(19,0,1846,0,0,28,0,1841,0,0,1,0,0,"","Quest 'Dragonmaw Shinbones' can only be taken if quest 'Velora Nitely and the Brutal Legguards' is not completed");
-- BreadCrumb Quest "Orm Stonehoof and the Brutal Helm"
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1840,1844);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19,0,1840,0,0,14,0,1844,0,0,0,0,0,"","Quest 'Orm Stonehoof and the Brutal Helm' can only be taken if quest 'Chimaeric Horn' is not taken"),
(19,0,1844,0,0,28,0,1840,0,0,1,0,0,"","Quest 'Chimaeric Horn' can only be taken if quest 'Orm Stonehoof and the Brutal Helm' is not completed");
-- BreadCrumb Quest "Ula'elek and the Brutal Gauntlets"
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry` IN (1839,1842);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(19,0,1839,0,0,14,0,1842,0,0,0,0,0,"","Quest 'Ula'elek and the Brutal Gauntlets' can only be taken if quest 'Satyr Hooves' is not taken"),
(19,0,1842,0,0,28,0,1839,0,0,1,0,0,"","Quest 'Satyr Hooves' can only be taken if quest 'Ula'elek and the Brutal Gauntlets' is not completed");
@@ -0,0 +1,2 @@
--
DELETE FROM `gameobject` WHERE `id` IN (191163);
@@ -0,0 +1,18 @@
--
DELETE FROM `quest_template_addon` WHERE `ID` IN (6042,6022,6133,6135,6136,6163,6144,14349,14350);
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES
(6022,0,0,0,0,6136,-6133,0,0,0,0,0,0,0,0,1,0),
(6042,0,0,0,0,6135,-6133,0,0,0,0,0,0,0,0,0,0),
(6133,0,0,0,0,6135,-6133,0,0,0,0,0,0,0,0,0,0),
(6135,0,0,0,0,6144,-6135,0,0,0,0,0,0,0,0,0,0),
(6136,0,0,0,0,6163,-6135,0,0,0,0,0,0,0,0,0,0),
(6144,0,0,0,0,14350,0,0,0,0,0,0,0,0,0,0,0),
(14350,0,0,0,0,6146,0,0,0,0,0,0,0,0,0,0,0);
DELETE FROM `disables` WHERE `sourceType`=1 AND `entry` IN (14349,6145);
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(1,14349,0,"","","Deprecated quest"),
(1,6145,0,"","","Deprecated quest");
-- UPDATE `quest_template` SET `RewardNextQuest`=0 WHERE `ID`=6144;
-- UPDATE `quest_offer_reward` SET `RewardText`="The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into our lands, desecrate our structures and monuments and murder our people.$B$BThe time has come to deal with this pest. You will become the instrument of our reckoning." WHERE `ID`=6144;
@@ -0,0 +1,34 @@
-- Rohan the Assassin --> Add gossip option
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7118,7119,7120,7121,7122);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(7118,8380,0),
(7119,8381,0),
(7120,8382,0),
(7121,8383,0),
(7122,8384,0);
DELETE FROM `gossip_menu_option` WHERE `MenuId`=7101 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (7118,7119,7120,7121);
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
(7101,0,0,"What is it that you do exactly, Rohan?",12003,1,1,0),
(7118,0,0,"So what brings you to Light's Hope?",12005,1,1,0),
(7119,0,0,"What? Bonescythe?",12007,1,1,0),
(7120,0,0,"Wow, you're insane, aren't you?",12009,1,1,0),
(7121,0,0,"Hey wait, Gadgetzan has a disco?",12011,1,1,0);
DELETE FROM `gossip_menu_option_action` WHERE `MenuId`=7101 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option_action` WHERE `MenuId` IN (7118,7119,7120,7121);
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuId`, `ActionPoiId`) VALUES
(7101,0,7118,0),
(7118,0,7119,0),
(7119,0,7120,0),
(7120,0,7121,0),
(7121,0,7122,0);
DELETE FROM `npc_text` WHERE `ID` IN (8380,8381,8382,8383,8384);
INSERT INTO `npc_text` (`ID`,`BroadcastTextID0`,`Probability0`) VALUES
(8380,12004,1),
(8381,12006,1),
(8382,12008,1),
(8383,12010,1),
(8384,12012,1);
@@ -0,0 +1,26 @@
-- Rayne --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuID` IN (7123,7124,7125);
INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES
(7123,8385,0),
(7124,8386,0),
(7125,8387,0);
DELETE FROM `gossip_menu_option` WHERE `MenuId`=7104 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (7123,7124);
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
(7104,0,0,"Hello, Rayne. What brings the Cenarion Circle to the Plaguelands?",12015,1,1,0),
(7123,0,0,"Are these lands not beyond healing? They look pretty beat up.",12017,1,1,0),
(7124,0,0,"What kind of services?",12019,1,1,0);
DELETE FROM `gossip_menu_option_action` WHERE `MenuId`=7104 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option_action` WHERE `MenuId` IN (7123,7124);
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuID`, `ActionPoiID`) VALUES
(7104,0,7123,0),
(7123,0,7124,0),
(7124,0,7125,0);
DELETE FROM `npc_text` WHERE `ID` IN (8385,8386,8387);
INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES
(8385,12016,1),
(8386,12018,1),
(8387,12020,1);
@@ -0,0 +1,10 @@
-- Quest "Araj's Scarab"
DELETE FROM `smart_scripts` WHERE `entryorguid`=11056 AND `source_type`=0 AND `id`=8;
DELETE FROM `smart_scripts` WHERE `entryorguid`=1105600 AND `source_type`=9;
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`, `event_param5`, `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
(11056,0,8,0,20,0,100,0,5803,0,0,0,0,80,1105600,0,0,0,0,0,1,0,0,0,0,0,0,0,'Alchemist Arbington - On Quest \'Araj\'s Scarab\' Rewarded - Run Script'),
(1105600,9,0,0,0,0,100,0,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Remove Npc Flag Questgiver"),
(1105600,9,1,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Say Line 0"),
(1105600,9,2,0,0,0,100,0,0,0,0,0,0,11,15050,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Cast 'Psychometry'"),
(1105600,9,3,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Say Line 1"),
(1105600,9,4,0,0,0,100,0,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Alchemist Arbington and Apothecary Dithers - On Script - Add Npc Flag Questgiver");
@@ -0,0 +1,157 @@
-- Texts
DELETE FROM `creature_text` WHERE `CreatureID` IN (16114,16115,16113,16256,16116,16134,16135);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(16114,0,0,"Your message did reach us, Commander, but by no means is our involvement here sanctioned by the Grand Crusader.",12,0,100,1,0,0,12047,0,"Scarlet Commander Marjhan"),
(16114,1,0,"The heathens will be forced to react. Orcs, bull-men...",12,0,100,1,0,0,12052,0,"Scarlet Commander Marjhan"),
(16114,2,0,"Whatever. The revolting, unkempt Horde filth...",12,0,100,5,0,0,12054,0,"Scarlet Commander Marjhan"),
(16114,3,0,"Too little, too late. The dam has broken. We are a bump in the road at best.",12,0,100,274,0,0,12056,0,"Scarlet Commander Marjhan"),
(16114,4,0,"There is always... Ashbringer.",12,0,100,1,0,0,12058,0,"Scarlet Commander Marjhan"),
(16114,5,0,"Thank you, Jessica.",12,0,100,2,0,0,12143,0,"Scarlet Commander Marjhan"),
(16114,6,0,"And might I add, that dress is lovely! You must tell me where you got it from.",12,0,100,1,0,0,12144,0,"Scarlet Commander Marjhan"),
(16115,0,0,"Your leader takes residence at the doorstep to Naxxramas. Do you think he does not feel the pressure?",12,0,100,6,0,0,12048,0,"Commander Eligor Dawnbringer"),
(16115,1,0,"%s lowers the sound of his voice to a whisper.",16,0,100,0,0,0,12049,0,"Commander Eligor Dawnbringer"),
(16115,2,0,"Even demons are capable of fear...",12,0,100,0,0,0,12050,0,"Commander Eligor Dawnbringer"),
(16115,3,0,"Scourge activity in the Plaguelands has increased ten-fold. We are receiving reports of Scourge attacks from as far away as Kalimdor! Now how do you suppose this has happened? How have the wretched undead done that which was previously thought impossible? Is nowhere safe?",12,0,100,1,0,0,12051,0,"Commander Eligor Dawnbringer"),
(16115,4,0,"Tauren.",12,0,100,0,0,0,12053,0,"Commander Eligor Dawnbringer"),
(16115,5,0,"You lack tact, Commander. This is not surprising. However, you are right in that the Horde will be forced to act. But not just the Horde. They already come - heroes from across the world.",12,0,100,1,0,0,12055,0,"Commander Eligor Dawnbringer"),
(16115,6,0,"So why are you here? What are we to do if there is no hope?",12,0,100,6,0,0,12057,0,"Commander Eligor Dawnbringer"),
(16115,7,0,"So this is what you have come for? To try and claim that which is the reason for the Dawn's existence and the Crusade's downfall? You open old wounds with your words, Commander!",12,0,100,6,0,0,12062,0,"Commander Eligor Dawnbringer"),
(16115,8,0,"The Ashbringer is dead and there will never be another like him. The lesser Mograine is a far cry from the man his father was. You know this, Commander! It was, after all, your own leadership that was responsible for the death of the Scarlet Highlord Mograine.",12,0,100,5,0,0,12063,0,"Commander Eligor Dawnbringer"),
(16115,9,0,"It was your leadership that manipulated a grieving child to try and recover the sword. A child that has grown into a man with nothing but vengeance and hatred in his heart! And for what? You are no closer to the sword now than you were five years ago.",12,0,100,25,0,0,12065,0,"Commander Eligor Dawnbringer"),
(16115,10,0,"Yet you think that recovering Ashbringer will somehow turn the tide of battle? Let me let you in on a little secret, Commander: The power of the Ashbringer came from the man who would wield it... I was there, Commander. I watched him burn legions of undead in righteous fire before he would even unsheathe the blade. Alas, your grasp on history is ... lacking.",12,0,100,1,0,0,12066,0,"Commander Eligor Dawnbringer"),
(16115,11,0,"Now be silent and note where you are, lest I inform Lord Fordring and his knights that you are no longer here on amicable terms. I am certain he would take great pleasure in seeing to your 'atonement.'",12,0,100,5,0,0,12067,0,"Commander Eligor Dawnbringer"),
(16115,12,0,"The fish is exquisite, Jessica.",12,0,100,1,0,0,12138,0,"Commander Eligor Dawnbringer"),
(16115,13,0,"My compliments to the chef!",12,0,100,1,0,0,12137,0,"Commander Eligor Dawnbringer"),
(16115,14,0,"Delicious!",12,0,100,0,0,0,12139,0,"Commander Eligor Dawnbringer"),
(16256,0,0,"Ok, you had the fish platter, Commander. Enjoy!",12,0,100,1,0,0,12132,0,"Jessica Chambers"),
(16256,1,0,"Father, you had the bowl of fruit? Right?",12,0,100,6,0,0,12133,0,"Jessica Chambers"),
(16256,2,0,"And for the ladies, roast baby boar. Enjoy!",12,0,100,1,0,0,12134,0,"Jessica Chambers"),
(16256,3,0,"Please let me know if you need anything else!",12,0,100,1,0,0,12135,0,"Jessica Chambers"),
(16113,0,0,"Thank you, Mrs. Chambers.",12,0,100,1,0,0,12140,0,"Father Inigo Montoy"),
(16113,1,0,"Is this a mango? Stupendous!",12,0,100,4,0,0,12141,0,"Father Inigo Montoy"),
(16113,2,0,"You've really outdone yourself this time, Mrs. Chambers. Not a spot of mold to be found!",12,0,100,1,0,0,12142,0,"Father Inigo Montoy"),
(16116,0,0,"Oh, quite succulent. Many thanks, Mrs. Chambers.",12,0,100,2,0,0,12147,0,"Archmage Angela Dosantos"),
(16116,1,0,"The boar is superb!",12,0,100,4,0,0,12146,0,"Archmage Angela Dosantos"),
(16116,2,0,"Indeed... lovely dress, Jessica.",12,0,100,273,0,0,12145,0,"Archmage Angela Dosantos"),
(16134,0,0,"Watch, druid. The earth still breathes. It yearns to be cleansed.",12,0,100,1,0,0,11946,0,"Rimblat Earthshatter"),
(16135,0,0,"That is wonderous, Rimblat! Even this foul, sundered earth is not beyond healing.",12,0,100,273,0,0,11945,0,"Rayne");
-- Scarlet Commander Marjhan
UPDATE `npc_text` SET `BroadcastTextID0`=11944 WHERE `ID`=8354;
-- UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16114;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16114 AND `source_type`=0;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=1611400 AND `source_type`=9;
-- 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
-- (16114,0,0,0,1,0,100,0,5000,5000,480000,480000,80,1611400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - Out of Combat - Run Script"),
-- (16114,0,1,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Data 1 1 Set - Set Event Phase 1"),
-- (16114,0,2,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Data 2 2 Set - Set Event Phase 0"),
-- (16114,0,3,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - Out of Combat - Play Emote 'Eat'"),
-- (1611400,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,"Scarlet Commander Marjhan - On Script - Say Line 0"),
-- (1611400,9,1,0,0,0,100,0,6000,6000,0,0,1,0,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 0 (Commander Eligor Dawnbringer)"),
-- (1611400,9,2,0,0,0,100,0,6000,6000,0,0,1,1,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 1 (Commander Eligor Dawnbringer)"),
-- (1611400,9,3,0,0,0,100,0,0,0,0,0,1,2,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2 (Commander Eligor Dawnbringer)"),
-- (1611400,9,4,0,0,0,100,0,5000,5000,0,0,1,3,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 3 (Commander Eligor Dawnbringer)"),
-- (1611400,9,5,0,0,0,100,0,15000,15000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 1"),
-- (1611400,9,6,0,0,0,100,0,4000,4000,0,0,1,4,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 4 (Commander Eligor Dawnbringer)"),
-- (1611400,9,7,0,0,0,100,0,2000,2000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2"),
-- (1611400,9,8,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 5 (Commander Eligor Dawnbringer)"),
-- (1611400,9,9,0,0,0,100,0,10000,10000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 2"),
-- (1611400,9,10,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 6 (Commander Eligor Dawnbringer)"),
-- (1611400,9,11,0,0,0,100,0,5000,5000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 4"),
-- (1611400,9,12,0,0,0,100,0,4000,4000,0,0,91,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Remove Flag Standstate 'Sit' (Commander Eligor Dawnbringer)"),
-- (1611400,9,13,0,0,0,100,0,2000,2000,0,0,1,7,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 7 (Commander Eligor Dawnbringer)"),
-- (1611400,9,14,0,0,0,100,0,10000,10000,0,0,1,8,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 8 (Commander Eligor Dawnbringer)"),
-- (1611400,9,15,0,0,0,100,0,14000,14000,0,0,1,9,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 9 (Commander Eligor Dawnbringer)"),
-- (1611400,9,16,0,0,0,100,0,13000,13000,0,0,1,10,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 10 (Commander Eligor Dawnbringer)"),
-- (1611400,9,17,0,0,0,100,0,20000,20000,0,0,1,11,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Say Line 11 (Commander Eligor Dawnbringer)"),
-- (1611400,9,18,0,0,0,100,0,10000,10000,0,0,90,5,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Add Flag Standstate 'Sit' (Commander Eligor Dawnbringer)"),
-- (1611400,9,19,0,0,0,100,0,120000,120000,0,0,45,1,1,0,0,0,0,19,16256,0,0,0,0,0,0,"Scarlet Commander Marjhan - On Script - Set Data to Jessica Chambers");
-- Jessica Chambers
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16256 AND `source_type`=0 AND `id` IN (2,3,4,5);
-- DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1625600,1625601) AND `source_type`=9;
-- 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
-- (16256,0,2,0,38,0,100,0,1,1,0,0,53,0,16256,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Data Set - Start Waypoint"),
-- (16256,0,3,0,40,0,100,0,1,16256,0,0,80,1625600,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Waypoint 1 Reached - Run Script"),
-- (16256,0,4,0,40,0,100,0,5,16256,0,0,80,1625601,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Waypoint 5 Reached - Run Script"),
-- (16256,0,5,0,40,0,100,0,8,16256,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.16421,"Jessica Chambers - On Waypoint 8 Reached - Set Orientation"),
-- (1625600,9,0,0,0,0,100,0,0,0,0,0,54,34000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Pause Waypoint"),
-- (1625600,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,3.6761,"Jessica Chambers - On Script - Set Orientation"),
-- (1625600,9,3,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0"),
-- (1625600,9,4,0,0,0,100,0,0,0,0,0,50,181143,120,0,0,0,0,8,0,0,0,2298.4,-5341.18,91.8703,5.28751,"Jessica Chambers - On Script - Summon Gameobject 'Fish of the Day'"),
-- (1625600,9,5,0,0,0,100,0,4000,4000,0,0,5,7,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Commander Eligor Dawnbringer)"),
-- (1625600,9,6,0,0,0,100,0,4000,4000,0,0,1,12,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 12 (Commander Eligor Dawnbringer)"),
-- (1625600,9,7,0,0,0,100,0,4000,4000,0,0,1,13,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 13 (Commander Eligor Dawnbringer)"),
-- (1625600,9,8,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Commander Eligor Dawnbringer)"),
-- (1625600,9,9,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,2.23882,"Jessica Chambers - On Script - Set Orientation"),
-- (1625600,9,10,0,0,0,100,0,1000,1000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1"),
-- (1625600,9,11,0,0,0,100,0,0,0,0,0,50,181144,103,0,0,0,0,8,0,0,0,2298.24,-5339.52,91.8803,0.683735,"Jessica Chambers - On Script - Summon Gameobject 'Bowl of Fruit'"),
-- (1625600,9,12,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0 (Father Inigo Montoy)"),
-- (1625600,9,13,0,0,0,100,0,4000,4000,0,0,5,7,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Father Inigo Montoy)"),
-- (1625600,9,14,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1 (Father Inigo Montoy)"),
-- (1625600,9,15,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Father Inigo Montoy)"),
-- (1625601,9,0,0,0,0,100,0,0,0,0,0,54,32000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Pause Waypoint"),
-- (1625601,9,1,0,0,0,100,0,0,0,0,0,66,0,0,0,0,0,0,8,0,0,0,0,0,0,6.14871,"Jessica Chambers - On Script - Set Orientation"),
-- (1625601,9,3,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2"),
-- (1625601,9,4,0,0,0,100,0,0,0,0,0,50,181145,79,0,0,0,0,8,0,0,0,2296.58,-5338.5,91.8859,2.16942,"Jessica Chambers - On Script - Summon Gameobject 'Roast Boar Platter'"),
-- (1625601,9,5,0,0,0,100,0,0,0,0,0,50,181145,79,0,0,0,0,8,0,0,0,2296.69,-5340.52,91.8701,3.80698,"Jessica Chambers - On Script - Summon Gameobject 'Roast Boar Platter'"),
-- (1625601,9,6,0,0,0,100,0,4000,4000,0,0,1,5,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 5 (Scarlet Commander Marjhan)"),
-- (1625601,9,7,0,0,0,100,0,0,0,0,0,5,7,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Archmage Angela Dosantos)"),
-- (1625601,9,8,0,0,0,100,0,3000,3000,0,0,1,0,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 0 (Archmage Angela Dosantos)"),
-- (1625601,9,9,0,0,0,100,0,3000,3000,0,0,45,1,1,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Archmage Angela Dosantos)"),
-- (1625601,9,10,0,0,0,100,0,2000,2000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 3"),
-- (1625601,9,11,0,0,0,100,0,0,0,0,0,5,7,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Play Emote 'Eat' (Scarlet Commander Marjhan)"),
-- (1625601,9,12,0,0,0,100,0,5000,5000,0,0,1,6,0,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 6 (Scarlet Commander Marjhan)"),
-- (1625601,9,13,0,0,0,100,0,6000,6000,0,0,1,2,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2 (Archmage Angela Dosantos)"),
-- (1625601,9,14,0,0,0,100,0,4000,4000,0,0,45,1,1,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 1 1 (Scarlet Commander Marjhan)"),
-- (1625601,9,15,0,0,0,100,0,20000,20000,0,0,1,14,0,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 14 (Commander Eligor Dawnbringer)"),
-- (1625601,9,16,0,0,0,100,0,8000,8000,0,0,1,1,0,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 1 (Archmage Angela Dosantos)"),
-- (1625601,9,17,0,0,0,100,0,9000,9000,0,0,1,2,0,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Say Line 2 (Father Inigo Montoy)"),
-- (1625601,9,18,0,0,0,100,0,10000,10000,0,0,45,2,2,0,0,0,0,19,16116,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Archmage Angela Dosantos)"),
-- (1625601,9,19,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16115,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Commander Eligor Dawnbringer)"),
-- (1625601,9,20,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16113,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Father Inigo Montoy)"),
-- (1625601,9,21,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,19,16114,0,0,0,0,0,0,"Jessica Chambers - On Script - Set Data 2 2 (Scarlet Commander Marjhan)");
-- DELETE FROM `waypoints` WHERE `entry`=16256;
-- INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
-- (16256,1,2300.27,-5340.53,90.8799,""),
-- (16256,2,2300.8,-5337.74,90.8799,""),
-- (16256,3,2298.02,-5334.07,90.8799,""),
-- (16256,4,2293.54,-5335.07,90.8799,""),
-- (16256,5,2294.49,-5339.1,90.8803,""),
-- (16256,6,2293.89,-5341.91,90.8803,""),
-- (16256,7,2295.97,-5344.84,90.8803,""),
-- (16256,8,2300.9,-5345.09,90.8799,"");
-- Commander Eligor Dawnbringer
-- UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16115;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16115 AND `source_type`=0;
-- 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
-- (16115,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - On Data 1 1 Set - Set Event Phase 1"),
-- (16115,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - On Data 2 2 Set - Set Event Phase 0"),
-- (16115,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Commander Eligor Dawnbringer - Out of Combat - Play Emote 'Eat'");
-- Father Inigo Montoy
-- UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16113;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16113 AND `source_type`=0;
-- 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
-- (16113,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - On Data 1 1 Set - Set Event Phase 1"),
-- (16113,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - On Data 2 2 Set - Set Event Phase 0"),
-- (16113,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Father Inigo Montoy - Out of Combat - Play Emote 'Eat'");
-- Archmage Angela Dosantos
-- UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16116;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16116 AND `source_type`=0;
-- 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
-- (16116,0,0,0,38,0,100,0,1,1,0,0,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - On Data 1 1 Set - Set Event Phase 1"),
-- (16116,0,1,0,38,0,100,0,2,2,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - On Data 2 2 Set - Set Event Phase 0"),
-- (16116,0,2,0,1,1,100,0,1000,3000,3000,5000,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,"Archmage Angela Dosantos - Out of Combat - Play Emote 'Eat'");
-- Rimblat Earthshatter
-- UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16134;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=16134 AND `source_type`=0;
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=1613400 AND `source_type`=9;
-- 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
-- (16134,0,0,0,1,0,100,0,1000,15000,150000,180000,80,1613400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Rimblat Earthshatter - Out of Combat - Run Script"),
-- (1613400,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,"Rimblat Earthshatter - On Script - Say Line 0"),
-- (1613400,9,1,0,0,0,100,0,6000,6000,0,0,1,0,0,0,0,0,0,19,16135,0,0,0,0,0,0,"Rimblat Earthshatter - On Script - Say Line 0 (Rayne)");
@@ -0,0 +1,204 @@
-- Waypoints for 650022 (Entry: 132659 - veiled-riftblade)
SET @CGUID := 650022;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2110.74, 3325.3, 55.0659, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2112.68, 3325.87, 55.2172, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 2118.86, 3326.29, 54.9672, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2123.43, 3325.14, 54.8422, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 2126.91, 3319.69, 54.7172, 0, 0, 0, 0, 100, 0),
(@PATH, 5, 2128.23, 3313.1, 54.7172, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2126.03, 3308.25, 55.0403, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2123.25, 3305.33, 55.1947, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 2119.69, 3303.65, 55.0172, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 2113.92, 3304.17, 54.7172, 0, 0, 0, 0, 100, 0),
(@PATH, 10, 2105.08, 3305.9, 54.4879, 0, 0, 0, 0, 100, 0),
(@PATH, 11, 2097.5, 3308.19, 54.6971, 0, 0, 0, 0, 100, 0),
(@PATH, 12, 2087.47, 3312.49, 55.4686, 0, 0, 0, 0, 100, 0),
(@PATH, 13, 2082.64, 3314.45, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 14, 2082.64, 3314.45, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 15, 2082.64, 3314.45, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 16, 2082.64, 3314.45, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 17, 2076.78, 3318.1, 56.3617, 0, 0, 0, 0, 100, 0),
(@PATH, 18, 2070.05, 3325.42, 57.0473, 0, 0, 0, 0, 100, 0),
(@PATH, 19, 2061.91, 3333.73, 58.2271, 0, 0, 0, 0, 100, 0),
(@PATH, 20, 2058.68, 3337.04, 57.9553, 0, 0, 0, 0, 100, 0),
(@PATH, 21, 2052.94, 3344.77, 57.9228, 0, 0, 0, 0, 100, 0),
(@PATH, 22, 2050.2, 3351.46, 58.1259, 0, 0, 0, 0, 100, 0),
(@PATH, 23, 2049.41, 3356.56, 57.7374, 0, 0, 0, 0, 100, 0),
(@PATH, 24, 2051.74, 3361.04, 57.4626, 0, 0, 0, 0, 100, 0),
(@PATH, 25, 2056.82, 3363.64, 57.0072, 0, 0, 0, 0, 100, 0),
(@PATH, 26, 2061.28, 3361.73, 56.8679, 0, 0, 0, 0, 100, 0),
(@PATH, 27, 2063.88, 3356.53, 56.9626, 0, 0, 0, 0, 100, 0),
(@PATH, 28, 2065.25, 3348.35, 57.2413, 0, 0, 0, 0, 100, 0),
(@PATH, 29, 2065.1, 3342.96, 57.619, 0, 0, 0, 0, 100, 0),
(@PATH, 30, 2069.77, 3335.83, 58.103, 0, 0, 0, 0, 100, 0),
(@PATH, 31, 2074.22, 3330.93, 57.5512, 0, 0, 0, 0, 100, 0),
(@PATH, 32, 2080.84, 3326.52, 56.7585, 0, 0, 0, 0, 100, 0),
(@PATH, 33, 2087.45, 3325.22, 55.9707, 0, 0, 0, 0, 100, 0),
(@PATH, 34, 2100.52, 3325.96, 54.8422, 0, 0, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2110.738, `position_y`= 3325.302, `position_z`= 55.06594, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 257);
-- Waypoints for 650020 (Entry: 132648 - rift-warden)
SET @CGUID := 650016;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2055.53, 3388.04, 55.6295, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2054.85, 3379.7, 55.6295, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 2054.96, 3372.37, 56.0996, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2054.88, 3362.98, 57.3199, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 2055.95, 3353.85, 57.5614, 0, 0, 0, 0, 100, 0),
(@PATH, 5, 2059.92, 3344.84, 57.2126, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2067.14, 3332.45, 57.9902, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2072.94, 3324.88, 56.8858, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 2082.05, 3314.14, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 2086.39, 3308.65, 55.5273, 0, 0, 0, 0, 100, 0),
(@PATH, 10, 2089.58, 3304.28, 55.6141, 0, 14012, 0, 0, 100, 0),
(@PATH, 11, 2086.47, 3308.54, 55.4262, 0, 0, 0, 0, 100, 0),
(@PATH, 12, 2082.05, 3314.14, 56.0273, 0, 0, 0, 0, 100, 0),
(@PATH, 13, 2072.94, 3324.88, 56.8858, 0, 0, 0, 0, 100, 0),
(@PATH, 14, 2067.14, 3332.45, 57.9902, 0, 0, 0, 0, 100, 0),
(@PATH, 15, 2059.92, 3344.84, 57.2126, 0, 0, 0, 0, 100, 0),
(@PATH, 16, 2055.95, 3353.85, 57.5614, 0, 0, 0, 0, 100, 0),
(@PATH, 17, 2054.88, 3362.98, 57.3199, 0, 0, 0, 0, 100, 0),
(@PATH, 18, 2054.96, 3372.37, 56.0996, 0, 0, 0, 0, 100, 0),
(@PATH, 19, 2054.85, 3379.7, 55.6295, 0, 0, 0, 0, 100, 0),
(@PATH, 20, 2055.53, 3388.04, 55.6295, 0, 0, 0, 0, 100, 0),
(@PATH, 21, 2058.24, 3396.74, 55.6295, 0, 13252, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2055.53, `position_y`= 3388.04, `position_z`= 55.62954, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 256);
-- Waypoints for 650020 (Entry: 132648 - veiled-riftblade)
SET @CGUID := 650020;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2074.65, 3361.83, 57.5111, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2081.07, 3366.32, 58.2821, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 2087.66, 3370.52, 58.6123, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2096.25, 3372.34, 58.2373, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 2102.29, 3372.8, 58.2044, 0, 4908, 0, 0, 100, 0),
(@PATH, 5, 2096.25, 3372.34, 58.2373, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2087.66, 3370.52, 58.6123, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2081.07, 3366.32, 58.2821, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 2074.65, 3361.83, 57.5111, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 2067.4, 3356.73, 56.9907, 0, 4857, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2074.649, `position_y`= 3361.826, `position_z`= 57.51105, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 256);
-- Waypoints for 650048 (Entry: 132407 - umbral-ranger)
SET @CGUID := 650048;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2087.74, 3425.45, 74.8456, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2093.93, 3428.3, 74.4979, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 2099.23, 3429.01, 73.8986, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2103.87, 3429.52, 73.7585, 0, 97, 0, 0, 100, 0),
(@PATH, 4, 2099.38, 3429.03, 73.9124, 0, 0, 0, 0, 100, 0),
(@PATH, 5, 2093.93, 3428.3, 74.4979, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2087.74, 3425.45, 74.8456, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2082.82, 3420.57, 74.7094, 0, 48665, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2087.74, `position_y`= 3425.445, `position_z`= 74.84563, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 258);
-- Waypoints for 650046 (Entry: 132407 - umbral-ranger)
SET @CGUID := 650046;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2036.53, 3379.05, 51.967, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2036.94, 3374.17, 52.5641, 0, 4999, 0, 0, 100, 0),
(@PATH, 2, 2036.53, 3379.05, 51.967, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2036.18, 3384.9, 51.6257, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 2036.26, 3391.73, 51.5781, 0, 0, 0, 0, 100, 0),
(@PATH, 5, 2038.15, 3399.91, 51.7246, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2043.04, 3408.97, 51.448, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2046.28, 3413.06, 51.5613, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 2049.61, 3416.24, 51.8443, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 2052.34, 3417.68, 52.3157, 0, 3401, 0, 0, 100, 0),
(@PATH, 10, 2046.28, 3413.06, 51.5613, 0, 0, 0, 0, 100, 0),
(@PATH, 11, 2043.04, 3408.97, 51.448, 0, 0, 0, 0, 100, 0),
(@PATH, 12, 2038.15, 3399.91, 51.7246, 0, 0, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2036.533, `position_y`= 3379.05, `position_z`= 51.96703, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 258);
-- Waypoints for 650066 (Entry: 132407 - umbral-ranger)
SET @CGUID := 650066;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 1806.21, 3289.8, 88.6177, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 1806.64, 3295.07, 89.5579, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 1809.53, 3301.15, 89.6783, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 1812.86, 3305.64, 89.563, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 1818.88, 3312, 90.081, 0, 0, 0, 0, 100, 0),
(@PATH, 5, 1823.58, 3317.65, 90.7272, 0, 4926, 0, 0, 100, 0),
(@PATH, 6, 1818.51, 3312.28, 90.1258, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 1812.93, 3305.94, 89.589, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 1809.45, 3301.21, 89.6994, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 1806.47, 3295.67, 89.6733, 0, 0, 0, 0, 100, 0),
(@PATH, 10, 1806.08, 3290.12, 88.712, 0, 0, 0, 0, 100, 0),
(@PATH, 11, 1807.95, 3281.88, 86.5253, 0, 0, 0, 0, 100, 0),
(@PATH, 12, 1809.68, 3273.35, 84.3528, 0, 4881, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 1806.215, `position_y`= 3289.798, `position_z`= 88.61772, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 258);
-- Waypoints for 650038 (Entry: 132407 - umbral-ranger)
SET @CGUID := 650038;
SET @PATH := @CGUID * 10;
DELETE FROM `waypoint_data` WHERE `id`= @PATH;
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `action`, `action_chance`, `wpguid`) VALUES
(@PATH, 0, 2037.19, 3261.4, 59.9423, 0, 0, 0, 0, 100, 0),
(@PATH, 1, 2036.62, 3266.64, 59.8383, 0, 0, 0, 0, 100, 0),
(@PATH, 2, 2037.43, 3271.47, 59.6047, 0, 0, 0, 0, 100, 0),
(@PATH, 3, 2038.93, 3276.01, 59.3113, 0, 0, 0, 0, 100, 0),
(@PATH, 4, 2039.08, 3280.96, 59.0656, 0, 6315, 0, 0, 100, 0),
(@PATH, 5, 2038.93, 3276.01, 59.3113, 0, 0, 0, 0, 100, 0),
(@PATH, 6, 2037.43, 3271.47, 59.6047, 0, 0, 0, 0, 100, 0),
(@PATH, 7, 2036.62, 3266.64, 59.8383, 0, 0, 0, 0, 100, 0),
(@PATH, 8, 2037.19, 3261.4, 59.9423, 0, 0, 0, 0, 100, 0),
(@PATH, 9, 2038.05, 3258.44, 59.8121, 0, 0, 0, 0, 100, 0),
(@PATH, 10, 2039.29, 3256.64, 59.6799, 0, 5084, 0, 0, 100, 0);
UPDATE `creature` SET `position_x`= 2037.189, `position_y`= 3261.398, `position_z`= 59.94227, `orientation`= 0, `spawndist`= 0, `MovementType`= 2 WHERE `guid`= @CGUID;
DELETE FROM `creature_addon` WHERE `guid`= @CGUID;
INSERT INTO `creature_addon` (`guid`, `path_id`, `bytes2`) VALUES
(@CGUID, @PATH, 258);
-- creature formation (GUID: 650046 & 650047)
SET @CLEADER := 650046;
SET @CMEMBER := 650047;
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CLEADER;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CLEADER, @CLEADER, 0, 0, 515, 0, 0),
(@CLEADER, @CMEMBER, 2, 90, 515, 9, 0);
-- creature formation (GUID: 650038 & 650019)
SET @CLEADER := 650038;
SET @CMEMBER := 650019;
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CLEADER;
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
(@CLEADER, @CLEADER, 0, 0, 515, 0, 0),
(@CLEADER, @CMEMBER, 2, 270, 515, 4, 10);
@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `ScriptName`='' WHERE `entry`=15184;
@@ -0,0 +1,3 @@
--
-- UPDATE `creature_equip_template` SET `ItemID1`= 38721, `ItemID2`= 12932 WHERE `CreatureID`= 28609;
UPDATE `creature_equip_template` SET `ItemID1`= 38723, `ItemID2`= 12932 WHERE `CreatureID`= 28896;
@@ -0,0 +1,22 @@
-- Huntsman Leopold --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuId` IN (7112,7111);
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
(7111,8369,0),
(7112,8370,0);
DELETE FROM `gossip_menu_option` WHERE `MenuId`=7102 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option` WHERE `MenuId`=7111;
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
(7102,0,0,"What is Cryptstalker armor?",11978,1,1,0),
(7111,0,0,"Continue please.",11980,1,1,0);
DELETE FROM `gossip_menu_option_action` WHERE `MenuId`=7102 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option_action` WHERE `MenuId`=7111;
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuId`, `ActionPoiId`) VALUES
(7102,0,7111,0),
(7111,0,7112,0);
DELETE FROM `npc_text` WHERE `ID` IN (8369,8370);
INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES
(8369,11979,1),
(8370,11981,1);
@@ -0,0 +1,24 @@
-- Korfax, Champion of the Light --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuId` IN (7106,7107,7108);
INSERT INTO `gossip_menu` (`MenuId`, `TextID`, `VerifiedBuild`) VALUES
(7106,8363,0),
(7107,8364,0),
(7108,8365,0);
DELETE FROM `gossip_menu_option` WHERE `MenuId`=7099 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (7106,7107);
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
(7099,0,0,"What is Dreadnaught armor?",11960,1,1,0),
(7106,0,0,"Continue please.",11962,1,1,0),
(7107,0,0,"Anything else?",11964,1,1,0);
DELETE FROM `gossip_menu_option_action` WHERE `MenuId`=7099 AND `OptionIndex`=0;
DELETE FROM `gossip_menu_option_action` WHERE `MenuId` IN (7106,7107);
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuId`, `ActionPoiId`) VALUES
(7099,0,7106,0),
(7106,0,7107,0),
(7107,0,7108,0);
DELETE FROM `npc_text` WHERE `ID`=8365;
INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES
(8365,11965,1);
@@ -0,0 +1,24 @@
-- Rimblat Earthshatter --> Add gossip chatter
DELETE FROM `gossip_menu` WHERE `MenuId` IN (7113,7114,7115);
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
(7113,8371,0),
(7114,8372,0),
(7115,8373,0);
DELETE FROM `gossip_menu_option` WHERE `MenuId` IN (7103,7113,7114);
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES
(7103,0,0,"What brings a tauren to the Plaguelands?",11983,1,1,0),
(7113,0,0,"Continue please.",11985,1,1,0),
(7114,0,0,"Continue please.",11985,1,1,0);
DELETE FROM `gossip_menu_option_action` WHERE `MenuId` IN (7103,7113,7114);
INSERT INTO `gossip_menu_option_action` (`MenuId`, `OptionIndex`, `ActionMenuId`, `ActionPoiId`) VALUES
(7103,0,7113,0),
(7113,0,7114,0),
(7114,0,7115,0);
DELETE FROM `npc_text` WHERE `ID` IN (8371,8372,8373);
INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES
(8371,11984,1),
(8372,11986,1),
(8373,11987,1);
@@ -0,0 +1,891 @@
-- Quest "A Call to Arms: The Plaguelands!"
DELETE FROM `quest_details` WHERE `ID` IN (5094,5066,5090,5091,10373,5093,10374,5095);
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5094,5,0,0,0,0,0,0,0,0),
(5066,5,0,0,0,0,0,0,0,0),
(5090,5,0,0,0,0,0,0,0,0),
(5091,5,0,0,0,0,0,0,0,0),
(10373,5,0,0,0,0,0,0,0,0),
(5093,5,0,0,0,0,0,0,0,0),
(10374,5,0,0,0,0,0,0,0,0),
(5095,5,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=66 WHERE `ID` IN (5094,5066,5090,5091,10373,5093,10374,5095);
-- Quest "Scarlet Diversions"
DELETE FROM `quest_details` WHERE `ID`=5096;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5096,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5096;
-- Quest "The Scourge Cauldrons"
DELETE FROM `quest_details` WHERE `ID`=5228;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5228,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5228;
-- Quest "Target: Felstone Field"
DELETE FROM `quest_details` WHERE `ID`=5229;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5229,1,0,0,0,0,0,0,0,0);
-- Quest "Return to the Bulwark"
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5230;
-- Quest "Target: Dalson's Tears"
DELETE FROM `quest_details` WHERE `ID`=5231;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5231,1,0,0,0,0,0,0,0,0);
-- Quest "Target: Writhing Haunt"
DELETE FROM `quest_details` WHERE `ID`=5233;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5233,1,0,0,0,0,0,0,0,0);
-- Quest "Target: Gahrron's Withering"
DELETE FROM `quest_details` WHERE `ID`=5235;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5235,1,0,0,0,0,0,0,0,0);
-- Quest "Mission Accomplished!"
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=5237;
-- Quest "All Along the Watchtowers"
DELETE FROM `quest_details` WHERE `ID`=5098;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5098,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=5, `RewardText`="My warlocks are reporting that our beacon trackers are picking up extremely strong signals on all four towers! You've executed my orders with the skill and precision of a seasoned veteran. Your service to the Horde is duly noted once more, $N!$B$BWith the towers marked, our preparations for the attack are now in place. The time has come to take the fight to the Scourge!" WHERE `ID`=5098;
-- Quest "Alas, Andorhal"
DELETE FROM `quest_details` WHERE `ID`=105;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(105,5,1,1,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=105;
UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=1 WHERE `ID`=105;
-- Quest "Scholomance"
DELETE FROM `quest_details` WHERE `ID`=838;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(838,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=838;
-- Quest "Skeletal Fragments"
DELETE FROM `quest_details` WHERE `ID`=964;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(964,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=964;
UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=964;
-- Quest "Mold Rhymes With..."
UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5514;
-- Quest "Fire Plume Forged"
DELETE FROM `quest_details` WHERE `ID`=5802;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5802,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5802;
UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5802;
-- Quest "Araj's Scarab"
DELETE FROM `quest_details` WHERE `ID`=5804;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5804,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5804;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5804;
-- Quest "The Key to Scholomance"
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5511;
-- Quest "A Plague Upon Thee"
DELETE FROM `quest_details` WHERE `ID`=5901;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5901,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=5901;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5901;
-- Quest "A Plague Upon Thee (Part 2)"
DELETE FROM `quest_details` WHERE `ID`=5902;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5902,1,1,0,0,0,0,0,0,0);
-- Quest "A Plague Upon Thee (Part 3)"
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=6390;
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=6390;
-- Quest "Barov Family Fortune"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=5341;
-- Quest "The Last Barov"
DELETE FROM `quest_details` WHERE `ID`=5342;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5342,1,1,0,0,3500,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5342;
UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=5342;
-- Quest "Better Late Than Never"
DELETE FROM `quest_details` WHERE `ID`=5021;
-- Quest "Better Late Than Never (Part 2)"
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5023;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5023;
-- Quest "The Jeremiah Blues"
DELETE FROM `quest_details` WHERE `ID`=5049;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5049,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=18 WHERE `ID`=5049;
-- Quest "Good Natured Emma"
DELETE FROM `quest_details` WHERE `ID`=5048;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5048,1,0,0,0,0,0,0,0,0);
-- Quest "Good Luck Charm"
DELETE FROM `quest_details` WHERE `ID`=5050;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5050,2,0,0,0,0,0,0,0,0);
-- Quest "Two Halves Become One"
DELETE FROM `quest_details` WHERE `ID`=5051;
-- Quest "Unfinished Business"
DELETE FROM `quest_details` WHERE `ID`=6004;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6004,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=6004;
-- Quest "Unfinished Business (Part 2)"
DELETE FROM `quest_details` WHERE `ID`=6023;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6023,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=6023;
-- Quest "Unfinished Business (Part 3)"
DELETE FROM `quest_details` WHERE `ID`=6025;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6025,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6025;
-- Quest "The So-Called Mark of the Lightbringer"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9443;
UPDATE `quest_template` SET `RewardNextQuest`=0 WHERE `ID`=9443;
-- Quest "Defiling Uther's Tomb"
DELETE FROM `quest_details` WHERE `ID`=9444;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9444,1,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=9444;
UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=15, `Emote3`=5 WHERE `ID`=9444;
-- Quest "Glyphed Oaken Branch (Horde)"
UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=4987;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=4987;
-- Quest "Glyphed Oaken Branch (Alliance)"
UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=4986;
-- Quest "To The Bulwark"
DELETE FROM `quest_details` WHERE `ID`=9601;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9601,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=9601;
-- Quest "Prove Your Hatred"
DELETE FROM `quest_details` WHERE `ID`=10590;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(10590,1,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6, `EmoteOnIncomplete`=6 WHERE `ID`=10590;
UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=10590;
-- Quest "Wisdom of the Banshee Queen"
DELETE FROM `quest_details` WHERE `ID`=10592;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(10592,1,1,0,0,0,2000,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=10592;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=10592;
-- Quest "Ancient Evil"
DELETE FROM `quest_details` WHERE `ID`=10593;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(10593,1,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=10593;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `EmoteDelay2`=2000 WHERE `ID`=10593;
-- Quest "Clear the Way"
DELETE FROM `quest_details` WHERE `ID`=5092;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5092,1,0,0,0,0,0,0,0,0);
-- Quest "All Along the Watchtowers"
DELETE FROM `quest_details` WHERE `ID`=5097;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5097,1,0,0,0,0,0,0,0,0);
-- Quest "The Scourge Cauldrons"
DELETE FROM `quest_details` WHERE `ID`=5215;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5215,1,0,0,0,0,0,0,0,0);
-- Quest "Target: Felstone Field"
DELETE FROM `quest_details` WHERE `ID`=5216;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5216,1,0,0,0,0,0,0,0,0);
-- Quest "Target: Dalson's Tears"
DELETE FROM `quest_details` WHERE `ID`=5219;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5219,1,0,0,0,0,0,0,0,0);
-- Quest "Target: Writhing Haunt"
DELETE FROM `quest_details` WHERE `ID`=5222;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5222,1,0,0,0,0,0,0,0,0);
-- Quest "Return to Chillwind Camp"
UPDATE `quest_offer_reward` SET `Emote1`=21 WHERE `ID`=5223;
-- Quest "Target: Gahrron's Withering"
DELETE FROM `quest_details` WHERE `ID`=5225;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5225,1,0,0,0,0,0,0,0,0);
-- Quest "Barov Family Fortune"
DELETE FROM `quest_details` WHERE `ID`=5343;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5343,1,1,1,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25, `EmoteOnComplete`=25 WHERE `ID`=5343;
-- Quest "The Last Barov"
DELETE FROM `quest_details` WHERE `ID`=5344;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5344,1,1,0,0,3500,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=5344;
UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=5344;
-- Quest "Scholomance"
DELETE FROM `quest_details` WHERE `ID`=5533;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5533,1,0,0,0,0,0,0,0,0);
-- Quest "Skeletal Fragments"
DELETE FROM `quest_details` WHERE `ID`=5537;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5537,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5537;
-- Quest "Mold Rhymes With..."
DELETE FROM `quest_details` WHERE `ID`=5538;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5538,1,1,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=5, `RewardText`="Arbington said you'd deliver the goods, and deliver you have! A deal is a deal; let me pack the fragments into the mold for you.$b$bDid Arbington imbue them already? Excellent... otherwise, it would have been a long trip back to the Chillwind Camp for you." WHERE `ID`=5538;
-- Quest "Fire Plume Forged"
DELETE FROM `quest_details` WHERE `ID`=5801;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5801,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5801;
UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=5801;
-- Quest "Araj's Scarab"
DELETE FROM `quest_details` WHERE `ID`=5803;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5803,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5803;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5803;
-- Quest "The Key to Scholomance"
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5505;
-- Quest "Alas, Andorhal"
DELETE FROM `quest_details` WHERE `ID`=211;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(211,5,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=211;
-- Quest "A Plague Upon Thee"
DELETE FROM `quest_details` WHERE `ID`=5903;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5903,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5903;
-- Quest "A Plague Upon Thee (Part 2)"
DELETE FROM `quest_details` WHERE `ID`=5904;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5904,1,1,0,0,0,0,0,0,0);
-- Quest "The Eastern Plagues"
DELETE FROM `quest_details` WHERE `ID`=6185;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6185,1,1,1,1,0,0,1000,2000,0);
-- Quest "The Blightcaller Cometh"
UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=35, `Emote3`=6, `Emote4`=274, `EmoteDelay1`=1000, `EmoteDelay2`=1000, `EmoteDelay3`=2000, `EmoteDelay4`=1000, `RewardText`="No. It... NO! How? An agent of the Forsaken? The CHAMPION of the Banshee Queen???$B$B<King Varian Wrynn slumps in defeat.>" WHERE `ID`=6186;
-- Quest "Order Must Be Restored"
DELETE FROM `quest_details` WHERE `ID`=6187;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6187,1,1,1,25,1000,2000,3000,3500,0);
UPDATE `quest_request_items` SET `CompletionText`="<King Varian Wrynn is lost in thought.>" WHERE `ID`=6187;
-- Quest "Chillwind Camp"
DELETE FROM `quest_details` WHERE `ID`=8415;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(8415,1,0,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8415;
-- Quest "Dispelling Evil"
DELETE FROM `quest_details` WHERE `ID`=8414;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(8414,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8414;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8414;
-- Quest "Inert Scourgestones"
DELETE FROM `quest_details` WHERE `ID`=8416;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(8416,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8416;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=8416;
-- Quest "Forging the Mightstone"
DELETE FROM `quest_details` WHERE `ID`=8418;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(8418,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=8418;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=8418;
-- Quest "Minion's Scourgestones" / "Invader's Scourgestones" / "Corruptor's Scourgestones"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID` IN (5402,5408,5510,5403,5407,5509,5404,5406,5508);
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID` IN (5402,5408,5510,5403,5407,5509,5404,5406,5508);
-- Quest "Doctor Theolen Krastinov, the Butcher"
DELETE FROM `quest_details` WHERE `ID`=5382;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5382,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5382;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5382;
-- Quest "Krastinov's Bag of Horrors"
UPDATE `quest_offer_reward` SET `Emote1`=5 WHERE `ID`=5515;
-- Quest "Kirtonos the Herald"
DELETE FROM `quest_details` WHERE `ID`=5384;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5384,5,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5384;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID`=5384;
-- Quest "The Human, Ras Frostwhisper"
DELETE FROM `quest_details` WHERE `ID`=5461;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5461,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5461;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=5461;
-- Quest "The Dying, Ras Frostwhisper"
DELETE FROM `quest_details` WHERE `ID`=5462;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5462,1,1,1,25,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=274 WHERE `ID`=5462;
UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=500 WHERE `ID`=5462;
-- Quest "Menethil's Gift"
DELETE FROM `quest_details` WHERE `ID`=5463;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5463,1,1,51,25,0,0,0,0,0);
-- Quest "Menethil's Gift (Part 2)"
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=5464;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5464;
-- Quest "Soulbound Keepsake"
DELETE FROM `quest_details` WHERE `ID`=5465;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5465,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=5465;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5465;
-- Quest "The Lich, Ras Frostwhisper"
DELETE FROM `quest_details` WHERE `ID`=5466;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5466,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5466;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5466;
-- Quest "A Matter of Time"
DELETE FROM `quest_details` WHERE `ID`=4971;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(4971,1,0,0,0,0,0,0,0,0);
-- Quest "Counting Out Time"
DELETE FROM `quest_details` WHERE `ID`=4972;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(4972,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4972;
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=4972;
-- Quest "Counting Out Time (Repeatable)"
DELETE FROM `quest_details` WHERE `ID`=4973;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(4973,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=4973;
UPDATE `quest_offer_reward` SET `Emote1`=2, `RewardText`="Again, I thank you for your assistance. Please accept this gift. While you still may not know when to use such an item, perhaps in the future the path of time will reveal its true intentions to you. You could say that I've seen as such happening to you, $N." WHERE `ID`=4973;
-- Quest "The Everlook Report"
DELETE FROM `quest_details` WHERE `ID`=6029;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6029,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=66 WHERE `ID`=6029;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6029;
-- Quest "Demon Dogs"
DELETE FROM `quest_details` WHERE `ID`=5542;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5542,1,1,1,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote2`=5, `Emote3`=0 WHERE `ID`=5542;
-- Quest "Blood Tinged Skies"
DELETE FROM `quest_details` WHERE `ID`=5543;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5543,1,1,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote3`=5, `Emote4`=0 WHERE `ID`=5543;
-- Quest "Carrion Grubbage"
DELETE FROM `quest_details` WHERE `ID`=5544;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5544,1,6,1,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5544;
-- Quest "Redemption"
DELETE FROM `quest_details` WHERE `ID`=5742;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5742,1,0,0,0,0,0,0,0,0);
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=5742;
UPDATE `quest_template_addon` SET `NextQuestID`=5742 WHERE `ExclusiveGroup`=-5542;
-- Quest "Of Forgotten Memories"
DELETE FROM `quest_details` WHERE `ID`=5781;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5781,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5781;
-- Quest "Of Lost Honor"
DELETE FROM `quest_details` WHERE `ID`=5845;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5845,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5845;
-- Quest "Of Love and Family"
DELETE FROM `quest_details` WHERE `ID`=5846;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5846,1,1,1,1,0,0,0,0,0);
-- Quest "Of Love and Family (Part 2)"
DELETE FROM `quest_details` WHERE `ID`=5848;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5848,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5848;
-- Quest "Find Myranda"
DELETE FROM `quest_details` WHERE `ID`=5861;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5861,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=5861;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=6 WHERE `ID`=5861;
-- Quest "Scarlet Subterfuge"
DELETE FROM `quest_details` WHERE `ID`=5862;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5862,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=5862;
UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=16, `EmoteDelay2`=1000 WHERE `ID`=5862;
-- Quest "In Dreams"
DELETE FROM `quest_details` WHERE `ID`=5944;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5944,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=1, `Emote4`=1 WHERE `ID`=5944;
-- Quest "The Restless Souls"
DELETE FROM `quest_details` WHERE `ID`=5281;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5281,1,1,1,1,0,0,0,0,0);
-- Quest "The Restless Souls (Part 2)"
DELETE FROM `quest_details` WHERE `ID`=5282;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5282,1,1,1,1,0,0,0,0,0);
-- Quest "Zaeldarr the Outcast"
DELETE FROM `quest_details` WHERE `ID`=6021;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6021,5,0,0,0,0,0,0,0,0);
-- Quest "Duke Nicholas Zverenhoff"
DELETE FROM `quest_details` WHERE `ID`=6030;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6030,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=2 WHERE `ID`=6030;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6030;
-- Quest "The Archivist"
DELETE FROM `quest_details` WHERE `ID`=5251;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5251,1,6,5,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5251;
UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1 WHERE `ID`=5251;
-- Quest "Augustus' Receipt Book"
DELETE FROM `quest_details` WHERE `ID`=6164;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6164,1,6,1,5,0,0,0,0,0);
-- Quest "Sister Pamela"
DELETE FROM `quest_details` WHERE `ID`=5601;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5601,5,18,20,0,0,1000,2000,0,0);
-- Quest "Little Pamela"
DELETE FROM `quest_details` WHERE `ID`=5142;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5142,1,20,0,0,0,0,0,0,0);
-- Quest "A Strange Historian"
DELETE FROM `quest_details` WHERE `ID`=5153;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5153,1,0,0,0,0,0,0,0,0);
-- Quest "The Annals of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5154;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5154,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5154;
-- Quest "Brother Carlin"
DELETE FROM `quest_details` WHERE `ID`=5210;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5210,1,0,0,0,0,0,0,0,0);
-- Quest "Defenders of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5211;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5211,5,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5 WHERE `ID`=5211;
-- Quest "The Champion of the Banshee Queen"
DELETE FROM `quest_details` WHERE `ID`=5961;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5961,1,25,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1 WHERE `ID`=5961;
-- Quest "To Kill With Purpose"
DELETE FROM `quest_details` WHERE `ID`=6022;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6022,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=6022;
UPDATE `quest_offer_reward` SET `Emote1`=274, `Emote2`=1 WHERE `ID`=6022;
-- Quest "Un-Life's Little Annoyances"
DELETE FROM `quest_details` WHERE `ID`=6042;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6042,1,1,6,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6042;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6042;
-- Quest "The Ranger Lord's Behest"
DELETE FROM `quest_details` WHERE `ID`=6133;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6133,1,1,25,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=6133;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=6133;
-- Quest "The Corpulent One"
UPDATE `quest_request_items` SET `EmoteOnComplete`=6 WHERE `ID`=6136;
UPDATE `quest_offer_reward` SET `Emote1`=25 WHERE `ID`=6136;
-- Quest "Duskwing, Oh How I Hate Thee..."
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6135;
UPDATE `quest_offer_reward` SET `Emote1`=273, `RewardText`="Excellent work, imbecile. I shall fashion this fur into something you can use." WHERE `ID`=6135;
-- Quest "Ramstein"
DELETE FROM `quest_details` WHERE `ID`=6163;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6163,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6163;
UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=1, `Emote3`=1, `Emote4`=66, `EmoteDelay2`=1000 WHERE `ID`=6163;
-- Quest "The Call to Command"
DELETE FROM `quest_details` WHERE `ID`=6144;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6144,1,1,25,5,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `Emote3`=25 WHERE `ID`=6144;
-- Quest "The Crimson Courier"
DELETE FROM `quest_details` WHERE `ID`=14350;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(14350,1,1,1,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=14350;
UPDATE `quest_offer_reward` SET `Emote1`=11 WHERE `ID`=14350;
-- Quest "Nathanos' Ruse"
DELETE FROM `quest_details` WHERE `ID`=6146;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6146,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=5 WHERE `ID`=6146;
UPDATE `quest_offer_reward` SET `Emote1`=6 WHERE `ID`=6146;
-- Quest "Return to Nathanos"
DELETE FROM `quest_details` WHERE `ID`=6147;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6147,1,1,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=11, `Emote2`=5 WHERE `ID`=6147;
-- Quest "The Scarlet Oracle, Demetria"
DELETE FROM `quest_details` WHERE `ID`=6148;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6148,1,1,1,25,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=4, `Emote2`=66 WHERE `ID`=6148;
-- Quest "Heroes of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5168;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5168,1,0,0,0,0,0,0,0,0);
-- Quest "Villains of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5181;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5181,1,0,0,0,0,0,0,0,0);
-- Quest "Marauders of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5206;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5206,1,0,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=5206;
-- Quest "Return to Chromie"
DELETE FROM `quest_details` WHERE `ID`=5941;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5941,1,0,0,0,0,0,0,0,0);
-- Quest "The Battle of Darrowshire"
DELETE FROM `quest_details` WHERE `ID`=5721;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5721,1,0,0,0,0,0,0,0,0);
-- Quest "The Ice Guard"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9211;
UPDATE `quest_offer_reward` SET `Emote1`=1, `EmoteDelay1`=1000 WHERE `ID`=9211;
-- Quest "The Shadow Guard"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=274 WHERE `ID`=9213;
UPDATE `quest_offer_reward` SET `Emote1`=6, `EmoteDelay1`=1000 WHERE `ID`=9213;
-- Quest "Savage Flora"
DELETE FROM `quest_details` WHERE `ID`=9136;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9136,1,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9136;
UPDATE `quest_offer_reward` SET `Emote1`=2, `Emote2`=1 WHERE `ID`=9136;
-- Quest "Savage Fronds"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9137;
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9137;
-- Quest "Houses of the Holy"
DELETE FROM `quest_details` WHERE `ID`=5243;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5243,1,1,1,25,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1, `CompletionText`="Be wary, not all supply crates will have survived the destruction of the city. The Scourge dare not touch the water but surely the holy water will not prevent vermin infestations." WHERE `ID`=5243;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1, `RewardText`="Well done, $R. You have proven that while you are tolerant of others, you will stop at nothing to destroy the minions of Kel'Thuzad." WHERE `ID`=5243;
-- Quest "Bonescythe Digs"
DELETE FROM `quest_details` WHERE `ID`=9126;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9126,1,1,1,6,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9126;
-- Quest "Bone Fragments"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9127;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=9127;
-- Quest "Cryptstalker Armor Doesn't Make Itself..."
DELETE FROM `quest_details` WHERE `ID`=9124;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9124,6,1,1,0,0,1000,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9124;
-- Quest "Crypt Fiend Parts"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9125;
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=9125;
-- Quest "The Elemental Equation"
DELETE FROM `quest_details` WHERE `ID`=9128;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9128,2,6,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9128;
-- Quest "Core of Elements"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9129;
UPDATE `quest_offer_reward` SET `Emote1`=273 WHERE `ID`=9129;
-- Quest "Binding the Dreadnaught"
DELETE FROM `quest_details` WHERE `ID`=9131;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9131,6,1,1,25,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9131;
-- Quest "Dark Iron Scraps"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=25 WHERE `ID`=9132;
UPDATE `quest_offer_reward` SET `Emote1`=6, `Emote2`=5 WHERE `ID`=9132;
-- Quest "The Great Fras Siabi"
DELETE FROM `quest_details` WHERE `ID`=5214;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5214,1,1,5,20,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5214;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5214;
-- Quest "That's Asking A Lot"
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6026;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=6026;
-- Quest "When Smokey Sings, I Get Violent"
DELETE FROM `quest_details` WHERE `ID`=6041;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(6041,1,1,1,5,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=6041;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=11 WHERE `ID`=6041;
-- Quest "They Call Me "The Rooster""
DELETE FROM `quest_details` WHERE `ID`=9141;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9141,6,1,1,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6 WHERE `ID`=9141;
-- Quest "Craftsman's Writ"
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=9142;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=9142;
-- Quest "Glacial Wrists"
DELETE FROM `quest_details` WHERE `ID`=9238;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9238,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnComplete`=0 WHERE `ID`=9238;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9238;
-- Quest "Glacial Gloves"
DELETE FROM `quest_details` WHERE `ID`=9239;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9239,1,1,0,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=6, `EmoteOnComplete`=6 WHERE `ID`=9239;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=9239;
-- Quest "The Flesh Does Not Lie"
DELETE FROM `quest_details` WHERE `ID`=5212;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5212,1,1,5,1,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5212;
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5212;
-- Quest "The Active Agent"
DELETE FROM `quest_details` WHERE `ID`=5213;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5213,1,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=5, `EmoteOnComplete`=5 WHERE `ID`=5213;
UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=1, `Emote3`=1 WHERE `ID`=5213;
-- Quest "Plagued Hatchlings"
DELETE FROM `quest_details` WHERE `ID`=5529;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5529,5,1,0,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=4 WHERE `ID`=5529;
-- Quest "Superior Armaments of Battle - Friend of the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9221;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9221,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9221;
-- Quest "Epic Armaments of Battle - Friend of the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9222;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9222,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9222;
-- Quest "Superior Armaments of Battle - Honored Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9223;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9223,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9223;
-- Quest "Epic Armaments of Battle - Honored Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9224;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9224,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9224;
-- Quest "Superior Armaments of Battle - Revered Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9226;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9226,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9226;
-- Quest "Epic Armaments of Battle - Revered Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9225;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9225,1,6,1,1,0,0,0,0,0);
--
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9225;
-- Quest "Superior Armaments of Battle - Exalted Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9228;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9228,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9228;
-- Quest "Epic Armaments of Battle - Exalted Amongst the Dawn"
DELETE FROM `quest_details` WHERE `ID`=9227;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9227,1,6,1,1,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=2 WHERE `ID`=9227;
-- Quest "The Truth Comes Crashing Down"
UPDATE `quest_request_items` SET `EmoteOnComplete`=25 WHERE `ID`=5262;
UPDATE `quest_offer_reward` SET `Emote1`=5, `Emote2`=6 WHERE `ID`=5262;
-- Quest "Above and Beyond"
DELETE FROM `quest_details` WHERE `ID`=5263;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5263,1,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=5263;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=25 WHERE `ID`=5263;
-- Quest "Lord Maxwell Tyrosus"
DELETE FROM `quest_details` WHERE `ID`=5264;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5264,1,1,5,0,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1 WHERE `ID`=5264;
-- Quest "The Argent Hold"
DELETE FROM `quest_details` WHERE `ID`=5265;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(5265,1,1,2,0,0,0,0,0,0);
-- Quest "The Balance of Light and Shadow"
DELETE FROM `quest_details` WHERE `ID`=7622;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(7622,1,1,1,2,0,0,0,0,0);
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=7622;
-- Quest "Bolstering Our Defenses"
DELETE FROM `quest_details` WHERE `ID`=9665;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9665,66,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9665;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9665;
-- Quest "Establishing New Outposts"
DELETE FROM `quest_details` WHERE `ID`=9664;
INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES
(9664,66,1,1,0,0,0,0,0,0);
UPDATE `quest_request_items` SET `EmoteOnIncomplete`=1 WHERE `ID`=9664;
UPDATE `quest_offer_reward` SET `Emote1`=1, `Emote2`=1 WHERE `ID`=9664;
@@ -0,0 +1,7 @@
--
DELETE FROM `smart_scripts` WHERE `entryorguid`=18855 AND `source_type`=0;
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
(18855, 0, 0, 0, 0, 0, 100, 0, 500, 500, 3000, 3000, 11, 9053, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - On Aggro - Cast 'Fireball' (No Repeat)"),
(18855, 0, 1, 0, 0, 0, 100, 0, 8000, 12000, 26000, 31000, 11, 35778, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - In Combat - Cast 'Bloodcrystal Surge' (Phase 1) (No Repeat)"),
(18855, 0, 2, 0, 2, 0, 100, 513, 0, 15, 0, 0, 25, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Sunfury Magister - Between 0-15% Health - FLEE_FOR_ASSIST"),
(18855, 0, 3, 0, 1, 0, 50, 0, 10000, 20000, 15000, 30000, 11, 34397, 0, 0, 0, 0, 0, 19, 19421, 30, 0, 0, 0, 0, 0, "Sunfury Magister - Ooc - Cast Red Beam");
@@ -0,0 +1,4 @@
--
UPDATE `creature_text` SET `BroadcastTextId`=1325, `Text`="These statuettes must hold a hidden compartment...." WHERE `CreatureID`=3846 AND `GroupID`=0 AND `ID`=0;
UPDATE `creature_text` SET `BroadcastTextId`=1354, `Text`="%s searches the ancient statuettes." WHERE `CreatureID`=3846 AND `GroupID`=1 AND `ID`=0;
UPDATE `creature_text` SET `BroadcastTextId`=1326, `Text`="They're locked! NO!!" WHERE `CreatureID`=3846 AND `GroupID`=2 AND `ID`=0;
@@ -0,0 +1,24 @@
--
-- Quest "Troubled Spirits of Kel'Theril"
-- Highborne Relic Fragment
UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN (175888,175891,175892,175893);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (175888,175891,175892,175893) AND `source_type`=1;
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
(175888,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6505.45,-4230.91,658.636,3.31351,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
(175888,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6494.32,-4228.23,658.549,5.63829,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
(175891,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6562.16,-3919.21,658.297,4.42878,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
(175891,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6556.55,-3938.87,658.313,1.30682,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
(175892,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6482.59,-4109.64,658.291,2.21004,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
(175892,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6482.84,-4093.91,658.412,4.11463,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'"),
(175893,1,0,0,70,0,100,1,2,0,0,0,12,7523,1,180000,0,0,0,8,0,0,0,6563.31,-4047.92,658.329,1.18116,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Suffering Highborne'"),
(175893,1,1,0,70,0,100,1,2,0,0,0,12,7524,1,180000,0,0,0,8,0,0,0,6557.38,-4041.45,658.408,0.313297,"Highborne Relic Fragment - On Gameobject State Changed - Summon Creature 'Anguished Highborne'");
-- Anguished Highborne
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 AND `source_type`=0 AND `id`=1;
-- 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
-- (7524,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Anguished Highborne - On Respawn - Start Attacking");
-- Suffering Highborne
-- DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 AND `source_type`=0 AND `id`=1;
-- 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
-- (7523,0,1,0,11,0,100,0,0,0,0,0,49,0,0,0,0,0,0,21,20,0,0,0,0,0,0,"Suffering Highborne - On Respawn - Start Attacking");
@@ -0,0 +1,25 @@
--
-- Remorseful Highborne
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=10684;
DELETE FROM `smart_scripts` WHERE `entryorguid`=10684 AND `source_type`=0 AND `id` IN (1,2);
DELETE FROM `smart_scripts` WHERE `entryorguid`=1068400 AND `source_type`=9;
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
(10684,0,1,0,20,0,100,0,5248,0,0,0,48,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Set Active On"),
(10684,0,2,0,20,0,100,0,5248,0,0,0,80,1068400,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Quest 'Tormented by the Past' Finished - Run Script"),
(1068400,9,0,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"),
(1068400,9,1,0,0,0,100,0,0,0,0,0,45,1,1,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 1 1"),
(1068400,9,2,0,0,0,100,0,120000,120000,0,0,45,2,2,0,0,0,0,11,7523,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"),
(1068400,9,3,0,0,0,100,0,0,0,0,0,45,2,2,0,0,0,0,11,7524,500,0,0,0,0,0,"Remorseful Highborne - On Script - Set Data 2 2"),
(1068400,9,4,0,0,0,100,0,0,0,0,0,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Remorseful Highborne - On Script - Set Active Off");
-- Anguished Highborne
DELETE FROM `smart_scripts` WHERE `entryorguid`=7524 AND `source_type`=0 AND `id` IN (2,3);
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
(7524,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 1 1 - Set Faction 124"),
(7524,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Anguished Highborne - On Data Set 2 2 - Set Faction 21");
-- Suffering Highborne
DELETE FROM `smart_scripts` WHERE `entryorguid`=7523 AND `source_type`=0 AND `id` IN (2,3);
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
(7523,0,2,0,38,0,100,0,1,1,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 1 1 - Set Faction 124"),
(7523,0,3,0,38,0,100,0,2,2,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,"Suffering Highborne - On Data Set 2 2 - Set Faction 21");
@@ -0,0 +1,141 @@
--
SET @CGUID := 1050000;
DELETE FROM `gameobject_template` WHERE `entry` IN (355480 /*Death Gate to the Maw*/, 355479 /*Death Gate to the Maw*/);
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `Data24`, `Data25`, `Data26`, `Data27`, `Data28`, `Data29`, `Data30`, `Data31`, `Data32`, `Data33`, `ContentTuningId`, `VerifiedBuild`) VALUES
(355480, 10, 8046, 'Death Gate to the Maw', 'questinteract', '', '', 2, 0, 0, 0, 3000, 0, 0, 0, 0, 0, 0, 335263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1400, 38134), -- Death Gate to the Maw
(355479, 10, 8046, 'Death Gate to the Maw', 'questinteract', '', '', 2, 0, 0, 0, 3000, 0, 0, 0, 0, 0, 0, 335262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1400, 38134); -- Death Gate to the Maw
UPDATE `gameobject_template` SET `VerifiedBuild`=38134 WHERE `entry`=355461;
DELETE FROM `gameobject_template_addon` WHERE `entry` IN(355461, 355480, 355479);
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `WorldEffectID`, `AIAnimKitID`) VALUES
(355461, 0, 262145, 0, 0), -- Death Gate to Acherus
(355480, 0, 262145, 0, 0), -- Death Gate to the Maw
(355479, 0, 262145, 0, 0); -- Death Gate to the Maw
DELETE FROM `npc_text` WHERE `ID` IN (41745 /*41745*/, 41398 /*41398*/);
INSERT INTO `npc_text` (`ID`, `Probability0`, `Probability1`, `Probability2`, `Probability3`, `Probability4`, `Probability5`, `Probability6`, `Probability7`, `BroadcastTextId0`, `BroadcastTextId1`, `BroadcastTextId2`, `BroadcastTextId3`, `BroadcastTextId4`, `BroadcastTextId5`, `BroadcastTextId6`, `BroadcastTextId7`, `VerifiedBuild`) VALUES
(41745, 1, 0, 0, 0, 0, 0, 0, 0, 201959, 0, 0, 0, 0, 0, 0, 0, 38134), -- 41745
(41398, 1, 0, 0, 0, 0, 0, 0, 0, 204441, 0, 0, 0, 0, 0, 0, 0, 40120); -- 41398
UPDATE `npc_text` SET `VerifiedBuild`=38134 WHERE `ID` IN(41744);
DELETE FROM `gossip_menu` WHERE `MenuId`=26057 AND `TextId` IN (41745,41744,41398);
INSERT INTO `gossip_menu` (`MenuId`, `TextId`, `VerifiedBuild`) VALUES
(26057, 41745, 38134), -- 171791 (Nazgrim)
(26057, 41744, 38134), -- 171791 (Nazgrim)
(26057, 41398, 38134); -- 171791 (Nazgrim)
DELETE FROM `gossip_menu_option` WHERE `MenuId`=26057 AND `OptionIndex`=0;
INSERT INTO `gossip_menu_option` (`MenuId`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextId`, `OptionNpcFlag`, `OptionType`, `VerifiedBuild`) VALUES
(26057, 0, 0, 'Tell me what happened.', 0, 1, 1, 38134);
UPDATE `creature_template` SET `minlevel`=50, `maxlevel`=50 WHERE `entry`=176554; -- Highlord Darion Mograine
UPDATE `creature_template` SET `minlevel`=0 WHERE `entry`=173279; -- Orgrimmar Grunt
UPDATE `creature_equip_template` SET `ItemID1`=117049 WHERE (`CreatureID`=169177 AND `ID`=4); -- Knight of the Ebon Blade
UPDATE `creature_equip_template` SET `ItemID1`=49886 WHERE (`CreatureID`=169177 AND `ID`=3); -- Knight of the Ebon Blade
UPDATE `creature_equip_template` SET `ItemID1`=75223 WHERE (`CreatureID`=169177 AND `ID`=2); -- Knight of the Ebon Blade
UPDATE `creature_equip_template` SET `ItemID1`=164981 WHERE (`CreatureID`=169177 AND `ID`=1); -- Knight of the Ebon Blade
DELETE FROM `creature_template_addon` WHERE `entry` IN(176554, 171791, 173279, 169177, 173281);
INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES
(176554, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 176554 (Highlord Darion Mograine)
(171791, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 171791 (Nazgrim)
(173279, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 173279 (Orgrimmar Grunt)
(169177, 0, 0, 0, 0, 0, 0, 0, 0, ''), -- 169177 (Knight of the Ebon Blade)
(173281, 0, 0, 0, 1, 0, 0, 0, 0, ''); -- 173281 (Concerned Onlooker)
DELETE FROM `creature_template_scaling` WHERE `Entry` IN(171791, 173279, 173281);
INSERT INTO `creature_template_scaling` (`Entry`, `DifficultyID`, `LevelScalingDeltaMin`, `LevelScalingDeltaMax`, `ContentTuningID`, `VerifiedBuild`) VALUES
(171791, 0, 0, 0, 1400, 38134),
(173279, 0, 0, 0, 883, 38134),
(173281, 0, 0, 0, 1400, 38134);
DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+37;
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
-- Darion Mograine
(@CGUID+0, 176554, 1, 1637, 8618, '0', 16448, 0, 0, 0, 1596.546875, -4381.8818359375, 20.11281394958496093, 3.659459114074707031, 120, 0, 0, 186925, 45175, 0, 0, 0, 0, 38134), -- Highlord Darion Mograine (Area: -Unknown- - Difficulty: 0)
-- Nazgrim
(@CGUID+1, 171791, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1598.939208984375, -4382.73095703125, 20.25117301940917968, 3.740239381790161132, 120, 0, 0, 112155, 0, 0, 0, 0, 0, 38134), -- Nazgrim (Area: -Unknown- - Difficulty: 0)
-- Orgrimmar Grunt
(@CGUID+2, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1602.392333984375, -4393.05908203125, 18.4881591796875, 2.33484649658203125, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+3, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1606.6614990234375, -4389.59033203125, 19.99199867248535156, 2.686850309371948242, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+4, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1594.626708984375, -4369.7412109375, 21.27612495422363281, 4.686401844024658203, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+5, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1605.3072509765625, -4392.173828125, 19.05565071105957031, 2.54192972183227539, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+6, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1598.0625, -4393.798828125, 18.05163192749023437, 1.585963606834411621, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+7, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1583.0989990234375, -4375.4599609375, 20.3298492431640625, 5.958539485931396484, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+8, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1596.951416015625, -4366.64599609375, 21.15838050842285156, 4.124737739562988281, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+9, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1597.986083984375, -4369.31591796875, 21.32096290588378906, 4.266610622406005859, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+10, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1601.3646240234375, -4395.87158203125, 17.53847885131835937, 2.060830593109130859, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+11, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1582.7117919921875, -4372.65087890625, 20.59259033203125, 5.621002197265625, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+12, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1602.5521240234375, -4389.4775390625, 19.441741943359375, 2.42626500129699707, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+13, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1580.3975830078125, -4375.859375, 20.13587570190429687, 5.946003913879394531, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
(@CGUID+14, 173279, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1581.90283203125, -4377.73974609375, 19.81879997253417968, 6.058449745178222656, 120, 0, 0, 17687, 0, 0, 0, 0, 0, 38134), -- Orgrimmar Grunt (Area: -Unknown- - Difficulty: 0) (Auras: )
-- Knight of the Ebon Blade
(@CGUID+15, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1590.34033203125, -4378.5, 19.91173744201660156, 2.393826484680175781, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+16, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1588.8489990234375, -4381.4130859375, 19.20941162109375, 2.873449563980102539, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+17, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1601.032958984375, -4386.21337890625, 19.85976982116699218, 5.448757171630859375, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+18, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1596.80908203125, -4388.59716796875, 18.87882614135742187, 4.734880447387695312, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+19, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1599.2603759765625, -4376.71337890625, 20.95309257507324218, 1.117129445075988769, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+20, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1595.2396240234375, -4375.35791015625, 20.7305755615234375, 1.574090123176574707, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+21, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1602.6632080078125, -4384.033203125, 20.34967422485351562, 6.105090141296386718, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
(@CGUID+22, 169177, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1593.373291015625, -4388.111328125, 18.47126197814941406, 4.669833183288574218, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: -Unknown- - Difficulty: 0)
-- Concerned Onlooker
(@CGUID+23, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1613.44970703125, -4394.81591796875, 19.32597923278808593, 2.209622621536254882, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+24, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1610.71875, -4393.54541015625, 19.62863922119140625, 0.552337467670440673, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+25, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1605.43408203125, -4385.7880859375, 20.48834991455078125, 0.503955304622650146, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+26, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1592.6302490234375, -4365.1162109375, 21.09588813781738281, 4.900725364685058593, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+27, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1583.8194580078125, -4387.9755859375, 17.79204750061035156, 1.526206493377685546, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+28, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1584.2742919921875, -4385.73095703125, 17.87681198120117187, 4.402769088745117187, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+29, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1588.71875, -4390.01220703125, 18.20344734191894531, 0.793151140213012695, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+30, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1605.9410400390625, -4396.31591796875, 17.54245567321777343, 2.35004425048828125, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+31, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1606.984375, -4384.4443359375, 20.7737884521484375, 3.663200855255126953, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+32, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1612.5850830078125, -4392.37841796875, 20.49319839477539062, 4.416680812835693359, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+33, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1594.1163330078125, -4395.90087890625, 17.3592071533203125, 2.14967203140258789, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
(@CGUID+34, 173281, 1, 1637, 8618, '0', 16447, 0, 0, 0, 1577.673583984375, -4380.7880859375, 18.074951171875, 6.17918252944946289, 120, 0, 0, 7477, 0, 0, 0, 0, 0, 38134), -- Concerned Onlooker (Area: -Unknown- - Difficulty: 0)
-- Nazgrim and two Ebon Blade Knights (Portal back to Maw after using it for the first time from Orgrimmar)
(@CGUID+35, 171791, 1, 1637, 5170, '0', 16450, 0, 0, 0, 1595.654541015625, -4350.970703125, 21.2030029296875, 4.991054534912109375, 120, 0, 0, 112155, 0, 0, 0, 0, 0, 38134), -- Nazgrim (Area: Valley of Strength - Difficulty: 0)
(@CGUID+36, 169177, 1, 1637, 5170, '0', 16450, 0, 0, 0, 1596.02783203125, -4348.5224609375, 21.2030029296875, 3.124286413192749023, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134), -- Knight of the Ebon Blade (Area: Valley of Strength - Difficulty: 0) (Auras: 335247 - -Unknown-)
(@CGUID+37, 169177, 1, 1637, 5170, '0', 16450, 0, 0, 0, 1587.782958984375, -4352.751953125, 21.20301055908203125, 0.944541215896606445, 120, 0, 0, 7477, 1807, 0, 0, 0, 0, 38134); -- Knight of the Ebon Blade (Area: Valley of Strength - Difficulty: 0) (Auras: 335247 - -Unknown-)
DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+37;
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES
(@CGUID+23, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+24, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+25, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+26, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+27, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+28, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+29, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+30, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+31, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+32, 0, 0, 0, 1, 0, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+33, 0, 0, 0, 1, 578, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+34, 0, 0, 0, 1, 578, 0, 0, 0, ''), -- Concerned Onlooker
(@CGUID+36, 0, 0, 0, 1, 0, 0, 0, 0, '335247'), -- Knight of the Ebon Blade - 335247 - -Unknown-
(@CGUID+37, 0, 0, 0, 1, 0, 0, 0, 0, '335247'); -- Knight of the Ebon Blade - 335247 - -Unknown-
-- Portal itself does not have any assigned phase
-- the initial Acherus portal is a personal spawn even (when Darion Mograine creates it), is static personal spawning w/o phases a thing?
-- INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
-- initial (spawned by darion)
-- (@OGUID+0, 355461, 1, 1637, 5170, '0', '13564 - 16447 - 16448 - 7688 - 10984 - 8658 - 12910 - 11965 - 11695 - 14852 - 16786 - 10351 - 10352 - 10353 - 16797 - 11596 - 4063 - 11744 - 6691 - 14647 - 11908 - 10401 - 1230', 0, 1591.545166015625, -4349.58349609375, 21.11966896057128906, 2.161438465118408203, 0, 0, 0.882296562194824218, 0.470693945884704589, 120, 255, 0, 38134), -- Death Gate to Acherus (Area: Valley of Strength - Difficulty: 0)
-- after first quest is rewarded one of these is spawned depending on progress
-- (@OGUID+1, 355461, 1, 1637, 5170, '0', '13564 - 16450 - 7688 - 10984 - 8658 - 12910 - 11965 - 11695 - 14852 - 16786 - 10351 - 10352 - 10353 - 11596 - 4063 - 11744 - 6691 - 14647 - 11908 - 10401 - 1230', 0, 1591.545166015625, -4349.58349609375, 21.11966896057128906, 2.161438465118408203, 0, 0, 0.882296562194824218, 0.470693945884704589, 120, 255, 0, 38134), -- Death Gate to Acherus (Area: Valley of Strength - Difficulty: 0)
-- (@OGUID+2, 355479, 1, 1637, 8618, '0', '13564 - 16450 - 7688 - 10984 - 8658 - 12910 - 11965 - 11695 - 14852 - 10351 - 10352 - 10353 - 11596 - 4063 - 11744 - 6691 - 14647 - 11908 - 10401 - 1230', 0, 1591.545166015625, -4349.58349609375, 21.11966896057128906, 2.161438465118408203, 0, 0, 0.882296562194824218, 0.470693945884704589, 120, 255, 0, 38134), -- Death Gate to the Maw (Area: -Unknown- - Difficulty: 0)
-- (@OGUID+3, 355480, 1, 1637, 8618, '0', '13564 - 16450 - 7688 - 10984 - 8658 - 12910 - 11965 - 11695 - 14852 - 10351 - 10352 - 10353 - 11596 - 4063 - 11744 - 6691 - 14647 - 11908 - 10401 - 1230', 0, 1591.545166015625, -4349.58349609375, 21.11966896057128906, 2.161438465118408203, 0, 0, 0.882296562194824218, 0.470693945884704589, 120, 255, 0, 38134), -- Death Gate to the Maw (Area: -Unknown- - Difficulty: 0)
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=173281;
DELETE FROM `smart_scripts` WHERE `entryorguid`=-(@CGUID+27) AND `source_type`=0 AND `id`=0;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_chance`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `target_type`, `comment`) VALUES
(-(@CGUID+27), 0, 0, 0, 1, 100, 6000, 8000, 6000, 8000, 10, 396, 274, 273, 6, 1, "Concerned Onlooker - Out of Combat - Play Random Emote");
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` IN(14, 15) AND SourceGroup=26057;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(14, 26057, 41745, 0, 0, 48, 0, 406784, 0, 0, 0, 0, 0, "", "Show gossip text if player has quest objective done: Take the Death Gate to Acherus"),
(14, 26057, 41745, 0, 1, 8, 0, 61874, 0, 0, 0, 0, 0, "", "Show gossip text if player has quest 61874 rewarded"),
(14, 26057, 41744, 0, 0, 48, 0, 406783, 0, 0, 1, 0, 0, "", "Show gossip text if player has not quest objective done: Learn about your leaders' fate"),
(14, 26057, 41398, 0, 0, 48, 0, 406783, 0, 0, 0, 0, 0, "", "Show gossip text if player has quest objective done: Learn about your leaders' fate"),
(14, 26057, 41398, 0, 0, 48, 0, 406784, 0, 0, 1, 0, 0, "", "Show gossip text if player has not quest objective done: Take the Death Gate to Acherus"),
(15, 26057, 0, 0, 0, 8, 0, 61874, 0, 0, 1, 0, 0, "", "Show gossip text if player has not quest 61874 rewarded"),
(15, 26057, 0, 0, 0, 48, 0, 406783, 0, 0, 1, 0, 0, "", "Show gossip option if player has not quest objective done: Learn about your leaders' fate");
@@ -0,0 +1,96 @@
-- Quest "Ancient Spirit"
UPDATE `quest_template_addon` SET `SpecialFlags`=2 WHERE `ID`=4261; -- Prevents quest from auto completing
-- Arei
DELETE FROM `creature_text` WHERE `CreatureID`=9598;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(9598,0,0,"Please, help me to get through this cursed forest, $r.",12,0,100,0,0,0,5004,0,"Arei"),
(9598,1,0,"The corruption of Felwood has trapped my spirit here... I may never rest...",12,0,100,0,0,0,5037,0,"Arei"),
(9598,2,0,"That I must fight against my own kind deeply saddens me.",12,0,100,0,0,0,5008,0,"Arei"),
(9598,3,0,"The corruption of the fel has not left any of the creatures of Felwood untouched, $n. Please, be on your guard.",12,0,100,0,0,0,5005,0,"Arei"),
(9598,4,0,"I can sense it now, $n. Ashenvale lies down this path.",12,0,100,0,0,0,5023,0,"Arei"),
(9598,5,0,"I feel... something strange...",12,0,100,0,0,0,5026,0,"Arei"),
(9598,6,0,"$n, my form has now changed! The true strength of my spirit is returning to me now... The cursed grasp of the forest is leaving me.",12,0,100,0,0,0,5029,0,"Arei"),
(9598,7,0,"Thank you, $n. Now my spirit will finally be at peace.",12,0,100,0,0,0,5036,0,"Arei"),
(9598,8,0,"I sense the taint of corruption upon this $n. Help me destroy it!",12,0,100,0,0,0,5473,0,"Arei"),
(9598,8,1,"This creature suffers from the effects of the fel... We must end its misery.",12,0,100,0,0,0,5474,0,"Arei"),
(9598,8,2,"This $n has been driven mad from the corruption!",12,0,100,0,0,0,5475,0,"Arei");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=9598;
DELETE FROM `smart_scripts` WHERE `entryorguid`=9598 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (959800,959801,959802) AND `source_type`=9;
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
(9598,0,0,1,19,0,100,0,4261,0,0,0,64,1,0,0,0,0,0,7,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Store Targetlist"),
(9598,0,1,2,61,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Remove Npc Flag Questgiver"),
(9598,0,2,0,61,0,100,0,0,0,0,0,80,959800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Quest 'Ancient Spirit' Taken - Run Script"),
(9598,0,3,0,6,0,100,0,0,0,0,0,6,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Fail Quest 'Ancient Spirit'"),
(9598,0,4,0,6,0,100,0,0,0,0,0,1,1,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Just Died - Say Line 1"),
(9598,0,5,0,40,0,100,0,7,9598,0,0,1,2,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Say Line 2"),
(9598,0,6,0,40,0,100,0,7,9598,0,0,54,5000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 7 Reached - Pause Waypoint"),
(9598,0,7,0,40,0,100,0,15,9598,0,0,1,3,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Say Line 3"),
(9598,0,8,0,40,0,100,0,15,9598,0,0,54,8000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 15 Reached - Pause Waypoint"),
(9598,0,9,0,40,0,100,0,36,9598,0,0,107,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Summon Group 1"),
(9598,0,10,0,40,0,100,0,37,9598,0,0,80,959802,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Waypoint 36 Reached - Run Script"),
(9598,0,11,0,4,0,50,0,0,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Aggro - Say Line 8"),
(9598,0,12,0,0,0,100,0,6000,9000,16000,21000,11,5337,0,0,0,0,0,2,0,0,0,0,0,0,0,"Arei - In Combat - Cast 'Wither Strike'"),
(959800,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 0"),
(959800,9,1,0,0,0,100,0,5000,5000,0,0,53,0,9598,0,0,0,2,1,0,0,0,0,0,0,0,"Arei - On Script - Start Waypoint"),
(959800,9,2,0,0,0,100,0,0,0,0,0,2,250,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 250"),
(959802,9,0,0,0,0,100,0,0,0,0,0,2,124,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Set Faction 124"),
(959802,9,1,0,0,0,100,0,1000,1000,0,0,1,4,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 4"),
(959802,9,2,0,0,0,100,0,5000,5000,0,0,1,5,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 5"),
(959802,9,3,0,0,0,100,0,2000,2000,0,0,11,14888,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Cast 'Arei Transform'"),
(959802,9,4,0,0,0,100,0,3000,3000,0,0,1,6,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 6"),
(959802,9,5,0,0,0,100,0,8000,8000,0,0,1,7,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Say Line 7"),
(959802,9,6,0,0,0,100,0,0,0,0,0,15,4261,0,0,0,0,0,12,1,0,0,0,0,0,0,"Arei - On Script - Complete Quest 'Ancient Spirit'"),
(959802,9,7,0,0,0,100,0,0,0,0,0,41,6000,0,0,0,0,0,1,0,0,0,0,0,0,0,"Arei - On Script - Despawn");
-- Condition
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=15033;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17,0,15033,0,0,29,0,9598,200,0,1,0,0,"","Spell 'Summon Ancient Spirits' cannot be casted if Arei is already summoned");
DELETE FROM `waypoints` WHERE `entry`=9598;
INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES
(9598,1,6004.265,-1180.494,376.377,''),
(9598,2,6002.512,-1157.294,381.407,''),
(9598,3,6029.228,-1139.720,383.127,''),
(9598,4,6042.479,-1128.963,386.582,''),
(9598,5,6062.820,-1115.522,386.850,''),
(9598,6,6089.188,-1111.907,383.105,''),
(9598,7,6104.390,-1114.561,380.490,''),
(9598,8,6115.080,-1128.572,375.779,''),
(9598,9,6119.352,-1147.314,372.518,''),
(9598,10,6119.003,-1176.082,371.072,''),
(9598,11,6120.982,-1198.408,373.432,''),
(9598,12,6123.521,-1226.636,374.119,''),
(9598,13,6127.737,-1246.035,373.574,''),
(9598,14,6133.433,-1253.642,369.100,''),
(9598,15,6150.787,-1269.151,369.240,''),
(9598,16,6155.805,-1275.029,373.627,''),
(9598,17,6163.544,-1307.130,376.234,''),
(9598,18,6174.800,-1340.885,379.039,''),
(9598,19,6191.144,-1371.260,378.453,''),
(9598,20,6215.652,-1397.517,376.012,''),
(9598,21,6243.784,-1407.675,371.594,''),
(9598,22,6280.775,-1408.259,370.554,''),
(9598,23,6325.360,-1406.688,370.082,''),
(9598,24,6355.000,-1404.337,370.646,''),
(9598,25,6374.679,-1399.176,372.105,''),
(9598,26,6395.803,-1367.057,374.910,''),
(9598,27,6408.569,-1333.487,376.616,''),
(9598,28,6409.075,-1312.168,379.598,''),
(9598,29,6418.689,-1277.697,381.638,''),
(9598,30,6441.689,-1247.316,387.246,''),
(9598,31,6462.136,-1226.316,397.610,''),
(9598,32,6478.021,-1216.260,408.284,''),
(9598,33,6499.632,-1217.087,419.461,''),
(9598,34,6523.165,-1220.780,430.549,''),
(9598,35,6542.716,-1216.997,437.788,''),
(9598,36,6557.279,-1211.125,441.452,''),
(9598,37,6574.568,-1204.589,443.216,'');
DELETE FROM `creature_summon_groups` WHERE `summonerId`=9598;
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES
(9598,0,1,7139,6573.321,-1195.213,442.489,5.544130,3,300000),
(9598,0,1,7138,6573.240,-1213.475,443.643,2.371120,3,300000),
(9598,0,1,7138,6583.354,-1209.811,444.769,2.452802,3,300000);
@@ -0,0 +1,14 @@
--
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17722,17801) AND `source_type`=0;
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`,`event_param5`,`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
(17722, 0, 0, 0, 0, 0, 100, 2, 1000, 1000, 2400, 3800, 0, 11, 12675, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - IC CMC - Cast 'Frostbolt' (Normal Dungeon)"),
(17722, 0, 1, 0, 0, 0, 100, 4, 1000, 1000, 2400, 3800, 0, 11, 37930, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - IC CMC - Cast 'Frostbolt' (Heroic Dungeon)"),
(17722, 0, 2, 0, 0, 0, 100, 2, 18000, 20000, 25000, 27000, 0, 11, 31581, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Blizzard' (No Repeat) (Normal Dungeon)"),
(17722, 0, 3, 0, 0, 0, 100, 4, 18000, 20000, 25000, 27000, 0, 11, 39416, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Blizzard' (Heroic Dungeon)"),
(17722, 0, 4, 0, 0, 0, 100, 2, 6000, 8000, 15000, 15000, 0, 11, 15063, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Normal Dungeon)"),
(17722, 0, 5, 0, 0, 0, 100, 4, 6000, 8000, 15000, 15000, 0, 11, 15531, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Coilfang Sorceress - In Combat - Cast 'Frost Nova' (Heroic Dungeon)"),
(17801, 0, 0, 0, 0, 0, 100, 2, 1000, 1000, 4400, 5800, 0, 11, 15234, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - IC CMC - Cast 'Lightning Bolt' (Normal Dungeon)"),
(17801, 0, 1, 0, 0, 0, 100, 4, 1000, 1000, 3400, 4800, 0, 11, 37664, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - IC CMC - Cast 'Lightning Bolt' (Heroic Dungeon)"),
(17801, 0, 2, 0, 0, 0, 100, 2, 12000, 15000, 15000, 19000, 0, 11, 35106, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Arcane Flare'(NormalDungeon)"),
(17801, 0, 3, 0, 0, 0, 100, 4, 9000, 12000, 15000, 17000, 0, 11, 37856, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Arcane Flare' (HeroicDungeon)"),
(17801, 0, 4, 0, 0, 0, 100, 6, 9000, 13000, 10000, 14000, 0, 11, 38660, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, "Coilfang Siren - In Combat - Cast 'Fear' (Dungeon)");
@@ -0,0 +1,2 @@
--
UPDATE `spell_script_names` SET `ScriptName`='spell_anub_ar_skirmisher_fixate' WHERE `ScriptName`='spell_anub_ar_skirmisher_fixtate';