DB/SAI: Assault by Ground.

Closes #11591.

(cherry picked from commit 8da2cd6b3f)
This commit is contained in:
Wyrserth
2019-07-22 02:26:06 +02:00
committed by Shauren
parent f6df334bb6
commit 273607fba3

View File

@@ -0,0 +1,166 @@
-- Horde
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (31833, 31832);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31833, 31832) AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3183300, 3183301, 3183302, 3183303, 3183304, 3183305, 3183306) 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
(31833, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 4100, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - In Combat - Cast 'Shoot'"),
(31833, 0, 1, 0, 0, 0, 100, 0, 3500, 4300, 15700, 16500, 11, 12551, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - In Combat - Cast 'Frost Shot'"),
(31833, 0, 2, 0, 0, 0, 100, 0, 4500, 5500, 11300, 12700, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0,"Kor'kron Squad Leader - In Combat - Cast 'Cleave'"),
(31833, 0, 3, 0, 19, 0, 100, 0, 13301, 0, 0, 0, 80, 3183300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Quest 'Assault by Ground' Accepted - Run Script"),
(31833, 0, 4, 0, 40, 0, 100, 0, 1, 3183300, 0, 0, 80, 3183301, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 1 Reached - Run Script"),
(31833, 0, 5, 0, 40, 0, 100, 0, 2, 3183301, 0, 0, 80, 3183302, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 2 Reached - Run Script"),
(31833, 0, 6, 0, 40, 0, 100, 0, 3, 3183301, 0, 0, 80, 3183303, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 3 Reached - Run Script"),
(31833, 0, 7, 0, 40, 0, 100, 0, 6, 3183301, 0, 0, 80, 3183304, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 6 Reached - Run Script"),
(31833, 0, 8, 0, 40, 0, 100, 0, 7, 3183301, 0, 0, 80, 3183305, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 7 Reached - Run Script"),
(31833, 0, 9, 0, 40, 0, 100, 0, 8, 3183301, 0, 0, 80, 3183306, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Waypoint 8 Reached - Run Script"),
(31832, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 4100, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - In Combat - Cast 'Shoot'"),
(31832, 0, 1, 0, 0, 0, 100, 0, 4500, 5500, 11300, 12700, 11, 29426, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - In Combat - Cast 'Heroic Strike'"),
(31832, 0, 2, 0, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3183300, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - On Data 1 1 Set - Start WP"),
(31832, 0, 3, 0, 38, 0, 100, 0, 2, 2, 0, 0, 53, 1, 3183301, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - On Data 2 2 Set - Start WP"),
(31832, 0, 4, 0, 40, 0, 100, 0, 6, 3183301, 0, 0, 54, 12000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - On Waypoint 6 Reached - Pause WP (12 Seconds)"),
(31832, 0, 5, 6, 38, 0, 100, 0, 3, 3, 0, 0, 11, 59764, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - On Data 3 3 Set - Cast 'Horde Ground Troop Kill Credit'"),
(31832, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 10000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Infantry - On Data 3 3 Set - Despawn In 10 Seconds"),
(3183300, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Store Invoker's Party"),
(3183300, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 83, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Remove Gossip+Questgiver Npcflag"),
(3183300, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 53, 0, 3183300, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Start WP"),
(3183300, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, 31832, 0, 10, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Set Data 1 1 (Kor'kron Infantry)"),
(3183301, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 0"),
(3183301, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, 3183301, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Start WP"),
(3183301, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 31832, 0, 10, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Set Data 2 2 (Kor'kron Infantry)"),
(3183302, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 1"),
(3183302, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 107, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Summon Creature Group 1"),
(3183303, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 2"),
(3183303, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 107, 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Summon Creature Group 2"),
(3183304, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 12000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Pause WP (12 Seconds)"),
(3183304, 9, 1, 0, 0, 0, 100, 0, 500, 500, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Set Standstate Kneel"),
(3183304, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 3"),
(3183304, 9, 3, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Remove Standstate Kneel"),
(3183304, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 4"),
(3183305, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 5"),
(3183305, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 107, 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Summon Creature Group 3"),
(3183306, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 5, 214, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Play Emote STATE_READYRIFLE"),
(3183306, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Say Line 6"),
(3183306, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 9, 31832, 0, 20, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Send TargetList (Kor'kron Infantry)"),
(3183306, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 9, 31832, 0, 20, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Set Data 3 3 (Kor'kron Infantry)"),
(3183306, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 41, 10000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kor'kron Squad Leader - On Script - Despawn In 10 Seconds");
-- Alliance
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN (31737, 31701);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31737, 31701) AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3173700, 3173701, 3173702, 3173703, 3173704, 3173705) 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
(31737, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 3500, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - In Combat - Cast 'Shoot'"),
(31737, 0, 1, 0, 0, 0, 100, 0, 3500, 4300, 15700, 16500, 11, 12551, 64, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - In Combat - Cast 'Frost Shot'"),
(31737, 0, 2, 0, 0, 0, 100, 0, 4500, 5500, 11300, 12700, 11, 15496, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - In Combat - Cast 'Cleave'"),
(31737, 0, 3, 0, 19, 0, 100, 0, 13284, 0, 0, 0, 80, 3173700, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Quest 'Assault by Ground' Accepted - Run Script"),
(31737, 0, 4, 0, 40, 0, 100, 0, 2, 3173700, 0, 0, 80, 3173701, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 2 Reached - Run Script"),
(31737, 0, 5, 0, 40, 0, 100, 0, 3, 3173701, 0, 0, 80, 3173702, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 3 Reached - Run Script"),
(31737, 0, 6, 0, 40, 0, 100, 0, 7, 3173701, 0, 0, 80, 3173703, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 7 Reached - Run Script"),
(31737, 0, 7, 0, 40, 0, 100, 0, 13, 3173701, 0, 0, 80, 3173704, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 13 Reached - Run Script"),
(31737, 0, 8, 0, 40, 0, 100, 0, 15, 3173701, 0, 0, 107, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 15 Reached - Summon Creature Group 3"),
(31737, 0, 9, 0, 40, 0, 100, 0, 19, 3173701, 0, 0, 80, 3173705, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Waypoint 19 Reached - Run Script"),
(31701, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3500, 4100, 11, 15547, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - In Combat - Cast 'Shoot'"),
(31701, 0, 1, 0, 0, 1, 100, 0, 4500, 5500, 11300, 12700, 11, 29426, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - In Combat - Cast 'Heroic Strike'"),
(31701, 0, 2, 0, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3173700, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - On Data 1 1 Set - Start WP"),
(31701, 0, 3, 0, 38, 0, 100, 0, 2, 2, 0, 0, 53, 1, 3173701, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - On Data 2 2 Set - Start WP"),
(31701, 0, 4, 0, 40, 0, 100, 0, 13, 3173701, 0, 0, 54, 12000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - On Waypoint 13 Reached - Pause WP (12 Seconds)"),
(31701, 0, 5, 6, 38, 0, 100, 0, 3, 3, 0, 0, 11, 59677, 0, 0, 0, 0, 0, 12, 1, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - On Data 3 3 Set - Cast 'Alliance Ground Troop Kill Credit'"),
(31701, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 10000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Infantry - On Data 3 3 Set - Despawn In 10 Seconds"),
(3173700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Store Invoker's Party"),
(3173700, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 83, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Remove Gossip+Questgiver Npcflag"),
(3173700, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 53, 0, 3173700, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Start WP"),
(3173700, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, 31701, 0, 10, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Set Data 1 1 (Skybreaker Infantry)"),
(3173701, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 0"),
(3173701, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, 3173701, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Start WP"),
(3173701, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 31701, 0, 10, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Set Data 2 2 (Skybreaker Infantry)"),
(3173702, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 1"),
(3173702, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 107, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Summon Creature Group 1"),
(3173703, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 2"),
(3173703, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 107, 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Summon Creature Group 2"),
(3173704, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 12000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Pause WP (12 Seconds)"),
(3173704, 9, 1, 0, 0, 0, 100, 0, 500, 500, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Set Standstate Kneel"),
(3173704, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 3"),
(3173704, 9, 3, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Remove Standstate Kneel"),
(3173704, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 4"),
(3173705, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 5, 214, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Play Emote STATE_READYRIFLE"),
(3173705, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Say Line 5"),
(3173705, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 100, 1, 0, 0, 0, 0, 0, 9, 31701, 0, 20, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Send TargetList (Skybreaker Infantry)"),
(3173705, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 9, 31701, 0, 20, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Set Data 3 3 (Skybreaker Infantry)"),
(3173705, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 41, 10000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Skybreaker Squad Leader - On Script - Despawn In 10 Seconds");
DELETE FROM `waypoints` WHERE `entry` IN (3173700, 3173701, 3183300, 3183301);
INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
(3183300, 1, 7496.28, 1820.7, 356.884, "Kor'kron Squad Leader"),
(3183301, 1, 7477.58, 1839.43, 373.660, "Kor'kron Squad Leader"),
(3183301, 2, 7462.56, 1841.61, 384.70, "Kor'kron Squad Leader"),
(3183301, 3, 7418.6, 1848.96, 416.636, "Kor'kron Squad Leader"),
(3183301, 4, 7412.98, 1845.67, 421.026, "Kor'kron Squad Leader"),
(3183301, 5, 7403.45, 1821.38, 428.551, "Kor'kron Squad Leader"),
(3183301, 6, 7334.47, 1742.05, 454.717, "Kor'kron Squad Leader"),
(3183301, 7, 7312.76, 1736.24, 463.04, "Kor'kron Squad Leader"),
(3183301, 8, 7233.85, 1727.58, 474.76, "Kor'kron Squad Leader"),
(3173700, 1, 7257.3496, 1523.3920, 323.5254, "Skybreaker Squad Leader"),
(3173700, 2, 7258.3535, 1538.7557, 329.1823, "Skybreaker Squad Leader"),
(3173701, 1, 7266.29, 1563.3, 341.177, "Skybreaker Squad Leader"),
(3173701, 2, 7246.13, 1585.23, 358.475, "Skybreaker Squad Leader"),
(3173701, 3, 7232.2314, 1580.5023, 367.9077, "Skybreaker Squad Leader"),
(3173701, 4, 7220.87, 1581.2, 375.593, "Skybreaker Squad Leader"),
(3173701, 5, 7218.7, 1597.63, 379.207, "Skybreaker Squad Leader"),
(3173701, 6, 7258.64, 1611.95, 383.28, "Skybreaker Squad Leader"),
(3173701, 7, 7293.1494, 1609.2095, 391.7446, "Skybreaker Squad Leader"),
(3173701, 8, 7321.1040, 1616.9797, 405.6282, "Skybreaker Squad Leader"),
(3173701, 9, 7342.1221, 1628.4220, 421.8495, "Skybreaker Squad Leader"),
(3173701, 10, 7346.79, 1633.76, 426.629, "Skybreaker Squad Leader"),
(3173701, 11, 7349.2129, 1638.1742, 429.0128, "Skybreaker Squad Leader"),
(3173701, 12, 7347.5542, 1644.9171, 430.4065, "Skybreaker Squad Leader"),
(3173701, 13, 7341.7266, 1644.3322, 430.4596, "Skybreaker Squad Leader"),
(3173701, 14, 7303.3145, 1648.0419, 434.3962, "Skybreaker Squad Leader"),
(3173701, 15, 7289.3232, 1654.4851, 435.2600, "Skybreaker Squad Leader"),
(3173701, 16, 7275.4063, 1658.3369, 434.9894, "Skybreaker Squad Leader"),
(3173701, 17, 7252.81, 1649.82, 433.605, "Skybreaker Squad Leader"),
(3173701, 18, 7201.97, 1662.42, 458.887, "Skybreaker Squad Leader"),
(3173701, 19, 7196.9458, 1680.9031, 467.0019, "Skybreaker Squad Leader");
DELETE FROM `creature_text` WHERE `CreatureID` IN (31833, 31737);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(31833, 0, 0, "On the move, men!", 12, 0, 100, 0, 0, 0, 32409, 0, "Kor'kron Squad Leader"),
(31833, 1, 0, "Incoming!", 14, 0, 100, 0, 0, 0, 32407, 0, "Kor'kron Squad Leader"),
(31833, 2, 0, "For the horde!", 14, 0, 100, 0, 0, 0, 32418, 0, "Kor'kron Squad Leader"),
(31833, 3, 0, "Quickly, catch your breaths before we press to the gate!", 12, 0, 100, 0, 0, 0, 32410, 0, "Kor'kron Squad Leader"),
(31833, 4, 0, "On your feet, men! Move, move move!", 12, 0, 100, 0, 0, 0, 32411, 0, "Kor'kron Squad Leader"),
(31833, 5, 0, "Time for some blood, men!", 14, 0, 100, 0, 0, 0, 32416, 0, "Kor'kron Squad Leader"),
(31833, 6, 1, "You've got some fight in you! Blood and honor, friend!", 12, 0, 100, 0, 0, 0, 32412, 0, "Kor'kron Squad Leader"),
(31737, 0, 0, "Alright boys, let's do this!", 12, 0, 100, 0, 0, 0, 32351, 0, "Skybreaker Squad Leader"),
(31737, 1, 0, "Heads up!", 14, 0, 100, 0, 0, 0, 32398, 0, "Skybreaker Squad Leader"),
(31737, 2, 0, "On your feet, boys!", 14, 0, 100, 0, 0, 0, 32399, 0, "Skybreaker Squad Leader"),
(31737, 3, 0, "Nice work! We can only rest a moment.", 12, 0, 100, 0, 0, 0, 32352, 0, "Skybreaker Squad Leader"),
(31737, 4, 0, "On your feet, boys! Move, move move!", 12, 0, 100, 0, 0, 0, 32405, 0, "Skybreaker Squad Leader"),
(31737, 5, 0, "Thanks for keeping us covered back there! We'll hold the gate while we wait for reinforcements.", 12, 0, 100, 0, 0, 0, 32353, 0, "Skybreaker Squad Leader");
DELETE FROM `creature` WHERE `guid` IN (120880, 120881, 120878, 120899, 120904, 120884, 120882, 120907, 120879, 120883, 120906, 120905) AND `id`=31746;
DELETE FROM `creature_addon` WHERE `guid` IN (120880, 120881, 120878, 120904, 120884, 120882, 120907, 120879, 120883, 120906, 120905);
DELETE FROM `spawn_group` WHERE `spawnId` IN (120880, 120881, 120878, 120904, 120884, 120882, 120907, 120879, 120883, 120906, 120905);
DELETE FROM `creature_summon_groups` WHERE `summonerId` IN (31833, 31737);
INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES
(31833, 0, 1, 31746, 7452.8628, 1848.6608, 403.4300, 4.410012, 4, 60000),
(31833, 0, 1, 31746, 7437.7979, 1830.6842, 416.0464, 0.793254, 4, 60000),
(31833, 0, 1, 31746, 7448.9692, 1829.1456, 405.9660, 1.350887, 4, 60000),
(31833, 0, 2, 31746, 7411.1818, 1815.3200, 426.9750, 1.965810, 4, 60000),
(31833, 0, 2, 31746, 7400.2598, 1807.3700, 430.1560, 1.51368, 4, 60000),
(31833, 0, 2, 31746, 7418.5625, 1834.5736, 426.0482, 1.672897, 4, 60000),
(31833, 0, 3, 31746, 7320.6694, 1710.1952, 464.9302, 2.120577, 4, 60000),
(31833, 0, 3, 31746, 7294.0713, 1722.6086, 469.0512, 0.345577, 4, 60000),
(31833, 0, 3, 31746, 7293.6943, 1735.5493, 468.7818, 0.200278, 4, 60000),
(31737, 0, 1, 31746, 7210.6899, 1550.2826, 374.4047, 1.146656, 4, 60000),
(31737, 0, 1, 31746, 7228.5977, 1590.0863, 379.7305, 5.089356, 4, 60000),
(31737, 0, 1, 31746, 7228.3223, 1597.8716, 380.1577, 5.075222, 4, 60000),
(31737, 0, 1, 31746, 7237.6636, 1597.7928, 379.9324, 4.708441, 4, 60000),
(31737, 0, 1, 31746, 7240.6714, 1582.6246, 362.2298, 3.406250, 4, 60000),
(31737, 0, 2, 31746, 7326.3643, 1622.4797, 410.8926, 3.582962, 4, 60000),
(31737, 0, 2, 31746, 7307.3564, 1635.1537, 440.1414, 4.878867, 4, 60000),
(31737, 0, 2, 31746, 7291.2197, 1634.5176, 435.0142, 5.067356, 4, 60000),
(31737, 0, 3, 31746, 7215.3140, 1661.6870, 451.2053, 6.042760, 4, 60000),
(31737, 0, 3, 31746, 7219.8994, 1668.1444, 451.4176, 5.8388, 4, 60000),
(31737, 0, 3, 31746, 7223.4927, 1673.2920, 452.4792, 5.787735, 4, 60000),
(31737, 0, 3, 31746, 7277.5713, 1656.8722, 434.6792, 3.486518, 4, 60000);