feat(DB): release ACDB 7.0.0 (#12811)
* feat(DB): release ACDB 7.0.0 * cleanup * we try sourcery
This commit is contained in:
parent
4cd3b9c203
commit
3daa8e2146
739 changed files with 197091 additions and 167873 deletions
|
|
@ -15,24 +15,24 @@
|
|||
-- Dumpar struktur för tabell acore_world.creature_text
|
||||
DROP TABLE IF EXISTS `creature_text`;
|
||||
CREATE TABLE IF NOT EXISTS `creature_text` (
|
||||
`CreatureID` MEDIUMINT unsigned NOT NULL DEFAULT 0,
|
||||
`GroupID` TINYINT unsigned NOT NULL DEFAULT 0,
|
||||
`ID` TINYINT unsigned NOT NULL DEFAULT 0,
|
||||
`CreatureID` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`GroupID` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`ID` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Text` longtext,
|
||||
`Type` TINYINT unsigned NOT NULL DEFAULT 0,
|
||||
`Language` TINYINT NOT NULL DEFAULT 0,
|
||||
`Probability` float NOT NULL DEFAULT 0,
|
||||
`Emote` MEDIUMINT unsigned NOT NULL DEFAULT 0,
|
||||
`Duration` MEDIUMINT unsigned NOT NULL DEFAULT 0,
|
||||
`Sound` MEDIUMINT unsigned NOT NULL DEFAULT 0,
|
||||
`BroadcastTextId` MEDIUMINT NOT NULL DEFAULT 0,
|
||||
`TextRange` TINYINT unsigned NOT NULL DEFAULT 0,
|
||||
`comment` VARCHAR(255) DEFAULT '',
|
||||
`Type` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`Language` tinyint NOT NULL DEFAULT '0',
|
||||
`Probability` float NOT NULL DEFAULT '0',
|
||||
`Emote` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`Duration` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`Sound` mediumint unsigned NOT NULL DEFAULT '0',
|
||||
`BroadcastTextId` mediumint NOT NULL DEFAULT '0',
|
||||
`TextRange` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`comment` varchar(255) DEFAULT '',
|
||||
PRIMARY KEY (`CreatureID`,`GroupID`,`ID`),
|
||||
CONSTRAINT `creature_text_chk_1` CHECK ((`Probability` >= 0))
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
-- Dumpar data för tabell acore_world.creature_text: 18 061 rows
|
||||
-- Dumpar data för tabell acore_world.creature_text: 18 119 rows
|
||||
DELETE FROM `creature_text`;
|
||||
/*!40000 ALTER TABLE `creature_text` DISABLE KEYS */;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
|
|
@ -2403,13 +2403,13 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(5465, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Land Rager'),
|
||||
(5497, 0, 0, 'Here, $n. Take a chest of containment coffers and a cantation of manifestation. You will need them for your mission.', 12, 7, 100, 25, 0, 0, 2681, 0, 'Jennea Cannon'),
|
||||
(5568, 0, 0, 'Oh, great.', 12, 7, 100, 0, 0, 0, 1886, 0, 'Captured Leper Gnome'),
|
||||
(5634, 0, 0, 'Time to brew up a Kalimdor Kocktail! Hiccup!', 12, 7, 100, 4, 0, 0, 1950, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 0, 0, 'Time to brew up a Kalimdor Kocktail! Hiccup!', 12, 7, 100, 0, 0, 0, 1950, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 1, 0, 'That should do it! Hiccup!', 12, 7, 100, 0, 0, 0, 1951, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 2, 0, '%s chugs his drink.', 16, 0, 100, 92, 0, 0, 1952, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 3, 0, 'Hiccup!', 12, 7, 100, 34, 0, 0, 1953, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 4, 0, 'Ok, who pushed me down? Was it you, $n? Someone turn the lights back on. Hiccup!', 12, 7, 100, 6, 0, 0, 1954, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 5, 0, 'One more sip of the ol\' fire water and I\'ll be ready to talk. Hiccup! Cheers!', 12, 7, 100, 1, 0, 0, 1955, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 6, 0, 'So, $n, I\'m ready to tell you what happened in the Swamp of Sorrows. Hiccup!', 12, 7, 100, 1, 0, 0, 1956, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 3, 0, 'Hiccup!', 12, 7, 100, 0, 0, 0, 1953, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 4, 0, 'Ok, who pushed me down? Was it you, $n? Someone turn the lights back on. Hiccup!', 12, 7, 100, 0, 0, 0, 1954, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 5, 0, 'One more sip of the ol\' fire water and I\'ll be ready to talk. Hiccup! Cheers!', 12, 7, 100, 92, 0, 0, 1955, 0, 'Rhapsody Shindigger'),
|
||||
(5634, 6, 0, 'So, $n, I\'m ready to tell you what happened in the Swamp of Sorrows. Hiccup!', 12, 7, 100, 0, 0, 0, 1956, 0, 'Rhapsody Shindigger'),
|
||||
(5644, 1, 0, 'I will hurry back to Vahlarriel. Finish off those that you can--I should be fine on my own from here.', 12, 7, 100, 0, 0, 0, 2144, 0, 'Dalinda Malem'),
|
||||
(5644, 0, 0, 'Elune be with us! Let\'s make haste from this evil fortress.', 12, 7, 100, 0, 0, 0, 2143, 0, 'Dalinda Malem'),
|
||||
(5661, 0, 0, 'Edward. Tyler. Prepare for your first challenge.', 12, 33, 100, 1, 0, 0, 1978, 0, 'Brother Malach'),
|
||||
|
|
@ -2817,7 +2817,7 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(7451, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Raging Owlbeast'),
|
||||
(7452, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 10677, 0, 'Crazed Owlbeast'),
|
||||
(7527, 0, 0, '%s will be armed in 10 seconds!', 16, 0, 100, 0, 0, 0, 0, 0, 'Goblin Land Mine'),
|
||||
(7527, 1, 0, '%s will be armed in 5 seconds!', 16, 0, 100, 0, 0, 5871, 0, 0, 'Goblin Land Mine'),
|
||||
(7527, 1, 0, '%s will be armed in 5 seconds!', 16, 0, 100, 0, 0, 0, 0, 0, 'Goblin Land Mine'),
|
||||
(7527, 2, 0, '%s is now armed!', 16, 0, 100, 0, 0, 0, 0, 0, 'Goblin Land Mine'),
|
||||
(7564, 0, 0, 'I\'m going to carefully mix this - oops! ...Well, I spilled a little, but it\'s ready!', 12, 0, 100, 0, 0, 0, 4548, 0, 'Marin Noggenfogger'),
|
||||
(7572, 0, 0, 'Per your request, Corporal Splithoof has come, $n.', 12, 0, 100, 0, 0, 0, 3764, 0, 'Fallen Hero of the Horde'),
|
||||
|
|
@ -3300,10 +3300,10 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(9999, 6, 0, '%s stands up after a short pause.', 16, 0, 100, 0, 0, 0, 0, 0, 'ringo EMOTE_RIN_END_5'),
|
||||
(9999, 7, 0, 'Ugh.', 12, 0, 100, 0, 0, 0, 5404, 0, 'ringo SAY_RIN_END_6'),
|
||||
(9999, 8, 0, '%s fades away after a long pause.', 16, 0, 100, 0, 0, 0, 0, 0, 'ringo EMOTE_RIN_END_8'),
|
||||
(10000, 0, 0, 'I have changed my mind loyal servants, you do not need to bring the prisoner all the way to my study, I will deal with him here and now. Vincent!', 12, 0, 100, 0, 0, 0, 0, 3, 'Arugal'),
|
||||
(10000, 1, 0, 'You and your pathetic ilk will find no more success in routing my sons and I than those beggardly remnants of the Kirin Tor.', 12, 0, 100, 0, 0, 0, 0, 3, 'Arugal'),
|
||||
(10000, 2, 0, 'If you will not serve my Master with your sword and knowledge of his enemies...', 12, 0, 100, 0, 0, 0, 0, 3, 'Arugal'),
|
||||
(10000, 3, 0, 'Your moldering remains will serve ME as a testament to what happens when one is foolish enough to trespass in my domain!', 12, 0, 100, 0, 0, 0, 0, 3, 'Arugal'),
|
||||
(10000, 0, 0, 'I have changed my mind loyal servants, you do not need to bring the prisoner all the way to my study, I will deal with him here and now. Vincent!', 12, 0, 100, 0, 0, 0, 1456, 3, 'Arugal'),
|
||||
(10000, 1, 0, 'You and your pathetic ilk will find no more success in routing my sons and I than those beggardly remnants of the Kirin Tor.', 12, 0, 100, 0, 0, 0, 5680, 3, 'Arugal'),
|
||||
(10000, 2, 0, 'If you will not serve my Master with your sword and knowledge of his enemies...', 12, 0, 100, 0, 0, 0, 5681, 3, 'Arugal'),
|
||||
(10000, 3, 0, 'Your moldering remains will serve ME as a testament to what happens when one is foolish enough to trespass in my domain!', 12, 0, 100, 0, 0, 0, 5682, 3, 'Arugal'),
|
||||
(10096, 0, 0, 'The Sons of Thaurissan shall watch you perish in the Ring of the Law!', 14, 0, 100, 0, 0, 0, 5442, 0, 'grimstone SCRIPT_TEXT2'),
|
||||
(10096, 1, 0, 'Unleash the fury and let it be done!', 14, 0, 100, 0, 0, 0, 5443, 0, 'grimstone SCRIPT_TEXT3'),
|
||||
(10096, 2, 0, 'But your real punishment lies ahead.', 14, 0, 100, 0, 0, 0, 5445, 0, 'grimstone SCRIPT_TEXT5'),
|
||||
|
|
@ -3467,9 +3467,9 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(10667, 1, 0, 'There, it is done. The book has been enhanced...', 12, 0, 100, 0, 0, 0, 6419, 0, 'Chromie'),
|
||||
(10680, 0, 0, '%s summons a Blackhand Dreadweaver to his aid!', 16, 0, 100, 0, 0, 0, 5612, 0, 'Summoned Blackhand Dreadweaver'),
|
||||
(10681, 0, 0, '%s summons a Blackhand Veteran to his aid!', 16, 0, 100, 0, 0, 0, 5614, 0, 'Summoned Blackhand Veteran'),
|
||||
(10684, 0, 0, 'Highborne spirits! Be at peace! The Crystal of Zin-Malor is whole once again!', 14, 0, 100, 0, 0, 0, 6505, 0, 'Remorseful Highborne'),
|
||||
(10684, 0, 1, 'Cursed spirits! Let go of the past! The Crystal of Zin-Malor no longer binds you!', 14, 0, 100, 0, 0, 0, 6506, 0, 'Remorseful Highborne'),
|
||||
(10684, 0, 2, 'Spirits of the Highborne! You may now rest! The curse of the crystal releases you!', 14, 0, 100, 0, 0, 0, 6507, 0, 'Remorseful Highborne'),
|
||||
(10684, 0, 1, 'Cursed spirits! Let go of the past! The Crystal of Zin-Malor no longer binds you!', 14, 0, 100, 0, 0, 0, 6506, 0, 'Remorseful Highborne'),
|
||||
(10684, 0, 0, 'Highborne spirits! Be at peace! The Crystal of Zin-Malor is whole once again!', 14, 0, 100, 0, 0, 0, 6505, 0, 'Remorseful Highborne'),
|
||||
(10717, 0, 0, '%s is summoned through a temporal rift!', 16, 0, 100, 0, 0, 0, 6033, 0, ''),
|
||||
(10737, 0, 0, '%s roars out for her mate!', 16, 0, 100, 0, 0, 648, 6039, 0, 'Shy-Rotam'),
|
||||
(10740, 0, 0, '%s whimpers.', 16, 0, 100, 0, 0, 0, 6270, 0, 'Awbee'),
|
||||
|
|
@ -3671,10 +3671,10 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(11356, 0, 5, 'My weapon be thirsty!', 12, 0, 100, 0, 0, 0, 1908, 0, 'Part of the ZulGurub on aggro lines'),
|
||||
(11356, 0, 6, 'You be dead soon!', 12, 0, 100, 0, 0, 0, 10434, 0, 'Part of the ZulGurub on aggro lines'),
|
||||
(11359, 0, 0, '%s goes into a frenzy!', 16, 0, 100, 0, 0, 0, 38630, 0, 'Soulflayer - At 30% HP - Say Line 0'),
|
||||
(11380, 0, 0, 'Hey! Grats, mon!', 14, 0, 100, 0, 0, 0, 10601, 0, 'mandokir SAY_GRATS_JINDO'),
|
||||
(11380, 0, 0, 'Grats!', 14, 0, 100, 0, 0, 0, 0, 3, 'mandokir SAY_GRATS_JINDO'),
|
||||
(11380, 1, 0, 'Welcome to the great show, friends. Step right up to die!', 14, 0, 100, 0, 0, 8425, 10449, 0, 'jindo SAY_AGGRO'),
|
||||
(11382, 0, 0, 'I\'ll feed your souls to Hakkar himself!', 14, 0, 100, 0, 0, 8413, 0, 0, 'mandokir SAY_AGGRO'),
|
||||
(11382, 1, 0, 'Ding!', 14, 0, 100, 0, 0, 0, 10505, 0, 'mandokir SAY_DING_KILL'),
|
||||
(11382, 1, 0, 'Ding!', 14, 0, 75, 0, 0, 0, 10505, 0, 'mandokir SAY_DING_KILL_1'),
|
||||
(11382, 2, 0, 'I\'m keeping my eye on you, $N!', 14, 0, 100, 0, 0, 0, 0, 0, 'mandokir SAY_WATCH'),
|
||||
(11382, 3, 0, 'Don\'t make me angry. You won\'t like it when I\'m angry.', 14, 0, 100, 0, 0, 0, 0, 0, 'mandokir SAY_WATCH_WHISPER'),
|
||||
(11382, 4, 0, '%s goes into a rage after seeing his raptor fall in battle!', 16, 0, 100, 0, 0, 0, 10545, 0, 'Bloodlord Mandokir - Ohgan Dead'),
|
||||
|
|
@ -3765,7 +3765,7 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(11671, 1, 0, '%s reignites from the heat of another Core Hound!', 16, 0, 100, 0, 2000, 0, 0, 0, ''),
|
||||
(11672, 0, 0, '%s refuses to die while its master is endangered!', 16, 0, 100, 0, 0, 0, 7865, 0, 'core rager EMOTE_LOWHP'),
|
||||
(11677, 0, 0, 'Snivvle is here! Snivvle claims the Coldtooth mine!', 12, 0, 100, 0, 0, 0, 10025, 0, 'Taskmaster Snivvle'),
|
||||
(11680, 0, 0, 'Time to die, $c!', 12, 0, 100, 0, 0, 0, 1934, 0, 'Horde Scout'),
|
||||
(11680, 0, 0, 'Time to die, $c.', 12, 0, 100, 0, 0, 0, 1935, 0, 'Horde Scout'),
|
||||
(11711, 0, 0, 'Wait... did you hear that? Something approaches from the west!', 12, 0, 100, 0, 0, 0, 7200, 0, 'Sentinel Aynasha'),
|
||||
(11711, 1, 0, 'I\'ve run out of arrows! I\'m afraid if any more come you will need to take them on by yourself my friend.', 12, 0, 100, 0, 0, 0, 7199, 0, 'Sentinel Aynasha'),
|
||||
(11711, 2, 0, 'Praise Elune! I don\'t know if I could have survived the day without you, friend.', 12, 0, 100, 0, 0, 0, 7201, 0, 'Sentinel Aynasha'),
|
||||
|
|
@ -4084,8 +4084,8 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(14383, 2, 0, '"The Arcanist\'s Cookbook" is also gone! This is a disaster!', 12, 0, 100, 0, 0, 0, 0, 0, 'Lorekeeper Kildrath'),
|
||||
(14383, 3, 0, 'Where is "Garona: A study in Stealth and Treachery!" These texts must be returned!', 12, 0, 100, 0, 0, 0, 0, 0, 'Lorekeeper Kildrath'),
|
||||
(14386, 0, 0, '%s senses your presence and opens a nether portal!', 16, 0, 100, 0, 0, 0, 0, 0, 'Wandering Eye of Kilrogg'),
|
||||
(14392, 0, 0, 'NEFARIAN IS SLAIN! people of Orgrimmar, bow down before the might of $N and his allies for they have laid a blow against the Black Dragonflight that is sure to stir the Aspects from their malaise! This defeat shall surely be felt by the father of the Black Flight: Deathwing reels in pain and anguish this day!', 14, 0, 100, 0, 0, 0, 9867, 0, 'Overlord Runthak'),
|
||||
(14392, 1, 0, 'Be lifted by $N accomplishment! Revel in his rallying cry!', 14, 0, 100, 0, 0, 0, 9868, 0, 'Overlord Runthak'),
|
||||
(14394, 1, 0, 'Behold the might of the Alliance! The dread lady, Onyxia, hangs from the arches! Let the rallying cry of the dragon slayer lift your spirits!', 14, 0, 100, 0, 0, 0, 9496, 0, 'Major Mattingly'),
|
||||
(14394, 0, 0, 'Citizens and allies of Stormwind, on this day, history has been made. $n has laid waste to that which had attempted to usurp the rule of the kingdom. Gather round and join me in honoring our heroes.', 14, 0, 100, 0, 0, 0, 9495, 0, 'Major Mattingly'),
|
||||
(14454, 0, 0, '%s and his invading forces appear amidst a tumultuous conflagration in the northwest of Silithus.', 16, 0, 100, 0, 0, 0, 0, 2, 'The Windreaver Spawn'),
|
||||
(14454, 1, 0, '%s causes a gale to sweep across the land, the sound of his mindless fury coming from the northwest.', 16, 0, 100, 0, 0, 0, 0, 2, 'The Windreaver OOC'),
|
||||
(14454, 2, 0, '%s dissipates into the ether, his howling winds still ringing in your ears.', 16, 0, 100, 0, 0, 0, 0, 2, 'The Windreaver Death'),
|
||||
|
|
@ -4466,7 +4466,7 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(15339, 2, 0, 'Sands of the desert, rise and block out the sun!', 14, 0, 100, 0, 0, 8598, 11449, 0, 'SAY_AGGRO'),
|
||||
(15339, 3, 0, 'You are terminated.', 14, 0, 100, 0, 0, 8602, 11450, 0, 'SAY_SLAY'),
|
||||
(15339, 4, 0, 'I...have...failed. ', 14, 0, 100, 0, 0, 8594, 11451, 0, 'SAY_DEATH'),
|
||||
(15339, 5, 0, 'The walls have been breached!', 14, 0, 100, 0, 0, 8599, 11720, 0, 'SAY_KURINAXX_DEATH'),
|
||||
(15339, 5, 0, 'The walls have been breached!', 14, 0, 100, 0, 0, 8599, 11720, 3, 'SAY_KURINAXX_DEATH'),
|
||||
(15340, 0, 0, '%s senses your fear.', 16, 0, 100, 0, 0, 0, 11441, 0, 'moam EMOTE_AGGRO'),
|
||||
(15340, 1, 0, '%s bristles with energy!', 16, 0, 100, 0, 0, 0, 12781, 0, 'moan EMOTE_MANA_FULL'),
|
||||
(15341, 0, 0, 'The time of our retribution is at hand! Let darkness reign in the hearts of our enemies!', 14, 0, 100, 0, 0, 8612, 11440, 0, 'rajaxx SAY_WAVE3'),
|
||||
|
|
@ -5468,10 +5468,10 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(16915, 0, 2, 'It moved! I swear, I saw it move!', 12, 0, 100, 0, 0, 0, 17804, 0, 'Foreman Razelcraz'),
|
||||
(16915, 0, 3, 'Ouch! That\'s not right.', 12, 0, 100, 0, 0, 0, 17805, 0, 'Foreman Razelcraz'),
|
||||
(16915, 0, 4, 'Oh yeah, it\'s real funny isn\'t it?', 12, 0, 100, 1, 0, 0, 17803, 0, 'Foreman Razelcraz'),
|
||||
(16916, 0, 0, 'Please! I must feed on something soon... A mana crystal.... a shard... anything! The pain is unbearable!', 12, 1, 100, 0, 10000, 0, 12835, 0, 'Wretched Captive'),
|
||||
(16916, 0, 0, 'Please! I must feed on something soon... A mana crystal.... a shard... anything! The pain is unbearable!', 12, 1, 100, 18, 0, 0, 12835, 0, 'Wretched Captive'),
|
||||
(16923, 0, 0, 'I might just have to go hunting for that Wretched beast now that there\'s a bounty on his head.', 12, 1, 100, 0, 0, 0, 12832, 0, 'Novice Ranger'),
|
||||
(16924, 0, 0, 'Tell us! Where does your leader hide?', 12, 1, 100, 1, 6000, 0, 12833, 0, 'Sergeant Kan\'\'ren'),
|
||||
(16924, 1, 0, 'You\'re not getting anything until you speak, scum!', 12, 1, 100, 1, 6000, 0, 12834, 0, 'Sergeant Kan\'\'ren'),
|
||||
(16924, 0, 0, 'Tell us! Where does your leader hide?', 12, 1, 100, 0, 0, 0, 12833, 0, 'Sergeant Kan\'\'ren'),
|
||||
(16924, 1, 0, 'You\'re not getting anything until you speak, scum!', 12, 1, 100, 0, 0, 0, 12834, 0, 'Sergeant Kan\'\'ren'),
|
||||
(16925, 0, 0, 'Death to the interlopers!', 12, 0, 100, 0, 0, 0, 12837, 0, 'Bonechewer Raider'),
|
||||
(16925, 0, 1, 'For Spinebreaker!', 12, 0, 100, 0, 0, 0, 12838, 0, 'Bonechewer Raider'),
|
||||
(16925, 0, 2, 'Your bones will be devoured!', 12, 0, 100, 0, 0, 0, 12839, 0, 'Bonechewer Raider'),
|
||||
|
|
@ -7111,9 +7111,9 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(18896, 46, 0, 'Brutish though they seem, these iron-stitched horrors are exceedingly brilliant engineers and forge-smiths.', 12, 7, 100, 0, 0, 0, 17405, 0, 'Exodar Holographic Emitter'),
|
||||
(18896, 47, 0, 'Their black iron constructs have sown death across a thousand worlds.', 12, 7, 100, 0, 0, 0, 17817, 0, 'Exodar Holographic Emitter'),
|
||||
(18897, 0, 0, 'Welcome, welcome, to the recently appropriated and callously renamed Steamwheedle Stadium!', 12, 0, 100, 0, 0, 0, 16072, 0, '"King" Dond'),
|
||||
(18926, 0, 0, 'Having trouble dealing with the Wretched? I\'ve got just what you need.', 12, 0, 100, 0, 0, 0, 16058, 0, 'Sleyin'),
|
||||
(18926, 0, 0, 'Having trouble dealing with the Wretched? I\'ve got just what you need.', 12, 0, 100, 22, 0, 0, 16058, 0, 'Sleyin'),
|
||||
(18926, 1, 0, 'Just don\'t ask me where I got it...', 12, 0, 100, 0, 0, 0, 16059, 0, 'Sleyin'),
|
||||
(18926, 2, 0, 'Something must be done about these Wretched...', 12, 0, 100, 0, 0, 0, 16091, 0, 'Sleyin'),
|
||||
(18926, 2, 0, 'Something must be done about these Wretched...', 12, 0, 100, 274, 0, 0, 16091, 0, 'Sleyin'),
|
||||
(18926, 3, 0, 'Once they\'re dealt with we can dedicate more resources to the war effort.', 12, 0, 100, 0, 0, 0, 16092, 0, 'Sleyin'),
|
||||
(18927, 0, 0, 'Legend says that the great beast Omen sleeps in the waters of Lake Elune\'ara in Moonglade, only to appear once a year. But that\'s just a legend.', 12, 7, 100, 0, 0, 0, 24349, 0, 'Human Commoner to Human Commoner'),
|
||||
(18927, 0, 1, 'Have you seen the fireworks? This is the best time of year to buy them.', 12, 7, 100, 0, 0, 0, 24351, 0, 'Human Commoner to Human Commoner'),
|
||||
|
|
@ -7136,14 +7136,14 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(18927, 8, 5, 'I should take the tram to Ironforge and visit Greatfather Winter.', 12, 7, 100, 0, 0, 0, 16032, 0, 'Human Commoner to Human Commoner'),
|
||||
(18927, 8, 6, 'Where are all those wonderful winter hats coming from?', 12, 7, 100, 0, 0, 0, 24342, 0, 'Human Commoner to Human Commoner'),
|
||||
(18927, 8, 7, 'I should take the tram to Ironforge and visit Greatfather Winter.', 12, 7, 100, 396, 0, 0, 16032, 0, 'Human Commoner to Human Commoner'),
|
||||
(18929, 0, 0, 'If only I had some wine to go with my cheese...', 12, 0, 100, 18, 0, 0, 16093, 0, 'Kyrenna'),
|
||||
(18929, 0, 1, 'Why couldn\'t mother have chosen something else to dedicate herself to? Cakes, pastries, even bread - anything but cheese!', 12, 0, 100, 1, 0, 0, 16097, 0, 'Kyrenna'),
|
||||
(18929, 0, 2, 'If only I had some wine to go with my cheese...', 12, 0, 100, 18, 0, 0, 16093, 0, 'Kyrenna'),
|
||||
(18929, 1, 0, 'Ooh what a dreadful job!', 12, 0, 100, 1, 0, 0, 16094, 0, 'Kyrenna'),
|
||||
(18929, 2, 0, 'All day, surrounded by the stench of bad feet.', 12, 0, 100, 0, 0, 0, 16095, 0, 'Kyrenna'),
|
||||
(18929, 3, 0, 'The hours would pass so much more sweetly.', 12, 0, 100, 0, 0, 0, 16096, 0, 'Kyrenna'),
|
||||
(18929, 4, 0, 'Why couldn\'t mother have chosen something else to dedicate herself to?', 12, 0, 100, 1, 0, 0, 16097, 0, 'Kyrenna'),
|
||||
(25740, 1, 0, 'Ahune will soon resurface.', 41, 0, 100, 0, 0, 0, 24932, 0, 'ahune EMOTE_RESURFACE'),
|
||||
(18929, 5, 0, 'Cakes, pastries, even bread - anything but cheese!', 12, 0, 100, 0, 0, 0, 16098, 0, 'Kyrenna'),
|
||||
(25740, 0, 0, 'Ahune Retreats. His defenses diminish.', 41, 0, 100, 0, 0, 0, 24931, 0, 'ahune EMOTE_RETREAT'),
|
||||
(18929, 4, 0, 'Why couldn\'t mother have chosen something else to dedicate herself to?', 12, 0, 100, 1, 0, 0, 16097, 0, 'Kyrenna'),
|
||||
(18929, 3, 0, 'All day, surrounded by the stench of bad feet.', 12, 0, 100, 0, 0, 0, 16095, 0, 'Kyrenna'),
|
||||
(18929, 2, 0, 'Ooh what a dreadful job!', 12, 0, 100, 1, 0, 0, 16094, 0, 'Kyrenna'),
|
||||
(18929, 1, 0, 'The hours would pass so much more sweetly.', 12, 0, 100, 0, 0, 0, 16096, 0, 'Kyrenna'),
|
||||
(18929, 0, 0, 'If only I had some wine to go with my cheese...', 12, 0, 100, 18, 0, 0, 16093, 0, 'Kyrenna'),
|
||||
(18930, 0, 0, 'Arrrhhh...Guards!', 14, 7, 100, 0, 0, 0, 0, 0, 'Common Horde Flight Master'),
|
||||
(18931, 0, 0, 'Guards! Help me!', 14, 7, 100, 0, 0, 0, 4566, 0, 'Amish Wildhammer'),
|
||||
(18934, 0, 0, 'I hear that Blackmoore has been acting strange.', 12, 0, 100, 0, 0, 0, 0, 0, 'Durnholde Mage'),
|
||||
|
|
@ -7683,9 +7683,9 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(19610, 5, 0, 'Remember how you\'re always telling us to chill?', 12, 0, 100, 11, 0, 0, 17876, 0, 'Irradiated Worker'),
|
||||
(19610, 6, 0, 'That was the best trick ever! Ok, boys, let\'s go get a drink.', 12, 0, 100, 4, 0, 0, 17853, 0, 'Irradiated Worker'),
|
||||
(19610, 7, 0, 'My eyebrows! You singed my eyebrows!', 12, 0, 100, 22, 0, 0, 20285, 0, 'Irradiated Worker'),
|
||||
(19610, 8, 0, 'Don\'t worry. It\'s an improvement!', 12, 0, 100, 11, 0, 0, 20286, 0, 'Irradiated Worker');
|
||||
(19610, 8, 0, 'Don\'t worry. It\'s an improvement!', 12, 0, 100, 11, 0, 0, 20286, 0, 'Irradiated Worker'),
|
||||
(19616, 0, 0, '%s howls in response to Malukaz\'s call.', 16, 0, 100, 0, 0, 0, 17051, 0, 'Terokkar Wolf Spirit');
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(19616, 0, 0, '%s howls in response to Malukaz\'s call.', 16, 0, 100, 0, 0, 0, 17051, 0, 'Terokkar Wolf Spirit'),
|
||||
(19616, 1, 0, '%s expresses its approval.', 16, 0, 100, 0, 0, 0, 17086, 0, 'Terokkar Wolf Spirit'),
|
||||
(19622, 0, 0, 'Energy. Power. My people are addicted to it... a dependence made manifest after the Sunwell was destroyed. Welcome to the future. A pity you are too late to stop it. No one can stop me now! Selama ashal\'anore!', 14, 0, 100, 0, 0, 11256, 20195, 0, 'kaelthas SAY_INTRO'),
|
||||
(19622, 1, 0, 'Capernian will see to it that your stay here is a short one.', 14, 0, 100, 0, 0, 11257, 19004, 0, 'kaelthas SAY_INTRO_CAPERNIAN'),
|
||||
|
|
@ -14491,9 +14491,9 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(30200, 0, 0, 'Thanks. How can I help?', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 1, 'I can fight by your side for a few minutes before I need to return to The Shadow Vault.', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 2, 'Thank you, $c. I owe you.', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 3, 'Excellent. Let\'s kill some vrykul!', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner');
|
||||
(30200, 0, 3, 'Excellent. Let\'s kill some vrykul!', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 4, 'It\'s time for revenge!', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner');
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(30200, 0, 4, 'It\'s time for revenge!', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 5, 'Where\'s my damned helmet? Well, at least they left my sword here. Idiots.', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30200, 0, 6, 'Kill!', 12, 0, 100, 0, 0, 0, 0, 0, 'Ebon Blade Prisoner'),
|
||||
(30215, 1, 0, 'Sons of Hodir! I humbly present to you....', 42, 0, 100, 0, 0, 0, 30906, 0, 'Player - Read Pronouncement'),
|
||||
|
|
@ -15366,24 +15366,22 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(32857, 5, 0, 'You rush headlong into the maw of madness!', 14, 0, 100, 0, 0, 15690, 34319, 0, 'Brundir - Encounter defeated'),
|
||||
(32857, 6, 0, 'This meeting of the Assembly of Iron is adjourned!', 14, 0, 100, 0, 0, 15691, 34335, 0, 'Brundir - Berserk'),
|
||||
(32857, 7, 0, '%s begins to Overload!', 41, 0, 100, 0, 0, 0, 34004, 0, 'Brundir - Overload'),
|
||||
(32865, 14, 0, 'Behold the hand behind all the evil that has befallen Ulduar, left my kingdom in ruins, corrupted my brother, and slain my wife.', 14, 0, 100, 0, 0, 15748, 33953, 0, 'Thorim SAY_END_HARD_2'),
|
||||
(32865, 13, 0, 'You! Fiend! You are not my beloved! Be gone!', 14, 0, 100, 0, 0, 15747, 33952, 0, 'Thorim SAY_END_HARD_1'),
|
||||
(32865, 12, 0, 'I need time to reflect.... I will aid your cause if you should require it. I owe you at least that much. Farewell.', 14, 0, 100, 0, 0, 15746, 33951, 0, 'Thorim SAY_END_NORMAL_3'),
|
||||
(32865, 11, 0, 'Sif... was Sif here? Impossible--she died by my brother\'s hand. A dark nightmare indeed....', 14, 0, 100, 0, 0, 15745, 33950, 0, 'Thorim SAY_END_NORMAL_2'),
|
||||
(32865, 10, 0, 'I feel as though I am awakening from a nightmare, but the shadows in this place yet linger.', 14, 0, 100, 0, 0, 15744, 33949, 0, 'Thorim SAY_END_NORMAL_1'),
|
||||
(32865, 9, 0, 'Stay your arms! I yield!', 14, 0, 100, 0, 0, 15743, 33948, 0, 'Thorim SAY_DEATH'),
|
||||
(32865, 8, 0, 'Failures! Weaklings!', 14, 0, 100, 0, 0, 15742, 33274, 0, 'Thorim SAY_WIPE'),
|
||||
(32865, 6, 1, 'Pathetic.', 14, 0, 100, 0, 0, 15740, 35768, 0, 'Thorim SAY_SLAY_2'),
|
||||
(32865, 7, 0, 'My patience has reached its limit!', 14, 0, 100, 0, 0, 15741, 33365, 0, 'Thorim SAY_BERSERK'),
|
||||
(32865, 6, 0, 'Can\'t you at least put up a fight!?', 14, 0, 100, 0, 0, 15739, 34239, 0, 'Thorim SAY_SLAY_1'),
|
||||
(32865, 5, 0, 'Impertinent whelps, you dare challenge me atop my pedestal? I will crush you myself!', 14, 0, 100, 0, 0, 15738, 33148, 0, 'Thorim SAY_JUMPDOWN'),
|
||||
(32865, 3, 0, 'Do not hold back! Destroy them!', 14, 0, 100, 0, 0, 15736, 34241, 0, 'Thorim SAY_SPECIAL_2'),
|
||||
(32865, 4, 0, 'Have you begun to regret your intrusion?', 14, 0, 100, 0, 0, 15737, 0, 0, 'Thorim SAY_SPECIAL_3'),
|
||||
(32865, 2, 0, 'Behold the power of the storms and despair!', 14, 0, 100, 0, 0, 15735, 0, 0, 'Thorim SAY_SPECIAL_1'),
|
||||
(32865, 0, 0, 'Interlopers! You mortals who dare to interfere with my sport will pay... Wait--you...', 14, 0, 100, 0, 0, 15733, 33145, 0, 'Thorim SAY_AGGRO_1'),
|
||||
(32865, 0, 1, 'I remember you... In the mountains... But you... what is this? Where am--', 14, 0, 100, 0, 0, 15734, 33270, 0, 'Thorim SAY_AGGRO_2'),
|
||||
(32865, 1, 0, 'I remember you... In the mountains... But you... what is this? Where am--', 14, 0, 100, 0, 0, 15734, 33270, 0, 'Thorim SAY_AGGRO_2'),
|
||||
(32865, 2, 0, 'Do not hold back! Destroy them!', 14, 0, 100, 0, 0, 15736, 34241, 0, 'Thorim SAY_SPECIAL'),
|
||||
(32865, 3, 0, 'Impertinent whelps, you dare challenge me atop my pedestal? I will crush you myself!', 14, 0, 100, 0, 0, 15738, 33148, 0, 'Thorim SAY_JUMPDOWN'),
|
||||
(32865, 4, 0, 'Can\'t you at least put up a fight!?', 14, 0, 100, 0, 0, 15739, 34239, 0, 'Thorim SAY_SLAY_1'),
|
||||
(32865, 4, 1, 'Pathetic.', 14, 0, 100, 0, 0, 15740, 35768, 0, 'Thorim SAY_SLAY_2'),
|
||||
(32865, 5, 0, 'My patience has reached its limit!', 14, 0, 100, 0, 0, 15741, 33365, 0, 'Thorim SAY_BERSERK'),
|
||||
(32865, 5, 1, 'Pathetic.', 14, 0, 100, 0, 0, 15740, 35768, 0, 'Thorim SAY_SLAY_2'),
|
||||
(32865, 6, 0, 'Failures! Weaklings!', 14, 0, 100, 0, 0, 15742, 33274, 0, 'Thorim SAY_WIPE'),
|
||||
(32865, 7, 0, 'Stay your arms! I yield!', 14, 0, 100, 0, 0, 15743, 33948, 0, 'Thorim SAY_DEATH'),
|
||||
(32865, 8, 0, 'I feel as though I am awakening from a nightmare, but the shadows in this place yet linger.', 14, 0, 100, 0, 0, 15744, 33949, 0, 'Thorim SAY_END_NORMAL_1'),
|
||||
(32865, 9, 0, 'Sif... was Sif here? Impossible--she died by my brother\'s hand. A dark nightmare indeed....', 14, 0, 100, 0, 0, 15745, 33950, 0, 'Thorim SAY_END_NORMAL_2'),
|
||||
(32865, 10, 0, 'I need time to reflect.... I will aid your cause if you should require it. I owe you at least that much. Farewell.', 14, 0, 100, 0, 0, 15746, 33951, 0, 'Thorim SAY_END_NORMAL_3'),
|
||||
(32865, 11, 0, 'You! Fiend! You are not my beloved! Be gone!', 14, 0, 100, 0, 0, 15747, 33952, 0, 'Thorim SAY_END_HARD_1'),
|
||||
(32865, 12, 0, 'Behold the hand behind all the evil that has befallen Ulduar, left my kingdom in ruins, corrupted my brother, and slain my wife.', 14, 0, 100, 0, 0, 15748, 33953, 0, 'Thorim SAY_END_HARD_2'),
|
||||
(32865, 13, 0, 'And now it falls to you, champions, to avenge us all. The task before you is great, but I will lend you my aid as I am able. You must prevail.', 14, 0, 100, 0, 0, 15749, 33954, 0, 'Thorim SAY_END_HARD_3'),
|
||||
(32865, 14, 0, 'And now it falls to you, champions, to avenge us all. The task before you is great, but I will lend you my aid as I am able. You must prevail.', 14, 0, 100, 0, 0, 15749, 33954, 0, 'Thorim SAY_END_HARD_3'),
|
||||
(32867, 0, 0, 'You will not defeat the Assembly of Iron so easily, invaders!', 14, 0, 100, 0, 0, 15674, 34321, 0, 'Steelbreaker - Aggro'),
|
||||
(32867, 1, 0, 'So fragile and weak!', 14, 0, 100, 0, 0, 15675, 34322, 0, 'Steelbreaker - Slay 1'),
|
||||
(32867, 1, 1, 'Flesh... such a hindrance.', 14, 0, 100, 0, 0, 15676, 34323, 0, 'Steelbreaker - Slay 2'),
|
||||
|
|
@ -15467,25 +15465,21 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(33027, 0, 4, 'Welcome.', 12, 0, 100, 3, 0, 0, 32936, 0, 'Jessica Sellers'),
|
||||
(33027, 0, 5, 'Welcome!', 12, 0, 100, 0, 0, 0, 32807, 0, 'Jessica Sellers'),
|
||||
(33027, 0, 6, 'Greetings.', 12, 0, 100, 0, 0, 0, 32935, 0, 'Jessica Sellers'),
|
||||
(33113, 0, 0, 'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus 30 seconds to re-evaluation.', 14, 0, 100, 0, 0, 15506, 33487, 0, 'Flame Leviathan SAY_AGGRO'),
|
||||
(33113, 1, 0, 'Threat assessment routine modified. Current target threat level: 0. Acquiring new target.', 14, 0, 100, 0, 0, 15521, 33507, 0, 'Flame Leviathan SAY_SLAY'),
|
||||
(33113, 2, 0, 'Total systems failure. Defense protocols breached. Leviathan unit shutting down.', 14, 0, 100, 0, 0, 15520, 33506, 0, 'Flame Leviathan SAY_DEATH'),
|
||||
(33113, 3, 0, 'Threat re-evaluated. Target assessment complete. Changing course.', 14, 0, 100, 0, 0, 15507, 33488, 0, 'Flame Leviathan SAY_TARGET_1'),
|
||||
(33113, 3, 1, 'Pursuit objective modified. Changing course.', 14, 0, 100, 0, 0, 15508, 33489, 0, 'Flame Leviathan SAY_TARGET_2'),
|
||||
(33113, 3, 2, 'Hostile entity\'s stratagem predicted. Re-routing battle function. Changing course.', 14, 0, 100, 0, 0, 15509, 33490, 0, 'Flame Leviathan SAY_TARGET_3'),
|
||||
(33113, 4, 0, 'Orbital countermeasures enabled.', 14, 0, 100, 0, 0, 15510, 33491, 0, 'Flame Leviathan SAY_HARDMODE'),
|
||||
(33113, 5, 0, '*ALERT* Static defense system failure. Orbital countermeasures disabled.', 14, 0, 100, 0, 0, 15511, 33492, 0, 'Flame Leviathan SAY_TOWER_NONE'),
|
||||
(33113, 6, 0, 'Hodir\'s Fury online. Acquiring target.', 14, 0, 100, 0, 0, 15512, 33493, 0, 'Flame Leviathan SAY_TOWER_FROST'),
|
||||
(33113, 7, 0, 'Mimiron\'s Inferno online. Acquiring target.', 14, 0, 100, 0, 0, 15513, 33495, 0, 'Flame Leviathan SAY_TOWER_FLAME'),
|
||||
(33113, 8, 0, 'Freya\'s Ward online. Acquiring target.', 14, 0, 100, 0, 0, 15514, 33497, 0, 'Flame Leviathan SAY_TOWER_NATURE'),
|
||||
(33113, 9, 0, 'Thorim\'s Hammer online. Acquiring target.', 14, 0, 100, 0, 0, 15515, 33499, 0, 'Flame Leviathan SAY_TOWER_STORM'),
|
||||
(33113, 10, 0, 'Unauthorized entity attempting circuit overload. Activating anti-personnel countermeasures.', 14, 0, 100, 0, 0, 15516, 33501, 0, 'Flame Leviathan SAY_PLAYER_RIDING'),
|
||||
(33113, 11, 0, 'System malfunction. Diverting power to support systems.', 14, 0, 100, 0, 0, 15517, 33503, 0, 'Flame Leviathan SAY_OVERLOAD_1'),
|
||||
(33113, 11, 1, 'Combat matrix overload. Powering doooow...', 14, 0, 100, 0, 0, 15518, 33504, 0, 'Flame Leviathan SAY_OVERLOAD_2'),
|
||||
(33113, 11, 2, 'System restart required. Deactivating weapons systems.', 14, 0, 100, 0, 0, 15519, 33505, 0, 'Flame Leviathan SAY_OVERLOAD_3'),
|
||||
(33113, 12, 0, '%s pursues $n.', 41, 0, 100, 0, 0, 0, 33502, 0, 'Flame Leviathan EMOTE_PURSUE'),
|
||||
(33113, 13, 0, '%s\'s circuits overloaded.', 41, 0, 100, 0, 0, 0, 33304, 0, 'Flame Leviathan EMOTE_OVERLOAD'),
|
||||
(33113, 14, 0, 'Automatic repair sequence initiated.', 41, 0, 100, 0, 0, 0, 33538, 0, 'Flame Leviathan EMOTE_REPAIR'),
|
||||
(33113, 11, 0, 'System malfunction. Diverting power to support systems.', 14, 0, 100, 0, 0, 15517, 33503, 0, 'Flame Leviathan SAY_OVERLOAD_1'),
|
||||
(33113, 10, 0, 'Unauthorized entity attempting circuit overload. Activating anti-personnel countermeasures.', 14, 0, 100, 0, 0, 15516, 33501, 0, 'Flame Leviathan SAY_PLAYER_RIDING'),
|
||||
(33113, 9, 0, 'Thorim\'s Hammer online. Acquiring target.', 14, 0, 100, 0, 0, 15515, 33499, 0, 'Flame Leviathan SAY_TOWER_STORM'),
|
||||
(33113, 8, 0, 'Freya\'s Ward online. Acquiring target.', 14, 0, 100, 0, 0, 15514, 33497, 0, 'Flame Leviathan SAY_TOWER_NATURE'),
|
||||
(33113, 7, 0, 'Mimiron\'s Inferno online. Acquiring target.', 14, 0, 100, 0, 0, 15513, 33495, 0, 'Flame Leviathan SAY_TOWER_FLAME'),
|
||||
(33113, 6, 0, 'Hodir\'s Fury online. Acquiring target.', 14, 0, 100, 0, 0, 15512, 33493, 0, 'Flame Leviathan SAY_TOWER_FROST'),
|
||||
(33113, 5, 0, '*ALERT* Static defense system failure. Orbital countermeasures disabled.', 14, 0, 100, 0, 0, 15511, 33492, 0, 'Flame Leviathan SAY_TOWER_NONE'),
|
||||
(33113, 4, 0, 'Orbital countermeasures enabled.', 14, 0, 100, 0, 0, 15510, 33491, 0, 'Flame Leviathan SAY_HARDMODE'),
|
||||
(33113, 3, 2, 'Hostile entity\'s stratagem predicted. Re-routing battle function. Changing course.', 14, 0, 100, 0, 0, 15509, 33490, 0, 'Flame Leviathan SAY_TARGET_3'),
|
||||
(33113, 3, 1, 'Pursuit objective modified. Changing course.', 14, 0, 100, 0, 0, 15508, 33489, 0, 'Flame Leviathan SAY_TARGET_2'),
|
||||
(33113, 3, 0, 'Threat re-evaluated. Target assessment complete. Changing course.', 14, 0, 100, 0, 0, 15507, 33488, 0, 'Flame Leviathan SAY_TARGET_1'),
|
||||
(33113, 2, 0, 'Total systems failure. Defense protocols breached. Leviathan unit shutting down.', 14, 0, 100, 0, 0, 15520, 33506, 0, 'Flame Leviathan SAY_DEATH'),
|
||||
(33113, 1, 0, 'Threat assessment routine modified. Current target threat level: 0. Acquiring new target.', 14, 0, 100, 0, 0, 15521, 33507, 0, 'Flame Leviathan SAY_SLAY'),
|
||||
(33113, 0, 0, 'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus 30 seconds to re-evaluation.', 14, 0, 100, 0, 0, 15506, 33487, 0, 'Flame Leviathan SAY_AGGRO'),
|
||||
(33118, 0, 0, 'Insolent whelps! Your blood will temper the weapons used to reclaim this world!', 14, 0, 100, 0, 0, 15564, 34306, 0, 'Ignis SAY_AGGRO'),
|
||||
(33118, 1, 0, 'Arise, soldiers of the iron crucible! The Maker\'s will be done!', 14, 0, 100, 0, 0, 15565, 34307, 0, 'Ignis SAY_SUMMON'),
|
||||
(33118, 2, 0, 'I will burn away your impurities!', 14, 0, 100, 0, 0, 15566, 34308, 0, 'Ignis SAY_SLAG_POT'),
|
||||
|
|
@ -15721,13 +15715,13 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(33480, 3, 0, '...I NEED A DRINK!', 12, 0, 100, 0, 0, 0, 34258, 0, 'Ironforge Champion'),
|
||||
(33488, 0, 0, 'A cloud of saronite vapors coalesces nearby!', 41, 0, 100, 0, 0, 0, 33587, 0, 'Saronite Vapor - EMOTE_VAPORS'),
|
||||
(33495, 0, 0, 'That terrible glow... should that be?', 12, 0, 100, 0, 0, 15702, 33658, 0, 'Ysera'),
|
||||
(33515, 0, 0, 'Some things are better left alone!', 14, 0, 100, 0, 0, 15473, 34341, 0, 'Auriaya SAY_AGGRO'),
|
||||
(33515, 1, 1, 'The secret dies with you.', 14, 0, 100, 0, 0, 15474, 34354, 0, 'Auriaya SAY_SLAY_1'),
|
||||
(33515, 1, 2, 'There is no escape!', 14, 0, 100, 0, 0, 15475, 37177, 0, 'Auriaya SAY_SLAY_2'),
|
||||
(33515, 2, 0, 'You waste my time!', 14, 0, 100, 0, 0, 15477, 34358, 0, 'Auriaya SAY_BERSERK'),
|
||||
(33515, 3, 0, '%s begins to cast Terrifying Screech.', 41, 0, 100, 0, 0, 0, 34450, 0, 'Auriaya EMOTE_FEAR'),
|
||||
(33515, 4, 0, '%s begins to activate the Feral Defender!', 41, 0, 100, 0, 0, 0, 34162, 0, 'Auriaya EMOTE_DEFENDER'),
|
||||
(33515, 5, 0, '%s begins to activate the Feral Defender!', 41, 0, 100, 0, 0, 0, 34162, 0, 'Auriaya EMOTE_DEFENDER'),
|
||||
(33515, 4, 0, '%s begins to cast Terrifying Screech.', 41, 0, 100, 0, 0, 0, 34450, 0, 'Auriaya EMOTE_FEAR'),
|
||||
(33515, 3, 0, '%s screams in agony.', 16, 0, 100, 0, 0, 15476, 0, 0, 'Auriaya EMOTE_DEATH'),
|
||||
(33515, 2, 0, 'You waste my time!', 14, 0, 100, 0, 0, 15477, 34358, 0, 'Auriaya SAY_BERSERK'),
|
||||
(33515, 1, 1, 'There is no escape!', 14, 0, 100, 0, 0, 15475, 37177, 0, 'Auriaya SAY_SLAY_2'),
|
||||
(33515, 1, 0, 'The secret dies with you.', 14, 0, 100, 0, 0, 15474, 34354, 0, 'Auriaya SAY_SLAY_1'),
|
||||
(33515, 0, 0, 'Some things are better left alone!', 14, 0, 100, 0, 0, 15473, 34341, 0, 'Auriaya SAY_AGGRO'),
|
||||
(33522, 0, 0, '$N challenges the Black Knight to trial by combat!', 14, 0, 100, 0, 0, 0, 33803, 0, 'yell'),
|
||||
(33522, 1, 0, 'Good luck, $N.', 12, 0, 100, 0, 0, 0, 33804, 0, 'say'),
|
||||
(33523, 0, 0, 'It is done. All have given that which must be given. I now seal the Dragon Soul forever.', 12, 0, 100, 0, 0, 15631, 33656, 0, 'Neltharion'),
|
||||
|
|
@ -18098,7 +18092,71 @@ INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Lan
|
|||
(2331, 0, 0, 'Mommy? Can I pet Fizzles?', 12, 0, 100, 0, 0, 0, 588, 0, 'Paige Chaddis'),
|
||||
(14101, 0, 0, '%s goes into a frenzy!', 16, 0, 100, 0, 0, 0, 1191, 0, 'Enraged Felguard - Frenzy (30% health)'),
|
||||
(17542, 0, 0, '%s stares at you in sheer wonderment.', 16, 0, 100, 0, 0, 0, 14109, 0, 'Young Furbolg Shaman'),
|
||||
(17542, 1, 0, 'I run now!', 12, 0, 100, 0, 0, 0, 14110, 0, 'Young Furbolg Shaman');
|
||||
(17542, 1, 0, 'I run now!', 12, 0, 100, 0, 0, 0, 14110, 0, 'Young Furbolg Shaman'),
|
||||
(14517, 3, 0, '%s emits a deafening shriek!', 16, 0, 100, 0, 0, 0, 10370, 0, 'High Priestess Jeklik - EMOTE_SUMMON_BATS'),
|
||||
(14517, 4, 0, '%s begins to cast a Great Heal!', 16, 0, 100, 0, 0, 0, 10494, 0, 'High Priestess Jeklik - EMOTE_GREAT_HEAL'),
|
||||
(15511, 0, 0, '%s is devoured!', 16, 0, 100, 0, 0, 0, 11115, 0, 'Lord Kri - EMOTE_DEVOURED'),
|
||||
(15543, 0, 0, '%s is devoured!', 16, 0, 100, 0, 0, 0, 11115, 0, 'Princess Yauj - EMOTE_DEVOURED'),
|
||||
(15544, 0, 0, '%s is devoured!', 16, 0, 100, 0, 0, 0, 11115, 0, 'Vem - EMOTE_DEVOURED'),
|
||||
(29405, 0, 0, 'There you go, mon. Your very own bone gryphon Now let\'s talk about you takin\' it out to fight the Onslaught!', 12, 0, 100, 0, 0, 0, 30116, 1, ''),
|
||||
(14392, 0, 0, 'People of the Horde, citizens of Orgrimmar, come, gather round and celebrate a hero of the Horde. On this day, $n, under the auspices of our glorious Warchief, laid a mortal blow against the Black Dragonflight. The brood mother, Onyxia, has been slain!', 14, 0, 100, 0, 0, 0, 9491, 0, 'overlord runthak'),
|
||||
(14392, 1, 0, 'Bear witness to the undeniable power of your Warchief! Be lifted by the rallying cry of your dragon slayers!', 14, 0, 100, 0, 0, 0, 9492, 0, 'overlord runthak'),
|
||||
(14392, 2, 0, 'NEFARIAN IS SLAIN! People of Orgrimmar, bow down before the might of $n and $g his:her; allies for they have laid a blow against the Black Dragonflight that is sure to stir the Aspects from their malaise! This defeat shall surely be felt by the father of the Black Flight: Deathwing reels in pain and anguish this day!', 14, 0, 100, 0, 0, 0, 9867, 0, 'overlord runthak'),
|
||||
(14392, 3, 0, 'Be lifted by $n\'s accomplishment! Revel in $g his:her; rallying cry!', 14, 0, 100, 0, 0, 0, 9868, 0, 'overlord runthak'),
|
||||
(32865, 15, 0, 'And now it falls to you, champions, to avenge us all. The task before you is great, but I will lend you my aid as I am able. You must prevail.', 14, 0, 100, 0, 0, 15749, 33954, 0, 'Thorim SAY_END_HARD_3'),
|
||||
(33432, 0, 0, '%s begins to cast Plasma Blast!', 41, 0, 100, 0, 0, 15800, 34217, 0, 'Leviathan Mk II - EMOTE_PLASMA_BLAST'),
|
||||
(11382, 1, 1, 'Your deaths feed my strength!', 14, 0, 25, 0, 0, 0, 0, 0, 'mandokir SAY_DING_KILL_2'),
|
||||
(33113, 11, 2, 'System restart required. Deactivating weapons systems.', 14, 0, 100, 0, 0, 15519, 33505, 0, 'Flame Leviathan SAY_OVERLOAD_3'),
|
||||
(33113, 12, 0, '%s pursues $n.', 41, 0, 100, 0, 0, 0, 33502, 0, 'Flame Leviathan EMOTE_PURSUE'),
|
||||
(33113, 13, 0, '%s\'s circuits overloaded.', 41, 0, 100, 0, 0, 0, 33304, 0, 'Flame Leviathan EMOTE_OVERLOAD'),
|
||||
(33113, 14, 0, 'Automatic repair sequence initiated.', 41, 0, 100, 0, 0, 0, 33538, 0, 'Flame Leviathan EMOTE_REPAIR'),
|
||||
(33113, 15, 0, '%s activates Hodir\'s Fury.', 41, 0, 100, 0, 0, 0, 33494, 0, 'Flame Leviathan EMOTE_FROST'),
|
||||
(33113, 16, 0, '%s activates Mimiron\'s Inferno.', 41, 0, 100, 0, 0, 0, 33496, 0, 'Flame Leviathan EMOTE_FLAME'),
|
||||
(33113, 17, 0, '%s activates Freya\'s Ward.', 41, 0, 100, 0, 0, 0, 33498, 0, 'Flame Leviathan EMOTE_NATURE'),
|
||||
(33113, 18, 0, '%s activates Thorim\'s Hammer.', 41, 0, 100, 0, 0, 0, 33500, 0, 'Flame Leviathan EMOTE_STORM'),
|
||||
(33113, 19, 0, '%s reactivated. Resuming combat functions.', 41, 0, 100, 0, 0, 0, 33305, 0, 'Flame Leviathan EMOTE_REACTIVATE'),
|
||||
(34054, 0, 0, 'You\'ve done it! You\'ve broken the defenses of Ulduar. In a few moments, we will be dropping in to...', 12, 0, 100, 0, 0, 15804, 34154, 3, 'Bronzebeard Radio SAY_FL_START_0'),
|
||||
(34054, 1, 0, 'What is that? Be careful! Something\'s headed your way!', 12, 0, 100, 0, 0, 15805, 34155, 3, 'Bronzebeard Radio SAY_FL_START_1'),
|
||||
(34054, 2, 0, 'Quicly! Evasive action! Evasive act--', 12, 0, 100, 0, 0, 15806, 34156, 3, 'Bronzebeard Radio SAY_FL_START_2'),
|
||||
(34054, 3, 0, 'There are four generators powering the defense structures. If you sabotage the generators, the missile attacks will stop!', 12, 0, 100, 0, 0, 15796, 34147, 3, 'Bronzebeard Radio SAY_FL_GENERATORS'),
|
||||
(34054, 4, 0, 'It appears you are near a repair station! Drive your vehicle onto the platform, and it should be automatically repaired.', 12, 0, 100, 0, 0, 15803, 34153, 3, 'Bronzebeard Radio SAY_STATIONS'),
|
||||
(34054, 5, 0, 'Ah, the tower of Krolmir. It is said that the power of Thorim has been used only once... and that it turned an entire continent to dust.', 12, 0, 100, 0, 0, 15801, 34151, 3, 'Bronzebeard Radio SAY_TOWER_THORIM'),
|
||||
(34054, 6, 0, 'This tower powers the Hammer of Hodir. It is said to have the power to turn entire armies to ice!', 12, 0, 100, 0, 0, 15797, 34148, 3, 'Bronzebeard Radio SAY_TOWER_HODIR'),
|
||||
(34054, 7, 0, 'You\'re approaching the tower of Freya. It contains the power to turn barren wastelands into jungles teeming with life overnight.', 12, 0, 100, 0, 0, 15798, 34149, 3, 'Bronzebeard Radio SAY_TOWER_FREYA'),
|
||||
(34054, 8, 0, 'This generator powers Mimiron\'s Gaze. In moments, it can turn earth to ash, stone to magma--we cannot let it reach full power!', 12, 0, 100, 0, 0, 15799, 34150, 3, 'Bronzebeard Radio SAY_TOWER_MIMIRON'),
|
||||
(11347, 0, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, ''),
|
||||
(11348, 0, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, ''),
|
||||
(14509, 2, 0, '%s dies.', 16, 0, 100, 0, 0, 0, 8251, 3, ''),
|
||||
(15041, 0, 0, '%s is fully grown!', 16, 0, 100, 0, 0, 0, 10445, 0, 'Spawn of Mar\'li - EMOTE_FULL_GROWN'),
|
||||
(14510, 4, 0, 'The brood shall not fall!', 14, 0, 100, 0, 0, 0, 10444, 0, 'Mar\'li - SAY_TRANSFORM_BACK'),
|
||||
(15111, 0, 0, 'I gonna make you into mojo!', 12, 0, 100, 0, 0, 0, 10435, 0, ''),
|
||||
(15111, 0, 1, 'Troll mojo da strongest mojo!', 12, 0, 100, 0, 0, 0, 10437, 0, ''),
|
||||
(14834, 4, 0, 'Your callous disregard for the sovereign might of the Gurubashi Empire has been noted. The inhabitants of Zul\'Gurub have been alerted to your presence.', 16, 0, 100, 0, 0, 0, 10550, 3, 'Hakkar SAY_PROTECT_GURUBASHI_EMPIRE'),
|
||||
(14834, 7, 0, 'Fleeing will do you no good, mortals!', 14, 0, 100, 0, 0, 0, 10635, 0, 'Hakkar Evade Yell'),
|
||||
(14834, 5, 0, 'Pledge your allegiance to Hakkar and the pain you suffer shall be minimal.', 15, 0, 100, 0, 0, 0, 10593, 0, 'Hakkar Bloodfire Pit Whisper'),
|
||||
(14834, 6, 0, 'The world will suffer immeasurable cruelties under my reign.', 15, 0, 100, 0, 0, 0, 10590, 0, 'Hakkar Edge Of Madness Whisper'),
|
||||
(18440, 0, 0, 'IT DUZ WUT IT\'S TOLD!', 12, 0, 100, 0, 0, 0, 15419, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 0, 1, 'GET IN DA STEW!', 12, 0, 100, 0, 0, 0, 15420, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 0, 2, 'YOU GUD IN DA BELLY!', 12, 0, 100, 0, 0, 0, 15421, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 1, 0, 'Your daddy pay Warmaul and maybe we no eat you.', 12, 0, 100, 1, 0, 0, 15426, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 2, 0, 'Ha-ha! Just kidding. We eat you for shure anyway!', 12, 0, 100, 11, 0, 0, 15427, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 3, 0, 'BAM! Look at dat gristle sizzle!', 12, 0, 100, 1, 0, 0, 15430, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 4, 0, 'And dis is da recipe for da bestest Broken chowder!', 12, 0, 100, 1, 0, 0, 15431, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 5, 0, 'First you need da spices.', 12, 0, 100, 1, 0, 0, 15432, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 6, 0, 'Da salt goes into da pot...', 12, 0, 100, 35, 0, 0, 15433, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 7, 0, 'Den you put da pepper in da pot...', 12, 0, 100, 0, 0, 0, 15434, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 8, 0, 'Now we gonna kick it up a notch wit da secret ingra... ingor... inrag... da secret sauce!', 12, 0, 100, 43, 0, 0, 15435, 0, 'Warmaul Chef Bufferlo'),
|
||||
(18440, 9, 0, 'And last, we put in da Corki!', 12, 0, 100, 1, 0, 0, 15436, 0, 'Warmaul Chef Bufferlo'),
|
||||
(15340, 2, 0, '%s drains your mana and turns to stone.', 16, 0, 100, 0, 0, 0, 11474, 0, 'moam EMOTE_STONE_PHASE'),
|
||||
(7363, 0, 0, '%s releases the flawless draenethyst sphere, allowing it to hover before him.', 16, 0, 100, 0, 0, 0, 3441, 0, 'Kum\'isha the Collector'),
|
||||
(7363, 1, 0, '%s chants in an unknown tongue.', 16, 0, 100, 0, 0, 0, 3442, 0, 'Kum\'isha the Collector'),
|
||||
(7363, 2, 0, 'Success, the rift is open!! My brethren, rise and return home! The Outland awaits!', 14, 0, 100, 0, 0, 0, 3475, 0, 'Kum\'isha the Collector'),
|
||||
(7363, 3, 0, 'Hurry brothers! You must go now! I do not know how much longer the rift will remain open!', 12, 0, 100, 0, 0, 0, 3476, 0, 'Kum\'isha the Collector'),
|
||||
(7363, 4, 0, 'And now you know why I live in a crater.', 12, 0, 100, 0, 0, 0, 3477, 0, 'Kum\'isha the Collector'),
|
||||
(7583, 3, 0, 'Just sit tight while I get this prepared for you!', 12, 0, 100, 0, 0, 0, 3661, 0, 'Sprinkle'),
|
||||
(15320, 0, 0, '%s counterattacks with retaliation.', 16, 0, 100, 0, 0, 0, 11018, 0, 'Hive\'Zara Soldier - On Retaliation'),
|
||||
(15324, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 24144, 0, 'Qiraji Gladiator'),
|
||||
(15264, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 24144, 0, 'Anubisath Sentinel');
|
||||
/*!40000 ALTER TABLE `creature_text` ENABLE KEYS */;
|
||||
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue