mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB): Separate INSERTs from base sql into smaller sections (#14881)
This commit is contained in:
@@ -5782,7 +5782,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(7156, 7, 'I trust the Light is with you, $n. Is there something that I can I help you with?', 'I trust the Light is with you, $n. Is there something that I can I help you with?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7157, 0, 'I seek more training in the priestly ways.', 'I seek more training in the priestly ways.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7158, 7, 'The Light protect you, $c.', 'The Light protect you, $c.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7159, 7, 'I hope the Light is with you, $n. Is there anything I can do for you today?', 'I hope the Light is with you, $n. Is there anything I can do for you today?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7159, 7, 'I hope the Light is with you, $n. Is there anything I can do for you today?', 'I hope the Light is with you, $n. Is there anything I can do for you today?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(7160, 0, 'I seek more training in the priestly ways.', 'I seek more training in the priestly ways.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7161, 1, 'You be watchin\' yerself, $c. Respect our ways, or a curse be on you and yours.', 'You be watchin\' yerself, $c. Respect our ways, or a curse be on you and yours.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(7162, 1, 'I do what me can to train you in the priestly ways, if that what you be here for.', 'I do what me can to train you in the priestly ways, if that what you be here for.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -10037,8 +10038,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(11485, 0, 'We\'ve gotta find out what the Qiraji are feeding those monsters! Look at the size of \'em!', '', 5, 5, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11486, 0, 'Studying and understanding the Colossus will give us a needed advantage over the Qiraji.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11487, 0, '', 'The secrets behind the power of the Colossus could lead to all sorts of innovations in science!', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11488, 0, 'Where is Elder Graveborn?', 'Where is Elder Graveborn?', 6, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(11488, 0, 'Where is Elder Graveborn?', 'Where is Elder Graveborn?', 6, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11489, 0, 'The inner gates of Ahn\'Qiraj crash open.', 'The inner gates of Ahn\'Qiraj crash open.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11490, 0, 'Elder Graveborn spends time near Brill in Tirisfal Glades.', 'Elder Graveborn spends time near Brill in Tirisfal Glades.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(11491, 0, 'Where is Elder Moonstrike?', 'Where is Elder Moonstrike?', 6, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -10824,7 +10824,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(12290, 0, '<Tarsis grabs you weakly by the collar. Even in death you see power unimaginable in his eyes.>$B$BAm I? Then listen closely, for more nonsense is about to escape my lips. Within this citadel you will find my life\'s work: The exact location of every fragment of the splintered staff.', '', 53, 273, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12291, 0, 'What staff?', 'What staff?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12292, 0, 'Atiesh, Greatstaff of the Guardian. The staff handed down through the ages to each of the Guardians of Tirisfal. The staff corrupted by Sargeras. The staff of the last Guardian. The staff of Medivh.\n', '', 1, 1, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12293, 0, 'You said you would have it back. What does that mean?', 'You said you would have it back. What does that mean?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12293, 0, 'You said you would have it back. What does that mean?', 'You said you would have it back. What does that mean?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(12294, 0, '<Tarsis\'s eyes light up.>$B$BI held it once... I held it despite the warnings of the Kirin Tor. I held it, mortal... Power unending. Power to do what I desired, as I desired. And just as quickly, it was taken from me. But I had tasted... And that taste was all that it took. ', '', 1, 1, 273, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12295, 0, '%s gets to one knee.', '%s gets to one knee.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(12296, 0, '%s sits down.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -17238,7 +17239,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(18953, 0, 'Gah! Your meat will taste sweet slow roasting over my fire!!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18954, 0, 'I\'m through asking nicely, fish-man.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18955, 0, 'Where is the Cipher of Damnation? I know a third of it is in this village.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18956, 0, 'Whhaaat... are you sssspeaking of, ssssoft-sskin?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18956, 0, 'Whhaaat... are you sssspeaking of, ssssoft-sskin?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(18957, 0, 'The naga do nottt... have thissss... cipherrr...', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18958, 0, 'No... Of course not. What was I thinking? Why would you have a third of the Cipher of Damnation?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(18959, 0, 'I feel so stupid. Maybe I should unchain you and set you free?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -20038,8 +20040,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(21787, 0, 'Fight on, friends! Kill him - and end the curse on my people!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21788, 0, 'Beware his gaze! Do not look into his eyes!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21789, 0, 'Slay all who see us... word must not get back to Illidan.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21790, 0, 'Now is the time, Maiev! Unleash your wrath!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(21790, 0, 'Now is the time, Maiev! Unleash your wrath!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21791, 0, 'Akama has no master. Not anymore.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21792, 0, '', 'A discovery! I need aid with these measurements... I\'ll send a signal to my colleague!', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(21793, 0, '', 'The disruptor towers over charged the crystalforge, and uncovered more secrets! Hold them! Hold them while we gather new data!', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -23806,7 +23807,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(25592, 7, 'And not a very good one! Remember what you did to my tabard?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25593, 1, '', 'I am your tauren sister, taunka. Our blood is the same, and because of this no harm will come to you now. You are safe.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25594, 1, '', 'Garrosh will soon be sending his most capable soldiers. It is they who will guide you into the open and waiting arms of the Horde.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25595, 1, '', 'You will soon be behind the impenetrable walls of Agmar\'s Hammer, taunka.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25595, 1, '', 'You will soon be behind the impenetrable walls of Agmar\'s Hammer, taunka.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(25596, 1, '', 'Salvation comes to those whose cause is righteous and true. Join us and you will be saved.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25597, 7, 'That was entirely your own fault, Molsen. Maybe you\'ll know to separate your colors from now on...', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(25598, 7, 'The tabard was pink when I got it back, Buckets. Pink! Think about that...', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -30039,8 +30041,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(31929, 7, 'We must unite and focus our attention upon the true threat: THE LICH KING!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31930, 0, '', 'From the bowels of the Underhalls comes Carnage. Brave and foolish $n has accepted the challenge. $G He : She; and $g his : her; group stand ready to face the monstrosity.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31931, 0, '', 'The horror known as Carnage is no more. Could it be that $n is truly worthy of battle in Valhalas? We shall see.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31932, 0, 'Uhnhh.... Don\'t... bother with me.$b$bI am... finished...', 'Uhnhh.... Don\'t... bother with me.$b$bI am... finished....', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(31932, 0, 'Uhnhh.... Don\'t... bother with me.$b$bI am... finished...', 'Uhnhh.... Don\'t... bother with me.$b$bI am... finished....', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31933, 0, 'Gathering... information... on the Scourge.$b$bAlliance forces appeared...$b$bWe took cover - waited until they attacked the gate... then, we hit them from the rear.$b$bPinched between us... and the Scourge... it was too much for them....$b$b$g Brother:Sister;... it was... glorious.', 'Gathering... information... on the Scourge.$b$bAlliance forces appeared...$b$bWe took cover - waited until they attacked the gate... then, we hit them from the rear.$b$bPinched between us... and the Scourge... it was too much for them....$b$b$g Brother:Sister;... it was... glorious.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31934, 0, 'Hold on, friend. Tell me what happened here.', 'Hold on, friend. Tell me what happened here.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(31935, 0, 'ENOUGH! You tiny insects are not worthy to do battle within this sacred place! You do not fight with honor! You do not even ascend! ', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -30750,7 +30751,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(32650, 0, 'You\'ll find what you are looking for at One More Glass in northern Dalaran.', 'You\'ll find what you are looking for at One More Glass in northern Dalaran.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32651, 0, 'The Militant Mystic in southern Dalaran should have what you desire.', 'The Militant Mystic in southern Dalaran should have what you desire.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32652, 0, 'The Hunter\'s Reach in eastern Dalaran sells guns, bows, ammunition and the like.', 'The Hunter\'s Reach in eastern Dalaran sells guns, bows, ammunition and the like.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32653, 0, 'The Arsenal Absolute in southeast Dalaran carries all manner of melee weapons.', 'The Arsenal Absolute in southeast Dalaran carries all manner of melee weapons.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32653, 0, 'The Arsenal Absolute in southeast Dalaran carries all manner of melee weapons.', 'The Arsenal Absolute in southeast Dalaran carries all manner of melee weapons.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(32654, 0, 'If I am ever freed of these chains, I will return one day and slay you myself.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32655, 0, 'This will be nothing when compared to the satisfaction I will feel when I crush your skull beneath my heel.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(32656, 0, 'Jepetto Joybuzz\'s Wonderworks in western Dalaran carries such items.', 'Jepetto Joybuzz\' Wonderworks in western Dalaran carries such items.', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -37378,7 +37380,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(39476, 0, 'Tiragarde belongs to Northwatch now!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39477, 0, '$n, you have to hunt down the Trade Prince!', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39478, 0, 'If Fizz hadn\'t been so clumsy, we never would have been caught!', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39479, 0, 'If Evol hadn\'t been so clumsy, we never would have been caught!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39479, 0, 'If Evol hadn\'t been so clumsy, we never would have been caught!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(39480, 0, '', 'The Twilight\'s Hammer is a major power to be reckoned with. Thanks to us, Deathwing is free. Thanks to us, Old Gods have risen from the bowels of the earth. Thanks to us... Hyjal burns.$B$BWhat do you think you have to offer us?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39481, 0, 'The path before us has been revealed. Let us return.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(39482, 0, 'You\'re the one, $n. You must defeat the Trade Prince or all is lost.', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -40040,8 +40043,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(42169, 0, '', 'My Battlemaiden, once again you have earned my respect, and the respect of all our people.', 0, 0, 0, 0, 0, 0, 21801, 1, 1, 18019),
|
||||
(42170, 0, '', 'You have surpassed your title. You are a Battlemaiden no longer. Take your new crown, Nar\'jira, champion of Azshara.', 0, 0, 0, 0, 0, 0, 21802, 1, 1, 18019),
|
||||
(42171, 0, '', 'With the summoning complete and the armies of Azshara gathering for war, Neptulon the Tidehunter will soon fall.', 0, 0, 0, 0, 0, 0, 21803, 1, 1, 18019),
|
||||
(42172, 0, 'Ach, it\'s hard enough keeping order around here without all these new troubles popping up! I hope you have good news, $n...', '', 0, 0, 0, 0, 0, 0, 0, 5, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(42172, 0, 'Ach, it\'s hard enough keeping order around here without all these new troubles popping up! I hope you have good news, $n...', '', 0, 0, 0, 0, 0, 0, 0, 5, 1, 18019),
|
||||
(42173, 0, 'I wish to ride the Stormwind charger, sir.', 'I wish to ride the Stormwind charger, sir.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(42175, 0, 'We have suffered a major setback, but we must see our mission through nevertheless.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(42176, 0, 'Pull yourself together, $n.$b$bWe must make for the breach and prevent the naga from entering the Plane of Water!', '', 0, 0, 0, 0, 0, 0, 0, 5, 1, 18019),
|
||||
@@ -44373,7 +44375,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(46708, 0, 'More Elementium for the Bastion of Twilight!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46709, 0, 'Mining\'s all you dwarves are good for!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46710, 0, 'A Son of Kor has arrived to assist you, but watch out for his boulders!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46711, 0, '|TInterface\\Icons\\spell_fire_twilightflamebreath.blp:20|t%s begins to cast |cFFFF0000|Hspell:86840|h[Devouring Flames]|h|r!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46711, 0, '|TInterface\\Icons\\spell_fire_twilightflamebreath.blp:20|t%s begins to cast |cFFFF0000|Hspell:86840|h[Devouring Flames]|h|r!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(46712, 0, '|TInterface\\Icons\\spell_fire_twilightfire.blp:20|t%s takes a |cFFFF0000|Hspell:86059|h[Deep Breath]|h|r!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46713, 0, '|TInterface\\Icons\\spell_holy_consumemagic.blp:20|t%s begins to cast |cFF00EEFF|Hspell:86622|h[Engulfing Magic]|h|r!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(46714, 0, '|TInterface\\Icons\\spell_fire_twilightpyroblast.blp:20|t%s begins to cast |cFF00EEFF|Hspell:86408|h[Dazzling Destruction]|h|r!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -50041,8 +50044,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(52496, 0, '$n has defended the Mage Tower!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52497, 0, '$n has defended the Mage Tower!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52498, 0, '$n claims the Mage Tower! If left unchallenged, the Alliance will control it in 1 minute!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52499, 0, '$n claims the Mage Tower! If left unchallenged, the Horde will control it in 1 minute!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(52499, 0, '$n claims the Mage Tower! If left unchallenged, the Horde will control it in 1 minute!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52500, 0, '$n has assaulted the Blood Elf Tower!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52501, 0, '$n has assaulted the Blood Elf Tower!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(52502, 0, 'The Alliance has taken the Blood Elf Tower!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -51211,7 +51213,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(53775, 0, 'Aw shoot, aw shoot, aw shoot...', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(53777, 0, 'Keep telling your story, Sully.', 'Keep telling your story, Sully.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(53783, 0, 'The features of this jade statue are incredibly lifelike. The expression on the face is one locked in horror.$b$BIt does not resemble Shin however.', 'The features of this jade statue are incredibly lifelike. The expression on the face is one locked in horror.$b$BIt does not resemble Shin however.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(53784, 0, 'Examine the statue', 'Examine the statue', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(53784, 0, 'Examine the statue', 'Examine the statue', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(53786, 0, '', 'Stop! You will NOT turn my friends into stupid statues!', 0, 0, 0, 0, 0, 0, 0, 22, 1, 18019),
|
||||
(53787, 0, '|TInterface\\Icons\\ability_shaman_cleansespirit.blp:16|tThrall casts |cFF00FFFF|Hspell:103550|h[Cleanse Spirit]|h|r on you!', '', 396, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(53788, 0, 'I\'m glad that these "SI:7" people decided to take me with.$b$bWe do not leave the comforts of our lake very often at all. This was the farthest I\'ve ever been from home.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -58686,7 +58689,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(61499, 0, 'Niuzao\'s forces attack from the rear!', '', 0, 0, 0, 0, 0, 0, 30279, 0, 1, 18019),
|
||||
(61500, 0, '', 'Crush these invaders, and hurl them from the wall!', 0, 0, 0, 0, 0, 0, 31307, 0, 1, 18019),
|
||||
(61501, 0, '', 'We could use a $c. Glad to see my husband sent you along.\nI\'m a scout, not much for face-to-face combat. And Lao-chen here... well, normally he\'s a fighter, but he\'s still exhausted from the last battle.\nAnd, he\'s too busy cooking up some scheme.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(61502, 0, 'Alright, I\'m ready to get back to the front.', 'Alright, I\'m ready to get back to the front.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(61502, 0, 'Alright, I\'m ready to get back to the front.', 'Alright, I\'m ready to get back to the front.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(61503, 0, 'Two parts oil to one part brew... no, it will need more oil...', '', 0, 0, 0, 0, 0, 0, 29779, 0, 1, 18019),
|
||||
(61504, 0, '', 'You ready?', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(61505, 0, 'The temple will fall! You cannot stop my forces!', '', 0, 0, 0, 0, 0, 0, 30277, 0, 1, 18019),
|
||||
@@ -60042,8 +60046,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(62886, 0, 'None may stand against us!', '', 0, 0, 0, 0, 0, 0, 29079, 0, 1, 18019),
|
||||
(62887, 0, '*Mocking Laughter*', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(62888, 0, 'I\'ll hurl your corpses from this tower.', '', 0, 0, 0, 0, 0, 0, 29375, 0, 1, 18019),
|
||||
(62889, 0, 'Our numbers... endless! You... cannot win...', '', 0, 0, 0, 0, 0, 0, 29376, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(62889, 0, 'Our numbers... endless! You... cannot win...', '', 0, 0, 0, 0, 0, 0, 29376, 0, 1, 18019),
|
||||
(62890, 0, '', 'Seal the gates! Bar the exits! Destroy these intruders!', 0, 0, 0, 0, 0, 0, 29278, 1, 1, 18019),
|
||||
(62891, 0, '', 'Death to all who dare challenge my empire!', 0, 0, 0, 0, 0, 0, 29283, 0, 1, 18019),
|
||||
(62892, 0, '', 'Augh... ah ... I... have failed.', 0, 0, 0, 0, 0, 0, 29268, 0, 1, 18019),
|
||||
@@ -65861,7 +65864,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(68775, 0, '%s is depleted.', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68777, 0, '', 'Come, try again!', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68779, 0, '<The blade hovers in the air in front of you.>', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68780, 0, 'You a hunter? I can fix up your beast-beasts quick!', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68780, 0, 'You a hunter? I can fix up your beast-beasts quick!', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(68781, 0, 'You have pets that need watching? I promise I will consider not eat them.', '', 1, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68783, 0, 'Yo boss, how\'s it goin\'?', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(68784, 0, 'Dis only just begun... we ain\'t gonna jes... roll over and die...', '', 0, 0, 0, 0, 0, 0, 31486, 0, 1, 18019),
|
||||
@@ -70043,8 +70047,7 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(73145, 0, '', '$gHey there, handsome. You want to go somewhere after this? Just you and me?:Back off, skank. I\'m trying to put out a vibe here, and you\'re ruining it.;', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73146, 0, '', 'I\'m done with the brawling ring. These days, I am looking for a different kind of ring.', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73147, 0, '', '$gHey there, stranger. I\'d brawl with you any day of the week. And I promise you, it\'ll last longer than 2 minutes.\n<Helga winks disarmingly.>:I saw you making eyes at Harr back there. That tauren is MINE.\nWhy don\'t you drag your ugly, gold-digging face to another blimp?;', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73148, 0, 'Yes! Yes! Yes!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(73148, 0, 'Yes! Yes! Yes!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73149, 0, 'My chickens... ATTACK!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73150, 0, 'More chickens! Many more chickens!', '', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
(73151, 0, 'BRUCE!', 'BRUCE!', 0, 0, 0, 0, 0, 0, 0, 0, 1, 18019),
|
||||
@@ -73066,7 +73069,8 @@ INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `Emo
|
||||
(77349, 0, 'Thank you, hero. You and your companions were the tip of the Alliance spear: Your work exploring Pandaria, securing the Vale, and ultimately assaulting Garrosh\'s stronghold is what made this victory possible.$b$bOur triumph here will put a stop to the fighting in Kalimdor, but even in peace, there\'s much to be done - here, back home, and elsewhere.', '', 1, 274, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77350, 0, 'What\'s next for the Alliance?', 'What\'s next for the Alliance?', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77351, 0, 'Why not keep fighting?', 'Why not keep fighting?', 0, 0, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77352, 0, 'We are unified like never before. We\'ve bought our people security in Kalimdor, an end to the blockade, and an end to the total war that\'s spilt so much blood on either side of the great sea.$b$bNow, to the work of winning the peace. I would like to station a garrison near Theramore. We need to investigate cleansing the plague from Gilnean lands so they can rebuild. We must contain Sylvanas.$b$bFrom here on forward, the Alliance will be proactive. Never again can there be another the likes of Hellscream.', '', 1, 25, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77352, 0, 'We are unified like never before. We\'ve bought our people security in Kalimdor, an end to the blockade, and an end to the total war that\'s spilt so much blood on either side of the great sea.$b$bNow, to the work of winning the peace. I would like to station a garrison near Theramore. We need to investigate cleansing the plague from Gilnean lands so they can rebuild. We must contain Sylvanas.$b$bFrom here on forward, the Alliance will be proactive. Never again can there be another the likes of Hellscream.', '', 1, 25, 0, 0, 0, 0, 0, 0, 0, 18019);
|
||||
INSERT INTO `broadcast_text` (`ID`, `LanguageID`, `MaleText`, `FemaleText`, `EmoteID1`, `EmoteID2`, `EmoteID3`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `SoundEntriesId`, `EmotesID`, `Flags`, `VerifiedBuild`) VALUES
|
||||
(77353, 0, 'I understand your desire to inflict more suffering on the Horde. But when do we stop? How many more Alliance will number among the dead if we invaded Thunder Bluff, Azshara, and the Echo Isles? And how would we govern the conquered people?$b$bThe Pandaren always question why we fight. Today, we\'ve won justice, and have given the Horde an opportunity to atone by supporting their rebellion. Further bloodshed would be for vengeance alone - and it would reap vengeance in return.', '', 1, 274, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77354, 0, '', 'King Wrynn will rue the day he allowed the Horde to name another Warchief.$b$bWe should\'ve kept fighting. Who\'s to say this new Warchief won\'t get any ideas in his troll head a few years from now?', 1, 274, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
(77355, 0, 'I think my father did the right thing. If we tried to occupy Orgrimmar, the fighting would never stop. And what about the rest of the Horde? Would we resort to internment camps? We\'ve been down that road before - it doesn\'t work!$b$bWe deposed of a warmonger and replaced him with a leader we can work with. It\'s our only chance for peace in the future.', '', 1, 5, 0, 0, 0, 0, 0, 0, 0, 18019),
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8175,7 +8175,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(8159, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -3381.21, -12501.9, 48.9607, 4.95699, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8160, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -3790.05, -11867.1, 5.05413, 2.48363, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8161, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -3879.92, -12194.1, 4.09609, 0.552806, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8162, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -3790.39, -12559.1, 4.14066, 2.33261, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8162, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -3790.39, -12559.1, 4.14066, 2.33261, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(8163, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -4493.99, -11561.8, 16.2664, 6.22845, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8164, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -4682.39, -12181.9, 27.4582, 0.322886, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(8165, 1412, 0, 0, 530, 0, 0, 1, 1, 0, -4530.37, -12714.5, 11.4598, 5.67781, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -10050,8 +10051,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(10034, 1012, 0, 0, 0, 0, 0, 1, 1, 1, -2970.6, -1694.16, 9.3784, 1.0821, 300, 6, 0, 664, 0, 1, 0, 0, 0, '', 0),
|
||||
(10035, 1013, 0, 0, 0, 0, 0, 1, 1, 1, -2965.75, -1686.36, 9.54598, 4.2586, 300, 6, 0, 640, 655, 1, 0, 0, 0, '', 0),
|
||||
(10036, 1014, 0, 0, 0, 0, 0, 1, 1, 1, -2962.15, -1689.57, 9.50232, 3.33358, 300, 6, 0, 840, 0, 1, 0, 0, 0, '', 0),
|
||||
(10037, 1012, 0, 0, 0, 0, 0, 1, 1, 1, -2959.88, -1714.29, 17.0197, 5.74274, 300, 3, 0, 664, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(10037, 1012, 0, 0, 0, 0, 0, 1, 1, 1, -2959.88, -1714.29, 17.0197, 5.74274, 300, 3, 0, 664, 0, 1, 0, 0, 0, '', 0),
|
||||
(10038, 1011, 0, 0, 0, 0, 0, 1, 1, 1, -3110.26, -1548.53, 9.26969, 5.42844, 300, 10, 0, 617, 0, 1, 0, 0, 0, '', 0),
|
||||
(10039, 1157, 0, 0, 0, 0, 0, 1, 1, 1, -2987.77, -965.611, 4.11485, 4.01243, 300, 5, 0, 787, 0, 1, 0, 0, 0, '', 0),
|
||||
(10040, 1053, 0, 0, 0, 0, 0, 1, 1, 1, -2899.07, -2935.4, 33.9093, 3.75196, 300, 10, 0, 905, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -16193,7 +16193,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(16216, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 477.636, 29.2719, 112.454, 3.10635, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16217, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 518.719, 48.9372, 113.304, 0.892028, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16218, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 487.847, 50.0366, 112.474, 4.54049, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16219, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 604.255, 104.213, 112.589, 0.459518, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16219, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 604.255, 104.213, 112.589, 0.459518, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(16220, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 592.542, 91.378, 112.224, 2.30079, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16221, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 595.774, 81.6333, 111.05, 0.851941, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
(16222, 23398, 0, 0, 564, 0, 0, 1, 1, 0, 564.631, 69.1688, 111.734, 4.84278, 10, 5, 0, 3912, 3155, 1, 0, 0, 0, '', 0),
|
||||
@@ -20051,8 +20052,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(20081, 6073, 0, 0, 1, 0, 0, 1, 1, 0, 1450.51, -2796.33, 144.393, 1.1197, 275, 5, 0, 950, 0, 1, 0, 0, 0, '', 0),
|
||||
(20082, 6073, 0, 0, 1, 0, 0, 1, 1, 0, 1553.05, -2844.76, 129.7, 0.6726, 275, 0, 0, 950, 0, 0, 0, 0, 0, '', 0),
|
||||
(20083, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1608.08, -1757.1, 92.5417, 3.64829, 275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0),
|
||||
(20084, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1389.41, -1576.9, 91.7916, 2.46385, 275, 10, 0, 386, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(20084, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1389.41, -1576.9, 91.7916, 2.46385, 275, 10, 0, 386, 0, 1, 0, 0, 0, '', 0),
|
||||
(20085, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1661.47, -1761.42, 91.7917, 1.25548, 275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0),
|
||||
(20086, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1489.33, -1514.11, 103.027, 2.61155, 275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0),
|
||||
(20087, 3258, 0, 0, 1, 0, 0, 1, 1, 1, -1941.07, -1781.5, 97.3209, 3.24146, 275, 0, 0, 386, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -24209,7 +24209,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(24264, 6551, 0, 0, 1, 0, 0, 1, 1, 0, -8075.29, -1392.3, -267.486, 0.326074, 300, 10, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
(24265, 6551, 0, 0, 1, 0, 0, 1, 1, 0, -8058.21, -1421.08, -267.784, 3.61135, 300, 15, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
(24266, 6551, 0, 0, 1, 0, 0, 1, 1, 0, -7986.22, -1297.94, -273.969, 1.13998, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
(24267, 6551, 0, 0, 1, 0, 0, 1, 1, 0, -7999.14, -1492.42, -271.689, 3.20218, 300, 15, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
(24267, 6551, 0, 0, 1, 0, 0, 1, 1, 0, -7999.14, -1492.42, -271.689, 3.20218, 300, 15, 0, 2980, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(24268, 9623, 0, 0, 1, 0, 0, 1, 1, 0, -6380.13, -1970, -257.195, 1.85005, 300, 0, 0, 2576, 0, 0, 0, 0, 0, '', 0),
|
||||
(24269, 6552, 0, 0, 1, 0, 0, 1, 1, 0, -7867.55, -1252.08, -269.5, 2.78031, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
(24270, 6552, 0, 0, 1, 0, 0, 1, 1, 0, -7901.94, -1115.41, -273.569, 2.97869, 300, 5, 0, 2980, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -30052,8 +30053,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(30168, 7603, 0, 0, 90, 0, 0, 1, 1, 0, -481.016, 430.803, -230.518, 2.33874, 86400, 2, 0, 787, 0, 1, 0, 0, 0, '', 0),
|
||||
(30169, 7603, 0, 0, 90, 0, 0, 1, 1, 0, -486.311, 435.922, -230.518, 0, 86400, 2, 0, 787, 0, 1, 0, 0, 0, '', 0),
|
||||
(30170, 6233, 0, 0, 90, 0, 0, 1, 1, 0, -472.927, 439.53, -230.518, 1.11701, 86400, 2, 0, 3412, 0, 1, 0, 0, 0, '', 0),
|
||||
(30171, 6225, 0, 0, 90, 0, 0, 1, 1, 0, -539.224, 556.1, -273.08, 4.43745, 86400, 5, 0, 2715, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(30171, 6225, 0, 0, 90, 0, 0, 1, 1, 0, -539.224, 556.1, -273.08, 4.43745, 86400, 5, 0, 2715, 0, 1, 0, 0, 0, '', 0),
|
||||
(30172, 6222, 0, 0, 90, 0, 0, 1, 1, 1, -634.829, 441.079, -273.063, 0.601507, 86400, 0, 0, 787, 0, 0, 0, 0, 0, '', 0),
|
||||
(30173, 6222, 0, 0, 90, 0, 0, 1, 1, 1, -586.3, 596.17, -230.601, 1.44707, 86400, 0, 0, 787, 0, 0, 0, 0, 0, '', 0),
|
||||
(30174, 6225, 0, 0, 90, 0, 0, 1, 1, 0, -503.192, 479.869, -273.08, 5.01041, 86400, 5, 0, 2715, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -32209,7 +32209,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(32326, 6145, 0, 0, 1, 0, 0, 1, 1, 0, 2620.59, -409.166, 102.681, 4.4123, 300, 5, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
(32327, 17412, 0, 0, 1, 0, 0, 1, 1, 0, 2971.21, -3293.16, 155.247, 5.02655, 300, 0, 0, 651, 693, 0, 0, 0, 0, '', 0),
|
||||
(32328, 3845, 0, 0, 1, 0, 0, 1, 1, 1, 2795.75, -299.374, 107.183, 1.71042, 300, 0, 0, 713, 0, 0, 0, 0, 0, '', 0),
|
||||
(32329, 3846, 0, 0, 1, 0, 0, 1, 1, 1, 3470.04, 847.092, 5.45882, 1.22173, 300, 0, 0, 386, 0, 0, 0, 0, 0, '', 0),
|
||||
(32329, 3846, 0, 0, 1, 0, 0, 1, 1, 1, 3470.04, 847.092, 5.45882, 1.22173, 300, 0, 0, 386, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(32330, 3847, 0, 0, 1, 0, 0, 1, 1, 0, 3189.6, 175.47, 4.68551, 0.244346, 300, 0, 0, 840, 0, 0, 0, 0, 0, '', 0),
|
||||
(32331, 3848, 0, 0, 1, 0, 0, 1, 1, 0, 2954.25, -3215.41, 169.205, 3.49066, 300, 0, 0, 1107, 0, 0, 0, 0, 0, '', 0),
|
||||
(32332, 4619, 0, 0, 1, 0, 0, 1, 1, 1, 3042.52, -2797.43, 196.595, 0.783836, 300, 3, 0, 1163, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -40053,8 +40054,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(40201, 746, 0, 0, 0, 0, 0, 1, 1, 1, -10316, -4061.43, 22.0153, 6.10833, 300, 5, 0, 2218, 0, 1, 0, 0, 0, '', 0),
|
||||
(40202, 759, 0, 0, 0, 0, 0, 1, 1, 1, -10030.1, -3555.21, 21.9441, 3.94537, 300, 5, 0, 1469, 0, 1, 0, 0, 0, '', 0),
|
||||
(40203, 746, 0, 0, 0, 0, 0, 1, 1, 1, -10294.4, -4218.55, 23.8326, 1.94442, 300, 5, 0, 2218, 0, 1, 0, 0, 0, '', 0),
|
||||
(40204, 745, 0, 0, 0, 0, 0, 1, 1, 1, -10314, -4235.93, 23.3741, 1.07875, 300, 5, 0, 2059, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(40204, 745, 0, 0, 0, 0, 0, 1, 1, 1, -10314, -4235.93, 23.3741, 1.07875, 300, 5, 0, 2059, 0, 1, 0, 0, 0, '', 0),
|
||||
(40205, 4049, 0, 0, 1, 0, 0, 1, 1, 1, -270, -951, 14.372, 5.552, 120, 0, 0, 787, 0, 0, 0, 0, 0, '', 0),
|
||||
(40206, 760, 0, 0, 0, 0, 0, 1, 1, 1, -10007.3, -3625.9, 21.7195, 0.453245, 300, 5, 0, 1469, 0, 1, 0, 0, 0, '', 0),
|
||||
(40207, 746, 0, 0, 0, 0, 0, 1, 1, 1, -10352.3, -4217.22, 23.2781, 1.7891, 300, 5, 0, 2218, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -40235,7 +40235,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(40408, 7156, 7157, 7158, 1, 0, 0, 1, 1, 0, 6852.93, -1980.07, 551.703, 0.85038, 300, 4, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
(40392, 7139, 0, 0, 1, 0, 0, 1, 1, 0, 6228.56, -1410.84, 373.012, 0.321488, 300, 5, 0, 3082, 0, 1, 0, 0, 0, '', 0),
|
||||
(40403, 7156, 7157, 7158, 1, 0, 0, 1, 1, 0, 6816.78, -2014.83, 568.518, 5.5444, 300, 7, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
(40395, 7139, 0, 0, 1, 0, 0, 1, 1, 0, 6285.6, -1418.8, 370.489, 1.50998, 300, 5, 0, 3082, 0, 1, 0, 0, 0, '', 0),
|
||||
(40395, 7139, 0, 0, 1, 0, 0, 1, 1, 0, 6285.6, -1418.8, 370.489, 1.50998, 300, 5, 0, 3082, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(40396, 7139, 0, 0, 1, 0, 0, 1, 1, 0, 6319.65, -1381.95, 370.717, 2.57968, 300, 5, 0, 3082, 0, 1, 0, 0, 0, '', 0),
|
||||
(40401, 7156, 7157, 7158, 1, 0, 0, 1, 1, 0, 6852.63, -1939.76, 551.003, 3.65198, 300, 10, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
(40399, 10017, 0, 0, 1, 0, 0, 1, 1, 0, 4797.68, -718.081, 298.631, 1.48807, 300, 10, 0, 8, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -48258,7 +48259,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(48597, 1834, 0, 0, 0, 0, 0, 1, 1, 1, 2860.65, -1415.43, 146.333, 3.75648, 315, 5, 0, 2614, 2117, 1, 0, 0, 0, '', 0),
|
||||
(48598, 1834, 0, 0, 0, 0, 0, 1, 1, 1, 2903.27, -1512.22, 146.07, 5.68977, 315, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0),
|
||||
(48599, 1883, 0, 0, 0, 0, 0, 1, 1, 1, 2896.72, -1544.95, 145.804, 3.39278, 315, 3, 0, 3529, 0, 1, 0, 0, 0, '', 0),
|
||||
(48600, 10608, 0, 0, 0, 0, 0, 1, 1, 1, 2790.56, -1427.04, 146.699, 2.82868, 315, 3, 0, 2288, 5013, 1, 0, 0, 0, '', 0),
|
||||
(48600, 10608, 0, 0, 0, 0, 0, 1, 1, 1, 2790.56, -1427.04, 146.699, 2.82868, 315, 3, 0, 2288, 5013, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(48601, 1787, 0, 0, 0, 0, 0, 1, 1, 1, 1360.23, -1418.66, 48.9525, 4.94763, 315, 5, 0, 3293, 0, 1, 0, 0, 0, '', 0),
|
||||
(48602, 1787, 0, 0, 0, 0, 0, 1, 1, 1, 1578.64, -1473.1, 68.3387, 5.53934, 315, 0, 0, 3293, 0, 0, 0, 0, 0, '', 0),
|
||||
(48603, 1795, 0, 0, 0, 0, 0, 1, 1, 0, 1418.87, -1620.5, 67.4476, 5.21257, 315, 10, 0, 2823, 2117, 1, 0, 0, 0, '', 0),
|
||||
@@ -50054,8 +50056,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(50417, 12418, 0, 0, 1, 0, 0, 1, 1, 0, -3927.37, 1103.17, 148.268, 4.44933, 300, 15, 0, 2371, 0, 1, 0, 0, 0, '', 0),
|
||||
(50418, 12418, 0, 0, 1, 0, 0, 1, 1, 0, -4393.47, 1332.97, 145.331, 6.08744, 300, 0, 0, 2371, 0, 2, 0, 0, 0, '', 0),
|
||||
(50419, 12418, 0, 0, 1, 0, 0, 1, 1, 0, -4353.75, 1435.46, 150.609, 1.71191, 300, 0, 0, 2371, 0, 2, 0, 0, 0, '', 0),
|
||||
(50420, 35083, 0, 0, 571, 0, 0, 1, 1, 1, 9449.17, 1143.33, -1.64776, 1.8326, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(50420, 35083, 0, 0, 571, 0, 0, 1, 1, 1, 9449.17, 1143.33, -1.64776, 1.8326, 180, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(50421, 12418, 0, 0, 1, 0, 0, 1, 1, 0, -4106.96, 1135.4, 161.213, 6.23702, 300, 0, 0, 2371, 0, 2, 0, 0, 0, '', 0),
|
||||
(50422, 12418, 0, 0, 1, 0, 0, 1, 1, 0, -4473.62, 990.113, 150.619, 1.58944, 300, 0, 0, 2371, 0, 2, 0, 0, 0, '', 0),
|
||||
(50423, 5251, 0, 0, 1, 0, 0, 1, 1, 1, -4871.36, 99.1926, 87.5937, 2.70234, 300, 15, 0, 1902, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -56118,7 +56119,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(56671, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 693.79, -895.405, -199.332, 5.16094, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56672, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 708.752, -494.487, -213.944, 0.268625, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56673, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 723.831, -518.31, -217.61, 4.5384, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56674, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 831.386, -627.893, -203.149, 0.791955, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56674, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 831.386, -627.893, -203.149, 0.791955, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(56675, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 1144.05, -662.684, -131.463, 1.62316, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56676, 11673, 0, 0, 409, 0, 0, 1, 1, 0, 820.138, -991.096, -207.135, 2.9505, 7200, 0, 0, 113295, 0, 2, 0, 0, 0, '', 0),
|
||||
(56677, 12098, 0, 0, 409, 0, 0, 1, 1, 1, 601.087, -1179.11, -195.882, 1.5708, 604800, 0, 0, 1000560, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -60055,8 +60057,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(60704, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4570.54, -11529.3, 18.902, 5.33822, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60705, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4616.27, -11601.5, 18.5975, 1.10502, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60706, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4675.22, -11522.9, 28.8371, 5.52001, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60707, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4554.92, -11537.1, 19.5139, 1.90011, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(60707, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4554.92, -11537.1, 19.5139, 1.90011, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60708, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4604.64, -11546, 18.4642, 0.966814, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60709, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4640.3, -11539.8, 16.8381, 0.977384, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
(60710, 17185, 0, 0, 530, 0, 0, 1, 1, 1, -4575.77, -11634.8, 18.0564, 2.70526, 300, 5, 0, 156, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -63974,7 +63975,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(64686, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -358.218, 5874.93, 22.2087, 5.1718, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64687, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -317.462, 5989.95, 22.5252, 3.71709, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64688, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -310.056, 5921.53, 22.5213, 5.53235, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64689, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -207.415, 6014.18, 24.069, 1.13299, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64689, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -207.415, 6014.18, 24.069, 1.13299, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(64690, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -111.987, 5977.31, 22.9261, 5.36761, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64691, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -122.532, 6039.07, 23.2118, 1.7756, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
(64692, 18132, 0, 0, 530, 0, 0, 1, 1, 0, -113.883, 6026.34, 22.8184, 2.9189, 300, 5, 0, 4979, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -70056,8 +70058,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(70861, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4498.56, 1742.42, 159.721, 3.23835, 300, 5, 0, 5233, 2991, 1, 0, 0, 0, '', 0),
|
||||
(70862, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4485.7, 1692.84, 164.861, 0.174533, 300, 5, 0, 5233, 2991, 1, 0, 0, 0, '', 0),
|
||||
(70863, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4488.76, 1728.99, 161.141, 0.523599, 300, 0, 0, 5233, 2991, 0, 0, 0, 0, '', 0),
|
||||
(70864, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4489.87, 1714.28, 161.148, 0.296706, 300, 0, 0, 5233, 2991, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(70864, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4489.87, 1714.28, 161.148, 0.296706, 300, 0, 0, 5233, 2991, 0, 0, 0, 0, '', 0),
|
||||
(70865, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4524.77, 1708.84, 175.073, 3.24631, 300, 0, 0, 5233, 2991, 0, 0, 0, 0, '', 0),
|
||||
(70866, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4574.51, 1654.76, 174.894, 2.63653, 300, 5, 0, 5233, 2991, 1, 0, 0, 0, '', 0),
|
||||
(70867, 19796, 0, 0, 530, 0, 0, 1, 1, 1, -4539.33, 1729.32, 174.81, 4.59022, 300, 5, 0, 5233, 2991, 1, 0, 0, 0, '', 0),
|
||||
@@ -71848,7 +71849,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(72661, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4407.97, 3576.23, 141.112, 4.26074, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72662, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4337.02, 3645.26, 122.087, 3.28742, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72663, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4514.92, 3581.89, 122.864, 3.7556, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72664, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4597.91, 3543.9, 127.309, 2.16011, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72664, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4597.91, 3543.9, 127.309, 2.16011, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(72665, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4550.63, 3583.2, 105.315, 3.83983, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72666, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4536.81, 3537.1, 120.529, 1.59618, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
(72667, 20516, 0, 0, 530, 0, 0, 1, 1, 0, 4635.14, 3524.34, 138.775, 1.46704, 300, 5, 0, 5409, 3080, 1, 0, 0, 0, '', 0),
|
||||
@@ -79777,7 +79779,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(80968, 40, 0, 0, 0, 0, 0, 1, 1, 1, -9185.28, -645.08, 65.5001, 2.60017, 180, 5, 0, 120, 0, 1, 0, 0, 0, '', 0),
|
||||
(80969, 476, 0, 0, 0, 0, 0, 1, 1, 1, -9247.6, -580.757, 65.7305, 1.95928, 180, 5, 0, 126, 289, 1, 0, 0, 0, '', 0),
|
||||
(80970, 40, 0, 0, 0, 0, 0, 1, 1, 1, -9268.04, -549.461, 66.9, 0.174785, 180, 5, 0, 120, 0, 1, 0, 0, 0, '', 0),
|
||||
(80971, 2442, 0, 0, 0, 0, 0, 1, 1, 0, -9272.86, -587.447, 64.934, 5.49666, 180, 5, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
(80971, 2442, 0, 0, 0, 0, 0, 1, 1, 0, -9272.86, -587.447, 64.934, 5.49666, 180, 5, 0, 1, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(80972, 40, 0, 0, 0, 0, 0, 1, 1, 1, -9244.14, -586.069, 65.7298, 5.65726, 180, 5, 0, 120, 0, 1, 0, 0, 0, '', 0),
|
||||
(80973, 40, 0, 0, 0, 0, 0, 1, 1, 1, -9161.78, -571.596, 58.1243, 0.712466, 180, 5, 0, 120, 0, 1, 0, 0, 0, '', 0),
|
||||
(80974, 40, 0, 0, 0, 0, 0, 1, 1, 1, -9141.22, -599.18, 57.8545, 5.51055, 180, 5, 0, 120, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -80057,8 +80060,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(141000, 24222, 0, 0, 530, 0, 0, 1, 1, 0, -972.757, 7128.15, 38.0172, 3.71719, 600, 0, 0, 0, 0, 2, 0, 0, 0, '', NULL),
|
||||
(81249, 11328, 0, 0, 0, 0, 0, 1, 1, 1, -9523.21, -1290.25, 44.1174, 5.23877, 180, 0, 0, 120, 0, 0, 0, 0, 0, '', 0),
|
||||
(81250, 11328, 0, 0, 0, 0, 0, 1, 1, 1, -9536.21, -1273.05, 43.4187, 2.93691, 180, 0, 0, 120, 0, 0, 0, 0, 0, '', 0),
|
||||
(81251, 10616, 0, 0, 0, 0, 0, 1, 1, 0, -9469.79, -1289.22, 41.1855, 3.24631, 180, 0, 0, 328, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(81251, 10616, 0, 0, 0, 0, 0, 1, 1, 0, -9469.79, -1289.22, 41.1855, 3.24631, 180, 0, 0, 328, 0, 0, 0, 0, 0, '', 0),
|
||||
(81252, 11328, 0, 0, 0, 0, 0, 1, 1, 1, -9535.3, -1304.7, 44.702, 5.26945, 180, 0, 0, 120, 0, 0, 0, 0, 0, '', 0),
|
||||
(81253, 883, 0, 0, 0, 0, 0, 1, 1, 0, -9427.67, -1269.96, 48.413, 1.05819, 180, 5, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
(81254, 883, 0, 0, 0, 0, 0, 1, 1, 0, -9437.19, -1254.12, 48.4532, 2.48021, 180, 5, 0, 1, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -87709,7 +87711,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(90278, 36, 0, 0, 0, 0, 0, 1, 1, 0, -10964, 1376.26, 46.3728, 3.86414, 300, 10, 0, 222, 0, 1, 0, 0, 0, '', 0),
|
||||
(90279, 1109, 0, 0, 0, 0, 0, 1, 1, 0, -10990.2, 1623.08, 45.1017, 4.4604, 300, 5, 0, 273, 0, 1, 0, 0, 0, '', 0),
|
||||
(90280, 1109, 0, 0, 0, 0, 0, 1, 1, 0, -10962.3, 1625.83, 46.4382, 3.24442, 300, 5, 0, 273, 0, 1, 0, 0, 0, '', 0),
|
||||
(90286, 589, 0, 0, 0, 0, 0, 1, 1, 1, -10989.6, 1512.52, 43.6183, 5.11844, 300, 5, 0, 263, 710, 1, 0, 0, 0, '', 0),
|
||||
(90286, 589, 0, 0, 0, 0, 0, 1, 1, 1, -10989.6, 1512.52, 43.6183, 5.11844, 300, 5, 0, 263, 710, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(90287, 114, 0, 0, 0, 0, 0, 1, 1, 0, -10243.3, 1410.25, 40.7007, 5.79725, 300, 5, 0, 300, 0, 1, 0, 0, 0, '', 0),
|
||||
(90290, 590, 0, 0, 0, 0, 0, 1, 1, 1, -11016, 1487.04, 43.5332, 3.71755, 300, 0, 0, 273, 0, 0, 0, 0, 0, '', 0),
|
||||
(90291, 589, 0, 0, 0, 0, 0, 1, 1, 1, -11006, 1497.93, 44.0323, 2.53073, 300, 0, 0, 263, 710, 0, 0, 0, 0, '', 0),
|
||||
@@ -90058,8 +90061,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(92698, 9447, 0, 0, 0, 0, 0, 1, 1, 1, 1679.7, -5216.19, 73.9095, 0.069813, 610, 0, 0, 5886, 1982, 0, 0, 0, 0, '', 0),
|
||||
(92699, 9449, 0, 0, 0, 0, 0, 1, 1, 1, 1646.01, -5279.02, 81.1111, 3.26692, 610, 5, 0, 6078, 2041, 1, 0, 0, 0, '', 0),
|
||||
(92700, 9447, 0, 0, 0, 0, 0, 1, 1, 1, 1721.9, -5287.23, 74.0439, 5.67242, 610, 0, 0, 5886, 1982, 0, 0, 0, 0, '', 0),
|
||||
(92701, 9447, 0, 0, 0, 0, 0, 1, 1, 1, 1656.14, -5325.58, 74.4807, 5.86431, 610, 0, 0, 5886, 1982, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(92701, 9447, 0, 0, 0, 0, 0, 1, 1, 1, 1656.14, -5325.58, 74.4807, 5.86431, 610, 0, 0, 5886, 1982, 0, 0, 0, 0, '', 0),
|
||||
(92702, 8597, 0, 0, 0, 0, 0, 1, 1, 0, 2277.01, -4385.49, 92.3705, 0.049155, 345, 10, 0, 3529, 0, 1, 0, 0, 0, '', 0),
|
||||
(92703, 8525, 0, 0, 0, 0, 0, 1, 1, 1, 1986.58, -4550.29, 73.7361, 5.27392, 345, 10, 0, 2823, 2117, 1, 0, 0, 0, '', 0),
|
||||
(92704, 8598, 0, 0, 0, 0, 0, 1, 1, 0, 2567.7, -4599.89, 80.965, 5.94877, 345, 10, 0, 3758, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -95603,7 +95605,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(98635, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 2796.32, -3565.11, 165.594, 5.34071, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
(98636, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 2707.84, -3492.93, 163.416, 1.48353, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
(98637, 27421, 0, 0, 571, 0, 0, 1, 1, 0, 4142.92, -4169.86, 212.881, 4.41719, 300, 5, 0, 9940, 0, 1, 0, 0, 0, '', 0),
|
||||
(98638, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 2652.64, -3583.58, 205.333, 0.331613, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
(98638, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 2652.64, -3583.58, 205.333, 0.331613, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(98639, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 2762.62, -3658.49, 224.021, 1.71042, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
(98640, 24093, 0, 0, 571, 0, 0, 1, 1, 0, 1659.83, -4007.23, 305.079, 4.53786, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
(98641, 23837, 0, 0, 571, 0, 0, 1, 1, 0, 4524.9, 5341.74, -29.5059, 2.9147, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -100059,8 +100062,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(103370, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4560.17, 5493.98, 74.4848, 4.72984, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103371, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4326.81, 5301.91, 58.0383, 3.19395, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103372, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4277.18, 5381.06, 36.6492, 2.40855, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103373, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4312.05, 5422.01, 43.6371, 2.32129, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(103373, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4312.05, 5422.01, 43.6371, 2.32129, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103374, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4284.39, 5401.28, 33.5056, 3.24631, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103375, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4346.02, 5417.23, 86.4528, 3.05433, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
(103376, 25428, 0, 0, 571, 0, 0, 1, 1, 1, 4454.6, 5477.87, 61.3894, 0.977384, 300, 0, 0, 7984, 3080, 0, 0, 0, 0, '', 0),
|
||||
@@ -103408,7 +103410,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(107082, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 2013.28, -3292.14, 54.5459, 3.58506, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107083, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 1997.74, -3296.02, 101.494, 3.86284, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107084, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 2019.52, -3284.72, 99.2234, 4.61104, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107085, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 2023.85, -3301.86, 112.035, 2.82116, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107085, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 2023.85, -3301.86, 112.035, 2.82116, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(107086, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 1986, -3318.91, 113.567, 0.475983, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107087, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 1991.63, -3299.45, 107.244, 2.5425, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
(107088, 24440, 0, 0, 571, 0, 0, 1, 1, 0, 1928.03, -3260.24, 139.896, 4.04151, 300, 5, 0, 9291, 3231, 1, 0, 0, 0, '', 0),
|
||||
@@ -110060,8 +110063,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(114293, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 7017.16, -1353.61, 831.027, 2.18532, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114294, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6867.23, -1247.05, 809.402, 4.83518, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114295, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6981.57, -1207.75, 809.122, 5.84685, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114296, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6963.65, -1463.91, 841.411, 1.67552, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(114296, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6963.65, -1463.91, 841.411, 1.67552, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114297, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6862.88, -1342.01, 833.159, 3.735, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114298, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 6849.72, -1322.04, 819.659, 3.05433, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
(114299, 30146, 0, 0, 571, 0, 0, 1, 1, 1, 7003.54, -1301.12, 819.076, 2.80492, 300, 0, 0, 12175, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -111200,7 +111202,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(115493, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 842.575, -4799.65, -46.1748, 1.87964, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115494, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 861.01, -4922.55, -58.2825, 1.82186, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115495, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 830.592, -4867.27, -53.0588, 4.48187, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115496, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 922.307, -4831.98, -51.3575, 2.38978, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115496, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 922.307, -4831.98, -51.3575, 2.38978, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(115497, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 843.46, -4962.71, -53.9947, 1.78132, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115498, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 826.524, -4810.88, -69.067, 3.46916, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
(115499, 24272, 0, 0, 571, 0, 0, 1, 1, 0, 910.144, -4813.44, -53.5847, 3.85136, 300, 5, 0, 9610, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -119001,7 +119004,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(124172, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6849.5, 1110.52, 289.783, 0.139626, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124173, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6861.94, 1055.95, 300.5, 5.75959, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124174, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6844.49, 1227.19, 282.5, 5.68977, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124175, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6898.37, 1139.59, 292.001, 5.65487, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124175, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6898.37, 1139.59, 292.001, 5.65487, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(124176, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6868.32, 1253.13, 285.682, 6.16101, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124177, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6840.62, 1095.67, 289.709, 3.42085, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
(124178, 31177, 0, 0, 571, 0, 0, 1, 1, 1, 6839.65, 1206.67, 281.053, 6.10865, 300, 0, 0, 12600, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -120061,8 +120065,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(125258, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7344.5, 2581.61, 392.231, 0.777648, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125259, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7341.5, 2581.63, 391.606, 0.77776, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125260, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7344.47, 2578.61, 392.106, 0.777774, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125261, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7338.5, 2581.65, 391.481, 0.777806, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(125261, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7338.5, 2581.65, 391.481, 0.777806, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125262, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7344.45, 2575.61, 391.981, 0.777754, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125263, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7335.5, 2581.68, 391.481, 0.778045, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
(125264, 32255, 0, 0, 571, 0, 0, 1, 1, 1, 7344.43, 2572.61, 391.731, 0.775862, 300, 5, 0, 12600, 3994, 1, 0, 0, 0, '', 0),
|
||||
@@ -126756,7 +126759,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(133172, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3641.11, -696.282, 213.935, 4.04543, 180, 0, 0, 99400, 0, 2, 0, 0, 0, '', 0),
|
||||
(133173, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3535.7, -777.161, 221.257, 4.45059, 180, 0, 0, 99400, 0, 0, 0, 0, 0, '', 0),
|
||||
(133193, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3726.49, -837.472, 165.625, 4.92806, 180, 5, 0, 99400, 0, 1, 0, 0, 0, '', 0),
|
||||
(133195, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3721.29, -846.983, 164.025, 0.986001, 180, 0, 0, 99400, 0, 0, 0, 0, 0, '', 0),
|
||||
(133195, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3721.29, -846.983, 164.025, 0.986001, 180, 0, 0, 99400, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(133196, 27160, 0, 0, 571, 0, 0, 1, 1, 1, 3722.46, -847.119, 164.127, 1.59687, 180, 0, 0, 99400, 0, 0, 0, 0, 0, '', 0),
|
||||
(133198, 27161, 0, 0, 571, 0, 0, 1, 1, 0, 3936.36, -669.47, 241.055, 1.3094, 180, 0, 0, 99400, 0, 2, 0, 0, 0, '', 0),
|
||||
(133199, 27161, 0, 0, 571, 0, 0, 1, 1, 0, 3612.65, -726.062, 213.935, 3.41052, 180, 0, 0, 99400, 0, 2, 0, 0, 0, '', 0),
|
||||
@@ -130062,8 +130066,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(137166, 33236, 0, 0, 603, 0, 0, 3, 1, 0, -285.352, -171.102, 410.637, 0.994838, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137167, 33236, 0, 0, 603, 0, 0, 3, 1, 0, 52.4367, -91.7484, 409.887, 3.15905, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137168, 33236, 0, 0, 603, 0, 0, 3, 1, 0, 59.5537, -36.7964, 409.887, 3.07178, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137169, 33236, 0, 0, 603, 0, 0, 3, 1, 0, -118.459, -244.673, 369.549, 2.68781, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(137169, 33236, 0, 0, 603, 0, 0, 3, 1, 0, -118.459, -244.673, 369.549, 2.68781, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137170, 33236, 0, 0, 603, 0, 0, 3, 1, 0, 52.5217, 161.133, 433.719, 4.45059, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137171, 33236, 0, 0, 603, 0, 0, 3, 1, 0, -494.769, 68.9303, 409.887, 3.14159, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
(137172, 33236, 0, 0, 603, 0, 0, 3, 1, 0, -181.506, -296.28, 369.549, 2.02458, 86400, 0, 0, 12600, 3994, 0, 0, 0, 0, '', 0),
|
||||
@@ -134530,7 +134533,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(202800, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3074.24, 421.82, 81.1523, 2.77605, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202801, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3092.8, 580.957, 74.836, 5.08736, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202802, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3097.23, 585.186, 74.711, 5.08966, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202803, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3215.2, 451.51, 72.7152, 5.99505, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202803, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3215.2, 451.51, 72.7152, 5.99505, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(202804, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3225.13, 456.942, 75.7152, 5.99673, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202805, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3227.19, 632.413, 78.6729, 5.741, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
(202806, 40417, 0, 0, 724, 0, 0, 15, 1, 1, 3229.92, 621.432, 78.7979, 5.741, 1209600, 0, 0, 1, 0, 0, 0, 0, 0, '', 0),
|
||||
@@ -140063,8 +140067,7 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(242606, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2019.74, -364, 35.452, 4.031, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242607, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2046.36, 1822.14, 107.323, -1.30963, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242608, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2042.42, 1851.53, 103.969, -1.74312, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242609, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2021.72, 1201.21, 50.152, 5.867, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(242609, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2021.72, 1201.21, 50.152, 5.867, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242610, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2022.21, 883.465, 34.844, 6.222, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242611, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 2022.4, 85.277, 36.178, 0.047, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
(242612, 32820, 0, 0, 0, 0, 0, 1, 1, 0, 1797.22, 1718.62, 112.576, 0.078981, 600, 20, 0, 2, 0, 1, 0, 0, 0, '', 0),
|
||||
@@ -142714,7 +142717,8 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`,
|
||||
(247729, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 414.897, 260.269, 11.2061, 4.6183, 86400, 5, 0, 13920, 0, 1, 0, 0, 0, '', 0),
|
||||
(247730, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 378.439, 136.133, -2.50067, 0.925025, 86400, 0, 0, 13920, 0, 0, 0, 0, 0, '', 0),
|
||||
(247731, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 325.94, 124.511, -3.80362, 1.88496, 86400, 0, 0, 13920, 0, 0, 0, 0, 0, '', 0),
|
||||
(247732, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 350.716, 306.468, 11.2068, 1.12018, 86400, 0, 0, 13920, 0, 0, 0, 0, 0, '', 0),
|
||||
(247732, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 350.716, 306.468, 11.2068, 1.12018, 86400, 0, 0, 13920, 0, 0, 0, 0, 0, '', 0);
|
||||
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(247733, 11441, 0, 0, 429, 0, 0, 1, 1, 1, 338.808, 208.337, 11.2875, 1.37881, 86400, 0, 0, 13920, 0, 0, 0, 0, 0, '', 0),
|
||||
(247734, 11444, 0, 0, 429, 0, 0, 1, 1, 0, 278.29, 32.931, -2.46346, 0.05236, 86400, 0, 0, 9745, 10680, 0, 0, 0, 0, '', 0),
|
||||
(247735, 11444, 0, 0, 429, 0, 0, 1, 1, 0, 356.308, 27.8438, -24.9039, 6.23082, 86400, 0, 0, 9745, 10680, 0, 0, 0, 0, '', 0),
|
||||
|
||||
@@ -3614,7 +3614,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(4039, 0, 0, 0, 0, 0, 2071, 0, 0, 0, 'Dinnis', 'Spirit Healer', NULL, 0, 35, 35, 0, 35, 0, 1.2, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 2, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(4040, 0, 0, 0, 0, 0, 959, 0, 0, 0, 'Cave Stalker', NULL, NULL, 0, 21, 22, 0, 312, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 3, 0, 0, 0, 0, 1, 1, 4040, 0, 0, 10504, 0, 0, 0, 'SmartAI', 0, 1, 1.02, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(4041, 0, 0, 0, 0, 0, 2175, 0, 0, 0, 'Scorched Basilisk', NULL, NULL, 0, 27, 28, 0, 49, 0, 1.11111, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 4041, 0, 100010, 0, 0, 0, 0, 'SmartAI', 1, 1, 1.05, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(4042, 0, 0, 0, 0, 0, 12343, 0, 0, 0, 'Singed Basilisk', NULL, NULL, 0, 25, 26, 0, 49, 0, 1.11111, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 4042, 0, 100005, 0, 0, 0, 0, 'SmartAI', 1, 1, 1.05, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(4042, 0, 0, 0, 0, 0, 12343, 0, 0, 0, 'Singed Basilisk', NULL, NULL, 0, 25, 26, 0, 49, 0, 1.11111, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 4042, 0, 100005, 0, 0, 0, 0, 'SmartAI', 1, 1, 1.05, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(4043, 0, 0, 0, 0, 0, 4612, 0, 0, 0, 'Galthuk', 'Two-Handed Weapons Merchant', NULL, 0, 8, 8, 0, 29, 4226, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(4044, 0, 0, 0, 0, 0, 2173, 0, 0, 0, 'Blackened Basilisk', NULL, NULL, 0, 23, 24, 0, 49, 0, 1.11111, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 4044, 0, 100005, 0, 0, 0, 0, 'SmartAI', 1, 1, 1.02, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(4045, 0, 0, 0, 0, 0, 18540, 0, 0, 0, 'JEFF CHOW TEST', 'No Clothes NPC', '', 0, 1, 1, 0, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
@@ -7103,7 +7104,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(10304, 0, 0, 0, 0, 0, 18910, 0, 0, 0, 'Aurora Skycaller', NULL, NULL, 4743, 62, 62, 0, 35, 3, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.35, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(10305, 0, 0, 0, 0, 0, 9780, 0, 0, 0, 'Umi Rumplesnicker', NULL, NULL, 6837, 57, 57, 0, 855, 3, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.35, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(10306, 0, 0, 0, 0, 0, 9779, 0, 0, 0, 'Trull Failbane', NULL, NULL, 0, 55, 55, 0, 125, 2, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 4608, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.3, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(10307, 0, 0, 0, 0, 0, 9774, 0, 0, 0, 'Witch Doctor Mau\'ari', NULL, NULL, 2703, 55, 55, 0, 855, 3, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1.3, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(10307, 0, 0, 0, 0, 0, 9774, 0, 0, 0, 'Witch Doctor Mau\'ari', NULL, NULL, 2703, 55, 55, 0, 855, 3, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1.3, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(10316, 0, 0, 0, 0, 0, 9690, 9692, 9892, 9893, 'Blackhand Incarcerator', 'Blackhand Legion', NULL, 0, 59, 60, 0, 40, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 3.5, 2000, 2000, 1, 1, 1, 33536, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 10316, 9818, 0, 0, 0, 193, 985, '', 1, 1, 2.5, 1, 1, 1, 0, 0, 1, 0, 0, 0, 'npc_blackhand_incarcerator', 12340),
|
||||
(10317, 0, 0, 0, 0, 0, 9734, 9735, 9890, 9891, 'Blackhand Elite', 'Blackhand Legion', NULL, 0, 60, 61, 0, 40, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 3.5, 2300, 2000, 1, 1, 1, 32832, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 10317, 10317, 0, 0, 0, 528, 3166, 'SmartAI', 1, 1, 5, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(10318, 0, 0, 0, 0, 0, 9691, 9887, 0, 0, 'Blackhand Assassin', 'Blackhand Legion', NULL, 0, 60, 61, 0, 40, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 3.5, 2000, 2000, 1, 1, 1, 32832, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 10318, 10318, 0, 0, 0, 766, 2658, 'SmartAI', 1, 1, 5, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
@@ -10089,8 +10091,7 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(15844, 0, 0, 0, 0, 0, 15846, 0, 0, 0, 'Might of Kalimdor Restorer', NULL, NULL, 0, 35, 36, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15845, 0, 0, 0, 0, 0, 15810, 0, 0, 0, 'Might of Kalimdor Captain', NULL, NULL, 0, 25, 26, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15846, 0, 0, 0, 0, 0, 15816, 0, 0, 0, 'Might of Kalimdor Archer', NULL, NULL, 0, 45, 46, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15847, 0, 0, 0, 0, 0, 15817, 0, 0, 0, 'Might of Kalimdor Shaman', NULL, NULL, 0, 25, 25, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(15847, 0, 0, 0, 0, 0, 15817, 0, 0, 0, 'Might of Kalimdor Shaman', NULL, NULL, 0, 25, 25, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15848, 0, 0, 0, 0, 0, 15818, 0, 0, 0, 'Might of Kalimdor Infantry', NULL, NULL, 0, 56, 59, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15849, 0, 0, 0, 0, 0, 15815, 0, 0, 0, 'Might of Kalimdor Druid', '', NULL, 0, 35, 36, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(15850, 0, 0, 0, 0, 0, 15819, 0, 0, 0, 'Might of Kalimdor Skirmisher', '', NULL, 0, 35, 36, 0, 777, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
@@ -10534,7 +10535,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(16305, 0, 0, 0, 0, 0, 733, 0, 0, 0, 'Dreadbone Sentinel', NULL, NULL, 0, 17, 18, 0, 21, 0, 0.88889, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16305, 16305, 0, 0, 0, 20, 31, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(16306, 0, 0, 0, 0, 0, 11686, 0, 0, 0, 'Scourge Invasion Minion, spawner, Ghost/Ghoul', NULL, NULL, 0, 1, 1, 0, 35, 0, 1, 1.14286, 1, 1, 18, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(16307, 0, 0, 0, 0, 0, 1245, 0, 0, 0, 'Deathcage Scryer', NULL, NULL, 0, 9, 11, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16307, 0, 0, 0, 0, 9, 17, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(16308, 0, 0, 0, 0, 0, 11397, 0, 0, 0, 'Deathcage Sorcerer', NULL, NULL, 0, 16, 18, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16308, 16308, 0, 0, 0, 18, 29, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(16308, 0, 0, 0, 0, 0, 11397, 0, 0, 0, 'Deathcage Sorcerer', NULL, NULL, 0, 16, 18, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16308, 16308, 0, 0, 0, 18, 29, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(16309, 0, 0, 0, 0, 0, 137, 0, 0, 0, 'Gangled Cannibal', NULL, NULL, 0, 12, 13, 0, 1630, 0, 0.77778, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16309, 16309, 0, 0, 0, 13, 22, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(16310, 0, 0, 0, 0, 0, 15934, 0, 0, 0, 'Mana Shifter', NULL, NULL, 0, 12, 12, 0, 834, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 16310, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 0.8, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(16311, 0, 0, 0, 0, 0, 14702, 0, 0, 0, 'Phantasmal Watcher', NULL, NULL, 0, 12, 14, 0, 21, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 16311, 0, 0, 0, 0, 13, 22, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
@@ -13989,7 +13991,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(19858, 0, 0, 0, 0, 0, 18290, 0, 0, 0, '"Lefty" Puddemup', 'Arena Battlemaster', NULL, 8218, 70, 70, 1, 35, 1048577, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(19859, 0, 0, 0, 0, 0, 19228, 0, 0, 0, 'Max Luna', 'Arena Battlemaster', NULL, 0, 70, 70, 1, 35, 1048576, 1, 1.14286, 1, 1, 20, 1, 1, 0, 4.6, 2000, 2000, 1, 1, 1, 576, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 50, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(19860, 0, 0, 0, 0, 0, 19229, 0, 0, 0, 'Katrina Turner', NULL, NULL, 0, 70, 70, 1, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(19861, 0, 0, 0, 0, 0, 19224, 0, 0, 0, 'Bip Nigstrom', 'Arena Organizer', NULL, 0, 70, 70, 1, 474, 262144, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 1500, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340),
|
||||
(19861, 0, 0, 0, 0, 0, 19224, 0, 0, 0, 'Bip Nigstrom', 'Arena Organizer', NULL, 0, 70, 70, 1, 474, 262144, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 1500, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(19862, 0, 0, 0, 0, 0, 19353, 0, 0, 0, 'Urtrak', NULL, NULL, 0, 61, 61, 1, 1771, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1.3, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(19863, 0, 0, 0, 0, 0, 16502, 16503, 16504, 16505, 'Vengeful Unyielding', NULL, NULL, 0, 58, 58, 1, 1770, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
(19864, 0, 0, 0, 0, 0, 16502, 16503, 16504, 16505, 'Vengeful Unyielding Captain', NULL, NULL, 0, 59, 59, 1, 1665, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 1, 1, 1, 1, 1, 1, 0, 0, 1, 8388624, 0, 0, '', 12340),
|
||||
@@ -17415,7 +17418,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(23376, 0, 0, 0, 0, 0, 21441, 0, 0, 0, 'Dragonmaw Foreman', '', NULL, 8693, 70, 70, 1, 62, 3, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 294912, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(23377, 0, 0, 0, 0, 0, 21169, 21182, 21194, 21184, 'Skyguard Ace', '', NULL, 0, 71, 73, 1, 1856, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 7.5, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 1, 1, 1, 1, 0, 188, 1, 0, 0, 65536, '', 12340),
|
||||
(23378, 0, 0, 0, 0, 0, 5187, 14501, 0, 0, 'Simon Game Bunny Large', '', NULL, 0, 70, 70, 1, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 33555200, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 130, '', 12340),
|
||||
(23379, 0, 0, 0, 0, 0, 1126, 11686, 0, 0, 'Black Temple - Houndmaster Flare Dummy', '', NULL, 0, 1, 1, 0, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 0.7, 1, 1, 1, 0, 0, 1, 0, 0, 128, '', 12340),
|
||||
(23379, 0, 0, 0, 0, 0, 1126, 11686, 0, 0, 'Black Temple - Houndmaster Flare Dummy', '', NULL, 0, 1, 1, 0, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 33554432, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 0.7, 1, 1, 1, 0, 0, 1, 0, 0, 128, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(23380, 0, 0, 0, 0, 0, 21444, 0, 0, 0, 'Bronco', '', NULL, 0, 69, 70, 0, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 1024, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 140, 1, 0, 0, 0, '', 12340),
|
||||
(23381, 0, 0, 0, 0, 0, 21445, 0, 0, 0, 'Tydormu', 'Keeper of Lost Artifacts', NULL, 0, 64, 64, 1, 1778, 4224, 1.2, 1.14286, 1, 1, 20, 1, 0, 0, 7.5, 2000, 2000, 1, 1, 1, 33024, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(23382, 0, 0, 0, 0, 0, 5187, 11686, 0, 0, 'Simon Game Summon Target', '', NULL, 0, 1, 1, 0, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 128, '', 12340),
|
||||
@@ -20090,8 +20094,7 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(26206, 0, 0, 0, 0, 0, 23686, 0, 0, 0, 'Keristrasza', '', '', 9262, 80, 80, 2, 1816, 3, 1, 1.14286, 1, 1, 20, 1, 1, 0, 7.5, 2000, 2000, 1, 1, 2, 832, 2048, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'SmartAI', 0, 1, 12, 8, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(26207, 0, 0, 0, 0, 0, 704, 0, 0, 0, 'Loyal Boar', '', '', 0, 70, 70, 0, 7, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(26212, 0, 0, 0, 0, 0, 23690, 0, 0, 0, 'Captain Gryan Stoutmantle', 'Commander of the Westfall Brigade', '', 9608, 75, 75, 2, 11, 3, 1, 1.14286, 1, 1, 20, 1, 1, 0, 4.6, 1500, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(26213, 0, 0, 0, 0, 0, 26344, 0, 0, 0, 'Utaik', '', '', 9270, 73, 73, 2, 1950, 3, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(26213, 0, 0, 0, 0, 0, 26344, 0, 0, 0, 'Utaik', '', '', 9270, 73, 73, 2, 1950, 3, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(26214, 0, 0, 0, 0, 0, 6674, 0, 0, 0, 'Frigid Lieutenant', '', '', 0, 51, 51, 0, 14, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.2, 1, 1, 1, 0, 0, 1, 0, 16, 0, '', 12340),
|
||||
(26215, 0, 0, 0, 0, 0, 12815, 0, 0, 0, 'Glacial Lieutenant', '', '', 0, 60, 60, 0, 14, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.2, 1, 1, 1, 0, 0, 1, 0, 16, 0, '', 12340),
|
||||
(26216, 0, 0, 0, 0, 0, 23693, 0, 0, 0, 'Glacial Templar', '', '', 0, 69, 69, 0, 14, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1.25, 1, 1, 1, 0, 0, 1, 0, 16, 0, '', 12340),
|
||||
@@ -20901,7 +20904,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(27055, 0, 0, 0, 0, 0, 24260, 0, 0, 0, 'Sentinel Amberline', 'Bowyer', '', 0, 71, 71, 2, 1892, 4480, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(27056, 0, 0, 0, 0, 0, 24261, 0, 0, 0, 'Sentinel Sweetspring', 'Stable Master', '', 9821, 70, 70, 2, 1892, 4194305, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 'npc_stable_master', 12340),
|
||||
(27057, 0, 0, 0, 0, 0, 24267, 0, 0, 0, 'Saramer Whitewillow', 'Trade Supplies', '', 0, 70, 70, 2, 1892, 128, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(27058, 0, 0, 0, 0, 0, 24254, 0, 0, 0, 'Korag Keeneye', 'General Goods', '', 0, 70, 70, 2, 1981, 384, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(27058, 0, 0, 0, 0, 0, 24254, 0, 0, 0, 'Korag Keeneye', 'General Goods', '', 0, 70, 70, 2, 1981, 384, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(27059, 0, 0, 0, 0, 0, 26942, 0, 0, 0, 'Plague Zombie', '', '', 0, 70, 70, 2, 2023, 0, 0.77776, 0.35714, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 2, 1, 1, 1, 0, 88, 1, 8388624, 0, 0, '', 12340),
|
||||
(27060, 0, 0, 0, 0, 0, 24255, 0, 0, 0, 'Courier Lanson', '', '', 9475, 73, 73, 0, 11, 3, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 1500, 2000, 1, 1, 1, 512, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(27061, 0, 0, 0, 0, 0, 26559, 0, 0, 0, 'Xink\'s Shredder', '', 'vehichleCursor', 0, 72, 72, 2, 35, 16777216, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 1, 32768, 2048, 0, 0, 0, 0, 0, 0, 9, 8, 0, 0, 0, 0, 42, 0, 0, 'SmartAI', 0, 1, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, '', 12340),
|
||||
@@ -24370,7 +24374,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(30729, 0, 0, 0, 0, 0, 27294, 0, 0, 0, 'Ickabod Pimlen', 'Inscription Supplies', '', 0, 35, 35, 0, 68, 128, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30730, 0, 0, 0, 0, 0, 27295, 0, 0, 0, 'Stanly McCormick', 'Inscription Supplies', '', 0, 35, 35, 0, 12, 2176, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30731, 0, 0, 0, 0, 0, 27296, 0, 0, 0, 'Illianna Moonscribe', 'Inscription Supplies', '', 0, 35, 35, 0, 80, 128, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30732, 0, 0, 0, 0, 0, 27297, 0, 0, 0, 'Sessoh', 'Inscription Supplies', '', 0, 35, 35, 0, 1638, 2176, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30732, 0, 0, 0, 0, 0, 27297, 0, 0, 0, 'Sessoh', 'Inscription Supplies', '', 0, 35, 35, 0, 1638, 2176, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(30733, 0, 0, 0, 0, 0, 27298, 0, 0, 0, 'Thargen Heavyquill', 'Inscription Supplies', '', 0, 35, 35, 0, 55, 2176, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30734, 0, 0, 0, 0, 0, 27299, 0, 0, 0, 'Jezebel Bican', 'Inscription Supplies', '', 0, 60, 60, 0, 1737, 2176, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 32768, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(30735, 0, 0, 0, 0, 0, 27300, 0, 0, 0, 'Kul Inkspiller', 'Inscription Supplies', '', 0, 60, 60, 0, 1729, 128, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 8, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 4096, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
@@ -27818,7 +27823,8 @@ INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entr
|
||||
(35105, 0, 0, 0, 0, 0, 29690, 29691, 0, 0, 'Wavecrest Mariner Male (Dead)', '', '', 0, 79, 80, 0, 2178, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 33554432, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'NullCreatureAI', 0, 1, 3, 1, 1, 1, 0, 0, 1, 0, 0, 2, '', 10314),
|
||||
(35106, 0, 0, 0, 0, 0, 4449, 27204, 0, 0, 'Black Knight Caster', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 128, '', 10314),
|
||||
(35107, 0, 0, 0, 0, 0, 28927, 0, 0, 0, 'Argent Coliseum PTR Eredar Master', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(35108, 0, 0, 0, 0, 0, 28927, 0, 0, 0, 'Argent Coliseum PTR Faction Champion Master', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(35108, 0, 0, 0, 0, 0, 28927, 0, 0, 0, 'Argent Coliseum PTR Faction Champion Master', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340);
|
||||
INSERT INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`, `npcflag`, `speed_walk`, `speed_run`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(35109, 0, 0, 0, 0, 0, 28927, 0, 0, 0, 'Argent Coliseum PTR Val\'kyr Master', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(35110, 0, 0, 0, 0, 0, 28927, 0, 0, 0, 'Argent Coliseum PTR Anub\'arak Master', '', '', 0, 80, 80, 2, 35, 0, 1, 1.14286, 1, 1, 20, 1, 1, 0, 1, 2000, 2000, 1, 1, 1, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 1, 10, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 12340),
|
||||
(35113, 0, 0, 0, 0, 0, 16063, 0, 0, 0, 'Doctor Kohler', '', '', 0, 80, 80, 2, 974, 0, 1, 1.14286, 1, 1, 20, 1, 0, 0, 1, 2000, 2000, 1, 1, 2, 0, 2048, 0, 0, 0, 0, 0, 0, 7, 0, 35113, 0, 0, 0, 0, 0, 0, '', 0, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, '', 10314),
|
||||
|
||||
@@ -9097,7 +9097,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(11027, 180104, 0, 33, 3357, 1, 1, -11838, 1256.12, 2.0939, -2.07694, 0, 0, 0.861629, -0.507538, 900, 100, 1, '', 0),
|
||||
(11028, 58, 0, 33, 104, 1, 1, -12148.3, 636.767, -70.0585, -2.60054, 0, 0, 0.96363, -0.267238, 60, 100, 1, '', 0),
|
||||
(11029, 2744, 0, 33, 104, 1, 1, -12212.3, 429.674, -101.356, -1.55334, 0, 0, 0.700909, -0.71325, 900, 100, 1, '', 0),
|
||||
(11030, 2744, 0, 33, 104, 1, 1, -12127.9, 525.816, -49.4669, -2.28638, 0, 0, 0.909961, -0.414693, 900, 100, 1, '', 0),
|
||||
(11030, 2744, 0, 33, 104, 1, 1, -12127.9, 525.816, -49.4669, -2.28638, 0, 0, 0.909961, -0.414693, 900, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(11031, 2560, 0, 33, 311, 1, 1, -13734.8, -255.343, 0.508326, 0.523599, 0, 0, 0.258819, 0.965926, 900, 100, 1, '', 0),
|
||||
(11032, 2560, 0, 33, 43, 1, 1, -14170.6, -93.0608, -0.459572, -2.35619, 0, 0, 0.92388, -0.382683, 900, 100, 1, '', 0),
|
||||
(11033, 2560, 0, 33, 297, 1, 1, -14462.4, -314.703, 1.22094, 0.139626, 0, 0, 0.069756, 0.997564, 900, 100, 1, '', 0),
|
||||
@@ -10043,8 +10044,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(12157, 4149, 0, 33, 43, 1, 1, -14687.8, 486.555, 2.85157, -1.62316, 0, 0, 0.725374, -0.688354, 7200, 100, 1, '', 0),
|
||||
(12158, 175438, 329, 2017, 2017, 1, 1, 3649.88, -3496.59, 137.059, -1.48353, 0.096234, -0.088182, -0.66981, 0.73097, 86400, 100, 1, '', 0),
|
||||
(12159, 1735, 0, 33, 1577, 1, 1, -13676.5, -60.0927, 41.7262, 2.53073, 0, 0, 0.953717, 0.300706, 1800, 100, 1, '', 0),
|
||||
(12160, 165744, 1, 14, 363, 1, 1, -580.553, -4112.21, 43.4233, 0.070799, 0.022327, -0.064619, 0.036621, 0.996988, 900, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(12160, 165744, 1, 14, 363, 1, 1, -580.553, -4112.21, 43.4233, 0.070799, 0.022327, -0.064619, 0.036621, 0.996988, 900, 100, 1, '', 0),
|
||||
(12161, 2560, 0, 33, 311, 1, 1, -13729.6, -342.872, 0.453315, -2.35619, 0, 0, 0.92388, -0.382683, 900, 100, 1, '', 0),
|
||||
(12162, 1735, 0, 33, 302, 1, 1, -13905.1, -49.6861, 35.3468, -0.244346, 0, 0, 0.121869, -0.992546, 1800, 100, 1, '', 0),
|
||||
(12163, 2040, 0, 33, 1577, 1, 1, -12948.1, 76.1396, 43.8091, -2.82743, 0, 0, 0.987688, -0.156434, 1800, 100, 1, '', 0),
|
||||
@@ -17261,7 +17261,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(20362, 185497, 530, 3521, 3521, 1, 1, -1050.38, 5489.61, 82.7483, -1.78024, 0, 0, 0.777146, -0.62932, 180, 100, 1, '', 0),
|
||||
(20364, 183043, 530, 3521, 3521, 1, 1, -894.192, 5466.5, 22.4142, -1.90241, 0, 0, 0.814116, -0.580703, 900, 100, 1, '', 0),
|
||||
(20365, 185497, 530, 3521, 3521, 1, 1, -998.767, 5568.46, 106.482, 2.51327, 0, 0, 0.951057, 0.309017, 180, 100, 1, '', 0),
|
||||
(20367, 182343, 530, 3521, 3841, 1, 1, -674.709, 5711.18, 22.9229, 2.44442, 0, 0, 0.939857, 0.341568, 180, 100, 1, '', 0),
|
||||
(20367, 182343, 530, 3521, 3841, 1, 1, -674.709, 5711.18, 22.9229, 2.44442, 0, 0, 0.939857, 0.341568, 180, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(20368, 181800, 530, 3521, 3841, 1, 1, -647.267, 5693.74, 23.3757, 0.453786, 0, 0, 0.224951, 0.97437, 7200, 100, 1, '', 0),
|
||||
(20369, 182209, 530, 3521, 3841, 1, 1, -634.648, 5722.83, 21.8493, -0.697167, 0, 0, -0.341567, 0.939857, 180, 100, 1, '', 0),
|
||||
(104182, 182954, 530, 3519, 0, 1, 1, -2662.4, 3506.66, -1.25876, 0.191985, 0, 0, 0.0958452, 0.995396, 1800, 100, 1, '', NULL),
|
||||
@@ -20044,8 +20045,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(23509, 182766, 530, 3487, 3487, 1, 1, 9614.78, -7473.93, 13.5513, -2.32472, 0, 0, 0.917743, -0.397175, 181, 100, 1, '', 0),
|
||||
(23510, 182767, 530, 3487, 3487, 1, 1, 9659.43, -7474.74, 13.5513, -0.929034, 0, 0, -0.447991, 0.894038, 181, 100, 1, '', 0),
|
||||
(23511, 182768, 530, 3487, 3487, 1, 1, 9653.21, -7477.33, 13.5513, -1.45263, 0, 0, -0.66412, 0.747626, 181, 100, 1, '', 0),
|
||||
(23512, 182769, 530, 3487, 3487, 1, 1, 9653.75, -7451.83, 13.5513, 1.36808, 0, 0, 0.631929, 0.775026, 181, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(23512, 182769, 530, 3487, 3487, 1, 1, 9653.75, -7451.83, 13.5513, 1.36808, 0, 0, 0.631929, 0.775026, 181, 100, 1, '', 0),
|
||||
(23513, 182770, 530, 3487, 3487, 1, 1, 9659.83, -7454.76, 13.5513, 0.844481, 0, 0, 0.409805, 0.912173, 181, 100, 1, '', 0),
|
||||
(23514, 182771, 530, 3487, 3487, 1, 1, 9615.02, -7454.55, 13.5513, 2.26319, 0, 0, 0.905091, 0.425217, 181, 100, 1, '', 0),
|
||||
(23515, 182773, 530, 3487, 3487, 1, 1, 9741.31, -7506.93, 13.6756, 1.56964, 0.01517, 0.000726, 0.706696, 0.707354, 181, 100, 1, '', 0),
|
||||
@@ -24915,7 +24915,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(28812, 179985, 309, 0, 0, 1, 1, -12304.7, -1594.69, 133.991, -0.436333, 0, 0, 0.21644, -0.976296, 600, 100, 1, '', 0),
|
||||
(28813, 179985, 309, 0, 0, 1, 1, -12310.8, -1698.4, 132.645, -2.9147, 0, 0, 0.993572, -0.113203, 600, 100, 1, '', 0),
|
||||
(28814, 179985, 309, 0, 0, 1, 1, -12247.3, -1692.2, 132.04, 2.58309, 0, 0, 0.961262, 0.275637, 600, 100, 1, '', 0),
|
||||
(28815, 179985, 309, 0, 0, 1, 1, -12310.7, -1572.57, 133.447, 2.11185, 0, 0, 0.870356, 0.492424, 600, 100, 1, '', 0),
|
||||
(28815, 179985, 309, 0, 0, 1, 1, -12310.7, -1572.57, 133.447, 2.11185, 0, 0, 0.870356, 0.492424, 600, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(28816, 179985, 309, 0, 0, 1, 1, -12313.3, -1608.37, 133.097, -1.32645, 0, 0, 0.615661, -0.788011, 600, 100, 1, '', 0),
|
||||
(28817, 179985, 309, 0, 0, 1, 1, -12343.4, -1587.82, 132.232, -1.23918, 0, 0, 0.580703, -0.814116, 600, 100, 1, '', 0),
|
||||
(28818, 179985, 309, 0, 0, 1, 1, -12285.3, -1613.89, 131.108, 2.37365, 0, 0, 0.927184, 0.374607, 600, 100, 1, '', 0),
|
||||
@@ -30045,8 +30046,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(34551, 180415, 530, 0, 0, 1, 1, -2930.34, 3974.08, 1.07165, 2.6529, 0, 0, 0.970296, 0.241922, 180, 100, 1, '', 0),
|
||||
(34552, 180415, 530, 0, 0, 1, 1, -2905.81, 3985.66, 1.72756, -1.6057, 0, 0, 0.71934, -0.694658, 180, 100, 1, '', 0),
|
||||
(34553, 180415, 530, 0, 0, 1, 1, -2926.19, 3947.91, 2.2225, -1.76278, 0, 0, 0.771625, -0.636078, 180, 100, 1, '', 0),
|
||||
(34554, 180415, 530, 0, 0, 1, 1, -2902.39, 3985.6, 1.70365, -2.33874, 0, 0, 0.920505, -0.390731, 180, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(34554, 180415, 530, 0, 0, 1, 1, -2902.39, 3985.6, 1.70365, -2.33874, 0, 0, 0.920505, -0.390731, 180, 100, 1, '', 0),
|
||||
(34555, 180415, 530, 0, 0, 1, 1, -2888.2, 3986.37, 5.77432, 0.383972, 0, 0, 0.190809, 0.981627, 180, 100, 1, '', 0),
|
||||
(34556, 180415, 530, 0, 0, 1, 1, -2882.23, 3985.62, 6.6277, 0.558505, 0, 0, 0.275637, 0.961262, 180, 100, 1, '', 0),
|
||||
(34557, 180415, 530, 0, 0, 1, 1, -2877.03, 3986.05, 7.00587, -0.436333, 0, 0, 0.21644, -0.976296, 180, 100, 1, '', 0),
|
||||
@@ -32896,7 +32896,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(37547, 180411, 530, 0, 0, 1, 1, -648.328, 2573.52, 91.5404, 2.70526, 0, 0, 0.976296, 0.21644, 180, 100, 1, '', 0),
|
||||
(37548, 180411, 530, 0, 0, 1, 1, -634.827, 2583.65, 91.3543, 2.51327, 0, 0, 0.951057, 0.309017, 180, 100, 1, '', 0),
|
||||
(37549, 180411, 530, 0, 0, 1, 1, 215.523, 4319.98, 125.054, -1.71042, 0, 0, 0.75471, -0.656059, 180, 100, 1, '', 0),
|
||||
(37550, 180411, 530, 0, 0, 1, 1, 282.505, 6093.35, 136.304, 2.25148, 0, 0, 0.902585, 0.430511, 180, 100, 1, '', 0),
|
||||
(37550, 180411, 530, 0, 0, 1, 1, 282.505, 6093.35, 136.304, 2.25148, 0, 0, 0.902585, 0.430511, 180, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(37551, 180411, 530, 0, 0, 1, 1, 302.408, 6095.33, 138.072, -0.226893, 0, 0, 0.113203, -0.993572, 180, 100, 1, '', 0),
|
||||
(37552, 180411, 530, 0, 0, 1, 1, 281.058, 6004.33, 156.959, 1.98968, 0, 0, 0.838671, 0.544639, 180, 100, 1, '', 0),
|
||||
(37553, 180411, 530, 0, 0, 1, 1, 1045.18, 7379.54, 44.75, 2.37365, 0, 0, 0.927184, 0.374607, 180, 100, 1, '', 0),
|
||||
@@ -40046,8 +40047,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(46059, 18055, 0, 0, 0, 1, 1, -349.795, -2975.66, 100.217, -2.85361, 0, 0, 0.989651, -0.143493, 7200, 100, 1, '', 0),
|
||||
(46060, 142965, 0, 0, 0, 1, 1, 465.783, -3623.65, 118.853, 3.14159, 0, 0, 1, 0, 7200, 100, 1, '', 0),
|
||||
(46062, 18074, 0, 0, 0, 1, 1, -528.585, -4181.07, 215.626, 3.14159, 0, 0, 1, 0, 7200, 100, 1, '', 0),
|
||||
(46064, 144068, 0, 0, 0, 1, 1, -4.31662, -2806.49, 125.207, 1.58825, 0.049808, -0.055046, 0.711056, 0.699206, 10, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(46064, 144068, 0, 0, 0, 1, 1, -4.31662, -2806.49, 125.207, 1.58825, 0.049808, -0.055046, 0.711056, 0.699206, 10, 100, 1, '', 0),
|
||||
(46065, 142036, 0, 0, 0, 1, 1, 262.882, -2758.3, 122.553, 1.63188, 0, 0, 0.728371, 0.685183, 7200, 100, 1, '', 0),
|
||||
(46066, 18059, 0, 0, 0, 1, 1, -448.108, -2823.1, 96.3767, -2.87979, 0, 0, 0.991445, -0.130526, 7200, 100, 1, '', 0),
|
||||
(46067, 18051, 0, 0, 0, 1, 1, -301.355, -2814.48, 94.8399, 3.14159, 0, 0, 1, 0, 7200, 100, 1, '', 0),
|
||||
@@ -40981,7 +40981,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(47016, 188215, 1, 0, 0, 1, 1, 9879.82, 927.522, 1307.6, 0.453786, 0, 0, 0.224951, 0.97437, 180, 100, 1, '', 0),
|
||||
(47017, 188215, 1, 0, 0, 1, 1, 9881.24, 923.237, 1311.3, 0.226893, 0, 0, 0.113203, 0.993572, 180, 100, 1, '', 0),
|
||||
(47018, 188215, 1, 0, 0, 1, 1, 9881.24, 923.237, 1307.62, 0.226893, 0, 0, 0.113203, 0.993572, 180, 100, 1, '', 0),
|
||||
(47019, 188215, 1, 0, 0, 1, 1, 9946.5, 2195.42, 1331.5, 0.10472, 0, 0, 0.052336, 0.99863, 180, 100, 1, '', 0),
|
||||
(47019, 188215, 1, 0, 0, 1, 1, 9946.5, 2195.42, 1331.5, 0.10472, 0, 0, 0.052336, 0.99863, 180, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(47020, 188215, 1, 0, 0, 1, 1, 9946.5, 2195.42, 1327.81, 0.10472, 0, 0, 0.052336, 0.99863, 180, 100, 1, '', 0),
|
||||
(47021, 188215, 1, 0, 0, 1, 1, 9946.51, 2171.36, 1331.23, 0.331613, 0, 0, 0.165048, 0.986286, 180, 100, 1, '', 0),
|
||||
(47022, 188215, 1, 0, 0, 1, 1, 9946.51, 2171.36, 1327.55, 0.331613, 0, 0, 0.165048, 0.986286, 180, 100, 1, '', 0),
|
||||
@@ -49071,7 +49072,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(55679, 188432, 571, 0, 0, 1, 1, 3788.72, 2019.36, 10.961, 1.46608, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(55680, 188432, 571, 0, 0, 1, 1, 3824.39, 2019.36, 9.34319, -0.95993, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(55681, 181270, 530, 3518, 0, 1, 1, -759.155, 7420.42, 51.9454, 0.209439, 0, 0, 0, 1, 900, 100, 1, '', 0),
|
||||
(55682, 188432, 571, 0, 0, 1, 1, 3812.57, 2004.86, 9.10206, 1.43117, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(55682, 188432, 571, 0, 0, 1, 1, 3812.57, 2004.86, 9.10206, 1.43117, 0, 0, 0, 1, 300, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(55683, 188432, 571, 0, 0, 1, 1, 3755.04, 2071.72, 26.2409, 0.174532, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(55684, 188432, 571, 0, 0, 1, 1, 3692.99, 2174.76, 53.0918, 1.69297, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(55685, 188432, 571, 0, 0, 1, 1, 3780.23, 2117.39, 33.1283, 3.05433, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
@@ -50047,8 +50049,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(56970, 192046, 571, 0, 0, 1, 1, 2774.05, 5074.79, 25.7269, -1.62316, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(56971, 192046, 571, 0, 0, 1, 1, 3240.85, 5480.06, 48.816, 2.32129, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(56972, 191534, 571, 0, 0, 1, 1, 6098.85, -966.555, 391.807, 1.67551, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(56973, 191534, 571, 0, 0, 1, 1, 6111.89, -932.332, 388.841, 2.56563, 0, 0, 0, 1, 300, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(56973, 191534, 571, 0, 0, 1, 1, 6111.89, -932.332, 388.841, 2.56563, 0, 0, 0, 1, 300, 100, 1, '', 0),
|
||||
(56974, 195274, 571, 0, 0, 1, 1, 10334.4, 745.965, 73.5953, -0.383971, 0, 0, 0, 1, 180, 255, 1, '', 0),
|
||||
(56975, 193071, 571, 0, 0, 1, 1, 5812.96, 508.355, 657.383, -1.6057, 0, 0, -0.333807, 0.942641, 300, 100, 1, '', 0),
|
||||
(56976, 195274, 571, 0, 0, 1, 1, 10308, 726.536, 72.4155, 2.94959, 0, 0, 0, 1, 180, 255, 1, '', 0),
|
||||
@@ -57885,7 +57886,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(65616, 192826, 604, 0, 0, 3, 1, 1779.1, 798.336, 129.216, 1.81514, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65617, 192826, 604, 0, 0, 3, 1, 1636.82, 763.616, 142.783, -2.47837, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65618, 192826, 604, 0, 0, 3, 1, 1912.43, 787.582, 135.801, 0.349065, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65619, 192826, 604, 0, 0, 3, 1, 1937.29, 810.421, 135.373, -1.15192, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65619, 192826, 604, 0, 0, 3, 1, 1937.29, 810.421, 135.373, -1.15192, 0, 0, 0, 1, 180, 0, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(65620, 192826, 604, 0, 0, 3, 1, 1726.94, 872.242, 129.21, -0.872664, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65621, 192826, 604, 0, 0, 3, 1, 1934.62, 745.348, 136.564, 3.12412, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
(65622, 192826, 604, 0, 0, 3, 1, 1809.32, 857.316, 129.198, -1.88495, 0, 0, 0, 1, 180, 0, 1, '', 0),
|
||||
@@ -60048,8 +60050,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(68125, 1735, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 900, 255, 1, '', 0),
|
||||
(68126, 2040, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 1800, 255, 1, '', 0),
|
||||
(68127, 1734, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 900, 255, 1, '', 0),
|
||||
(68128, 1733, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 900, 255, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(68128, 1733, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 900, 255, 1, '', 0),
|
||||
(68129, 2047, 0, 0, 0, 1, 1, 628.553, -611, 192.035, 1.709, 0, 0, 0, 0, 2700, 255, 1, '', 0),
|
||||
(68130, 1735, 0, 0, 0, 1, 1, 787.357, -686, 163.08, 4.301, 0, 0, 0, 0, 900, 255, 1, '', 0),
|
||||
(68131, 2040, 0, 0, 0, 1, 1, 787.357, -686, 163.08, 4.301, 0, 0, 0, 0, 1800, 255, 1, '', 0),
|
||||
@@ -67235,7 +67236,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(5184, 1731, 0, 0, 0, 1, 1, -10462, 1951.66, 9.521, 4.751, 0, 0, 0.693435, -0.720519, 900, 100, 1, '', 0),
|
||||
(75724, 1732, 0, 0, 0, 1, 1, -4968.39, -2911.64, 338.077, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 0),
|
||||
(75725, 1733, 0, 0, 0, 1, 1, -4968.39, -2911.64, 338.077, 1.53589, 0, 0, 0.694658, 0.71934, 900, 255, 1, '', 0),
|
||||
(5180, 1731, 1, 0, 0, 1, 1, 2411.54, -856.929, 147.678, -0.069812, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(5180, 1731, 1, 0, 0, 1, 1, 2411.54, -856.929, 147.678, -0.069812, 0, 0, 0, 1, 900, 255, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(75727, 1732, 0, 0, 0, 1, 1, -5362.56, -3552.67, 280.771, -1.64061, 0, 0, 0.731354, -0.681998, 900, 255, 1, '', 0),
|
||||
(75728, 1733, 0, 0, 0, 1, 1, -5362.56, -3552.67, 280.771, -1.64061, 0, 0, 0.731354, -0.681998, 900, 255, 1, '', 0),
|
||||
(5177, 1731, 1, 0, 0, 1, 1, -2806, -144, 22.177, 4.521, 0, 0, 0.771557, -0.636161, 900, 100, 1, '', 0),
|
||||
@@ -70049,8 +70051,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(81077, 186717, 530, 0, 0, 1, 1, -1996.52, 5442.87, -12.4281, -1.83259, 0, 0, -0.793352, 0.608764, 180, 255, 1, '', 0),
|
||||
(81078, 186717, 530, 0, 0, 1, 1, -1884.83, 5488.84, -12.4281, -1.309, 0, 0, -0.608763, 0.793352, 180, 255, 1, '', 0),
|
||||
(81079, 186717, 530, 0, 0, 1, 1, -1869.96, 5574.38, -12.4281, -2.05949, 0, 0, -0.857168, 0.515037, 180, 255, 1, '', 0),
|
||||
(81080, 186717, 530, 0, 0, 1, 1, -1911.65, 5571.59, -12.4281, -1.39626, 0, 0, -0.642786, 0.766046, 180, 255, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(81080, 186717, 530, 0, 0, 1, 1, -1911.65, 5571.59, -12.4281, -1.39626, 0, 0, -0.642786, 0.766046, 180, 255, 1, '', 0),
|
||||
(81081, 186717, 530, 0, 0, 1, 1, -1932.64, 5562.31, -12.4281, -1.309, 0, 0, -0.608763, 0.793352, 180, 255, 1, '', 0),
|
||||
(81082, 194064, 571, 0, 0, 1, 1, 5717.42, 700.954, 645.751, -0.733038, 0, 0, 0, 1, 180, 255, 1, '', 0),
|
||||
(81083, 194071, 571, 0, 0, 1, 1, 5838.1, 652.884, 647.512, 1.25664, 0, 0, 0, 1, 180, 255, 1, '', 0),
|
||||
@@ -76160,7 +76161,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(160010, 189978, 571, 0, 0, 1, 1, 2484.08, 5877.07, -24.4687, -3.07177, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160011, 189978, 571, 0, 0, 1, 1, 2522.5, 5118.6, 11.1408, -1.18682, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160012, 189978, 571, 0, 0, 1, 1, 2599.54, 5932.4, -15.0285, 1.51844, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160013, 189978, 571, 0, 0, 1, 1, 2650.77, 5183.58, 8.5151, 1.5708, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160013, 189978, 571, 0, 0, 1, 1, 2650.77, 5183.58, 8.5151, 1.5708, 0, 0, 0, 1, 900, 255, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(160014, 189978, 571, 0, 0, 1, 1, 2748.9, 6927.94, -0.4558, 0.64577, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160015, 189978, 571, 0, 0, 1, 1, 2761.55, 5608.24, 45.2715, -0.80285, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
(160016, 189978, 571, 0, 0, 1, 1, 2763.63, 5342.76, 30.6526, 2.84488, 0, 0, 0, 1, 900, 255, 1, '', 0),
|
||||
@@ -80050,8 +80052,7 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(241794, 181027, 0, 0, 0, 1, 1, 1481.61, 127.706, -64.4786, 1.309, 0, 0, 0.608763, 0.793352, 180, 100, 1, '', 0),
|
||||
(241795, 181027, 0, 0, 0, 1, 1, 1752.5, 239.586, -64.4786, -2.04204, 0, 0, -0.852641, 0.522496, 180, 100, 1, '', 0),
|
||||
(241796, 181027, 0, 0, 0, 1, 1, 1747.87, 199.132, -64.4786, -2.56563, 0, 0, -0.958819, 0.284017, 180, 100, 1, '', 0),
|
||||
(241797, 181027, 0, 0, 0, 1, 1, 1595.46, 82.8779, -64.4786, -0.174533, 0, 0, -0.0871558, 0.996195, 180, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(241797, 181027, 0, 0, 0, 1, 1, 1595.46, 82.8779, -64.4786, -0.174533, 0, 0, -0.0871558, 0.996195, 180, 100, 1, '', 0),
|
||||
(241798, 181016, 0, 0, 0, 1, 1, 1589.55, 234.288, 60.1507, 0.785398, 0, 0, 0.382683, 0.92388, 180, 100, 1, '', 0),
|
||||
(241799, 181060, 0, 0, 0, 1, 1, 1561.64, 217.309, -40.6901, 2.68781, 0, 0, 0.97437, 0.22495, 180, 100, 1, '', 0),
|
||||
(241800, 181060, 0, 0, 0, 1, 1, 1586.88, 199.268, -40.7277, -2.47837, 0, 0, -0.945519, 0.325567, 180, 100, 1, '', 0),
|
||||
@@ -84466,7 +84467,8 @@ INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`,
|
||||
(103798, 181277, 530, 3520, 0, 1, 1, -3145.46, 2170.95, 71.669, -2.05949, 0, 0, -0.857168, 0.515037, 900, 100, 1, '', 0),
|
||||
(103799, 181277, 530, 3520, 0, 1, 1, -4110.75, 1756.68, 104.715, 2.07694, 0, 0, 0, 0, 900, 100, 1, '', 0),
|
||||
(103800, 181271, 530, 3520, 0, 1, 1, -3665.35, 1870.08, 86.8098, 1.32645, 0, 0, 0.615661, 0.788011, 900, 100, 1, '', 0),
|
||||
(103801, 181271, 530, 3520, 0, 1, 1, -2865.83, 1677.98, 56.3276, -0.191985, 0, 0, 0, 0, 900, 100, 1, '', 0),
|
||||
(103801, 181271, 530, 3520, 0, 1, 1, -2865.83, 1677.98, 56.3276, -0.191985, 0, 0, 0, 0, 900, 100, 1, '', 0);
|
||||
INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(103802, 181271, 530, 3520, 0, 1, 1, -4282.62, 327.163, 117.68, 2.37364, 0, 0, 0, 0, 900, 100, 1, '', 0),
|
||||
(102688, 181557, 530, 3522, 0, 1, 1, 2347.25, 5715.32, 271.141, 1.58825, 0, 0, 0, 0, 1200, 255, 1, '', 0),
|
||||
(102690, 181557, 530, 3522, 0, 1, 1, 2024.76, 5714.09, 270.486, 2.60054, 0, 0, 0, 0, 1200, 255, 1, '', 0),
|
||||
|
||||
@@ -6809,7 +6809,8 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa
|
||||
(171660, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171661, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171664, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171665, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171665, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340);
|
||||
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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(171666, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171667, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(171668, 7, 39, 'Wooden Chair', '', '', '', 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
@@ -10059,8 +10060,7 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa
|
||||
(180440, 8, 680, 'Bonfire', '', '', '', 0.82, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 12340),
|
||||
(180441, 8, 680, 'Bonfire', '', '', '', 1, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 12340),
|
||||
(180442, 8, 680, 'Bonfire', '', '', '', 1, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 12340),
|
||||
(180443, 8, 680, 'Bonfire', '', '', '', 0.87, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 11723);
|
||||
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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(180443, 8, 680, 'Bonfire', '', '', '', 0.87, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 11723),
|
||||
(180444, 8, 680, 'Bonfire', '', '', '', 0.87, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_heat', 1),
|
||||
(180448, 2, 3053, 'Wanted Poster: Deathclasp', '', '', '', 1, 0, 7009, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(180449, 5, 237, 'Forsaken Stink Bomb', '', '', '', 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 1),
|
||||
@@ -13296,7 +13296,8 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa
|
||||
(184592, 5, 7194, 'Tent', '', '', '', 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', -18019),
|
||||
(184593, 5, 7195, 'Large Tent', '', '', '', 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', -18019),
|
||||
(184594, 22, 7146, 'Portal to Shattrath', '', '', '', 1, 35718, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(184595, 0, 7183, 'Ethereum Stasis Chamber', '', '', '', 3, 0, 1695, 180000, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_ethereum_stasis', 12340),
|
||||
(184595, 0, 7183, 'Ethereum Stasis Chamber', '', '', '', 3, 0, 1695, 180000, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'go_ethereum_stasis', 12340);
|
||||
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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(184596, 0, 7196, 'Doodad_Kael_Explode_FX_Right01', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 11723),
|
||||
(184597, 0, 7197, 'Doodad_Kael_Explode_FX_Left01', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 11723),
|
||||
(184599, 3, 7251, 'Auchenai Coffin', '', '', '', 0.5, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 1),
|
||||
@@ -19637,7 +19638,8 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa
|
||||
(193139, 5, 8397, '', '', '', '', 0.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193140, 5, 1988, '', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193141, 5, 1988, '', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193142, 5, 458, '', '', '', '', 0.85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193142, 5, 458, '', '', '', '', 0.85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340);
|
||||
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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(193143, 5, 6037, '', '', '', '', 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193144, 5, 6037, '', '', '', '', 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193145, 5, 7757, '', '', '', '', 1.56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
@@ -20060,8 +20062,7 @@ INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconNa
|
||||
(193583, 5, 1208, 'Gnome Bucket Tools 01', '', '', '', 0.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193584, 5, 1209, 'Gnome Bucket Tools 02', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193585, 5, 318, 'Lunchbox Tools', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193586, 5, 8473, 'Gnome Maintenance Light 01', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340);
|
||||
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`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES
|
||||
(193586, 5, 8473, 'Gnome Maintenance Light 01', '', '', '', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193587, 31, 8276, 'Doodad_InstanceNewPortal_Green_Skull01', '', '', '', 2.07, 615, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193588, 31, 8275, 'Doodad_InstanceNewPortal_Green01', '', '', '', 2.07, 615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
(193589, 5, 8224, 'Temple of Invention Orb', '', '', '', 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', 12340),
|
||||
|
||||
@@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `gossip_menu_option_locale` (
|
||||
PRIMARY KEY (`MenuID`,`OptionID`,`Locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.gossip_menu_option_locale: ~32,971 rows (approximately)
|
||||
-- Dumping data for table acore_world.gossip_menu_option_locale: ~35,241 rows (approximately)
|
||||
DELETE FROM `gossip_menu_option_locale`;
|
||||
INSERT INTO `gossip_menu_option_locale` (`MenuID`, `OptionID`, `Locale`, `OptionText`, `BoxText`) VALUES
|
||||
(0, 0, 'deDE', 'GOSSIP_OPTION_QUESTGIVER', ''),
|
||||
|
||||
@@ -2135,7 +2135,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(3021, 2, 2, -1, 'Ranger Bow', 20673, 3, 0, 0, 1, 12106, 2421, 15, -1, -1, 25, 20, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 2, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(3022, 4, 2, -1, 'Bluegill Breeches', 16534, 2, 0, 0, 1, 5427, 1085, 7, -1, -1, 23, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 3, 0, 0, 0, 0, 12340),
|
||||
(3023, 2, 3, -1, 'Large Bore Blunderbuss', 20727, 1, 0, 0, 1, 3772, 754, 26, -1, -1, 21, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2500, 3, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(3024, 2, 3, -1, 'BKP 2700 "Enforcer"', 20726, 1, 0, 0, 1, 7098, 1419, 26, -1, -1, 26, 21, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 3, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(3024, 2, 3, -1, 'BKP 2700 "Enforcer"', 20726, 1, 0, 0, 1, 7098, 1419, 26, -1, -1, 26, 21, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 3, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(3025, 2, 3, -1, 'BKP 42 "Ultra"', 20725, 1, 0, 0, 1, 18479, 3695, 26, -1, -1, 36, 31, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2100, 3, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(3026, 2, 2, -1, 'Reinforced Bow', 20675, 1, 0, 0, 1, 3812, 762, 15, -1, -1, 21, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2200, 2, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(3027, 2, 2, -1, 'Heavy Recurve Bow', 20670, 1, 0, 0, 1, 6349, 1269, 15, -1, -1, 25, 20, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2400, 2, 100, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -4104,7 +4105,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(4991, 2, 8, -1, 'Monster - Sword2H, Broadsword', 5175, 0, 0, 0, 1, 14, 2, 17, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(4992, 12, 0, -1, 'Recruitment Letter', 5567, 1, 0, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, 'An unsigned recruitment letter.', 340, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(4993, 2, 4, -1, 'Monster - Item, Skull', 7469, 0, 0, 0, 1, 11, 2, 13, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 2, 7, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(4994, 2, 14, -1, 'Monster - Item, Gizmo', 5569, 0, 0, 0, 1, 11, 2, 21, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(4994, 2, 14, -1, 'Monster - Item, Gizmo', 5569, 0, 0, 0, 1, 11, 2, 21, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(4995, 12, 0, -1, 'Signed Recruitment Letter', 5567, 1, 0, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 341, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(4996, 2, 4, -1, 'Test Item 1', 6798, 0, 0, 0, 1, 481, 96, 21, -1, -1, 10, 5, 0, 0, 0, 0, 0, 529, 5, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(4997, 9, 5, -1, 'Deprecated Recipe: Kodo Skin Bag', 1102, 1, 80, 0, 1, 1120, 280, 0, -1, -1, 10, 0, 185, 110, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
@@ -6073,7 +6075,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(7361, 9, 1, -1, 'Pattern: Herbalist\'s Gloves', 1102, 2, 64, 0, 1, 1800, 450, 0, -1, -1, 26, 0, 165, 135, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, 0, -1, 0, -1, 9146, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to craft Herbalist\'s Gloves.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(7362, 9, 1, -1, 'Pattern: Earthen Leather Shoulders', 1102, 1, 64, 0, 1, 2000, 500, 0, -1, -1, 27, 0, 165, 135, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, -1, -1, 0, -1, 9147, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to craft Earthen Leather Shoulders.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(7363, 9, 1, -1, 'Pattern: Pilferer\'s Gloves', 1102, 2, 64, 0, 1, 2100, 525, 0, -1, -1, 28, 0, 165, 140, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, 0, -1, 0, -1, 9148, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to craft Pilferer\'s Gloves.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(7364, 9, 1, -1, 'Pattern: Heavy Earthen Gloves', 1102, 2, 64, 0, 1, 2200, 550, 0, -1, -1, 29, 0, 165, 145, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, 0, -1, 0, -1, 9149, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to craft Heavy Earthen Gloves.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(7364, 9, 1, -1, 'Pattern: Heavy Earthen Gloves', 1102, 2, 64, 0, 1, 2200, 550, 0, -1, -1, 29, 0, 165, 145, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, 0, -1, 0, -1, 9149, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Teaches you how to craft Heavy Earthen Gloves.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(7365, 12, 0, -1, 'Gnoam Sprecklesprocket', 14326, 1, 2048, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(7366, 4, 1, -1, 'Elder\'s Gloves', 16601, 2, 0, 0, 1, 5491, 1098, 10, -1, -1, 32, 27, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 713, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, '', 5, 0, 0, 0, 0, 12340),
|
||||
(7367, 4, 1, -1, 'Elder\'s Mantle', 16606, 2, 0, 0, 1, 9094, 1818, 3, -1, -1, 33, 28, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 1133, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, '', 5, 0, 0, 0, 0, 12340),
|
||||
@@ -8022,7 +8025,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(10064, 4, 1, -1, 'Duskwoven Pants', 28140, 2, 0, 0, 1, 53875, 10775, 7, -1, -1, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 552, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, '', 9, 0, 0, 0, 0, 12340),
|
||||
(10065, 4, 1, -1, 'Duskwoven Robe', 28165, 2, 0, 0, 1, 60768, 12153, 20, -1, -1, 55, 50, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 469, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, '', 9, 0, 0, 0, 0, 12340),
|
||||
(10066, 4, 1, -1, 'Duskwoven Sash', 28155, 2, 0, 0, 1, 21101, 4220, 6, -1, -1, 49, 44, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 887, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, '', 8, 0, 0, 0, 0, 12340),
|
||||
(10067, 4, 2, -1, 'Righteous Waistguard', 19019, 2, 0, 0, 1, 26478, 5295, 6, -1, -1, 49, 44, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 908, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, '', 8, 0, 0, 0, 0, 12340),
|
||||
(10067, 4, 2, -1, 'Righteous Waistguard', 19019, 2, 0, 0, 1, 26478, 5295, 6, -1, -1, 49, 44, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 908, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, '', 8, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(10068, 4, 2, -1, 'Righteous Boots', 19013, 2, 0, 0, 1, 45641, 9128, 8, -1, -1, 51, 46, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 824, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, '', 9, 0, 0, 0, 0, 12340),
|
||||
(10069, 4, 2, -1, 'Righteous Bracers', 19014, 2, 0, 0, 1, 26677, 5335, 9, -1, -1, 49, 44, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 1076, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, '', 8, 0, 0, 0, 0, 12340),
|
||||
(10070, 4, 2, -1, 'Righteous Armor', 19012, 2, 0, 0, 1, 77412, 15482, 5, -1, -1, 55, 50, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 490, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, '', 9, 0, 0, 0, 0, 12340),
|
||||
@@ -9950,7 +9954,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(12982, 4, 3, -1, 'Silver-linked Footguards', 28452, 3, 0, 0, 1, 4255, 851, 8, -1, -1, 21, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 4, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(12983, 2, 5, -1, 'Rakzur Club', 28809, 3, 0, 0, 1, 11813, 2362, 17, -1, -1, 21, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 4, 6, 5, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(12984, 2, 19, -1, 'Skycaller', 28738, 3, 0, 0, 1, 7115, 1423, 26, -1, -1, 21, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 45, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1600, 0, 100, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(12985, 4, 0, -1, 'Ring of Defense', 28812, 3, 524288, 0, 1, 4615, 1153, 11, -1, -1, 22, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7517, 1, 0, 0, 900000, 0, 30000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 7, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(12985, 4, 0, -1, 'Ring of Defense', 28812, 3, 524288, 0, 1, 4615, 1153, 11, -1, -1, 22, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7517, 1, 0, 0, 900000, 0, 30000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 7, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(12986, 2, 17, -1, 'Monster - Spear, Broad Notched', 7480, 0, 0, 0, 1, 14, 2, 17, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(12987, 4, 1, -1, 'Darkweave Breeches', 28648, 3, 0, 0, 1, 4533, 906, 7, -1, -1, 22, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 6, 6, 5, 7, 7, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
(12988, 4, 2, -1, 'Starsight Tunic', 28375, 3, 0, 0, 1, 5687, 1137, 5, -1, -1, 22, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 4, 6, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 41, 0, 0, 0, 0, 12340),
|
||||
@@ -10164,8 +10169,7 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(13196, 12, 0, -1, 'Gahrron\'s Withering Cauldron Key', 23741, 1, 2048, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(13197, 12, 0, -1, 'Writhing Haunt Cauldron Key', 23740, 1, 2048, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(13198, 2, 13, -1, 'Hurd Smasher', 23742, 3, 0, 0, 1, 254256, 50851, 13, -1, -1, 60, 55, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1800, 0, 0, 17308, 2, 0, 2, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340),
|
||||
(13199, 4, 3, -1, 'Crushridge Bindings', 28436, 3, 0, 0, 1, 21995, 4399, 9, -1, -1, 41, 36, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 4, 5, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 0, '', 45, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(13199, 4, 3, -1, 'Crushridge Bindings', 28436, 3, 0, 0, 1, 21995, 4399, 9, -1, -1, 41, 36, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 4, 5, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 0, 0, 0, 0, '', 45, 0, 0, 0, 0, 12340),
|
||||
(13202, 12, 0, -1, 'Extended Annals of Darrowshire', 1103, 1, 0, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 2377, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(13203, 4, 1, -1, 'Armswake Cloak', 23747, 3, 0, 0, 1, 77649, 15529, 16, -1, -1, 60, 55, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9329, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340),
|
||||
(13204, 2, 4, -1, 'Bashguuder', 25619, 3, 0, 0, 1, 259727, 51945, 13, -1, -1, 60, 55, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1800, 0, 0, 17315, 2, 0, 2.1, 0, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340),
|
||||
@@ -11884,7 +11888,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(15265, 2, 5, -1, 'Painbringer', 28499, 2, 0, 0, 1, 234117, 46823, 17, -1, -1, 58, 53, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2800, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 1, 5310, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 30, 0, 0, 0, 0, 12340),
|
||||
(15266, 2, 5, -1, 'Fierce Mauler', 28526, 2, 0, 0, 1, 262693, 52538, 17, -1, -1, 61, 56, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 125, 188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3300, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 1, 5319, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 31, 0, 0, 0, 0, 12340),
|
||||
(15267, 2, 5, -1, 'Brutehammer', 28674, 2, 0, 0, 1, 270933, 54186, 17, -1, -1, 63, 58, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 133, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3400, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 2, 1, 5319, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 31, 0, 0, 0, 0, 12340),
|
||||
(15268, 2, 1, -1, 'Twin-bladed Axe', 28460, 2, 0, 0, 1, 5121, 1024, 17, -1, -1, 16, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 1, 1, 5183, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 22, 0, 0, 0, 0, 12340),
|
||||
(15268, 2, 1, -1, 'Twin-bladed Axe', 28460, 2, 0, 0, 1, 5121, 1024, 17, -1, -1, 16, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2700, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 1, 1, 5183, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 22, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(15269, 2, 1, -1, 'Massive Battle Axe', 28573, 2, 0, 0, 1, 15183, 3036, 17, -1, -1, 24, 19, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3300, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 1, 1, 5201, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, '', 23, 0, 0, 0, 0, 12340),
|
||||
(15270, 2, 1, -1, 'Gigantic War Axe', 28533, 2, 0, 0, 1, 113877, 22775, 17, -1, -1, 46, 41, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3200, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 1, 1, 5273, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, '', 28, 0, 0, 0, 0, 12340),
|
||||
(15271, 2, 1, -1, 'Colossal Great Axe', 28334, 2, 0, 0, 1, 218506, 43701, 17, -1, -1, 56, 51, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 132, 198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3800, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 1, 1, 5300, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 30, 0, 0, 0, 0, 12340),
|
||||
@@ -13801,7 +13806,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(17888, 0, 8, -1, 'QAEnchant Weapon +5 Damage', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17889, 0, 8, -1, 'zzOLD - QAEnchant 2H Weapon Major Intellect', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17890, 0, 8, -1, 'zzOLD - QAEnchant Shield +7 Spirit', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17891, 0, 8, -1, 'QAEnchant Shield +7 Stamina', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17891, 0, 8, -1, 'QAEnchant Shield +7 Stamina', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(17892, 0, 8, -1, 'QAEnchant Shield +8 Frost Resistance', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17893, 0, 8, -1, 'QAEnchant Shield +9 Spirit', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(17894, 0, 8, -1, 'QAEnchant Boots +7 Agility', 7899, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
@@ -15701,7 +15707,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(20321, 4, 0, -1, '63 Green Rogue Ring', 9837, 2, 16, 0, 1, 28410, 7102, 11, -1, -1, 63, 58, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 7, 7, 3, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20322, 4, 2, -1, '63 Green Rogue Spaulders', 28179, 2, 16, 0, 1, 89387, 17877, 3, -1, -1, 63, 58, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 17, 7, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20323, 4, 2, -1, '63 Green Rogue Tunic', 28160, 2, 16, 0, 1, 119627, 23925, 5, -1, -1, 63, 58, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 3, 21, 7, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20324, 4, 1, -1, '90 Epic Frost Belt', 29596, 4, 16, 0, 1, 286872, 57374, 6, -1, -1, 90, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 5, 27, 6, 11, 7, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20324, 4, 1, -1, '90 Epic Frost Belt', 29596, 4, 16, 0, 1, 286872, 57374, 6, -1, -1, 90, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 5, 27, 6, 11, 7, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(20325, 4, 1, -1, '90 Epic Frost Bindings', 29597, 4, 16, 0, 1, 287932, 57586, 9, -1, -1, 90, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 5, 20, 6, 8, 7, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20326, 4, 1, -1, '90 Epic Frost Boots', 29594, 4, 0, 0, 1, 433489, 86697, 8, -1, -1, 90, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 6, 11, 5, 27, 7, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(20327, 4, 1, -1, '90 Epic Frost Crown', 31087, 4, 16, 0, 1, 435080, 87016, 1, -1, -1, 90, 60, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 5, 37, 6, 15, 7, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
@@ -17613,7 +17620,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(22238, 0, 0, -1, 'Very Berry Cream', 34582, 1, 65536, 0, 1, 0, 0, 0, 32767, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71071, 0, -1, -1, 0, 11, 1000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 423, '', 0, 0, 0, 0, 0, 12340),
|
||||
(22239, 0, 0, -1, 'Sweet Surprise', 34583, 1, 65536, 0, 1, 0, 0, 0, 32767, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71068, 0, -1, -1, 0, 11, 1000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 423, '', 0, 0, 0, 0, 0, 12340),
|
||||
(22240, 4, 3, -1, 'Greaves of Withering Despair', 34585, 3, 0, 0, 1, 74861, 14972, 8, 32767, -1, 53, 48, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 5, 10, 7, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9416, 1, 0, 0, -1, 0, -1, 23727, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 0, 0, 0, 0, '', 47, 0, 0, 0, 0, 12340),
|
||||
(22241, 4, 2, -1, 'Dark Warder\'s Pauldrons', 34590, 3, 0, 0, 1, 78697, 15739, 3, 32767, -1, 57, 52, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 17, 4, 11, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340),
|
||||
(22241, 4, 2, -1, 'Dark Warder\'s Pauldrons', 34590, 3, 0, 0, 1, 78697, 15739, 3, 32767, -1, 57, 52, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 17, 4, 11, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(22242, 4, 3, -1, 'Verek\'s Leash', 34594, 3, 0, 0, 1, 59617, 11923, 6, 32767, -1, 56, 51, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 8, 5, 8, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14027, 1, 0, 0, -1, 0, -1, 21361, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 200, 0, 0, 0, 0, '', 48, 0, 0, 0, 0, 12340),
|
||||
(22243, 1, 1, -1, 'Small Soul Pouch', 1281, 2, 0, 0, 1, 1000, 250, 18, 256, -1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(22244, 1, 1, -1, 'Box of Souls', 20913, 2, 0, 0, 1, 4000, 1000, 18, 256, -1, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -19499,7 +19507,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(24124, 4, 0, -1, 'Figurine - Felsteel Boar', 39917, 3, 0, 0, 1, 48000, 12000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15819, 1, 0, 0, 0, 0, 0, 31038, 0, 0, 0, 300000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(24125, 4, 0, -1, 'Figurine - Dawnstone Crab', 39916, 3, 0, 0, 1, 60000, 15000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 1, 12, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31039, 0, 0, 0, 120000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(24126, 4, 0, -1, 'Figurine - Living Ruby Serpent', 39918, 3, 0, 0, 1, 60000, 15000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 2, 5, 23, 7, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31040, 0, 0, 0, 300000, 1141, 20000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(24127, 4, 0, -1, 'Figurine - Talasite Owl', 39914, 3, 0, 0, 1, 60000, 15000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21640, 1, 0, 0, 0, 0, 0, 31045, 0, 0, 0, 300000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(24127, 4, 0, -1, 'Figurine - Talasite Owl', 39914, 3, 0, 0, 1, 60000, 15000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21640, 1, 0, 0, 0, 0, 0, 31045, 0, 0, 0, 300000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(24128, 4, 0, -1, 'Figurine - Nightseye Panther', 39915, 3, 0, 0, 1, 60000, 15000, 12, -1, -1, 115, 70, 755, 370, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 15813, 1, 0, 0, 0, 0, 0, 31047, 0, 0, 0, 180000, 1141, 15000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(24129, 4, 2, -1, 'Salvaged Leather Belt', 14443, 1, 0, 0, 1, 32, 6, 6, -1, -1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(24130, 4, 1, -1, 'Worn Slippers', 16587, 1, 0, 0, 1, 39, 7, 8, -1, -1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -20165,8 +20174,7 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(24791, 4, 2, -1, 'Expedition Boots', 16703, 2, 0, 0, 1, 133114, 26622, 8, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24792, 4, 2, -1, 'Expedition Tunic', 16700, 2, 0, 0, 1, 178174, 35634, 5, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24793, 4, 2, -1, 'Expedition Gloves', 16702, 2, 0, 0, 1, 89431, 17886, 10, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24794, 4, 2, -1, 'Expedition Hood', 18422, 2, 0, 0, 1, 134650, 26930, 1, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(24794, 4, 2, -1, 'Expedition Hood', 18422, 2, 0, 0, 1, 134650, 26930, 1, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24795, 4, 2, -1, 'Expedition Pants', 16701, 2, 0, 0, 1, 180222, 36044, 7, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24796, 4, 2, -1, 'Expedition Shoulderguards', 16706, 2, 0, 0, 1, 135683, 27136, 3, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(24797, 4, 2, -1, 'Expedition Bracers', 9894, 2, 0, 0, 1, 90800, 18160, 9, -1, -1, 117, 69, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 2, '', 0, 0, 0, 0, 0, 8, 0, 0, 63, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
@@ -21411,7 +21419,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(26036, 4, 3, -1, 'Vindicator\'s Stompers', 26927, 2, 0, 0, 1, 1279, 255, 8, -1, -1, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 0, 0, 0, 12340),
|
||||
(26037, 4, 3, -1, 'Lightweight Mesh Boots', 26939, 2, 0, 0, 1, 2696, 539, 8, -1, -1, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 3, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 2, 0, 0, 0, 0, 12340),
|
||||
(26038, 4, 3, -1, 'Segmented Girdle', 26930, 2, 0, 0, 1, 2122, 424, 6, -1, -1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 4, 4, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 2, 0, 0, 0, 0, 12340),
|
||||
(26039, 4, 3, -1, 'Kessel\'s Sturdy Riding Handle', 6864, 2, 0, 0, 1, 1059, 211, 6, -1, -1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 0, 0, 0, 12340),
|
||||
(26039, 4, 3, -1, 'Kessel\'s Sturdy Riding Handle', 6864, 2, 0, 0, 1, 1059, 211, 6, -1, -1, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(26040, 4, 3, -1, 'Jessera\'s Fungus Lined Bracers', 26928, 2, 0, 0, 1, 738, 147, 9, -1, -1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, '', 1, 0, 0, 0, 0, 12340),
|
||||
(26041, 4, 3, -1, 'Vigilant Vambraces', 26938, 2, 0, 8192, 1, 1622, 324, 9, -1, -1, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 2, 7, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 15595),
|
||||
(26042, 15, 0, -1, 'Oshu\'gun Crystal Powder Sample', 38158, 1, 0, 1, 1, 0, 0, 0, -1, -1, 65, 0, 0, 0, 0, 0, 0, 0, 0, 100, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, 'You may turn 10 of these items in to Chief Researcher Amereldine at Halaa if the Horde have control of the base.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -23399,7 +23408,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(28024, 12, 0, -1, 'Orion\'s Report', 30953, 1, 0, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 2985, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(28025, 15, 0, -1, 'NPC Equip 28025', 17785, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(28026, 4, 1, -1, 'Crazy Cenarion Cloak', 44599, 2, 0, 0, 1, 97787, 19557, 16, 32767, -1, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 16, 4, 11, 5, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9342, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
(28027, 4, 0, -1, 'Lunatic\'s Choker', 39689, 2, 0, 0, 1, 112285, 22457, 2, -1, -1, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 16, 5, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9342, 1, 0, 0, -1, 0, -1, 21619, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
(28027, 4, 0, -1, 'Lunatic\'s Choker', 39689, 2, 0, 0, 1, 112285, 22457, 2, -1, -1, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 16, 5, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9342, 1, 0, 0, -1, 0, -1, 21619, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(28028, 4, 2, -1, 'Moonstruck Bands', 28247, 2, 0, 0, 1, 74261, 14852, 9, -1, -1, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 16, 5, 11, 6, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9342, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
(28029, 4, 1, -1, 'Goldenvine Wraps', 19915, 3, 0, 0, 1, 70237, 14047, 9, -1, -1, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 19, 5, 13, 6, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9316, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 50, 0, 0, 0, 0, 12340),
|
||||
(28030, 4, 1, -1, 'Spell-slinger\'s Protector', 39271, 3, 0, 0, 1, 108768, 21753, 16, 32767, -1, 97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 15, 5, 14, 32, 13, 6, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9345, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 50, 0, 0, 0, 0, 12340),
|
||||
@@ -25297,7 +25307,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(29922, 4, 0, -1, 'Band of Al\'ar', 39120, 4, 4096, 0, 1, 241024, 60256, 11, 262143, 32767, 128, 70, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 2, 7, 24, 5, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18054, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, '', 67, 0, 0, 0, 0, 12340),
|
||||
(29923, 4, 0, -1, 'Talisman of the Sun King', 42176, 4, 4096, 0, 1, 1015299, 203059, 23, -1, -1, 128, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 5, 24, 7, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18038, 1, 0, 0, -1, 0, -1, 21627, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, '', 67, 0, 0, 0, 0, 12340),
|
||||
(29924, 2, 0, -1, 'Netherbane', 42177, 4, 4096, 0, 1, 698441, 139688, 13, -1, -1, 134, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 25, 7, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 175, 327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 14049, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, '', 67, 0, 0, 0, 0, 12340),
|
||||
(29925, 4, 1, -1, 'Phoenix-Wing Cloak', 46126, 4, 4096, 0, 1, 201613, 40322, 16, 32767, -1, 128, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 37, 12, 22, 13, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, '', 67, 0, 0, 0, 0, 12340),
|
||||
(29925, 4, 1, -1, 'Phoenix-Wing Cloak', 46126, 4, 4096, 0, 1, 201613, 40322, 16, 32767, -1, 128, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 37, 12, 22, 13, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 300, 0, 0, 0, 0, '', 67, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(29926, 4, 1, -1, 'Whispering Tunic', 43935, 2, 0, 0, 1, 111813, 22362, 5, -1, -1, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 5, 19, 7, 19, 6, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14047, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
(29927, 4, 1, -1, 'Shadowbrim Travel Hat', 44579, 2, 0, 0, 1, 84157, 16831, 1, -1, -1, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 5, 19, 7, 19, 6, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14047, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
(29928, 4, 1, -1, 'Wanderer\'s Stitched Trousers', 43932, 2, 0, 0, 1, 104714, 20942, 7, -1, -1, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 5, 19, 7, 19, 6, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14047, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, '', 13, 0, 0, 0, 0, 12340),
|
||||
@@ -27194,7 +27205,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(31819, 4, 4, -1, 'Noble Plate Pauldrons', 44536, 2, 0, 0, 1, 174676, 34935, 3, -1, -1, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 14, 7, 20, 32, 14, 5, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9345, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(31820, 4, 0, -1, 'Blessed Signet Ring', 31905, 2, 0, 0, 1, 131564, 32891, 11, -1, -1, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 13, 3, 12, 7, 12, 31, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 14, 0, 0, 0, 0, 12340),
|
||||
(31821, 2, 7, -1, 'Blade of Retribution', 44546, 2, 0, 0, 1, 335753, 67150, 21, -1, -1, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 32, 16, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1900, 0, 0, 33484, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, -12.5, 0, 0, 0, '', 33, 0, 0, 0, 0, 12340),
|
||||
(31822, 2, 7, -1, 'NPC Equip 31822', 26572, 0, 0, 0, 1, 0, 0, 13, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(31822, 2, 7, -1, 'NPC Equip 31822', 26572, 0, 0, 0, 1, 0, 0, 13, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(31823, 4, 0, -1, 'Book of Many Blessings', 44544, 2, 0, 0, 1, 128092, 32023, 23, -1, -1, 102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 5, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21364, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, -1, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 33, 0, 0, 0, 0, 12340),
|
||||
(31824, 2, 4, -1, 'Monster - Work Wrench', 44548, 0, 0, 0, 1, 11, 2, 13, -1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(31825, 12, 0, -1, 'Fumper', 41062, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39246, 0, 0, 0, 0, 1167, 15000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, 'An ancient drum.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -29075,7 +29087,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(33700, 4, 2, -1, 'Vengeful Gladiator\'s Leather Gloves', 46940, 4, 36864, 0, 1, 0, 0, 10, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 49, 3, 33, 35, 24, 32, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14049, 1, 0, 0, -1, 0, -1, 61249, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 56, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33701, 4, 2, -1, 'Vengeful Gladiator\'s Leather Helm', 47825, 4, 36864, 0, 1, 0, 0, 1, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 65, 3, 31, 35, 25, 32, 21, 31, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15812, 1, 0, 0, -1, 0, -1, 39927, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 70, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 2878, 0, -1, 70, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33702, 4, 2, -1, 'Vengeful Gladiator\'s Leather Legguards', 46937, 4, 36864, 0, 1, 0, 0, 7, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 67, 3, 35, 32, 25, 35, 40, 31, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14056, 1, 0, 0, -1, 0, -1, 39927, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 70, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33703, 4, 2, -1, 'Vengeful Gladiator\'s Leather Spaulders', 46938, 4, 36864, 0, 1, 0, 0, 3, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 49, 3, 34, 32, 27, 35, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9336, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 70, 0, 0, 0, 0, 2, 0, 4, 0, 0, 0, 2859, 0, -1, 56, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33703, 4, 2, -1, 'Vengeful Gladiator\'s Leather Spaulders', 46938, 4, 36864, 0, 1, 0, 0, 3, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 49, 3, 34, 32, 27, 35, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9336, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 70, 0, 0, 0, 0, 2, 0, 4, 0, 0, 0, 2859, 0, -1, 56, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(33704, 4, 2, -1, 'Vengeful Gladiator\'s Leather Tunic', 46939, 4, 36864, 0, 1, 0, 0, 5, 8, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 64, 3, 31, 35, 25, 32, 17, 31, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9333, 1, 0, 0, -1, 0, -1, 39927, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 577, 120, 0, 0, 0, 0, 2, 0, 2, 0, 4, 0, 2874, 0, -1, 70, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33705, 2, 13, -1, 'Vengeful Gladiator\'s Left Ripper', 46967, 4, 36864, 0, 1, 0, 0, 22, 262143, 32767, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 30, 32, 21, 35, 12, 31, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1500, 0, 0, 15806, 1, 0, 0, -1, 0, -1, 43901, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(33706, 4, 3, -1, 'Vengeful Gladiator\'s Linked Armor', 46891, 4, 36864, 0, 1, 0, 0, 20, 64, -1, 146, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 64, 38, 54, 32, 30, 35, 31, 31, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1022, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21632, 1, 0, 0, -1, 0, -1, 39927, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 578, 140, 0, 0, 0, 0, 2, 0, 2, 0, 4, 0, 2874, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
@@ -30166,8 +30179,7 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(34791, 4, 3, -1, 'Gauntlets of the Tranquil Waves', 48255, 3, 0, 0, 1, 125867, 25173, 10, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 12, 5, 10, 36, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18036, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 2881, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34792, 4, 1, -1, 'Cloak of the Betrayed', 38794, 3, 0, 0, 1, 125867, 25173, 16, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 12, 5, 12, 31, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14047, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 3153, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34793, 4, 1, -1, 'Cord of Reconstruction', 48256, 3, 0, 0, 1, 83911, 16782, 6, 32767, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 12, 5, 16, 6, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18036, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 2866, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34794, 2, 1, -1, 'Axe of Shattered Dreams', 39958, 3, 0, 0, 1, 524447, 104889, 17, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3800, 0, 0, 15820, 1, 0, 0, -1, 0, -1, 44756, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(34794, 2, 1, -1, 'Axe of Shattered Dreams', 39958, 3, 0, 0, 1, 524447, 104889, 17, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 7, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 283, 426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3800, 0, 0, 15820, 1, 0, 0, -1, 0, -1, 44756, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34795, 4, 4, -1, 'Helm of Sanctification', 48257, 3, 0, 0, 1, 219848, 43969, 1, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 18, 5, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18044, 1, 0, 0, -1, 0, -1, 20959, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, 4, 0, 2, 0, 2, 0, 2865, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34796, 4, 2, -1, 'Robes of Summer Flame', 48258, 3, 0, 0, 1, 209779, 41955, 20, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 15, 5, 18, 6, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18044, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 2, 0, 4, 0, 8, 0, 2865, 0, 275, 0, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
(34797, 2, 10, -1, 'Sun-infused Focus Staff', 44339, 3, 0, 0, 1, 524447, 104889, 17, -1, -1, 115, 70, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 37, 5, 27, 31, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 106, 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2400, 0, 0, 33250, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 100, 0, 0, 0, 0, 2, 0, 4, 0, 4, 0, 2889, 0, 275, -30.3, 0, 0, 0, '', 52, 0, 0, 0, 0, 12340),
|
||||
@@ -30961,7 +30973,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(35585, 4, 3, -1, 'Cannibal\'s Legguards', 52336, 3, 0, 0, 1, 379517, 75903, 7, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 3, 61, 7, 57, 5, 40, 31, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28735, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(35586, 15, 0, -1, 'Frozen Axe', 48903, 1, 64, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46700, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, 'Breaks the ice around a blue dragon egg and lodges itself in the broken shell.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(35587, 2, 4, -1, 'Frozen Scepter of Necromancy', 50603, 3, 0, 0, 1, 637430, 127486, 21, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 6, 0, 1, 0, 2, 7, 51, 6, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2300, 0, 0, 46749, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 2, 3, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, -48.4, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(35588, 4, 4, -1, 'Forlorn Breastplate of War', 52338, 3, 0, 0, 1, 447916, 89583, 5, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 54, 7, 61, 32, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2043, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(35588, 4, 4, -1, 'Forlorn Breastplate of War', 52338, 3, 0, 0, 1, 447916, 89583, 5, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 54, 7, 61, 32, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2043, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(35589, 4, 0, -1, 'Arcane Focal Signet', 35423, 3, 524288, 0, 1, 192521, 48130, 11, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 31, 5, 35, 36, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18050, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(35590, 2, 2, -1, 'Drakkari Hunting Bow', 49368, 3, 0, 0, 1, 483536, 96707, 15, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 27, 7, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 188, 350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 2, 100, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(35591, 4, 2, -1, 'Shoulderguards of the Ice Troll', 49369, 3, 0, 0, 1, 242687, 48537, 3, -1, -1, 179, 76, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 50, 7, 47, 31, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15824, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
@@ -32878,7 +32891,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(37502, 12, 0, 0, 'Quarterflash\'s Package', 12925, 1, 65536, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(37503, 3, 3, -1, 'Purified Shadowsong Amethyst', 44924, 4, 0, 0, 1, 240000, 60000, 0, -1, -1, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 'Matches a Red or Blue Socket.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 512, 0, 0, 0, 0, 0, 0, 0, 0, 1041, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(37504, 9, 10, -1, 'Design: Purified Shadowsong Amethyst', 1096, 1, 64, 0, 1, 500000, 125000, 0, -1, -1, 75, 0, 755, 375, 0, 0, 0, 1077, 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 483, 0, -1, 0, -1, 0, -1, 48789, 6, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, 'Teaches you how to cut a Purified Shadowsong Amethyst.', 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(37505, 4, 4, -1, 'Battle Leader\'s Breastplate', 56330, 2, 0, 0, 1, 288494, 57698, 5, -1, -1, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 53, 32, 30, 3, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 15, 0, 0, 0, 0, 12340),
|
||||
(37505, 4, 4, -1, 'Battle Leader\'s Breastplate', 56330, 2, 0, 0, 1, 288494, 57698, 5, -1, -1, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 53, 32, 30, 3, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 15, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(37506, 4, 4, -1, 'Bogstrok Plate Gloves', 56354, 2, 0, 0, 1, 145620, 29124, 10, 262143, 2147483647, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 7, 24, 37, 21, 4, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 15, 0, 0, 0, 0, 12340),
|
||||
(37507, 4, 4, -1, 'Chilled Shoulderplates', 56386, 2, 0, 0, 1, 217615, 43523, 3, -1, -1, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 16, 32, 21, 7, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 15, 0, 0, 0, 0, 12340),
|
||||
(37508, 4, 4, -1, 'Sinking Pauldrons', 49725, 2, 0, 0, 1, 218455, 43691, 3, -1, -1, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 7, 24, 32, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36062, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 15, 0, 0, 0, 0, 12340),
|
||||
@@ -34787,7 +34801,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(39414, 4, 2, -1, 'Gilly\'s Strangulation Gauntlets', 51865, 2, 0, 0, 1, 135359, 27071, 10, -1, -1, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 37, 33, 3, 32, 38, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, 0, 0, 0, '', 16, 0, 0, 0, 0, 12340),
|
||||
(39415, 4, 1, -1, 'Shroud of the Citadel', 35408, 4, 0, 0, 1, 297366, 59473, 16, 32767, -1, 200, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 42, 5, 36, 32, 38, 36, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33022, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 12340),
|
||||
(39416, 2, 13, -1, 'Kel\'Thuzad\'s Reach', 55041, 4, 4096, 0, 1, 1055981, 211196, 21, 262143, 32767, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 3, 21, 7, 43, 32, 31, 36, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 489, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2600, 0, 0, 15829, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 7, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 12340),
|
||||
(39417, 2, 1, -1, 'Death\'s Bite', 55712, 4, 4096, 0, 1, 1324789, 264957, 17, -1, -1, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 101, 7, 114, 32, 90, 31, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 554, 831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3400, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 12340),
|
||||
(39417, 2, 1, -1, 'Death\'s Bite', 55712, 4, 4096, 0, 1, 1324789, 264957, 17, -1, -1, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 101, 7, 114, 32, 90, 31, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 554, 831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3400, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(39418, 15, 0, 0, 'Ornately Jeweled Box', 18721, 1, 65540, 0, 1, 0, 0, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 4, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(39419, 2, 3, -1, 'Nerubian Conquerer', 53805, 4, 4096, 0, 1, 800571, 160114, 26, -1, -1, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 31, 7, 30, 32, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 287, 534, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2900, 3, 100, 15817, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 12340),
|
||||
(39420, 2, 15, -1, 'Anarchy', 35819, 4, 4096, 0, 1, 1071279, 214255, 13, 32767, -1, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 3, 29, 7, 46, 31, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1800, 0, 0, 15829, 1, 0, 0, -1, 0, -1, 42095, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 12340),
|
||||
@@ -36671,7 +36686,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(41299, 4, 2, -1, 'Relentless Gladiator\'s Kodohide Legguards', 60860, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 251, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 149, 7, 164, 5, 73, 6, 80, 35, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 773, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 10314),
|
||||
(41300, 4, 2, -1, 'NPC Equip 41300', 48603, 0, 0, 0, 1, 0, 0, 7, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(41301, 4, 2, -1, 'Savage Gladiator\'s Wyrmhide Legguards', 55874, 3, 36864, 0, 1, 0, 0, 7, 1024, 32767, 200, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 73, 7, 88, 5, 39, 32, 36, 35, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 75, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(41302, 4, 2, -1, 'Hateful Gladiator\'s Wyrmhide Legguards', 55872, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 200, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 87, 7, 102, 5, 45, 32, 44, 35, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(41302, 4, 2, -1, 'Hateful Gladiator\'s Wyrmhide Legguards', 55872, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 200, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 87, 7, 102, 5, 45, 32, 44, 35, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(41303, 4, 2, -1, 'Deadly Gladiator\'s Wyrmhide Legguards', 56419, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 213, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 99, 7, 115, 5, 50, 32, 51, 35, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340),
|
||||
(41304, 4, 2, -1, 'Furious Gladiator\'s Wyrmhide Legguards', 59414, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 232, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 123, 7, 138, 5, 60, 32, 64, 35, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 9767),
|
||||
(41305, 4, 2, -1, 'Relentless Gladiator\'s Wyrmhide Legguards', 60860, 4, 36864, 0, 1, 0, 0, 7, 1024, 32767, 251, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 45, 149, 7, 164, 5, 73, 32, 80, 35, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 774, 90, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3602, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 10314),
|
||||
@@ -38548,7 +38564,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(43177, 4, 0, -1, 'Voodoo Signet', 56875, 3, 0, 0, 1, 188479, 47119, 11, -1, -1, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 31, 5, 30, 31, 24, 45, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(43178, 4, 0, -1, 'Ring of Foul Mojo', 56874, 3, 0, 0, 1, 188479, 47119, 11, -1, -1, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 31, 29, 7, 30, 38, 50, 44, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(43179, 4, 0, -1, 'Solid Platinum Band', 56873, 3, 0, 0, 1, 188479, 47119, 11, -1, -1, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 34, 7, 51, 12, 25, 14, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(43180, 4, 0, -1, 'Lion\'s Head Ring', 41951, 3, 0, 0, 1, 188479, 47119, 11, -1, -1, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 5, 20, 7, 29, 6, 20, 45, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340),
|
||||
(43180, 4, 0, -1, 'Lion\'s Head Ring', 41951, 3, 0, 0, 1, 188479, 47119, 11, -1, -1, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 5, 20, 7, 29, 6, 20, 45, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 54, 0, 0, 0, 0, 12340);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(43181, 4, 1, -1, 'Shoulders of the Northern Lights', 49464, 3, 0, 0, 1, 178224, 35644, 3, -1, -1, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 7, 36, 5, 30, 32, 31, 45, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 53, 0, 0, 0, 0, 12340),
|
||||
(43182, 4, 2, -1, 'Cured Mammoth Hide Mantle', 51715, 3, 0, 0, 1, 223583, 44716, 3, -1, -1, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 3, 38, 32, 30, 38, 60, 7, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 331, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 53, 0, 0, 0, 0, 12340),
|
||||
(43183, 4, 3, -1, 'Tundra Tracker\'s Shoulderguards', 54933, 3, 0, 0, 1, 270461, 54092, 3, -1, -1, 155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 3, 37, 38, 72, 7, 36, 36, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 325, 0, 0, 0, 0, '', 53, 0, 0, 0, 0, 12340),
|
||||
@@ -41421,7 +41438,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(46126, 4, 2, -1, 'Conqueror\'s Terrorblade Legplates', 59342, 4, 4096, 0, 1, 0, 0, 7, 8, 2147483647, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 3, 101, 7, 90, 36, 72, 32, 66, 38, 162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 826, 90, 0, 0, 0, 0, 2, 0, 4, 0, 0, 0, 3355, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46127, 4, 2, -1, 'Conqueror\'s Terrorblade Pauldrons', 59344, 4, 4096, 0, 1, 0, 0, 3, 8, 2147483647, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 3, 85, 7, 74, 32, 40, 31, 56, 38, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 826, 70, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2936, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46129, 4, 1, -1, 'Conqueror\'s Kirin Tor Hood', 61892, 4, 4096, 0, 1, 0, 0, 1, 128, 32767, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 62, 5, 87, 31, 69, 6, 66, 45, 113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 60, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 430, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46130, 4, 1, -1, 'Conqueror\'s Kirin Tor Tunic', 62580, 4, 4096, 0, 1, 0, 0, 5, 128, 2147483647, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 75, 5, 81, 6, 50, 32, 82, 45, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 100, 0, 0, 0, 0, 8, 0, 4, 0, 0, 0, 3316, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46130, 4, 1, -1, 'Conqueror\'s Kirin Tor Tunic', 62580, 4, 4096, 0, 1, 0, 0, 5, 128, 2147483647, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 75, 5, 81, 6, 50, 32, 82, 45, 132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 100, 0, 0, 0, 0, 8, 0, 4, 0, 0, 0, 3316, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(46131, 4, 1, -1, 'Valorous Kirin Tor Gauntlets', 58258, 4, 4096, 0, 1, 0, 0, 10, 128, 32767, 219, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 51, 5, 57, 31, 55, 36, 44, 45, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 35, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 2908, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46132, 4, 1, -1, 'Conqueror\'s Kirin Tor Gauntlets', 61878, 4, 4096, 0, 1, 0, 0, 10, 128, 32767, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 56, 5, 62, 31, 60, 36, 47, 45, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 35, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 2908, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
(46133, 4, 1, -1, 'Conqueror\'s Kirin Tor Leggings', 61894, 4, 4096, 0, 1, 0, 0, 7, 128, 2147483647, 226, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 7, 76, 5, 82, 32, 74, 31, 66, 45, 123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 836, 75, 0, 0, 0, 0, 2, 0, 8, 0, 0, 0, 3316, 0, 375, 0, 0, 0, 0, '', 69, 0, 0, 0, 0, 9767),
|
||||
@@ -43276,7 +43294,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(48481, 4, 4, -1, 'Thassarian\'s Battleplate of Triumph', 61347, 4, 4096, 2, 1, 0, 0, 5, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 139, 7, 155, 32, 82, 36, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 871, 165, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 3357, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48482, 4, 4, -1, 'Thassarian\'s Gauntlets of Triumph', 62059, 4, 4096, 2, 1, 0, 0, 10, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 107, 7, 115, 32, 67, 31, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 871, 55, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 2927, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48483, 4, 4, -1, 'Thassarian\'s Helmet of Triumph', 62032, 4, 4096, 2, 1, 0, 0, 1, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 131, 7, 155, 32, 82, 37, 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 871, 100, 0, 0, 0, 0, 1, 0, 4, 0, 0, 0, 3312, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48484, 4, 4, -1, 'Thassarian\'s Legplates of Triumph', 61853, 4, 4096, 2, 1, 0, 0, 7, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 139, 7, 155, 32, 82, 44, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 871, 120, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 3357, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48484, 4, 4, -1, 'Thassarian\'s Legplates of Triumph', 61853, 4, 4096, 2, 1, 0, 0, 7, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 139, 7, 155, 32, 82, 44, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 871, 120, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 3357, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(48485, 4, 4, -1, 'Thassarian\'s Shoulderplates of Triumph', 62012, 4, 4096, 2, 1, 0, 0, 3, 32, 2147483647, 245, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 107, 7, 115, 32, 67, 31, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1854, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 871, 100, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2927, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48486, 4, 4, -1, 'Thassarian\'s Shoulderplates of Triumph', 62012, 4, 4104, 2, 1, 0, 0, 3, 32, 2147483647, 258, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 122, 7, 130, 32, 76, 31, 68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1941, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 871, 100, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2927, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
(48487, 4, 4, -1, 'Thassarian\'s Legplates of Triumph', 61853, 4, 4104, 2, 1, 0, 0, 7, 32, 2147483647, 258, 80, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 4, 158, 7, 174, 32, 94, 44, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, -1, 0, 1, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 871, 120, 0, 0, 0, 0, 4, 0, 2, 0, 0, 0, 3357, 0, 375, 0, 0, 0, 0, '', 68, 0, 0, 0, 0, 10314),
|
||||
@@ -45170,7 +45189,8 @@ INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclas
|
||||
(51099, 4, 3, -1, 'NPC Equip 51099', 57063, 0, 0, 0, 1, 0, 0, 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51100, 4, 3, -1, 'NPC Equip 51100', 57057, 0, 0, 0, 1, 0, 0, 5, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51101, 4, 3, -1, 'NPC Equip 51101', 57060, 0, 0, 0, 1, 0, 0, 10, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51102, 4, 3, -1, 'NPC Equip 51102', 57058, 0, 0, 0, 1, 0, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51102, 4, 3, -1, 'NPC Equip 51102', 57058, 0, 0, 0, 1, 0, 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1);
|
||||
INSERT INTO `item_template` (`entry`, `class`, `subclass`, `SoundOverrideSubclass`, `name`, `displayid`, `Quality`, `Flags`, `FlagsExtra`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `StatsCount`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `ScalingStatDistribution`, `ScalingStatValue`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `RandomSuffix`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `TotemCategory`, `socketColor_1`, `socketContent_1`, `socketColor_2`, `socketContent_2`, `socketColor_3`, `socketContent_3`, `socketBonus`, `GemProperties`, `RequiredDisenchantSkill`, `ArmorDamageModifier`, `duration`, `ItemLimitCategory`, `HolidayId`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `flagsCustom`, `VerifiedBuild`) VALUES
|
||||
(51103, 4, 3, -1, 'NPC Equip 51103', 57065, 0, 0, 0, 1, 0, 0, 7, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51104, 4, 3, -1, 'NPC Equip 51104', 57063, 0, 0, 0, 1, 0, 0, 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
(51105, 4, 3, -1, 'NPC Equip 51105', 57057, 0, 0, 0, 1, 0, 0, 5, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, '', 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 1),
|
||||
|
||||
@@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `item_template_locale` (
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.item_template_locale: ~296,225 rows (approximately)
|
||||
-- Dumping data for table acore_world.item_template_locale: ~313,250 rows (approximately)
|
||||
DELETE FROM `item_template_locale`;
|
||||
INSERT INTO `item_template_locale` (`ID`, `locale`, `Name`, `Description`, `VerifiedBuild`) VALUES
|
||||
(17, 'deDE', 'Martinsfuror', '', 15050),
|
||||
|
||||
@@ -38,7 +38,7 @@ CREATE TABLE IF NOT EXISTS `npc_text_locale` (
|
||||
PRIMARY KEY (`ID`,`Locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
|
||||
|
||||
-- Dumping data for table acore_world.npc_text_locale: ~21,454 rows (approximately)
|
||||
-- Dumping data for table acore_world.npc_text_locale: ~22,014 rows (approximately)
|
||||
DELETE FROM `npc_text_locale`;
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(1, 'deDE', '', 'Seid gegrüßt, $N', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
@@ -2188,7 +2188,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(3516, 'deDE', 'Jawoll, Ihr suchen Christopher Drakul in Handwerksviertel. Er auf Ostplattform', 'Jawoll, Ihr suchen Christopher Drakul in Handwerksviertel. Er auf Ostplattform', 'Wir Gilde beitreten? Nein? Gut, Ihr finden Gildenmeister auf Ostplattform in Handwerksviertel', 'Wir Gilde beitreten? Nein? Gut, Ihr finden Gildenmeister auf Ostplattform in Handwerksviertel.', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(3516, 'frFR', 'Oui, vous chercher Christopher Drakul dans Quartier des marchands. Lui sur plate-forme est.', 'Oui, vous chercher Christopher Drakul dans Quartier des marchands. Lui sur plate-forme est.', 'Nous rejoindre la guilde ? Non ? D’accord, vous trouver maître des guildes sur plateforme est, dans Quartier des marchands.', 'Nous rejoindre la guilde ? Non ? D’accord, vous trouver maître des guildes sur plateforme est, dans Quartier des marchands.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(3516, 'zhCN', '噢,你在寻找贸易区的克里斯多夫·德库尔。他在东部的平台上。', '噢,你在寻找贸易区的克里斯多夫·德库尔。他在东部的平台上。', '噢,你在寻找贸易区的克里斯多夫·德库尔。他在东部的平台上。', '噢,你在寻找贸易区的克里斯多夫·德库尔。他在东部的平台上。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(3517, 'deDE', 'Mit Gastwirt Norman auf oberer Ring in Handwerksviertel Ihr müssen reden', 'Mit Gastwirt Norman auf oberer Ring in Handwerksviertel Ihr müssen reden', 'Kein Ruh für die Bösen, aber wir denken, Ihr in Ordnung. Ihr finden Gastwirt Norman auf oberer Ring von Handwerksviertel', 'Kein Ruh für die Bösen, aber wir denken, Ihr in Ordnung. Ihr finden Gastwirt Norman auf oberer Ring von Handwerksviertel.', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(3517, 'deDE', 'Mit Gastwirt Norman auf oberer Ring in Handwerksviertel Ihr müssen reden', 'Mit Gastwirt Norman auf oberer Ring in Handwerksviertel Ihr müssen reden', 'Kein Ruh für die Bösen, aber wir denken, Ihr in Ordnung. Ihr finden Gastwirt Norman auf oberer Ring von Handwerksviertel', 'Kein Ruh für die Bösen, aber wir denken, Ihr in Ordnung. Ihr finden Gastwirt Norman auf oberer Ring von Handwerksviertel.', '', '', '', '', '', '', '', '', '', '', '', '');
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(3517, 'frFR', 'Aubergiste Norman sur cercle supérieur du Quartier des marchands, parlez-lui.', 'Aubergiste Norman sur cercle supérieur du Quartier des marchands, parlez-lui.', 'Pas de pitié pour les vilains, mais vous avoir l\'air de quelqu\'un de bien. Vous trouver aubergiste Norman sur anneau supérieur du Quartier des marchands.', 'Pas de pitié pour les vilains, mais vous avoir l\'air de quelqu\'un de bien. Vous trouver aubergiste Norman sur anneau supérieur du Quartier des marchands.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(3517, 'zhCN', '你得去贸易区找旅店老板诺曼谈谈。', '你得去贸易区找旅店老板诺曼谈谈。', '你得去贸易区找旅店老板诺曼谈谈。', '你得去贸易区找旅店老板诺曼谈谈。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(3518, 'deDE', 'Briefkasten in Stadtmitte, Handwerksviertel, oberer Ring... neben Gasthaus', 'Briefkasten in Stadtmitte, Handwerksviertel, oberer Ring... neben Gasthaus', 'Wir rauskriegen müssen, ob unser Gehirn... Gehirn... Gehirnhacker bei Auktion sein verkauft worden. Ihr finden Briefkasten neben Gasthaus auf oberer Ring von Handwerksviertel', 'Wir rauskriegen müssen, ob unser Gehirn... Gehirn... Gehirnhacker bei Auktion sein verkauft worden. Ihr finden Briefkasten neben Gasthaus auf oberer Ring von Handwerksviertel.', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
@@ -4463,7 +4464,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(5325, 'deDE', 'Darianna ist viel versprechend, aber sie ist so voller Energie, dass es für sie schwierig ist, still zu halten und zuzuhören. Mit ihrer Kraft und Beweglichkeit fürchte ich, dass es nicht lange dauert, bis sie zum Kampf gerufen wird. Wir müssen sie schnell ausbilden.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(5325, 'frFR', 'Darianna est prometteuse, mais elle est si pleine d\'énergie qu\'il lui est difficile de rester tranquille et d\'écouter. Avec sa force et son agilité, j\'ai peur qu\'elle soit bien vite appelée à combattre. Nous devons la former rapidement.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5325, 'zhCN', '达丽亚娜答应了,但是她的精力如此充沛,很难让她安静下来仔细的聆听。她气力十足又机灵敏捷,我恐怕她不久就会被叫去参加战斗。我们必须快点教她。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5326, 'deDE', 'Wenn Ihr für weitere Ausbildung hier seid, habt Ihr meine Fähigkeiten überschätzt. Sprecht mit Telonis dort drüben, er kann Euch helfen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(5326, 'deDE', 'Wenn Ihr für weitere Ausbildung hier seid, habt Ihr meine Fähigkeiten überschätzt. Sprecht mit Telonis dort drüben, er kann Euch helfen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(5326, 'frFR', 'Si vous êtes ici pour approfondir votre entraînement, vous surestimez mes capacités. Parlez plutôt à Telonis, là-bas, il pourra vous aider.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5326, 'zhCN', '如果你来这儿是为了得到进一步的训练,那你是高估我的能力了。跟泰龙尼斯谈谈;他应该能帮助你。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(5328, 'frFR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -7213,7 +7215,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(7818, 'deDE', 'Der Krieg gegen die Horde hat enorme Ausmaße angenommen, $N. Dies ist eine Zeit der Prüfungen für die Allianz und ein jeder von uns sollte seinen Beitrag leisten!', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(7818, 'frFR', 'La guerre contre la Horde a atteint son paroxysme, $N. C\'est une passe très délicate pour l\'Alliance, et chacun d\'entre nous doit apporter sa part d\'aide.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(7818, 'zhCN', '与部落之间的战争已经到了白热化的阶段,$N。联盟需要大量的物资,我们应竭尽所能,提供帮助。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(7819, 'deDE', 'Es herrscht Krieg, $N! Es ist an der Zeit, dass ein jedes Mitglied der Horde dem Ruf der Waffen folgt, um den Kampf mit der feigen Allianz aufzunehmen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(7819, 'deDE', 'Es herrscht Krieg, $N! Es ist an der Zeit, dass ein jedes Mitglied der Horde dem Ruf der Waffen folgt, um den Kampf mit der feigen Allianz aufzunehmen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(7819, 'frFR', 'La guerre est sur nous, $N. Il est temps pour chaque membre de la Horde de répondre à cet appel et de se joindre au combat contre la lâche Alliance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(7819, 'zhCN', '战争即将来临,$N。每个部落成员都要响应号召,并肩击溃懦弱的联盟。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(7820, 'deDE', '', 'Ihr seid ein Lederer, nicht wahr? Es ist dieser leichte Duft nach gegerbten Fellen an Euch, den ich überall erkennen würde.$B$BMein Vater erzählte mir oft von einem sehr begabten Handwerksmeister, der vor Jahrhunderten beim Südwindposten gelebt haben soll. Es ist eine Schande, dass es dort heutzutage nur noch Ruinen gibt.', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
@@ -9961,7 +9964,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(9377, 'deDE', 'Wir müssen nach Überlebenden suchen. Wenn noch jemand am Leben ist, müssen wir zumindest versuchen, sie zurückzuholen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(9377, 'frFR', 'Il faut essayer de trouver des survivants. Au cas où il en resterait, nous devons au moins essayer de les récupérer...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9377, 'zhCN', '我们一定要寻找生还者。如果有任何人还活着,我们一定要至少试着把他们救回来...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9380, 'deDE', '', 'Gut gemacht, Abenteurer! Der Tod von Furor Winterfrost hat uns eine kleine Verschnaufpause verschafft und den Vormarsch des Feindes verlangsamt. Nutzt die Zeit weise! Versorgt die Verwundeten und bereitet Eure Verteidigung vor, denn schon bald wird Archimonde noch weitaus tödlichere Gefahren auf uns loslassen! Meine spärlichen Reserveeinheiten werden uns verstärken, wenn der Kampf weitergeht.', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(9380, 'deDE', '', 'Gut gemacht, Abenteurer! Der Tod von Furor Winterfrost hat uns eine kleine Verschnaufpause verschafft und den Vormarsch des Feindes verlangsamt. Nutzt die Zeit weise! Versorgt die Verwundeten und bereitet Eure Verteidigung vor, denn schon bald wird Archimonde noch weitaus tödlichere Gefahren auf uns loslassen! Meine spärlichen Reserveeinheiten werden uns verstärken, wenn der Kampf weitergeht.', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(9380, 'frFR', 'Bien joué, $Gaventurier:aventurière;. La mort de Rage Froidhiver va nous fournir un léger répit dans l\'avancée de l\'ennemi. Usez sagement de ce court laps de temps. Soignez vos blessés et préparez vos défenses, car bientôt Archimonde nous enverra des troupes encore plus dangereuses. Ma petite troupe de soldats réservistes viendra vous porter renfort quand le combat éclatera de nouveau.', 'Bien joué, $Gaventurier:aventurière;. La mort de Rage Froidhiver va nous fournir un léger répit dans l\'avancée de l\'ennemi. Usez sagement de ce court laps de temps. Soignez vos blessés et préparez vos défenses, car bientôt Archimonde nous enverra des troupes encore plus dangereuses. Ma petite troupe de soldats réservistes viendra vous porter renfort quand le combat éclatera de nouveau.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9380, 'zhCN', NULL, '做的好,冒险者。瑞齐·凛冬的死暂停了敌人的进展,让我们全都可以喘一口气。聪明地使用这短暂的时间。治好伤者,准备好你们的防御,阿克蒙德很快就会派更可怕的军队来对付我们。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9381, 'frFR', 'Alors qu\'Archimonde fasse de son mieux.', 'Alors qu\'Archimonde fasse de son mieux.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -10040,8 +10044,7 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(9421, 'frFR', 'La Légion ardente. Des démons. Je les vois aussi clairement que vous voyez votre main devant votre figure. En fait, je les voyais très clairement à l’époque.$B$BLa Légion est revenue avec de nouveaux plans machiavéliques. En temps normal je peux sentir la présence d’un démon à mille pas.$B$B<Altuis fais la grimace.>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9421, 'zhCN', '燃烧军团。恶魔。我能清楚的看见他们就像你可以看见你自己的双手一样。只不过,我是过去可以清楚的看见他们。$B$B军团带着新的阴谋诡计回来。在正常的情况下,我可以感应到几千步以外的恶魔。$B$B<奥翠司做了个厌恶的鬼脸。>', '燃烧军团。恶魔。我能清楚的看见他们就像你可以看见你自己的双手一样。只不过,我是过去可以清楚的看见他们。$b$b军团带着新的阴谋诡计回来。在正常的情况下,我可以感应到几千步以外的恶魔。$b$b<奥翠司做了个厌恶的鬼脸。>', '燃烧军团。恶魔。我能清楚的看见他们就像你可以看见你自己的双手一样。只不过,我是过去可以清楚的看见他们。$b$b军团带着新的阴谋诡计回来。在正常的情况下,我可以感应到几千步以外的恶魔。$b$b<奥翠司做了个厌恶的鬼脸。>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9422, 'deDE', 'Sie weichen mir aus. Ich kann nicht hinter Ihre Verteidigung sehen. Sie haben Schutzzauber platziert, um der Entdeckung zu entgehen.$B$B<Altruis zeigt nach Westen.>$B$BSie fürchten uns, weil sie wissen, dass wir uns vor nichts fürchten. Die Kosten für diese Macht sind hoch, die Opfer viele.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(9422, 'frFR', 'Ils se dérobent. Je n’arrive pas à voir au-delà de leurs protections. Ils ont mis en place des sorts de garde pour ne pas être détectés.$B$B<Altruis pointe vers l’ouest.>$B$BIls nous craignent car ils savent que nous n’avons peur de rien. Le prix d’un tel pouvoir est élevé, et les sacrifices sont nombreux.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(9422, 'frFR', 'Ils se dérobent. Je n’arrive pas à voir au-delà de leurs protections. Ils ont mis en place des sorts de garde pour ne pas être détectés.$B$B<Altruis pointe vers l’ouest.>$B$BIls nous craignent car ils savent que nous n’avons peur de rien. Le prix d’un tel pouvoir est élevé, et les sacrifices sont nombreux.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9422, 'zhCN', '他们难倒我了。我不能越过他们的防御。他们已经配置了监督来阻止侦测。$B$B<奥翠司往西边指。>$B$B他们知道我们无所畏惧所以他们很怕我们。这样的力量付出的代价是很大的,牺牲无数。', '他们难倒我了。我不能越过他们的防御。他们已经分配了监督来阻止侦测。$b$b<奥翠司往西边指。>$b$b他们知道我们无所畏惧所以他们很怕我们。这样的力量付出的代价是很大的,牺牲无数。', '他们难倒我了。我不能越过他们的防御。他们已经配置了监督来阻止侦测。$b$b<奥翠司往西边指。>$b$b他们知道我们无所畏惧所以他们很怕我们。这样的力量付出的代价是很大的,牺牲无数。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(9423, 'deDE', '<Altruis wendet sich Euch zu und lächelt.>$B$BDas tue ich nicht.$B$B<Altruis zeigt auf sein Reittier, Nethrandamus.>$B$BWir müssen sie aufhalten, bevor die in diesen Konstruktionslagern fertigstellen können, was immer sie da auch bauen.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(9423, 'frFR', '<Altruis se tourne vers vous et sourit.>$B$BJe ne les vois pas.$B$B<Altruis désigne sa monture, Néanstradamus.>$B$BNous devons les arrêter avant que ces camps de forge ne puissent achever ce qu’ils sont en train de bâtir.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -12471,7 +12474,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(10777, 'zhCN', '被遗忘者的武器大师阿基巴德对长柄武器有他的一套方法。他在幽暗城的军事区训练人们。银月城远行者广场的血精灵武器大师,伊利达,也可以告诉你相关的技巧。', '被遗忘者的武器大师阿基巴德对长柄武器有他的一套方法。他在幽暗城的军事区训练人们。银月城远行者广场的血精灵武器大师,伊利达,也可以告诉你相关的技巧。', '被遗忘者的武器大师阿基巴德对长柄武器有他的一套方法。他在幽暗城的军事区训练人们。银月城远行者广场的血精灵武器大师,伊利达,也可以告诉你相关的技巧。', '被遗忘者的武器大师阿基巴德对长柄武器有他的一套方法。他在幽暗城的军事区训练人们。银月城远行者广场的血精灵武器大师,伊利达,也可以告诉你相关的技巧。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(10778, 'deDE', 'Stabkampf wird von Hanashi, dem Trollwaffenmeister im Tal der Ehre von Orgrimmar und Ansekhwa, dem Taurenwaffenmeister auf der unteren zentralen Anhöhe von Donnerfels, gelehrt', 'Stabkampf wird von Hanashi, dem Trollwaffenmeister im Tal der Ehre von Orgrimmar und Ansekhwa, dem Taurenwaffenmeister auf der unteren zentralen Anhöhe von Donnerfels, gelehrt.', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(10778, 'frFR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(10778, 'zhCN', '法杖类武器由位於奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位於雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', '法杖类武器由位於奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位於雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', '奥格瑞玛荣誉谷的巨魔武器大师哈纳什和雷霆崖中部高地底层的牛头人武器大师安塞瓦可以教你如何使用法杖。', '法杖类武器由位于奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位于雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(10778, 'zhCN', '法杖类武器由位於奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位於雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', '法杖类武器由位於奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位於雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', '奥格瑞玛荣誉谷的巨魔武器大师哈纳什和雷霆崖中部高地底层的牛头人武器大师安塞瓦可以教你如何使用法杖。', '法杖类武器由位于奥格玛荣誉谷的食人妖武器大师,哈纳什所教导,以及位于雷霆崖低层中部高地进行训练的牛头人武器大师,安塞瓦。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(10779, 'deDE', 'Die Blutelfe Ileda auf dem Platz der Weltenwanderer in Silbermond, unterrichtet Ihre Schüler im Kampf mit einhändig und zweihändig geführten Schwertern. Archibald, Waffenmeister der Unterstadt, kann Euch ebenfalls unterweisen. Er befindet sich im Kriegsviertel', 'Die Blutelfe Ileda auf dem Platz der Weltenwanderer in Silbermond, unterrichtet Ihre Schüler im Kampf mit einhändig und zweihändig geführten Schwertern. Archibald, Waffenmeister der Unterstadt, kann Euch ebenfalls unterweisen. Er befindet sich im Kriegsviertel.', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(10779, 'frFR', 'Ileda des elfes de sang, qui se trouve sur la place des Pérégrins à Lune-d’argent, apprend à ses élèves le maniement des épées à une main et à deux mains. Archibald, le maître d’armes de Fossoyeuse, peut aussi vous enseigner ; il se trouve dans le quartier de la Guerre.', 'Ileda des elfes de sang, qui se trouve sur la place des Pérégrins à Lune-d’argent, apprend à ses élèves le maniement des épées à une main et à deux mains. Archibald, le maître d’armes de Fossoyeuse, peut aussi vous enseigner ; il se trouve dans le quartier de la Guerre.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(10779, 'zhCN', '血精灵的伊利达,可在银月城的远行者广场中找到他,训练他的学生单手及双手剑。阿基巴德,幽暗城的武器大师,也能够训练你;他就在军事区那。', '血精灵的伊利达,可在银月城的远行者广场中找到他,训练他的学生单手及双手剑。阿基巴德,幽暗城的武器大师,也能够训练你;他就在军事区那。', '银月城远行者广场的血精灵伊蕾达会教你学习使用单手剑和双手剑。幽暗城的武器大师阿基巴德同样也能教你,他就在军事区。', '血精灵的伊利达,可在银月城的远行者广场中找到他,训练他的学生单手及双手剑。阿基巴德,幽暗城的武器大师,也能够训练你;他就在军事区那。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -15414,7 +15418,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(13304, 'zhCN', '泰坦并不是一夜之间就创造出生命体。这是个渐进,并需要大量实验和重复的过程。$B$B因为那样,才有像休拉萨盆地这种高度防护的地方存在。$B$B为了确保实验地点的安全,泰坦们创造了一个防御机器。不过,它所拥有的破坏性力量却是前所未见,而我什么都不会说,除非你发誓你会效忠於我的理念。', '泰坦并不是一夜之间就创造出生命体。这是个渐进,并需要大量实验和重复的过程。$B$B因为那样,才有像休拉萨盆地这种高度防护的地方存在。$B$B为了确保实验地点的安全,泰坦们创造了一个防御机器。不过,它所拥有的破坏性力量却是前所未见,而我什么都不会说,除非你发誓你会效忠於我的理念。', '泰坦并不是一夜之间就创造出生命体。这是个渐进,并需要大量实验和重复的过程。\r\n\r\n因为那样,才有像休拉萨盆地这种高度防护的地方存在。\r\n\r\n为了确保实验地点的安全,泰坦们创造了一个防御机器。不过,它所拥有的破坏性力量却是前所未见,而我什么都不会说,除非你发誓你会效忠於我的理念。', '泰坦并不是一夜之间就创造出生命体。这是个渐进,并需要大量实验和重复的过程。$B$B因为那样,才有像休拉萨盆地这种高度防护的地方存在。$B$B为了确保实验地点的安全,泰坦们创造了一个防御机器。不过,它所拥有的破坏性力量却是前所未见,而我什么都不会说,除非你发誓你会效忠于我的理念。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(13305, 'deDE', '', 'Es grenzt an Frevel, dass diese Geheimnisse einem Sterblichen wie Euch offenbart werden, jedoch habe ich keine Wahl.$B$BSeitdem mich Freya, die Tochter der Titanen, hier zurückgelassen hat, hatte ich nur eine Aufgabe und ich darf nicht versagen. Das Leben muss um jeden Preis geschützt werden.$B$BEs gibt ein Wegtor, das diesen Ort mit einem anderen, sehr ähnlichen verbindet. Dort kann die Waffe, die wir suchen, gefunden werden.', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(13305, 'frFR', NULL, 'Révéler ces secrets à $gun mortel tel:une mortelle telle; que vous confine au sacrilège, mais je n\'ai pas le choix.$B$BDepuis que Freya, fille des titans, m\'a laissée ici, je n\'ai plus qu\'une mission, et je ne dois pas échouer.$B$BIl existe un portail qui relie cet endroit à un autre, très similaire. C\'est là-bas que l\'arme que nous cherchons se trouve.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(13305, 'zhCN', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。\r\n\r\n自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。\r\n\r\n有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(13305, 'zhCN', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。\r\n\r\n自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。\r\n\r\n有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', '把这些秘密告诉像你这样的凡人简直是亵渎,不过我也没有多少选择了。$B$B自从泰坦之女,芙蕾雅把我留在这里进行唯一的任务,我不能失败。必须不惜代价保护生命体。$B$B有一个甬道之门连结本地与另一处极为相似之地。在那,我们可以找到我们在找的武器。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(13306, 'deDE', 'Dieser Außenposten ist zahnradfreie Zone. Leute, die beim Bau von mechanischen Geräten Zahnräder verwenden, werden erbarmungslos verspottet.', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
|
||||
(13306, 'frFR', 'Cet avant-poste est non-boulonneur. Toute personne qui utiliserait des boulons pour construire un engin mécanique deviendra l\'objet de moqueries incessantes.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(13306, 'zhCN', '这个前哨是个无齿轮地区。在机器装置建造上使用齿轮的人都会受到无情的嘲笑。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -18592,7 +18597,8 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(15477, 'frFR', 'On m\'a pas toujours appelé vieux Pete Vaurien.$B$BUne fois, quand j\'étais un jeune vaurien, j\'pensais impressionner un jolie p\'tit lot, Bellie, elle s\'appelait, avec mes talents au burin.$B$BC\'te vieille Bellie ! C\'était quelque chose. Ferme, elle était. Et bien ronde partout, sauf au milieu. La fille idéale, autant dire.$B$BAlors j\'me suis trouvé un bout d\'calcaire aussi blanc qu\'sa peau et j\'me suis mis à buriner et à ciseler pour faire comme qui dirait une vraie œuvre d\'art, mais j\'me suis tout embrouillé dans les échelles, vous voyez ? Et au final j\'me suis retrouvé avec un énorme... comment vous diriez ça ? Un très très gros cul.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15477, 'zhCN', '我不是一直都被叫做老脏鬼皮特。$B$B在我年轻和也很脏的时候,我以为可以靠着我的巧手把到一个叫做佩丽的奶妈。$B$B老佩丽啊!她真的与众不同。很固执的,除了那个以外什么都大,女人嘛!$B$B所以我找了一块和她皮肤一样白的大理石,然後用我的巧手开始雕刻,创造出了所谓的旷世钜作。但我的比例出了问题,懂吗?我最後雕出来的是一个巨大无比的...屁股。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15478, 'frFR', 'Vous avez bien entendu, $Ggamin:gamine;, un cul ! Pas l\'cadeau idéal pour une dame. Mais j\'l\'aimais bien. Alors j\'l\'ai offert au bistrot du quartier.$B$BIls ont appelé ça les Fesses de Pete le Vaurien, et avec le temps c\'est devenu l\'nom du bar, avant qu\'les orcs viennent tout faire cramer et laissent que mon gros cul fumant au milieu d\'un tas de décombres.$B$B<Vieux Pete Vaurien verse une petite larme.>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15478, 'zhCN', '你没听错,$g小子:小妞;,一个屁股!似乎不是很适合送给女士的东西,但我喜欢它。所以我把它捐给了我常去的酒吧。$B$B他们称我的作品为「老脏鬼皮特的屁屁」,最後把酒吧的名字也取为「老脏鬼皮特的屁屁」。但兽人把酒吧烧成了焦炭,如今还剩下的只有夹在瓦砾中的大焦黑屁屁了。$B$B<老脏鬼皮特滴了一滴眼泪下来。>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15478, 'zhCN', '你没听错,$g小子:小妞;,一个屁股!似乎不是很适合送给女士的东西,但我喜欢它。所以我把它捐给了我常去的酒吧。$B$B他们称我的作品为「老脏鬼皮特的屁屁」,最後把酒吧的名字也取为「老脏鬼皮特的屁屁」。但兽人把酒吧烧成了焦炭,如今还剩下的只有夹在瓦砾中的大焦黑屁屁了。$B$B<老脏鬼皮特滴了一滴眼泪下来。>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(15479, 'frFR', 'À l\'époque de la guerre - pas celle-ci, hein, l\'autre - quand les orcs montaient des dragons ? Moi et Linotte on était parti d\'Austrivage vers le port de Menethil dans une barque qu\'on avait construite en pin noueux une fois qu\'on était pleins jusqu\'aux yeux de grog à la cerise.$B$BEt pis on a fait d\'après mes calculs le tiers du chemin, calculs qui valaient surtout au pif, vu qu\'autour de nous y\'avait rien d\'autre que la mer partout, quand j\'ai senti que mes pieds commençaient à être mouillés.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15479, 'zhCN', '当年打仗的时候—不是那个,另一个,兽人有骑龙的那个。我跟惠斯勒从南海镇要去米奈希尔港,然後我们坐的是自己弄的船,大松树的树干砍下来自己搞的划艇,而且樱桃酒还灌得还蛮爽的。$B$B等我们划到大概三分之一的时候—我猜差不多有那么远了,因为旁边什么都没有,就只有海。反正就是那个时候,我开始觉得脚湿湿的。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(15480, 'frFR', 'Alors laissez-moi vous dire un truc sur le pin noueux, $Ggamin:gamine;. Ben c\'est plein de nœuds.$B$BEt les nœuds, c\'est rien d\'autres que des trous dans les arbres, et ça c\'est pas malin pour faire une barque. Alors j\'ai engueulé Linotte qu\'avait choisi l\'bois, mais lui de son côté y m\'engueulait pour mon choix de calfat, vu que j\'avais choisi de pas calfater. Au final on a décidé de régler not\' différend à la boisson.$B$BEt quand on a été à court de grog, c\'est là qu\'on a fait ce combat au couteau. Pour le sport.$B$BAu final, on est jamais allé jusqu\'à Menethil, et j\'crois bien qu\'au moins un d\'nous deux s\'est noyé.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
@@ -20041,8 +20047,7 @@ INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`,
|
||||
(16717, 'zhCN', '我的补给完全用光,道路又被兽人给封锁了。运气真是遭透了!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16719, 'frFR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16719, 'zhCN', '<少校点了个头。>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16720, 'frFR', 'Déjà de retour, $N ? Avez-vous appris quelque chose ?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
INSERT INTO `npc_text_locale` (`ID`, `Locale`, `Text0_0`, `Text0_1`, `Text1_0`, `Text1_1`, `Text2_0`, `Text2_1`, `Text3_0`, `Text3_1`, `Text4_0`, `Text4_1`, `Text5_0`, `Text5_1`, `Text6_0`, `Text6_1`, `Text7_0`, `Text7_1`) VALUES
|
||||
(16720, 'frFR', 'Déjà de retour, $N ? Avez-vous appris quelque chose ?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16720, 'zhCN', '这么快就回来了,$n?有没有从码头工人那儿问出些什么?', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16726, 'frFR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
(16726, 'zhCN', '我一心只在乎挽回埃德萨拉斯的荣光,无瑕顾及其他所有的俗务:战争、冲突,结盟,通通都不重要,直到这座城市安全为止。', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
||||
|
||||
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `page_text_locale` (
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.page_text_locale: ~9,945 rows (approximately)
|
||||
-- Dumping data for table acore_world.page_text_locale: ~11,053 rows (approximately)
|
||||
DELETE FROM `page_text_locale`;
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(15, 'deDE', 'Mein lieber Morgan,$B$Bdie Geschäfte hier in Goldhain gehen gut - so gut, dass ich bislang noch nicht einmal dazugekommen bin, dir eine Lieferung zu schicken!$B$BDie Person, die dir diese Notiz übergibt, hat gleichzeitig auch den Auftrag von mir, dir ein großes Paket Wachskerzen zu übergeben - du weißt schon, diese Dinger, wie sie Kobolde gern auf dem Kopf tragen.$B$BBitte zeig dich dankbar und entlohn die Person angemessen.', 0),
|
||||
@@ -2004,7 +2004,8 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(404, 'deDE', 'Wo ich es einst für geradezu grotesk hielt, dass ein Mensch zu uns käme und von uns lernte, hat dieser Hexer, dieser böse Mann, nicht nur überlebt, er hat sich auch einiges von unserem Wissen angeeignet. Ich weiß noch immer nicht, wie...$BIch habe nie herausgefunden, welche Ziele er verfolgt, sein Plan jedoch schien einfach: Mit Hilfe druidischer Magie wollte er sich die Furbolgs erst zu Freunden machen und sie dann unter seine Kontrolle bringen. Sollte er damit meinesgleichen schaden wollen oder andere finstere Ziele verfolgen, so hoffe ich, dass ich es herausfinde, ehe mein Weg endet.', 0),
|
||||
(404, 'esES', 'Si bien antes pensé que sería absurdo que un humano llegara a nuestras tierras y aprendiera nuestras costumbres, este zahorí, este hombre malvado, llegó aquí y no solo sobrevivió, sino que obtuvo parte de nuestra sabiduría. Todavía no sé bien cómo lo hizo...$B$BDurante mi investigación, no he podido descubrir hasta ahora sus objetivos, pero su plan parece simple: utilizar magia druídica, intentó primero hacer amigos y luego controlar a los fúrbolgs. Si hubo un intento de causar daño a mis parientes o cualquier otro propósito malicioso, espero encontrar la explicación antes de acabar mis pesquisas.', 0),
|
||||
(404, 'esMX', 'Si bien antes pensé que sería absurdo que un humano llegara a nuestras tierras y aprendiera nuestras costumbres, este zahorí, este hombre malvado, llegó aquí y no solo sobrevivió, sino que obtuvo parte de nuestra sabiduría. Todavía no sé bien cómo lo hizo...$B$BDurante mi investigación, no he podido descubrir hasta ahora sus objetivos, pero su plan parece simple: utilizar magia druídica, intentó primero hacer amigos y luego controlar a los fúrbolgs. Si hubo un intento de causar daño a mis parientes o cualquier otro propósito malicioso, espero encontrar la explicación antes de acabar mis pesquisas.', 0),
|
||||
(404, 'frFR', 'J\'ai cru naguère grotesque l\'idée qu\'un humain vienne dans nos terres apprendre nos moeurs, mais ce sorcier, cet homme maléfique, est venu jusqu\'à nous. Il a survécu et appris une partie de notre savoir. Je ne suis pas certain de savoir comment...\n\nJe n\'ai pas compris ses objectifs lors de mon enquête, mais son plan semblait simple : en utilisant la magie druidique, il voulait se lier avec les furbolgs puis les contrôler. J\'espère apprendre avant que mon heure vienne si c\'est pour s\'en prendre à mon espèce ou pour quelque autre dessein maléfique.', 0),
|
||||
(404, 'frFR', 'J\'ai cru naguère grotesque l\'idée qu\'un humain vienne dans nos terres apprendre nos moeurs, mais ce sorcier, cet homme maléfique, est venu jusqu\'à nous. Il a survécu et appris une partie de notre savoir. Je ne suis pas certain de savoir comment...\n\nJe n\'ai pas compris ses objectifs lors de mon enquête, mais son plan semblait simple : en utilisant la magie druidique, il voulait se lier avec les furbolgs puis les contrôler. J\'espère apprendre avant que mon heure vienne si c\'est pour s\'en prendre à mon espèce ou pour quelque autre dessein maléfique.', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(404, 'ruRU', 'Хотя когда-то предположение, что человек может прийти в наши земли и учиться у нас, казалось мне смехотворным, этот волшебник, этот злой человек, пришел сюда и не только выжил, но и обрел часть наших знаний. Я все еще не понимаю, как...\r\n\r\nЯ так и не понял, сам план довольно прост: с помощью магии друидов он хотел подружиться с фурболгами, а затем подчинить их себе. Если это была попытка повредить моим сородичам или совершить что-нибудь зловредное, я надеюсь узнать об этом прежде, чем закончится мой путь.', 0),
|
||||
(404, 'zhCN', '我曾经觉得人类来到我们的土地上学习我们的东西是一件荒谬的事,然而这个法师,这个恶魔,他不仅在这里扎了根,还学到了我们的一些知识。我仍然无法确定他是如何……$B$B我一直没有搞清楚他的目的是什么,但是他的计划好像很简单:利用德鲁伊法术成为熊怪的朋友,然后控制它们。如果他企图伤害我的族人,或者有其他什么险恶的打算,那么我希望在我的生命终结之前能找到答案。', 0),
|
||||
(405, 'deDE', 'Jedenfalls war er bei der Umsetzung seiner Pläne durchaus erfolgreich. Wollte er seine Machenschaften zunächst an den Furbolgs ausprobieren, ehe er es bei meinem Volk versuchte? Hatten die Furbolgs etwas, das er begehrte? Wer weiß?$BMit einem von ihm geschaffenen Gegenstand (einer Art Rute oder Stab) wollte er die Furbolgstämme im Eschental unterwandern. Irgendwann - und hier sind viele Dinge noch weitgehend unklar - ertappten ihn die Furbolgs dabei, wie er sie zu manipulieren suchte, damit sie sich gegeneinander', 0),
|
||||
@@ -4226,7 +4227,8 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(1835, 'deDE', 'Die Nachtelfen befürchteten, die Zerstörung des neuen Brunnens könnte eine noch größere Katastrophe auslösen, daher beschlossen sie, ihn in Ruhe zu lassen. Malfurion verkündete jedoch, dass nie wieder Magie praktiziert werden sollte. Unter den Augen des wachsamen Cenarius begannen die Nachtelfen das Studium der alten Druidenkünste, mit denen sie die verwüstete Erde heilen und ihre geliebten Wälder am Fuße des Berges Hyjal wieder aufforsten konnten.', 0),
|
||||
(1835, 'esES', 'Preocupado ante la certeza de que la destrucción del nuevo Pozo conllevaría una catástrofe aún mayor, los elfos de la noche decidieron dejarlo en su lugar. No obstante, Malfurion declaró que nadie volvería jamás a practicar las artes de la magia. Bajo la mirada atenta de Cenarius, empezaron a estudiar las antiguas artes de los druidas con el propósito de sanar el planeta herido y replantar sus bosques amados en la base del Monte Hyjal.', 0),
|
||||
(1835, 'esMX', 'Preocupado ante la certeza de que la destrucción del nuevo Pozo conllevaría una catástrofe aún mayor, los elfos de la noche decidieron dejarlo en su lugar. No obstante, Malfurion declaró que nadie volvería jamás a practicar las artes de la magia. Bajo la mirada atenta de Cenarius, empezaron a estudiar las antiguas artes de los druidas con el propósito de sanar el planeta herido y replantar sus bosques amados en la base del Monte Hyjal.', 0),
|
||||
(1835, 'frFR', 'Craignant que la destruction du nouveau Puits ne déclenche une catastrophe plus terrible encore, les elfes de la nuit décidèrent de le laisser perdurer. Mais Malfurion déclara que jamais plus les arts de la magie ne devaient être pratiqués. Sous la surveillance attentive de Cénarius, les elfes commencèrent à étudier les arts anciens des druides qui leur permettraient de panser les plaies de la terre ravagée et de faire renaître leurs chères forêts au pied du mont Hyjal.', 0),
|
||||
(1835, 'frFR', 'Craignant que la destruction du nouveau Puits ne déclenche une catastrophe plus terrible encore, les elfes de la nuit décidèrent de le laisser perdurer. Mais Malfurion déclara que jamais plus les arts de la magie ne devaient être pratiqués. Sous la surveillance attentive de Cénarius, les elfes commencèrent à étudier les arts anciens des druides qui leur permettraient de panser les plaies de la terre ravagée et de faire renaître leurs chères forêts au pied du mont Hyjal.', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(1835, 'ruRU', 'Ночные эльфы не стали уничтожать новый Источник Вечности, чтобы не вызвать новой катастрофы. Однако Малфурион объявил, что ночные эльфы больше никогда не будут практиковать магию, после чего они под руководством Кенария стали изучать древнее искусство друидизма, которое помогло бы им исцелить истерзанную землю и вырастить новые леса у подножия горы Хиджал.', 0),
|
||||
(1835, 'zhCN', '考虑到摧毁这个新的永恒之井可能导致更大的灾难,暗夜精灵决定留下它。但是玛法里奥宣布,暗夜精灵永远都不能进行魔法研究。在塞纳留斯的关注下,他们开始学习古老的德鲁伊法术,学习如何治愈伤痕累累的大地,并开始在海加尔山脚下种植他们喜爱的树木。', 0),
|
||||
(1836, 'deDE', 'Viele Jahre arbeiteten die Nachtelfen unermüdlich daran, ihre alte Heimat so gut es ging wieder aufzubauen. Der Wald wuchs über den Ruinen der Tempel und Straßen, während sie neue Gebäude zwischen den grünen Bäumen und schattigen Hügeln am Fuße des Hyjal errichteten. Mit der Zeit kamen dann auch die Großdrachen, die die große Teilung überlebt hatten, aus ihren geheimen Verstecken.', 0),
|
||||
@@ -6482,7 +6484,8 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(2439, 'esMX', 'Dime, $C, ¿has oído el grito de un orco? ¿No defendías tal vez tu casa de los gnolls mientras ellos intentaban cortarte el cuello? Sí, suena horrible, ¿verdad?$B$BBueno, si deseas proteger a los tuyos, necesitarás mi ayuda. Me encontrarás en la abadía de Villanorte. Mis conocimientos no son fáciles de obtener, pero si tienes suficiente experiencia, puedo instruirte, enseñándote una serie de estilos y movimientos que te ayudarán a hacer frente a las amenazas de Ventormenta y más allá.$B$BLlane Beshere, instructor de guerreros', 0),
|
||||
(2439, 'frFR', 'Dites-moi, $c, avez-vous jamais entendu hurler un orc ? Défendu votre foyer contre des gnolls qui cherchent à vous égorger ? Oui, je sais, c’est dur à entendre.$b$bMa foi, vous aurez besoin de mon aide si vous voulez protéger les vôtres. Vous me trouverez dans l’abbaye de Comté-du-Nord. Mes connaissances ne sont pas données, mais si vous avez l’expérience requise, je pourrai vous enseigner bien des choses qui vous aideront à affronter les menaces de Hurlevent et d’ailleurs.$b$bLlane Beshere, maître des guerriers', 0),
|
||||
(2439, 'ruRU', 'Скажи-ка мне, |3-6($c), ты когда-нибудь $gслышал:слышала; боевой клич орков? А может быть, ты $gзащищал:защищала; свой дом от гноллов, желающих перегрызть глотку тебе и твоим близким? Жутковато звучит, не правда ли?$B$BЧто ж, тебе пригодится моя помощь. Меня можно найти в североземском аббатстве. Мои знания стоят недешево, но если ты достаточно $gопытен:опытна;, я могу научить тебя приемам и хитростям, которые помогут тебе защищать Штормград и наши земли.$B$BЛлан Бишер, наставник воинов', 0),
|
||||
(2439, 'zhCN', '告诉我,$c,你有没有听过兽人的咆哮?也许你曾参与在家乡抵御过豺狼人的袭击,差点就被那些家伙撕破了喉咙?啊,这些听上去都很可怕,不是吗?$B$B好吧,如果你想要保护自己所热爱的东西,那你就需要我的帮助,到北郡的修道院里来找我吧。我的知识并非免费传授给你的,不过如果你拥有足够的阅历,那我就能教给你很多东西,帮助你与威胁着暴风城的邪恶势力作战。$B$B——莱尼·拜舍尔,战士训练师', 0),
|
||||
(2439, 'zhCN', '告诉我,$c,你有没有听过兽人的咆哮?也许你曾参与在家乡抵御过豺狼人的袭击,差点就被那些家伙撕破了喉咙?啊,这些听上去都很可怕,不是吗?$B$B好吧,如果你想要保护自己所热爱的东西,那你就需要我的帮助,到北郡的修道院里来找我吧。我的知识并非免费传授给你的,不过如果你拥有足够的阅历,那我就能教给你很多东西,帮助你与威胁着暴风城的邪恶势力作战。$B$B——莱尼·拜舍尔,战士训练师', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(2440, 'deDE', 'ACHTUNG:$BIhr habt Euch umgehend bei Thran Khorman zu melden. Er hält sich im Gebäude A3 auf: den Bewohnern auch unter dem Namen Anvilmar bekannt. Nachdem Ihr Euch bei Khorman gemeldet habt, werdet Ihr Euch für den kommenden Krieg bereit machen - den Krieg, mit dem wir unsere Heimat Gnomeregan zurückerobern werden!$B$BAlle Anstrengungen und wichtigen Aufgaben müssen auf das Erreichen dieser Direktive konzentriert sein. Habt Ihr diese erfüllt, wird Euch eine neue Aufgabe zugewiesen.', 0),
|
||||
(2440, 'esES', 'ATENCIÓN:$BDebes presentarte a Thran Khorman inmediatamente. Se encuentra dentro del edificio A3, también conocido como Anvilmar, por los lugareños. Una vez que contactes con Khorman, procederá a prepararte para la próxima guerra - ¡la guerra para recuperar nuestro hogar Gnomeregan!$B$BTodos los esfuerzos y las tareas esenciales deben centrarse en lograr esta directiva. Una vez lograda, se te asignará una nueva tarea.', 0),
|
||||
(2440, 'esMX', 'ATENCIÓN:$BDebes presentarte a Thran Khorman inmediatamente. Se encuentra dentro del edificio A3, también conocido como Anvilmar, por los lugareños. Una vez que contactes con Khorman, procederá a prepararte para la próxima guerra - ¡la guerra para recuperar nuestro hogar Gnomeregan!$B$BTodos los esfuerzos y las tareas esenciales deben centrarse en lograr esta directiva. Una vez lograda, se te asignará una nueva tarea.', 0),
|
||||
@@ -8504,7 +8507,8 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3036, 'esMX', 'La terrorífica y enorme boca de esa bestia se abrió, lanzando agua helada a nuestra embarcación. Aquellas terribles mandíbulas detuvieron la proa de nuestro barco, arrancándola del casco. Los marineros y el cargamento se vieron violentamente precipitados al mar a medida que los restos del barco desaparecían entre las olas.$B$BLo último que recuerdo es que estaba volando desde el casco roto, golpeándome contra las oscuras olas. El mundo se volvió oscuro y creí que ahí quedaría mi último aliento. Cuando desperté en la enfermería de Theramore, supe que alguien debía contar nuestra historia.', 0),
|
||||
(3036, 'frFR', 'La bouche de cette immense créature s\'est ouverte, expédiant des traits d\'eau glacée vers notre embarcation. Ses terribles mâchoires se sont refermées sur la proue du bateau, l\'arrachant au reste de la coque. Équipage et cargaison furent projetés à la baille, alors que les restes du navire disparaissaient entre les vagues.\n\nLa dernière chose dont je me souviens, c\'est de mon vol plané sur la mer d\'encre et de mon plongeon sous sa surface. Le monde s\'est obscurci et je croyais ma dernière heure venue. Lorsque je me suis réveillé à l\'infirmerie de Theramore, j\'ai compris que quelqu\'un devait raconter notre histoire.', 0),
|
||||
(3036, 'ruRU', 'Чудовище раскрыло свою пасть, окатывая нас потоками ледяной воды. Его челюсти сомкнулись и оторвали нос нашего корабля. Моряки и весь груз оказались за бортом, а остатки корабля скрылись в морской пучине.$b$bПоследнее, что я помню, – это как меня выбросило из корабля в бушующее море… В моих глазах потемнело, и я решил, что сделал свой последний вздох. Когда меня привели в чувство в лазарете Терамора, мне стало ясно, что мой долг – поведать миру эту историю.', 0),
|
||||
(3036, 'zhCN', '这头巨兽张开血盆大口,冰冷的水柱朝我们的船只倾泻而来。它锋利的牙齿瞬间将船头撕成了碎片。船员和货物纷纷被抛到海中,船只的残骸也渐渐被海浪吞没。$B$B我只记得自己站立不稳,从破裂的船舱跌入海中后便失去了知觉。眼前的世界一片漆黑,我以为此次难逃一劫,注定要葬身鱼腹。待我苏醒后,发现自己躺在塞拉摩岛的医护室。看来,这段恐怖的经历必须得由我这个唯一的幸存者来讲述了。', 0),
|
||||
(3036, 'zhCN', '这头巨兽张开血盆大口,冰冷的水柱朝我们的船只倾泻而来。它锋利的牙齿瞬间将船头撕成了碎片。船员和货物纷纷被抛到海中,船只的残骸也渐渐被海浪吞没。$B$B我只记得自己站立不稳,从破裂的船舱跌入海中后便失去了知觉。眼前的世界一片漆黑,我以为此次难逃一劫,注定要葬身鱼腹。待我苏醒后,发现自己躺在塞拉摩岛的医护室。看来,这段恐怖的经历必须得由我这个唯一的幸存者来讲述了。', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3037, 'deDE', 'Kinder: Joel und Gina. Ehefrau: Suzannah.', 0),
|
||||
(3037, 'esES', 'Hijos: Joel y Gina. Esposa: Suzannah', 0),
|
||||
(3037, 'esMX', 'Hijos: Joel y Gina. Esposa: Suzannah', 0),
|
||||
@@ -10026,8 +10030,7 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3371, 'deDE', 'Die Magieschule der Weissagung dient dem Sammeln von Informationen. Mächtige Weissagungszauber erlauben es dem Magier, Ziele aus großer Entfernung zu sehen oder selbst Dinge wahrzunehmen, die eigentlich nicht wahrnehmbar sind. Einer der gängigsten Anwendungsbereiche der Weissagung ist die Wahrsagerei - die Fähigkeit, Dinge zu sehen, die weit entfernt liegen oder sich vielleicht sogar auf einer anderen Existenzebene befinden.', 0),
|
||||
(3371, 'esES', 'La adivinación es la escuela de magia dedicada a recopilar información. Adivinaciones potentes pueden permitir al mago incluso ver objetivos a gran distancia, o incluso poder ver lo que normalmente es invisible. Uno de los usos más comunes de la magia de adivinación es la Visión, que es el arte de ver algo que puede estar muy lejos - tal vez incluso que exista en otro plano.', 0),
|
||||
(3371, 'esMX', 'La adivinación es la escuela de magia dedicada a recopilar información. Adivinaciones potentes pueden permitir al mago incluso ver objetivos a gran distancia, o incluso poder ver lo que normalmente es invisible. Uno de los usos más comunes de la magia de adivinación es la Visión, que es el arte de ver algo que puede estar muy lejos - tal vez incluso que exista en otro plano.', 0),
|
||||
(3371, 'frFR', 'La divination est l\'école de magie dédiée à la recherche d\'informations. De puissantes divinations peuvent permettre au mage de voir des cibles depuis une grande distance, ou même voir ce qui normalement serait invisible. L\'une des utilisations les plus communes de la magie de divination est la clairvoyance, qui est l\'art de voir quelque chose qui peut-être très loin - voire même dans un autre plan d\'existence.', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3371, 'frFR', 'La divination est l\'école de magie dédiée à la recherche d\'informations. De puissantes divinations peuvent permettre au mage de voir des cibles depuis une grande distance, ou même voir ce qui normalement serait invisible. L\'une des utilisations les plus communes de la magie de divination est la clairvoyance, qui est l\'art de voir quelque chose qui peut-être très loin - voire même dans un autre plan d\'existence.', 0),
|
||||
(3371, 'ruRU', 'Ясновидение – это искусство сбора информации. Могучие провидцы могут мысленно преодолевать огромные расстояния и даже видеть то, что недоступно человеческому глазу. Один из наиболее очевидных способов применения ясновидения – это гадание: предсказание событий, происходящих за гранью досягаемого, порой даже в иных мирах.', 0),
|
||||
(3371, 'zhCN', '占卜系是用于信息收集的魔法派系。精通占卜魔法的法师能够看清远处的目标,甚至观测到通常情况下肉眼不可见的隐形目标。最常用的占卜系魔法就是占卜术,它可以洞察极其遥远的目标,即使目标来自另一个位面。', 0),
|
||||
(3372, 'deDE', 'Ich möchte diesen Augenblick nutzen, um meine Lehrlinge daran zu erinnern, dass Wahrsagerbecken keine Spielzeuge sind. Es ist strengstens verboten, mit ihrer Hilfe Studenten des anderen Geschlechts als eine Art "kostenpflichtiges Unterhaltungsprogramm" abzubilden. Betrachtet dies als letzte Warnung.', 0),
|
||||
@@ -10637,7 +10640,8 @@ INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3503, 'zhCN', '问:我不能施放火焰冲击!几秒前我明明成功地施放了火焰冲击,但是现在不行了。帮帮我。$B$B答:不能施放法术?是不是几秒前刚刚施放过?某些法术是不能连续施放两次的。在等待期间不如挑些别的法术来试试。', 0),
|
||||
(3504, 'deDE', 'Frage: Ich habe im Umkleideraum einen Blick in das Zauberbuch meines Freundes geworfen, und er beherrscht schon viel mehr Zauber als ich! Bin ich zu schlecht?$B$BAntwort: Erst einmal sei gesagt, dass das VÖLLIG NORMAL ist. Sprecht regelmäßig mit Eurem Lehrer. Vielleicht kann er Euch einige neue Zaubersprüche beibringen. Wenn nicht, braucht Ihr wahrscheinlich einfach mehr Übung mit den Zaubern, die Ihr bereits kennt. Habt Geduld und Ihr werdet neue Zauber lernen!', 0),
|
||||
(3504, 'esES', 'P: He echado un ojo al libro de hechizos de mi amigo en las taquillas. ¡Y ya tiene más hechizos que yo! ¿Es culpa mía?$B$BR: En primer lugar, se trata de una circunstancia COMPLETAMENTE NORMAL, no olvides charlar de vez en cuando con tu preparador, a lo mejor te enseña encantamientos nuevos. Si no, será que necesitas practica más los hechizos que ya conoces. ¡Ten paciencia, ya llegará tu momento!$B', 0),
|
||||
(3504, 'esMX', 'P: He echado un ojo al libro de hechizos de mi amigo en las taquillas. ¡Y ya tiene más hechizos que yo! ¿Es culpa mía?$B$BR: En primer lugar, se trata de una circunstancia COMPLETAMENTE NORMAL, no olvides charlar de vez en cuando con tu preparador, a lo mejor te enseña encantamientos nuevos. Si no, será que necesitas practica más los hechizos que ya conoces. ¡Ten paciencia, ya llegará tu momento!$B', 0),
|
||||
(3504, 'esMX', 'P: He echado un ojo al libro de hechizos de mi amigo en las taquillas. ¡Y ya tiene más hechizos que yo! ¿Es culpa mía?$B$BR: En primer lugar, se trata de una circunstancia COMPLETAMENTE NORMAL, no olvides charlar de vez en cuando con tu preparador, a lo mejor te enseña encantamientos nuevos. Si no, será que necesitas practica más los hechizos que ya conoces. ¡Ten paciencia, ya llegará tu momento!$B', 0);
|
||||
INSERT INTO `page_text_locale` (`ID`, `locale`, `Text`, `VerifiedBuild`) VALUES
|
||||
(3504, 'frFR', 'Q : J\'ai jeté un coup d\'oeil au grimoire d\'un copain, dans les vestiaires, et il connaît beaucoup plus de sorts que moi ! Qu\'est-ce qui cloche chez moi ?\n\nR : Tout d\'abord, c\'est tout à fait NORMAL. Parlez régulièrement à votre maître de classe. Il pourra vous apprendre régulièrement de nouveaux sorts. S\'il ne peut rien vous enseigner, c\'est que vous devez vous entraîner à utiliser les sorts que vous connaissez déjà. Soyez patient, vous connaîtrez bientôt tous les sorts nécessaires !', 0),
|
||||
(3504, 'ruRU', 'В: Я случайно заглянул в книгу моего товарища и увидел, что он знает гораздо больше заклинаний! Неужели я неудачник? \r\n\r\nО: Не беспокойтесь, это совершенно нормально. Не забывайте почаще заглядывать к своему наставнику – возможно, он сочтет, что вы уже готовы выучить новое заклинание. Если же нет – почаще практикуйтесь! Главное – не беспокойтесь; скоро вы догоните вашего друга.', 0),
|
||||
(3504, 'zhCN', '问:我在衣帽间偷看了朋友的法术书,发现他掌握的法术比我多!为什么会这样?$B$B答:首先,这种情况是绝对正常的。记得经常和你的训练师谈谈。他/她或许能教你一些新的咒语。如果训练师拒绝教给你更多的知识,那么你就需要勤加练习目前已经掌握的法术。要有耐心,你一定会学到新的法术的!', 0),
|
||||
|
||||
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `quest_offer_reward_locale` (
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.quest_offer_reward_locale: ~53,410 rows (approximately)
|
||||
-- Dumping data for table acore_world.quest_offer_reward_locale: ~49,414 rows (approximately)
|
||||
DELETE FROM `quest_offer_reward_locale`;
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(1, 'frFR', 'Parlez à Kanrethad pour que vos talents, votre arme et votre monture vous soient rendus.', 18019),
|
||||
@@ -4062,7 +4062,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(815, 'frFR', 'Z\'avez beau être un peu freluquet sur les bords, au moins, vous avez pas deux mains gauches pour ram\'ner des provisions, $N.$B$BAllez, prenez ça et filez, j\'ai d\'la cuisine qu\'attend de cuire.', 18019),
|
||||
(815, 'zhCN', '你也许不是很强壮,不过还好不蠢,$N。$B$B拿着这个赶快闪开,我还得做饭呢。', 0),
|
||||
(816, 'deDE', 'Oh, mein Sohn... mein wunderbarer Sohn.$B$BDie Ungewissheit über das Schicksal meines Sohns hat mich gequält, seit er weggegangen ist. Da ich jetzt weiß, was mit ihm geschehen ist, kann ich vielleicht endlich beginnen zu trauern.$B$BDanke, $N. Bitte, nehmt dies hier. Ich wollte es Kron bei seiner erfolgreichen Rückkehr schenken. Ich weiß jetzt, dass er tot ist, und kann es nicht ertragen, es zu sehen.', 18019),
|
||||
(816, 'esES', 'Oh, mi hijo... mi querido hijo.$B$BMe he atormentado constantemente desde que se fue, pues no tenía noticias de su suerte. Ahora que sé lo que le ocurrió, quizás pueda empezar a llorarlo.$B$BGracias, $n. Y ten, acepta esto. Iba a dárselo a Kron como regalo, cuando volviera triunfante. Pero ahora que sé que está muerto, no puedo ni mirarlo.', 0),
|
||||
(816, 'esES', 'Oh, mi hijo... mi querido hijo.$B$BMe he atormentado constantemente desde que se fue, pues no tenía noticias de su suerte. Ahora que sé lo que le ocurrió, quizás pueda empezar a llorarlo.$B$BGracias, $n. Y ten, acepta esto. Iba a dárselo a Kron como regalo, cuando volviera triunfante. Pero ahora que sé que está muerto, no puedo ni mirarlo.', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(816, 'esMX', 'Oh, mi hijo... mi querido hijo.$B$BMe he atormentado constantemente desde que se fue, pues no tenía noticias de su suerte. Ahora que sé lo que le ocurrió, quizás pueda empezar a llorarlo.$B$BGracias, $n. Y ten, acepta esto. Iba a dárselo a Kron como regalo, cuando volviera triunfante. Pero ahora que sé que está muerto, no puedo ni mirarlo.', 0),
|
||||
(816, 'frFR', 'Oh, mon fils, mon bel enfant...$B$BIncertaine de son sort, j\'étais encore tourmentée par l\'espoir de le voir reparaître. Maintenant que je sais ce qui est arrivé, au moins puis-je commencer à porter le deuil.$B$BMerci, $N. S\'il vous plaît, prenez cela. Je le destinais à Kron, quand il serait rentré, victorieux. Maintenant qu\'il est mort, je ne puis supporter la vue de ce cadeau. Prenez-le.', 18019),
|
||||
(816, 'zhCN', '我的儿子……我亲生的孩子啊!$B$B当我还不知道他究竟遭遇了什么的时候,我还一直在折磨着自己。现在我已经知道发生了什么,我可以开始为他哀悼了。$B$B谢谢你,$N。请你收下这个。我原来打算等克伦平安归来的时候就交给他的,但是我的儿子不在了,我也不忍再看它一眼。', 0),
|
||||
@@ -7504,7 +7505,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(1719, 'esMX', 'Bien hecho, $n. ¡Has superado La Reyerta!$B$BEres $gun digno:una digna; $c y es un honor instruirte...', 0),
|
||||
(1719, 'frFR', 'Bien joué, $N. Vous avez passé la Dispute !$B$BVous êtes un vaillant $C, et c\'est un honneur d\'être votre Maître...', 18019),
|
||||
(1719, 'ruRU', 'Молодец, $N. Ты $Gпрошел:прошла; испытание Побоищем!$B$BТы могучий воин, и учить тебя – великая честь...', 0),
|
||||
(1719, 'zhCN', '干得好,$N。你通过了格斗考验!$B$B你是个有价值的战士,我很荣幸能向你传授一些技艺……', 0),
|
||||
(1719, 'zhCN', '干得好,$N。你通过了格斗考验!$B$B你是个有价值的战士,我很荣幸能向你传授一些技艺……', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(1738, 'deDE', 'Ja, ich sehe, dass das voll und ganz genügt, lasst mich nur einen Moment damit arbeiten...$B$BTakar ist ein recht findiger Bursche, nicht? Wenn ich ihn nur überreden könnte, wieder in die Zivilisation zu kommen.', 18019),
|
||||
(1738, 'esES', 'Sí, puedo decir que esto funcionará bien, déjame trabajar un momento con esto...$B$BTakar es un tipo ingenioso para tenerlo cerca, ¿no es así? Si tan solo pudiera persuadirlo de que regresara a la civilización.', 0),
|
||||
(1738, 'esMX', 'Sí, puedo decir que esto funcionará bien, déjame trabajar un momento con esto...$B$BTakar es un tipo ingenioso para tenerlo cerca, ¿no es así? Si tan solo pudiera persuadirlo de que regresara a la civilización.', 0),
|
||||
@@ -10026,8 +10028,7 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(3442, 'deDE', 'Gut gemacht, $N. Wir sind fast so weit.', 18019),
|
||||
(3442, 'esES', 'Muy bien, $n. Sigue, sigue.', 0),
|
||||
(3442, 'esMX', 'Muy bien, $n. Sigue, sigue.', 0),
|
||||
(3442, 'frFR', 'Bien joué, $N. Nous sommes presque prêts.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(3442, 'frFR', 'Bien joué, $N. Nous sommes presque prêts.', 18019),
|
||||
(3442, 'ruRU', 'Прекрасно, $N. Все готово к работе.', 0),
|
||||
(3442, 'zhCN', '干得好,$N。我们准备得差不多了。', 0),
|
||||
(3443, 'deDE', 'Ihr seid ein außergewöhnlicher Arbeiter, $N. Habt Ihr jemals darüber nachgedacht, einer anderen Berufung zu folgen? Vielleicht der eines Detektivs? Plundersammlers? Oh, ich weiß, Ihr könntet einer dieser dummen Gnome werden, die über die Strände von Azeroth schleichen und mit ihren Metalldetektor-Apparaten nach verlorenen Schätzen suchen. Ja, das wäre ein idealer Beruf für Euch.', 18019),
|
||||
@@ -10877,7 +10878,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(3982, 'frFR', '', 18019),
|
||||
(3982, 'ruRU', 'На этот раз все обошлось. Но теперь они поднимут тревогу... и пришлют за тобой еще стражников.', 0),
|
||||
(3982, 'zhCN', '真是千钧一发呀。他们已经察觉到你了……会有更多的家伙过来的。', 0),
|
||||
(4001, 'deDE', 'Dies ist eine Chance für die Horde, das politische Klima in unserer vom Krieg zerrissenen Welt für immer zu verändern. Hört gut zu, $N.$B$BEinen Fehlschlag dieser Mission werde ich nicht akzeptieren.', 18019),
|
||||
(4001, 'deDE', 'Dies ist eine Chance für die Horde, das politische Klima in unserer vom Krieg zerrissenen Welt für immer zu verändern. Hört gut zu, $N.$B$BEinen Fehlschlag dieser Mission werde ich nicht akzeptieren.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(4001, 'esES', 'Esta es una oportunidad para la Horda para cambiar para siempre el clima político de nuestro mundo desgarrado por la guerra. Escucha atentamente, $n.$B$BEl fracaso en esta misión no es una opción.', 0),
|
||||
(4001, 'esMX', 'Esta es una oportunidad para la Horda para cambiar para siempre el clima político de nuestro mundo desgarrado por la guerra. Escucha atentamente, $n.$B$BEl fracaso en esta misión no es una opción.', 0),
|
||||
(4001, 'frFR', '', 18019),
|
||||
@@ -14404,7 +14406,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(6027, 'zhCN', '失踪许久的上古之书!我会确保把这本书送到议会手里的。你今天干得很漂亮,你这样的英雄应该受到感谢!', 0),
|
||||
(6028, 'deDE', 'Gregor ist außerordentlich findig. Er hat schon seit geraumer Zeit mit dem Steamwheedle-Kartell zu tun und ist ein Experte in der \'Kunst\' von Goblin-Verhandlungen geworden. Es stimmt zwar, dass die Goblins weitgehend denen mit den größten Geldbörsen gegenüber loyal sind, aber sie kennen und achten auch den Wert der Diplomatie. Sie bringt ihnen immerhin Kunden ein, die wiederkommen ...$B$BWie auch immer, die Argentumdämmerung dankt Euch für Eure Bemühungen. Bitte nehmt dies mit unserem Dank.', 18019),
|
||||
(6028, 'esES', 'Gregor es muy ingenioso. Ha estado lidiando con el Cártel Bonvapor desde hace algún tiempo y se ha convertido en un experto en el "arte" de las negociaciones con goblins. Aunque es cierto que la principal lealtad de los goblins reside en quienes tienen los monederos más grandes, también conocen y respetan el valor de la diplomacia. En todo caso, les proporciona clientes habituales...$B$BEn cualquier caso, el Alba Argenta te agradece tu esfuerzo. Por favor, toma esto junto con nuestro agradecimiento.', 0),
|
||||
(6028, 'esMX', 'Gregor es muy ingenioso. Ha estado lidiando con el Cártel Bonvapor desde hace algún tiempo y se ha convertido en un experto en el "arte" de las negociaciones con goblins. Aunque es cierto que la principal lealtad de los goblins reside en quienes tienen los monederos más grandes, también conocen y respetan el valor de la diplomacia. En todo caso, les proporciona clientes habituales...$B$BEn cualquier caso, el Alba Argenta te agradece tu esfuerzo. Por favor, toma esto junto con nuestro agradecimiento.', 0),
|
||||
(6028, 'esMX', 'Gregor es muy ingenioso. Ha estado lidiando con el Cártel Bonvapor desde hace algún tiempo y se ha convertido en un experto en el "arte" de las negociaciones con goblins. Aunque es cierto que la principal lealtad de los goblins reside en quienes tienen los monederos más grandes, también conocen y respetan el valor de la diplomacia. En todo caso, les proporciona clientes habituales...$B$BEn cualquier caso, el Alba Argenta te agradece tu esfuerzo. Por favor, toma esto junto con nuestro agradecimiento.', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(6028, 'frFR', 'Gregor est plein de ressources. Il traite avec le Cartel Gentepression depuis quelque temps maintenant et est devenu une sorte d\'expert dans l\' « art » de la négociation gobeline. On sait que la loyauté des gobelins va à la plus grosse bourse, mais qu’ils connaissent et respectent aussi la vertu de la diplomatie. Au pire, ça leur attire des clients...$B$BL\'Aube d\'argent vous est très reconnaissante pour vos efforts. S\'il vous plaît, prenez ceci et acceptez mes remerciements.', 18019),
|
||||
(6028, 'zhCN', '格雷戈做得很好。他跟热砂企业打交道已经有些日子了,在地精的谈判“艺术”方面俨然成了个专家。虽然地精只对付钱最多的人表示忠诚,但是他们也明白并且尊重外交的价值。这样他们才能不断有新的顾客……$B$B不管怎么样,银色黎明需要你的帮助。请收下这个,谢谢你。', 0),
|
||||
(6029, 'deDE', 'Gregor ist außerordentlich findig für einen Menschen. Er hat schon seit geraumer Zeit mit dem Steamwheedle-Kartell zu tun und ist ein Experte in der \'Kunst\' von Goblin-Verhandlungen geworden. Es stimmt zwar, dass die Goblins weitgehend denen mit den größten Geldbörsen gegenüber loyal sind, aber sie kennen und achten auch den Wert der Diplomatie. Sie bringt ihnen immerhin Kunden ein, die wiederkommen ...$B$BWie auch immer, die Argentumdämmerung dankt Euch für Eure Bemühungen. Bitte nehmt dies mit unserem Dank.', 18019),
|
||||
@@ -18595,7 +18598,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(8328, 'esES', 'Ah, $n - Creo que eres $guno de los nuevos magos:una de las nuevas magas; aquí en la isla, ¿no? Bueno, has venido al lugar indicado. Si lo que buscas es el dominio arcano, entonces puedo proporcionar ese conocimiento, siempre que tengas los medios para abonar los costos de entrenamiento y la capacidad de concentrarte en las lecciones que te enseñaré.$B$B¡Empecemos!', 0),
|
||||
(8328, 'esMX', 'Ah, $n - Creo que eres $guno de los nuevos magos:una de las nuevas magas; aquí en la isla, ¿no? Bueno, has venido al lugar indicado. Si lo que buscas es el dominio arcano, entonces puedo proporcionar ese conocimiento, siempre que tengas los medios para abonar los costos de entrenamiento y la capacidad de concentrarte en las lecciones que te enseñaré.$B$B¡Empecemos!', 0),
|
||||
(8328, 'frFR', 'Ah, $N. À ce que j’ai compris, vous êtes parmi les nouveaux mages de l’île, n’est-ce pas ? Bien, vous êtes au bon endroit. Si vous cherchez à maîtriser les arcanes, je peux vous y aider… tant que vous aurez les moyens de payer le coût de votre entraînement… et la capacité à vous concentrer sur mes leçons.$b$bAllez, commençons !', 18019),
|
||||
(8328, 'zhCN', '啊,$N……我想你是岛上的新法师之一,对吧?嗯,你来对地方了。如果你想寻求秘法专精,那么我可以提供你这类知识……', 0),
|
||||
(8328, 'zhCN', '啊,$N……我想你是岛上的新法师之一,对吧?嗯,你来对地方了。如果你想寻求秘法专精,那么我可以提供你这类知识……', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(8329, 'frFR', 'Welcome to the Sunspire, young <class>! Mastery of weapons and battle tactics begins here and now - all I ask of my pupils is that they cover payment for training costs that may come up, and that they are as good of a listener as they are an aspiring <class>. The lessons I have to teach are extensive, and I don\'t like to repeat myself unnecessarially.$B$BLet\'s get to it then!', 18019),
|
||||
(8329, 'zhCN', '啊哈!来跟我喝一杯,$g小伙子:小姑娘。你看起来很硬朗,不过让我看看几杯猪和哨声旅店里最烈的酒下肚以后你的表现如何!$B$B嗯……你是来向我学艺的?', 0),
|
||||
(8330, 'deDE', 'Gut gemacht – ich wusste, dass Ihr für diese Aufgabe geeignet sein würdet. Sobald wir uns auf der Insel wieder frei bewegen können, werde ich meine Sachen gut einsetzen.$B$BWie ich schon sagte, Ihr könnt den Ranzen behalten. Außerdem könnte auch dieses Rüstungsteil von Nutzen für Euch sein. Betrachtet es als großzügige Entlohnung für eine einfache Pflichterfüllung! ', 26972),
|
||||
@@ -20027,8 +20031,7 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(8649, 'esMX', 'Me alegra saber que la gente de estas tierras sigue prestando homenaje a las antiguas razas. Te deseo todo lo mejor, $n, y te ofrezco esta muestra...', 0),
|
||||
(8649, 'frFR', NULL, 18019),
|
||||
(8649, 'zhCN', '很庆幸这片大地的居民仍然会对古老的种族表达敬意。我祝你平安,$N,并且送你这个硬币……', 0),
|
||||
(8650, 'deDE', 'Es ist gut zu wissen, dass die Bewohner dieser Welt noch immer die alten Völker verehren und sie nicht vergessen haben. Ich erbiete Euch meinen Respekt, $N. Nehmt dies als Zeichen meiner Dankbarkeit.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(8650, 'deDE', 'Es ist gut zu wissen, dass die Bewohner dieser Welt noch immer die alten Völker verehren und sie nicht vergessen haben. Ich erbiete Euch meinen Respekt, $N. Nehmt dies als Zeichen meiner Dankbarkeit.', 18019),
|
||||
(8650, 'esES', 'Me alegra saber que la gente de estas tierras sigue prestando homenaje a las antiguas razas. Te deseo todo lo mejor, $n, y te ofrezco esta muestra...', 0),
|
||||
(8650, 'esMX', 'Me alegra saber que la gente de estas tierras sigue prestando homenaje a las antiguas razas. Te deseo todo lo mejor, $n, y te ofrezco esta muestra...', 0),
|
||||
(8650, 'frFR', NULL, 18019),
|
||||
@@ -22942,7 +22945,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(9234, 'esMX', 'Aquí está tu pedido, $n. ¡Entregado según lo prometido!', 0),
|
||||
(9234, 'frFR', 'Here is your order, $n. Delivered as promised!', 18019),
|
||||
(9234, 'ruRU', 'Вот твой заказ, $N. Как и было обещано!', 0),
|
||||
(9234, 'zhCN', '这是你要求的东西,$N。依约抵达!', 0),
|
||||
(9234, 'zhCN', '这是你要求的东西,$N。依约抵达!', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(9235, 'deDE', 'Hier ist Eure Bestellung, $N. Geliefert wie versprochen!', 18019),
|
||||
(9235, 'esES', 'Aquí está tu pedido, $n. ¡Entregado según lo prometido!', 0),
|
||||
(9235, 'esMX', 'Aquí está tu pedido, $n. ¡Entregado según lo prometido!', 0),
|
||||
@@ -26927,7 +26931,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(10072, 'esMX', 'Ah bien, $gun:una; $c. Te he estado esperando.$B$BTengo unas tareas que son especialmente adecuadas para ti.', 18019),
|
||||
(10072, 'frFR', 'Ah bien, $gun:une; $c. Je t\'attendais.$B$BJ\'ai quelques tâches pour vous qui vous iront à merveille.', 18019),
|
||||
(10072, 'ruRU', 'Я ждал тебя, $c.У меня есть несколько поручений, для выполнения которых ты подходишь как нельзя лучше.', 18019),
|
||||
(10072, 'zhCN', '哎呀很好,$C。我一直都在等待你。$B$B我这有几个任务特别适合你。', 0),
|
||||
(10072, 'zhCN', '哎呀很好,$C。我一直都在等待你。$B$B我这有几个任务特别适合你。', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(10073, 'deDE', 'Ah, wie schön, ein $c. Ich habe Euch bereits erwartet.$B$BIch hätte da ein paar Aufgaben zu vergeben, für die Ihr Euch besonders gut eignet.', 18019),
|
||||
(10073, 'esES', 'Ah bien, $gun:una; $c. Te he estado esperando.$B$BTengo unas tareas que son especialmente adecuadas para ti.', 18019),
|
||||
(10073, 'esMX', 'Ah bien, $gun:una; $c. Te he estado esperando.$B$BTengo unas tareas que son especialmente adecuadas para ti.', 18019),
|
||||
@@ -30028,8 +30033,7 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(10680, 'zhCN', '你肯来帮忙真是太好了,$r。我们有很多事情要做。', 0),
|
||||
(10681, 'deDE', 'Es ist gut, dass Ihr gekommen seid, $R. Wir haben viel zu tun.', 26972),
|
||||
(10681, 'esES', 'Qué bien que hayas venido, $r. Tenemos mucho trabajo pendiente.', 0),
|
||||
(10681, 'esMX', 'Qué bien que hayas venido, $r. Tenemos mucho trabajo pendiente.', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(10681, 'esMX', 'Qué bien que hayas venido, $r. Tenemos mucho trabajo pendiente.', 0),
|
||||
(10681, 'frFR', 'C\'est une bonne chose que vous soyez venu, $R. Nous avons beaucoup de travail à faire.', 18019),
|
||||
(10681, 'ruRU', 'Хорошо, что ты здесь, |3-6($R). Нам предстоит много работы.', 0),
|
||||
(10681, 'zhCN', '你肯来帮忙真是太好了,$r。我们有很多事情要做。', 0),
|
||||
@@ -30867,7 +30871,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(10833, 'esMX', 'Puedo ver que tu visita al altar ha sido todo un éxito. Hay una sutil diferencia en ti que muy pocos podrán ver, aunque no cabe ni la menor duda de que ahí está.', 0),
|
||||
(10833, 'ruRU', 'Я вижу, что ваше посещение алтаря прошло успешно. В вас есть тонкая разница, которую немногие заметят, но нет никаких сомнений в том, что она есть.', 0),
|
||||
(10833, 'zhCN', '我能看见你已成功的勘查祭坛了。你身上已有微妙而不可见的差异,但不用怀疑它确实存在。', 0),
|
||||
(10834, 'deDE', 'Ah ja. Ich frage mich, ob Grillok in seinen dunklen, dunklen Träumen immer noch mit seinem verlorenen Auge verbunden ist, wie jemand, der eine Hand oder ein Bein in der Schlacht verloren hat...$B$BAuch ich werde davon träumen. Und wenn das Schicksal auf unserer Seite steht, werden wir dadurch erfahren, was Grillok und die Orcs des Blutenden Auges dazu gebracht hat, sich den Dämonen zu unterwerfen.', 26972),
|
||||
(10834, 'deDE', 'Ah ja. Ich frage mich, ob Grillok in seinen dunklen, dunklen Träumen immer noch mit seinem verlorenen Auge verbunden ist, wie jemand, der eine Hand oder ein Bein in der Schlacht verloren hat...$B$BAuch ich werde davon träumen. Und wenn das Schicksal auf unserer Seite steht, werden wir dadurch erfahren, was Grillok und die Orcs des Blutenden Auges dazu gebracht hat, sich den Dämonen zu unterwerfen.', 26972);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(10834, 'esES', 'Ah, sí. Igual que quienes pierden una mano o una pierna en la batalla a menudo sienten el dolor de su miembro perdido, me pregunto si Grillok sigue viendo su ojo perdido en sus oscuros sueños...$B$BYo también soñaré con esto y, si la fortuna está de nuestro lado, quizás descubre lo que llevó a Grillok y al clan Foso Sangrante a sucumbir ante los demonios.', 0),
|
||||
(10834, 'esMX', 'Ah, sí. Igual que quienes pierden una mano o una pierna en la batalla a menudo sienten el dolor de su miembro perdido, me pregunto si Grillok sigue viendo su ojo perdido en sus oscuros sueños...$B$BYo también soñaré con esto y, si la fortuna está de nuestro lado, quizás descubre lo que llevó a Grillok y al clan Foso Sangrante a sucumbir ante los demonios.', 0),
|
||||
(10834, 'frFR', 'Ah, oui. Tout comme certains de ceux qui perdent une main ou une jambe au combat continuent parfois à sentir leur membre manquant, je me demande si Grillok tente encore de se raccrocher à son œil perdu dans ses rêves les plus obscurs...$B$BJe vais moi aussi rêver de cela, et si la fortune est avec nous, alors peut-être apprendrai-je ce qui a poussé Grillok et les orcs de l’Orbite-sanglante à succomber aux démons.', 18019),
|
||||
@@ -34600,7 +34605,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(11700, 'esES', '¿Mañosa tiene una gemela malvada?$b$bBueno, si ella dice que está bien y si es capaz de volver pronto a la pista de aterrizaje, entonces me vale.', 0),
|
||||
(11700, 'esMX', '¿Mañosa tiene una gemela malvada?$b$bBueno, si ella dice que está bien y si es capaz de volver pronto a la pista de aterrizaje, entonces me vale.', 0),
|
||||
(11700, 'frFR', 'Bricole a une jumelle maléfique ?!$b$bBon, si elle dit que ça va et qu’elle va bientôt rentrer à la piste d’atterrissage, c\'est bon pour moi.', 18019),
|
||||
(11700, 'ruRU', 'У Тинки есть темная сторона?!$B$BНу, если она говорит, что в полном порядке и сможет сама вскоре добраться до взлетной полосы, я спокойна.', 0),
|
||||
(11700, 'ruRU', 'У Тинки есть темная сторона?!$B$BНу, если она говорит, что в полном порядке и сможет сама вскоре добраться до взлетной полосы, я спокойна.', 0);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(11700, 'zhCN', '丁奇有个不幸的双胞胎?!$B$B好吧,要是她说她可以的话,那她就有办法快速地将她自己带回简易机场,对我来说算好事。', 0),
|
||||
(11701, 'deDE', 'Das sind Neuigkeiten, $N. Ein Wunder, dass bei all den Problemen hier draußen der Landeplatz nicht schon längst von der Landkarte getilgt wurde.$B$BDoch Dank Euch, gibt es nun einen Gegner weniger, um den wir uns den Kopf zerbrechen müssen.$B$BFür Anlässe wie diesen hier habe ich ein paar spezielle Gegenstände aufgehoben. Wieso sucht Ihr Euch nicht einfach einen aus?', 18019),
|
||||
(11701, 'esES', 'Menuda historia, $N. Con todos los problemas que hay ahí fuera, es un milagro que la pista de aterrizaje siga en pie.$b$bPero, gracias a ti, tenemos un enemigo menos por el que preocuparnos.$b$bTenía guardadas unas cosas un tanto especiales para una ocasión como esta. ¿Por qué no escoges una?', 0),
|
||||
@@ -39211,7 +39217,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(12714, 'esES', '¡Villa Refugio es nuestra! Un millar de cadáveres yacen en el suelo esperando pacientemente renacer. ¡Ahora atacamos a nuestro enemigo con la fuerza renacida de la Plaga!$B$BLos necrófagos ya han empezado su ataque en Nuevo Avalon. Nuestras fuerzas avanzan detrás de ellos y han tomado la Cripta de los Recuerdos.', 18019),
|
||||
(12714, 'esMX', '¡Villa Refugio es nuestra! Un millar de cadáveres yacen en el suelo esperando pacientemente renacer. ¡Ahora atacamos a nuestro enemigo con la fuerza renacida de la Plaga!$B$BLos necrófagos ya han empezado su ataque en Nuevo Avalon. Nuestras fuerzas avanzan detrás de ellos y han tomado la Cripta de los Recuerdos.', 18019),
|
||||
(12714, 'frFR', 'Havre-comté est à nous ! Un millier de corps jonche le sol, attendant patiemment leur renaissance. Nous frappons maintenant notre ennemi avec la puissance éveillée du Fléau !$b$bLes goules ont déjà commencé leur assaut sur la Nouvelle-Avalon. Nos forces les ont suivies et ont pris la crypte du Souvenir.', 18019),
|
||||
(12714, 'ruRU', 'Тихоземье пало! Тысячи трупов устилают землю, терпеливо ожидая воскрешения. Скоро мы нанесем решающий удар по нашему врагу со всей силой, на которую способна возрожденная Плеть!$b$bНаши вурдалаки уже начали осаду Нового Авалона; скоро к ним присоединятся и остальные войска, захватившие Склеп Воспоминаний.', 18019),
|
||||
(12714, 'ruRU', 'Тихоземье пало! Тысячи трупов устилают землю, терпеливо ожидая воскрешения. Скоро мы нанесем решающий удар по нашему врагу со всей силой, на которую способна возрожденная Плеть!$b$bНаши вурдалаки уже начали осаду Нового Авалона; скоро к ним присоединятся и остальные войска, захватившие Склеп Воспоминаний.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(12714, 'zhCN', '海文郡是我们的了!成千的尸首散布在地上,耐心地等候着新生。我们现在要以觉醒的天灾之力打击我们的敌人!$B$B食尸鬼已经开始攻击新阿瓦隆了。我们的军队已经移到它们的后方,并占领了追忆墓穴。', 0),
|
||||
(12715, 'deDE', 'Seid gegrüßt, Todesritter! Ich bin Blutfürst Keleseth, Herrscher über die südöstlichen Gebiete Nordends. Der Lichkönig möchte mich und meine Fähigkeiten dazu einsetzen, diesen Sterblichen, dieser Beleidigung in den Augen der Geißel, ein Ende zu setzen. Wie mit allen Dingen, die der Lichkönig von mir verlang, so werde ich auch jetzt mit Freude gehorchen. Meinen Durst mit einem Meer an endlos vielen Seelen zu stillen, versüßt natürlich die Sache, meint Ihr nicht auch?', 18019),
|
||||
(12715, 'esES', 'Saludos, caballero de la Muerte. Soy el señor de sangre, Keleseth, gobernador de la parte sureste de Rasganorte. El Rey Exánime espera usar mis talentos para acabar con esta afrenta mortal a la Plaga. Me complace cumplir con todo lo que el Rey Exánime me pide. Claro está que un mar de infinitas almas para saciar mi sed endulzarán el trato, ¿no crees?', 18019),
|
||||
@@ -40029,8 +40036,7 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(12941, 'frFR', NULL, 18019),
|
||||
(12941, 'zhCN', '这种糖果桶在各地的旅店都有。来吧……拿点糖果!', 0),
|
||||
(12942, 'deDE', 'Die Val\'kyr sind lediglich die Schoßhündchen des Lichkönigs. Sie werden getötet werden, diese Miststücke. Sie haben ihre Wahl getroffen, nun müssen sie sich den Konsequenzen stellen.', 18019),
|
||||
(12942, 'frFR', 'Les val\'kyrs ne sont rien d\'autre que les jouets du roi-liche. Elles seront abattues comme la racaille qu\'elles sont. Elles ont fait leur choix, maintenant, elles doivent en subir les conséquences.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(12942, 'frFR', 'Les val\'kyrs ne sont rien d\'autre que les jouets du roi-liche. Elles seront abattues comme la racaille qu\'elles sont. Elles ont fait leur choix, maintenant, elles doivent en subir les conséquences.', 18019),
|
||||
(12942, 'zhCN', '瓦格里不过是巫妖王的走狗。我们会像杀死野狗一样地杀死她们。她们自己做出了决定,现在就要自己承担后果。', 0),
|
||||
(12943, 'deDE', '<Herzog Lankral nickt zustimmend, als Ihr ihm von Eurem Erfolg berichtet.>$B$BWir haben es mit einem Gegner zu tun, der uns nicht nur körperlich, sondern auch zahlenmäßig zusetzt. Wenn wir den Kampf um Eiskrone gewinnen wollen, dann müssen wir ihn überlisten!$B$BUfrangs Tod verschafft uns in Jotunheim einen Vorteil. Sehen wir einmal, ob wir ihn nutzen können.', 18019),
|
||||
(12943, 'frFR', '<Le duc Lankral hoche la tête avec approbation à l\'annonce de votre succès.>$b$bNous affrontons un ennemi qui nous écrase, non seulement par sa stature, mais également en nombre. Si nous voulons gagner la bataille pour la Couronne de glace, nous devons être plus intelligents qu\'eux !$b$bLa mort d\'Ufrang nous donne un avantage à Jotunheim. Voyons voir si nous pouvons le faire fructifier.', 18019),
|
||||
@@ -43836,7 +43842,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(14351, 'ruRU', 'Так ты тот печально известный $C, который нанес такой решающий удар силам Альянса в Предгорьях Хилсбрада? Весть о твоих славных подвигах быстро дошла до Подгорода.$B$BУ тебя есть будущее в рядах Темной Госпожи, если ты продолжишь демонстрировать такое лидерство и опыт в бою.$B$BВ то время как наша главная угроза - это армия Плети Короля-лича, спускающаяся с севера, человеческая «проблема» продолжает мешать нашим планам сражения. Однако ты $Gпоказал:показала;, что люди могут падать и падут.', 0),
|
||||
(14351, 'zhCN', '', 0),
|
||||
(14352, 'deDE', 'Ich habe die Insignien auf dieser Rolle schon mal während meiner Zeit in Nordend gesehen. Ihr sagt, Ihr habt dies bei der Greisin gefunden, die die Schweine im Kral der Klingenhauer anführt?$B$BVerdammt will ich sein, wenn ich es der Geißel erlauben sollte, sich hier breitzumachen. Derjenige, der dies schrieb - dieser Malcin - ist natürlich einer der Diener des Lichkönigs und das macht ihn zu einem Ziel. Eurem Ziel.$B$BSie werden Kalimdor nicht bekommen.', 18019),
|
||||
(14352, 'frFR', 'I\'ve seen the insignia on this scroll before during my time in Northrend. You say this was on that crone who leads the pigs in Razorfen Kraul?$B$BI\'ll be damned if I\'m going to let the Scourge get a foothold here. The one who wrote this - this Malcin - is one of the Lich King\'s servants, obviously, and that makes him a target. Your target.$B$BThey\'re not going to take Kalimdor.', 18019),
|
||||
(14352, 'frFR', 'I\'ve seen the insignia on this scroll before during my time in Northrend. You say this was on that crone who leads the pigs in Razorfen Kraul?$B$BI\'ll be damned if I\'m going to let the Scourge get a foothold here. The one who wrote this - this Malcin - is one of the Lich King\'s servants, obviously, and that makes him a target. Your target.$B$BThey\'re not going to take Kalimdor.', 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(14352, 'ruRU', 'Я видел знак отличия на этом свитке раньше, когда был в Нордсколе. Ты говоришь, что это была та старушка, которая водит свиней в Лабиринты Иглошкурых?$B$BБудь я проклят, если позволю Плети закрепиться здесь. Тот, кто написал это - этот Малкин - очевидно, один из слуг Короля-лича, и это делает его целью. Твоей целью.$B$BОни не возьмут Калимдор.', 0),
|
||||
(14352, 'zhCN', '', 0),
|
||||
(14353, 'frFR', 'Good work, <class>!$B$BYou\'ve done the Horde proud by stopping the Scourge from setting down roots on our soil. An act like that deserves a reward, and the Forsaken have enough lying around that I\'m sure they can spare a few things.$B$BWe may not know everything they\'ve done in the Downs, but we\'ll find out. They can\'t slink around in the dark forever.', 18019),
|
||||
@@ -48643,7 +48650,8 @@ INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `Verified
|
||||
(28604, 'frFR', 'Oh, ils ne mourront pas tout de suite, mais ils MOURRONT ! Quand ils finiront par identifier le responsable de la mort de leurs soldats, vous serez déjà loin, telle l\'ombre de la mort !', 18019),
|
||||
(28605, 'frFR', 'Ces coups portés aux Foudrepiques n\'étaient qu\'un prélude à la détonation !', 18019),
|
||||
(28606, 'frFR', NULL, 18019),
|
||||
(28607, 'frFR', NULL, 18019),
|
||||
(28607, 'frFR', NULL, 18019);
|
||||
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(28608, 'frFR', 'C’est exactement ce dont j’avais besoin. Vous accomplirez de grandes choses au sein des Réprouvés, $N.$B$BVous savez, la rumeur dit que vous étiez un sacré $C dans votre vie antérieure. Peut-être devrais-je vous confier une mission plus gratifiante.', 18019),
|
||||
(28609, 'frFR', 'Lilith veut que j\'apporte un rocher dans l\'observatoire, c\'est ça ? C\'est mon boulot : fournitures consolidées. D\'habitude, je ne fais pas pour les particuliers, mais bon, je ne vais pas poser de questions.', 18019),
|
||||
(28610, 'frFR', 'On dirait qu\'il y en a une bonne quantité ! Voilà votre paiement, comme promis…', 18019),
|
||||
|
||||
@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `quest_request_items_locale` (
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.quest_request_items_locale: ~38,435 rows (approximately)
|
||||
-- Dumping data for table acore_world.quest_request_items_locale: ~42,027 rows (approximately)
|
||||
DELETE FROM `quest_request_items_locale`;
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(1, 'frFR', NULL, 18019),
|
||||
@@ -7520,7 +7520,8 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(2852, 'esMX', '¿Tienes listos los yelmos y los brazales de caparazón de tortuga ? ¡No olvides las dos atriplex salvajes que necesito!$B$BA estas alturas, estás empezando a darte cuenta del poder potencial que tiene la armadura de cuero salvaje. Una armadura que no tiene límites en la aplicación es de valor incalculable para un peletero. Los límites están solo en la cantidad de recursos para fabricar los artículos, ¡no en la calidad de los productos terminados!', 0),
|
||||
(2852, 'frFR', NULL, 18019),
|
||||
(2852, 'ruRU', 'У вас есть наручи и шлемы из черепашьей чешуи? Не забудь про две дикие лозы, которые мне нужны!$B$BК настоящему времени вы начинаете осознавать потенциальную силу, заключенную в дикой кожаной броне. Доспехи, не имеющие границ в применении, почти бесценны для кожевников. Ограничения заключаются только в количестве ресурсов для изготовления изделий, а не в качестве готовой продукции!', 0),
|
||||
(2852, 'zhCN', '你弄到龟鳞头盔和护腕了吗?另外不要忘记我还要两株野葡萄。$B$B现在,你已经开始意识到蛮皮护胫潜在的能量了。一件拥有无穷应用潜力的护甲对于一个皮革匠来说是无价的,唯一的瓶颈是制作这些护甲所需要的原料——而不是成品的品质!', 0),
|
||||
(2852, 'zhCN', '你弄到龟鳞头盔和护腕了吗?另外不要忘记我还要两株野葡萄。$B$B现在,你已经开始意识到蛮皮护胫潜在的能量了。一件拥有无穷应用潜力的护甲对于一个皮革匠来说是无价的,唯一的瓶颈是制作这些护甲所需要的原料——而不是成品的品质!', 0);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(2853, 'deDE', 'Seid gegrüßt, $R... Eurem Aussehen nach seid Ihr ein Lederer wie ich. Seid Ihr hier, um etwas von meinem Geschick zu erlangen, oder habt Ihr vielleicht andere Geschäfte mit mir zu besprechen?', 18019),
|
||||
(2853, 'esES', 'Saludos, $r... por tu rostro puedo decirte que eres $gpeletero:peletera; como yo. ¿Has venido a sacar provecho de mis habilidades, o quizás tienes otros asuntos conmigo?', 0),
|
||||
(2853, 'esMX', 'Saludos, $r... por tu rostro puedo decirte que eres $gpeletero:peletera; como yo. ¿Has venido a sacar provecho de mis habilidades, o quizás tienes otros asuntos conmigo?', 0),
|
||||
@@ -10026,8 +10027,7 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(4541, 'zhCN', '', 0),
|
||||
(4542, 'deDE', 'Was wollt Ihr, $C? Eine dringende Botschaft - für mich?', 18019),
|
||||
(4542, 'esES', '¿Qué deseas, $c? Un mensaje urgente... ¿para mí?', 0),
|
||||
(4542, 'esMX', '¿Qué deseas, $c? Un mensaje urgente... ¿para mí?', 0);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(4542, 'esMX', '¿Qué deseas, $c? Un mensaje urgente... ¿para mí?', 0),
|
||||
(4542, 'frFR', NULL, 18019),
|
||||
(4542, 'zhCN', '你有什么事,$C?紧急通知?这是给我的?', 0),
|
||||
(4561, 'esES', 'Coges una muestra de babosa del Cráter de Un\'Goro y colocas un poco en los diversos tubos y vasos de precipitados que se encuentran sobre la mesa. A medida que todo empieza a hervir, la babosa cambia de color. Cuando el proceso comienza a detenerse y los líquidos dejan de bullir, ves una placa de Petri que contiene tus muestras de babosa de Un\'Goro purificadas y algunos restos.', 0),
|
||||
@@ -13630,7 +13630,8 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(7491, 'zhCN', '这是一种光荣,也是一种特权,英雄。', 0),
|
||||
(7492, 'frFR', NULL, 18019),
|
||||
(7492, 'zhCN', '', 0),
|
||||
(7493, 'frFR', NULL, 18019),
|
||||
(7493, 'frFR', NULL, 18019);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(7493, 'zhCN', '', 0),
|
||||
(7494, 'frFR', NULL, 18019),
|
||||
(7494, 'zhCN', '', 0),
|
||||
@@ -20027,8 +20028,7 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(9375, 'deDE', 'Was braucht Ihr, $C?', 18019),
|
||||
(9375, 'esES', '¿Qué necesitas, $c?', 0),
|
||||
(9375, 'esMX', '¿Qué necesitas, $c?', 0),
|
||||
(9375, 'frFR', NULL, 18019);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(9375, 'frFR', NULL, 18019),
|
||||
(9375, 'zhCN', '你有什么需要,$C?', 0),
|
||||
(9376, 'deDE', 'Die Sache sieht nicht gut aus. So schafft sie es nie wieder auf die Straße. Habt Ihr den Beutel gefunden?', 26972),
|
||||
(9376, 'esES', 'Las cosas no van bien. A este paso, no conseguirá volver al camino. ¿Has conseguido encontrar esa talega?', 0),
|
||||
@@ -21218,7 +21218,8 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(9693, 'zhCN', '嗨,高尚的$C。', 0),
|
||||
(9694, 'deDE', 'Es gibt so viele von ihnen... ich komme einfach nicht von dem Gefühl los, dass sie sich irgendwie vermehren.', 26972),
|
||||
(9694, 'esES', 'Hay tantos de ellos que no puedo evitar pensar que de alguna manera se están multiplicando.', 0),
|
||||
(9694, 'esMX', 'Hay tantos de ellos que no puedo evitar pensar que de alguna manera se están multiplicando.', 0),
|
||||
(9694, 'esMX', 'Hay tantos de ellos que no puedo evitar pensar que de alguna manera se están multiplicando.', 0);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(9694, 'frFR', 'Ils sont si nombreux que je ne peux pas m\'empêcher de penser qu\'ils ont trouvé un moyen de se dédoubler.', 18019),
|
||||
(9694, 'zhCN', '他们数量太多以致于我认为他们好像是以倍数成长。', 0),
|
||||
(9695, 'frFR', NULL, 18019),
|
||||
@@ -30028,8 +30029,7 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(11928, 'frFR', NULL, 18019),
|
||||
(11928, 'zhCN', '', 0),
|
||||
(11929, 'frFR', NULL, 18019),
|
||||
(11929, 'zhCN', '', 0);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(11929, 'zhCN', '', 0),
|
||||
(11930, 'frFR', NULL, 18019),
|
||||
(11930, 'zhCN', '都没了。一切都没了。', 0),
|
||||
(11931, 'deDE', 'Beeilt Euch, Sterbliche.$B$BJede Minute, die verstreicht, gewinnt Malygos an Kraft.', 18019),
|
||||
@@ -31219,7 +31219,8 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(12222, 'deDE', 'Habt Ihr diese Talismane bekommen?', 18019),
|
||||
(12222, 'esES', '¿Has conseguido esos talismanes?', 18019),
|
||||
(12222, 'esMX', '¿Has conseguido esos talismanes?', 18019),
|
||||
(12222, 'frFR', 'Avez-vous récupéré ces talismans ?', 18019),
|
||||
(12222, 'frFR', 'Avez-vous récupéré ces talismans ?', 18019);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(12222, 'zhCN', '你收集好能量护符了吗?', 0),
|
||||
(12223, 'deDE', 'Habt Ihr getan, was zu tun ist?', 18019),
|
||||
(12223, 'esES', '¿Has hecho la acción?', 18019),
|
||||
@@ -40029,8 +40030,7 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(27366, 'frFR', NULL, 18019),
|
||||
(27367, 'frFR', NULL, 18019),
|
||||
(27368, 'frFR', NULL, 18019),
|
||||
(27369, 'frFR', NULL, 18019);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(27369, 'frFR', NULL, 18019),
|
||||
(27370, 'frFR', NULL, 18019),
|
||||
(27371, 'frFR', NULL, 18019),
|
||||
(27372, 'frFR', NULL, 18019),
|
||||
@@ -41220,7 +41220,8 @@ INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `Ver
|
||||
(28568, 'frFR', NULL, 18019),
|
||||
(28569, 'frFR', NULL, 18019),
|
||||
(28570, 'frFR', NULL, 18019),
|
||||
(28571, 'frFR', NULL, 18019),
|
||||
(28571, 'frFR', NULL, 18019);
|
||||
INSERT INTO `quest_request_items_locale` (`ID`, `locale`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(28572, 'frFR', NULL, 18019),
|
||||
(28573, 'frFR', NULL, 18019),
|
||||
(28574, 'frFR', NULL, 18019),
|
||||
|
||||
@@ -1218,7 +1218,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(1093, 2, 21, 16, 406, 0, 0, 0, 0, 0, 0, 1094, 5, 0, 0, 1020, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Super Reaper 6000', 'Get the Super Reaper 6000 Blueprints for Ziz Fizziks in the Stonetalon Mountains.', 'Terrible what the Venture Company has done here, eh? What were they thinking? Goblin company hiring a gnome!$b$bLucky for me, Sputtervalve knows a genius when he sees one. Hired me just after I\'d been kicked out!$b$bTells me they built some enormous woodcutting machine, and Sput\' wants me to steal the plans for him. Unfortunately, Gerenzo--bloody gnome--wants me dead on sight... maybe you could steal the plans for me? You should be able to find them on one of their operators.', '', 'Return to Ziz Fizziks at Windshear Crag in Stonetalon Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 5734, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1094, 2, 21, 16, 406, 0, 0, 0, 0, 0, 0, 1095, 3, 0, 0, 510, 0, 0, 0, 0, 5735, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Further Instructions', 'Deliver the Sealed Envelope to Sputtervalve at Ratchet in the Barrens.', 'This envelope has all the information I was able to snatch as they booted me out the door... Venture Company internal documents, some manuals, technical things... Oh, and of course the Super Reaper 6000 blueprints.$b$bSputtervalve has taken up residence at Ratchet in the Barrens. Shouldn\'t have much trouble finding him, he\'s a little green fellow.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 5735, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1095, 2, 27, 16, 406, 0, 0, 0, 0, 0, 0, 1096, 3, 0, 0, 660, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Further Instructions', 'Bring the new orders to Ziz Fizziks in the Stonetalon Mountains.', 'The matter of this gnome that has been hired by the Venture Company has caused a bit of a stir in Undermine. The trade princes do not approve of Razdunk\'s consorting with this Gerenzo.$b$bRiddlevox has asked me to take care of the problem, and I\'m sure he was instructed to do so by one or more of the trade princes. Of course, the Director didn\'t tell me that. Let\'s just say I have a hunch.$b$bWhatever the case, Gerenzo must be removed, and it would be a fitting test to have Fizziks take care of him.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1096, 2, 27, 16, 406, 0, 0, 0, 0, 0, 0, 0, 5, 2200, 0, 1320, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6667, 1, 6668, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Gerenzo Wrenchwhistle', 'Bring Gerenzo Wrenchwhistle\'s Mechanical Arm to Ziz Fizziks in the Stonetalon Mountains.', 'I met Gerenzo once, but let me tell you, he\'s not easy on the eyes. His flesh looks like it\'s rotting away, and he\'s grafted metal and gears onto his body, replaced some of his limbs with mechanical ones.$b$bNortheast of here, far above Cragpool Lake, up near the water wheel is where Gerenzo watches over the entire site. There\'s no way I could fight my way up there, not to mention take on Gerenzo... But you look like you might be able to make it.$b$bIf you kill him for me, I\'ll make it worth your while!', '', 'Return to Ziz Fizziks at Windshear Crag in Stonetalon Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 5736, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1096, 2, 27, 16, 406, 0, 0, 0, 0, 0, 0, 0, 5, 2200, 0, 1320, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6667, 1, 6668, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 470, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Gerenzo Wrenchwhistle', 'Bring Gerenzo Wrenchwhistle\'s Mechanical Arm to Ziz Fizziks in the Stonetalon Mountains.', 'I met Gerenzo once, but let me tell you, he\'s not easy on the eyes. His flesh looks like it\'s rotting away, and he\'s grafted metal and gears onto his body, replaced some of his limbs with mechanical ones.$b$bNortheast of here, far above Cragpool Lake, up near the water wheel is where Gerenzo watches over the entire site. There\'s no way I could fight my way up there, not to mention take on Gerenzo... But you look like you might be able to make it.$b$bIf you kill him for me, I\'ll make it worth your while!', '', 'Return to Ziz Fizziks at Windshear Crag in Stonetalon Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 5736, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1097, 2, 15, 9, 1519, 0, 0, 0, 0, 0, 0, 353, 1, 0, 0, 60, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Elmore\'s Task', 'Speak with Grimand Elmore in Stormwind.', 'There\'s a dwarven weaponsmith in Stormwind, Grimand Elmore, who sent word that he needs help with a delivery. I believe he wants a package sent to his homeland in the north.$B$BYou have a sturdy pair on you! So if you\'re interested in some legwork then speak with Grimand. We could use you down here, but we must also keep our ties strong with the dwarves.$B$BYou can find Grimand Elmore at the weapon shop in the Dwarven District of Stormwind, in the northeast section of town.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1098, 2, 25, 18, 209, 81, 0, 0, 0, 0, 0, 0, 7, 1800, 0, 1860, 0, 0, 0, 0, 0, 8, 0, 3324, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Deathstalkers in Shadowfang', 'Find the Deathstalker Adamant and Deathstalker Vincent.', 'In preparation for an assault on Shadowfang, two deathstalkers were sent to the keep to gather intelligence. It has been many days and they have not returned, but we must receive their report if we\'re to have any hope of a successful attack!$B$BSo here is your task, $N. Go to Shadowfang Keep to the south and find the Deathstalkers Adamant and Vincent. Find them, and if they require aid then give it.$B$BThis mission is as dangerous as is it critical, $N. Do not fail.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(1099, 0, 1, 1, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 5858, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Goblins Win!', '', '', NULL, 'Return to Rugfizzle in Thousand Needles.', 0, 0, 0, 0, 0, 0, 0, 0, 5769, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -2367,7 +2368,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(4290, 2, 53, 48, 490, 0, 0, 0, 0, 0, 0, 4291, 5, 0, 0, 4500, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'The Fare of Lar\'korwi', 'Find the carcass of Lar\'korwi\'s freshest kill and steal a Piece of Threshadon Carcass before returning to Torwa Pathfinder in Un\'Goro Crater.', 'Once, a long time ago, a brother of mine took some meat from one of Lar\'korwi\'s kills. He didn\'t know it at the time, but Lar\'korwi saw him from the forest. Lar\'korwi followed my brother for days, destroying everything he touched. My brother, scared, finally decided to run from the Crater and leave Lar\'korwi behind.$B$BLar\'korwi killed him not far from this spot.$B$BIf you want to provoke Lar\'korwi, find a fresh kill of his and take some of the meat from it.$B$BReturn to me afterwards.', '', 'Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.', 0, 0, 0, 0, 0, 0, 0, 0, 11504, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4291, 2, 53, 48, 490, 0, 0, 0, 0, 0, 0, 4292, 5, 0, 0, 4500, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'The Scent of Lar\'korwi', 'Bring 2 Ravasaur Pheromone Glands to Torwa Pathfinder near the entrance to Un\'Goro Crater.', 'I\'m actually surprised he has not come for you yet, $N. But all is well, for I have a final plan that will bring the monster to us.$B$BBeing the dominant male gives Lar\'korwi rights to breed with any female he chooses--and he chooses many of them. You\'ll find many ravasaur eggs to the west of here. Get close to them and you should provoke an attack by his mates. The females produce an awful smell from a gland in their heads that allow males to know they are ready to breed. Bring me two of those glands.', '', 'Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.', 0, 0, 0, 0, 0, 0, 0, 0, 11509, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4292, 2, 56, 48, 490, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 6300, 0, 0, 0, 0, 11568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11876, 1, 11882, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'The Bait for Lar\'korwi', 'Using the contents of Torwa\'s Pouch, summon Lar\'korwi and defeat him. Then bring Lar\'korwi\'s Head to Torwa Pathfinder near the entrance to Un\'Goro Crater.', 'This will be the most difficult part because there is some complexity to the plan. To the north of here, you will find a small trail into the mountains. It was here I saw Lar\'korwi last. You will know you are in the right area because of all the bones from massive creatures that once wandered nearby. Take the meat you recovered and place it there. Then, rub this mixture I created on the meat. If both lures mingled together do not bring Lar\'korwi to you, then I know nothing else that will.', '', 'Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.', 0, 0, 0, 0, 0, 0, 0, 0, 11510, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4293, 2, 52, 48, 1497, 0, 0, 0, 0, 0, 0, 0, 5, 6000, 0, 4350, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12230, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'A Sample of Slime...', 'Gather Felwood Slime Samples from any of the slimes in Felwood. Then, using the Testing Equipment next to Chemist Fuely in Undercity, see which of your samples are the most corrupt. Bring 5 of the Corrupted Felwood Samples you find to Chemist Fuely.', 'Felwood is a forest far north of the Barrens, even farther than Ashenvale. There, slimes are found all around pools of water blessed by the touch of Fel. The Scourge decimated the area with attacks of Infernals and other demonic magics--the slimes supposedly crept up through the earth during these attacks.$B$BGather samples of Felwood slimes and we will use the testing equipment next to me to create a control group for our tests against other samples you gather.', '', 'Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 12234, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4293, 2, 52, 48, 1497, 0, 0, 0, 0, 0, 0, 0, 5, 6000, 0, 4350, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12230, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'A Sample of Slime...', 'Gather Felwood Slime Samples from any of the slimes in Felwood. Then, using the Testing Equipment next to Chemist Fuely in Undercity, see which of your samples are the most corrupt. Bring 5 of the Corrupted Felwood Samples you find to Chemist Fuely.', 'Felwood is a forest far north of the Barrens, even farther than Ashenvale. There, slimes are found all around pools of water blessed by the touch of Fel. The Scourge decimated the area with attacks of Infernals and other demonic magics--the slimes supposedly crept up through the earth during these attacks.$B$BGather samples of Felwood slimes and we will use the testing equipment next to me to create a control group for our tests against other samples you gather.', '', 'Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 12234, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(4294, 2, 56, 48, 1497, 0, 0, 0, 0, 0, 0, 0, 5, 6500, 0, 5100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12235, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, '... and a Batch of Ooze', 'Gather Un\'Goro Slime Samples from any of the slimes in Un\'Goro Crater. Then, using the Testing Equipment next to Chemist Fuely in Undercity, see which of your samples are the most pure. Bring 5 of the Pure Un\'Goro Samples you find to Chemist Fuely.', 'Have you heard of the Un\'Goro Crater, $N? It is near the Tanaris desert, and it is a magnificent place: lush, vibrant, full of creatures and plant life.$B$BIt is there you must go. Word has reached me that the place seems completely untainted by outside hands. Explorers are just now discovering its secrets.$B$BI would like to test the slimes or oozes there. If it is true--that they are uncorrupt--then I would like to see how such creatures have evolved.', '', 'Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 12236, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4295, 0, 1, 1, 1584, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Rocknot\'s Ale', '', '', '', 'Return to Private Rocknot in Alterac Mountains.', 0, 0, 0, 0, 0, 0, 0, 0, 11325, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(4296, 2, 50, 50, 46, 0, 0, 0, 0, 0, 0, 0, 3, 7500, 0, 2040, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Tablet of the Seven', 'Collect the Tablet Transcript.', 'I came to the Burning Steppes, following the legends of the Seven. They were dwarves of great knowledge and power, and if you have knowledge and power, then wealth is sure to follow.$B$BThat\'s what I want. Wealth!$B$BIf we can learn more of the Seven, then maybe we can get rich together. The ruins of Thaurissan is rumored to keep the Tablet of the Seven, which holds knowledge of the ancient dwarves. Find this tablet, copy its text and bring it to me. Let\'s discover its secrets together!', '', 'Return to Maxwort Uberglint at Flame Crest in the Burning Steppes.', 0, 0, 0, 0, 0, 0, 0, 0, 11470, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -3550,7 +3552,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(7929, 2, -1, 1, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19267, 256, 0, 19289, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 909, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Elementals Deck', 'Return the Elementals Deck to the Darkmoon Faire when it comes to town.', 'Now that you have gathered all of the Elemental cards together into a deck, a ninth card mysteriously appears with the same backing as the first eight. On this card is inscribed, "Return these cards to the Darkmoon Faire and be rewarded." You have heard that this faire alternately stops at Mulgore and Goldshire every few months, so you will have to wait until they are here next.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 19267, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, '', '', '', '', 12340),
|
||||
(7930, 0, -1, 6, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19295, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '5 Tickets - Darkmoon Flower', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(7931, 0, -1, 15, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19298, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '5 Tickets - Minor Darkmoon Prize', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(7932, 0, -1, 30, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19297, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '12 Tickets - Lesser Darkmoon Prize', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(7932, 0, -1, 30, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19297, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '12 Tickets - Lesser Darkmoon Prize', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(7933, 0, -1, 45, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19296, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '40 Tickets - Greater Darkmoon Prize', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 40, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(7934, 0, -1, 6, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19291, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '50 Tickets - Darkmoon Storage Box', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(7935, 0, -1, 25, -364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 19292, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '10 Tickets - Last Month\'s Mutton', '', '', '', 'Return to Gelvas Grimegate.', 0, 0, 0, 0, 0, 0, 0, 0, 19182, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -4742,7 +4745,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(9274, 2, 12, 9, 3433, 0, 0, 0, 0, 0, 0, 0, 5, 500, 0, 540, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 911, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Spirits of the Drowned', 'Ranger Krenn\'an, at the Farstrider Enclave in the Ghostlands, wants you to kill 8 Vengeful Apparitions and 8 Ravening Apparitions in the nearby lake.', 'The lake to the north has been haunted by the ghosts of my ancestors for as long as I can remember, $N. The poor souls were victims of a tragic incident in which scores of them drowned at the bottom of the lake.$B$BThe details of the event are mostly forgotten, but their haunting cries serve as a constant reminder of their curse.$B$BIf you\'re up to the task, I want you to go to the lake and put an end to their suffering, $N. You will have my gratitude as well as theirs... I\'m sure.', NULL, 'Return to Ranger Krenn\'an at Farstrider Enclave in Ghostlands.', 16327, 16328, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(9275, 2, 19, 16, 3433, 0, 0, 0, 0, 0, 0, 0, 5, 1100, 0, 900, 0, 42876, 0, 0, 22796, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 922, 5, 100000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'A Little Dash of Seasoning', 'Poison the Troll foodstuff at the camps in Zeb\'Nowa and then return to Apothecary Venustus at the Farstrider Enclave in the Ghostlands.', 'I\'m on loan to the Farstriders in an attempt to help with their troll difficulties. I believe that I have a solution to their problem.$B$BAt my disposal are a number of potent poisons. The trolls, as you know, are living creatures and therefore must eat. If we combine my poison with their food... well, I\'m sure that the results will be entertaining!$B$BCare to help rid us of the Shadowpine trolls at Zeb\'Nowa to the south? The camp straddles both the north and south sides of the road to Zul\'Aman.', '', 'Return to Apothecary Venustus at Farstrider Enclave in Ghostlands.', -181250, -181251, -181252, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Poison the Raw Meat Rack', 'Poison the Smoked Meat Rack', 'Poison the Fresh Fish Rack', '', 12340),
|
||||
(9276, 2, 18, 15, 3433, 0, 0, 0, 0, 0, 0, 9277, 5, 1000, 0, 840, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 911, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Attack on Zeb\'Tela', 'Kill 8 Shadowpine Shadowcasters and 8 Shadowpine Headhunters, and return to Farstrider Solanna at Farstrider Enclave in the Ghostlands.', 'Our resources are spread pretty thin here, $c, so your help is going to be invaluable. The captain has tasked me with overseeing the harassment of the local Shadowpine troll camps. We have a policy of keeping them off balance until the day when we can launch a brutal offensive to wipe them out.$B$BUntil then, we need all of the volunteers that we can get so that those Shadowpine troll numbers are decreased.$B$BThink you could head east to Zeb\'Tela and hurt them a little?', '', 'Return to Farstrider Solanna at Farstrider Enclave in Ghostlands.', 16469, 16344, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(9277, 2, 19, 15, 3433, 0, 0, 0, 0, 0, 0, 0, 5, 1100, 0, 900, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23406, 1, 23407, 1, 23408, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 911, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Assault on Zeb\'Nowa', 'Kill 10 Shadowpine Catlords and 10 Shadowpine Hexxers, and return to Farstrider Solanna at the Farstrider Enclave in the Ghostlands.', 'Time for something a little more challenging. Zeb\'Nowa, to the south, is where the more powerful Shadowpine trolls make their home. In our continuing effort to keep the troll numbers to a minimum I\'m dispatching you to go down there and assail them by whatever means you have at your disposal.$B$BWhat do you say, $N? Ready to deal with some more trolls?', '', 'Return to Farstrider Solanna at Farstrider Enclave in Ghostlands.', 16345, 16346, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(9277, 2, 19, 15, 3433, 0, 0, 0, 0, 0, 0, 0, 5, 1100, 0, 900, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23406, 1, 23407, 1, 23408, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 911, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Assault on Zeb\'Nowa', 'Kill 10 Shadowpine Catlords and 10 Shadowpine Hexxers, and return to Farstrider Solanna at the Farstrider Enclave in the Ghostlands.', 'Time for something a little more challenging. Zeb\'Nowa, to the south, is where the more powerful Shadowpine trolls make their home. In our continuing effort to keep the troll numbers to a minimum I\'m dispatching you to go down there and assail them by whatever means you have at your disposal.$B$BWhat do you say, $N? Ready to deal with some more trolls?', '', 'Return to Farstrider Solanna at Farstrider Enclave in Ghostlands.', 16345, 16346, 0, 0, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9278, 2, 1, 1, 3526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22888, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13584, 1, 13583, 1, 13582, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Welcome!', 'Bring the Azure Watch Gift Voucher to Jaeleil in Azure Watch.', 'Welcome to the World of Warcraft!$B$BAs special thanks for purchasing the World of Warcraft Collector\'s Edition, turn in this gift voucher to Jaeleil in Azure Watch. You\'ll then be given a gift: a little companion to join you on your quest for adventure and glory.$B$BThanks again, and enjoy your stay in the World of Warcraft!$B', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 22888, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(9279, 2, 1, 1, 3526, 0, 0, 0, 0, 0, 0, 9280, 3, 0, 0, 30, 0, 0, 0, 0, 0, 524424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 930, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1024, 'You Survived!', 'Speak with Proenitus at the Crash Site in Ammen Vale.', 'Nevermind my injuries, $g brother : sister;. It\'s a miracle that any of us are alive!$b$bIt didn\'t look like you\'d pull through; you\'ve been in suspension for weeks.$B$BSomething happened and the Exodar crashed. Many have died.$B$BBut I\'m relieved that you are alive, $N. With you leading our efforts, I\'m sure we\'ll get to safety soon! Proenitus asked me to send you to him when you awoke. He\'s waiting for you at the bottom of the hill. Just follow the path southwest.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(9280, 2, 1, 1, 3526, 0, 0, 0, 0, 0, 0, 9409, 5, 15, 0, 60, 0, 0, 0, 0, 0, 524424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24129, 1, 24131, 1, 24130, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 930, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1024, 'Replenishing the Healing Crystals', 'Acquire 8 Vials of Moth Blood from the nearby Vale Moths and give them to Proenitus at the Crash Site in Ammen Vale.', 'Our immediate concern is the depleted state of our healing crystals. We must replenish them quickly!$B$BUnfortunately, the only way to do this at this point is to extract the blood from the local vale moths. Their blood will make for a suitable substitute.$B$BThe moths can be found in many places around the vale, but they are mostly concentrated in the northwest.', '', 'Return to Proenitus at the Crash Site in Ammen Vale.', 0, 0, 0, 0, 0, 0, 0, 0, 22889, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -5778,7 +5782,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(10310, 2, 70, 68, 3523, 1, 3, 0, 0, 0, 0, 0, 6, 88000, 0, 9600, 0, 0, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29978, 1, 29980, 1, 29979, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 933, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Sabotage the Warp-Gate!', 'Escort Drijya to the warp-gate at Invasion Point: Destroyer, and see to it that he is kept safe while he attempts to sabotage it. Then speak to Gahruj at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.', 'With the Burning Legion nearby at the fel reaver scrap field, we must do what we can to stop the flow of demons into the area.$B$BThey have a warp-gate to the south in an area that they\'ve cleverly named Invasion Point: Destroyer.$B$BI need you to go with me to the site and keep me safe while I sabotage it.$B$BAfterward, go to the Midrealm Post to the north inside Eco-Dome Midrealm and apprise Gahruj of our success.$B$BWe\'re going to need a friend or two of yours along to help with this.', 'Burning Legion warp-gate sabotaged', 'Return to Gahruj at Eco-Dome Midrealm in Netherstorm.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(10311, 2, 70, 68, 3523, 0, 0, 0, 0, 0, 0, 10310, 1, 0, 0, 7500, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 933, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Drijya Needs Your Help', 'Speak with Drijya near Invasion Point: Destroyer in the Netherstorm.', '$C, it is good to see a helpful face around here.$B$BThe Burning Legion at the nearby fel reaver heap has become more bold, and I am beginning to fear for our safety here. The demons are constantly receiving reinforcements from Invasion Point: Destroyer to the south.$B$BMy compatriot, Drijya, has gone down there to scout and see if he can do something about the Burning Legion\'s warp-gate.$B$BPlease find and assist him in any way that you can.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(10312, 2, 69, 67, 3523, 0, 0, 0, 0, 0, 0, 10316, 5, 41000, 0, 7500, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'The Annals of Kirin\'Var', 'Retrieve the Annals of Kirin\'Var from the town hall of Kirin\'Var Village and return it to Custodian Dieworth.', 'Silencing the spirits has not bled them of their aggression as we had hoped it would. The malevolent spirits you subdued have reemerged in the streets of the town.$B$BWe must uncover what is causing this to happen. The destruction of Kirin\'Var was just the beginning, or else the spirits would have been quieted by now.$B$BThe town hall in the southern section of Kirin\'Var maintained a logbook of all the residents. Last I heard, it was in the keeping of Battle-Mage Dathric. Perhaps his spirit still has it.', NULL, 'Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.', 0, 0, 0, 0, 0, 0, 0, 0, 29331, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(10313, 2, 68, 67, 3523, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 7200, 0, 0, 0, 0, 29324, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30362, 1, 30363, 1, 30364, 1, 30521, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 932, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Measuring Warp Energies', 'Exarch Orelis in Area 52 wants you to take the Warp-Attuned Orb to Manaforge B\'naar and use it at the end of its four pipelines.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.', 'If our instincts are right and these manaforges have been made using technology from Tempest Keep, then all of Outland could be in grave danger.$B$BTempest Keep\'s energy-recharging mechanisms were never supposed to be used this close to the land. The warp energies are capable of destroying this very land, even when contained within Kael\'s pipelines.$B$BTake this orb to Manaforge B\'naar; it is attuned to measure warp energies. Use it at the pipelines\' ends, where they go into the earth.', '', 'Return to Exarch Orelis at Area 52 in Netherstorm.', 20333, 20336, 20337, 20338, 1, 1, 1, 1, 0, 0, 0, 29324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'Northern Pipeline Measured', 'Eastern Pipeline Measured', 'Southern Pipeline Measured', 'Western Pipeline Measured', 12340),
|
||||
(10313, 2, 68, 67, 3523, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 7200, 0, 0, 0, 0, 29324, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30362, 1, 30363, 1, 30364, 1, 30521, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 932, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Measuring Warp Energies', 'Exarch Orelis in Area 52 wants you to take the Warp-Attuned Orb to Manaforge B\'naar and use it at the end of its four pipelines.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.', 'If our instincts are right and these manaforges have been made using technology from Tempest Keep, then all of Outland could be in grave danger.$B$BTempest Keep\'s energy-recharging mechanisms were never supposed to be used this close to the land. The warp energies are capable of destroying this very land, even when contained within Kael\'s pipelines.$B$BTake this orb to Manaforge B\'naar; it is attuned to measure warp energies. Use it at the pipelines\' ends, where they go into the earth.', '', 'Return to Exarch Orelis at Area 52 in Netherstorm.', 20333, 20336, 20337, 20338, 1, 1, 1, 1, 0, 0, 0, 29324, 0, 0, 0, 0, 0, 1, 0, 0, 0, 'Northern Pipeline Measured', 'Eastern Pipeline Measured', 'Southern Pipeline Measured', 'Western Pipeline Measured', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10314, 2, 69, 67, 3523, 0, 0, 0, 0, 0, 0, 10319, 5, 41000, 0, 73800, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'A Lingering Suspicion', 'Collect 10 Loathsome Remnants from the twisted spirits in Kirin\'Var Village\'s Chapel Yard and bring them to Custodian Dieworth.', 'The strange magical device resembles nothing you\'ve ever seen before. It\'s certainly not of blood elf manufacture.$B$BAs you sense spirits moving closer to the building, the orb glows with a greater intensity, which fades as the spirits leave. There\'s no question that it plays a role in the corruption of the ghosts.$B$BHow it works remains a mystery. Perhaps Custodian Dieworth will have some insight if you can provide the remains of some of the spirits along with your observations.', NULL, 'Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.', 0, 0, 0, 0, 0, 0, 0, 0, 29338, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(10315, 2, 70, 68, 3523, 0, 0, 0, 0, 0, 0, 0, 5, 44000, 0, 7500, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 933, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Neutralizing the Nethermancers', 'Kill 15 Sunfury Nethermancers and return to Nether-Stalker Oazul at Tuluman\'s Landing in the Netherstorm.', 'The blood elves are fools! I\'m glad that our trade relations with them have fallen apart. In all of my travels throughout the cosmos, I have never encountered beings so selfish.$B$BThey continue to destroy the land around us with their manaforges, so let\'s see if we can put a dent in their operations across the bridge at Manaforge Ara.$B$BTheir nethermancers channel energy to and from the blood gems to stabilize the flow of power. Go over there and wipe them out!', NULL, 'Return to Nether-Stalker Oazul at Tuluman\'s Landing in Netherstorm.', 20248, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(10316, 2, 69, 67, 3523, 0, 0, 0, 0, 0, 0, 10314, 5, 0, 0, 73800, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Searching for Evidence', 'Search Kirin\'Var Village\'s Chapel Yard for clues about who is behind the manipulation of the spirits.', 'Whoever is behind the transformation of the spirits has been very deliberate in their actions, taking care to target the most powerful mages first, but why? The kind of magic required to influence the spirits of slain Kirin Tor mages must be very powerful.$B$BWhy would a powerful mage go to all this trouble? I\'m inclined to say this is another plot of Kael\'thas\'s, designed to cause more misery here. If there are blood elves here, they\'re likely to be hiding in the houses across the covered bridge.', NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -6801,7 +6806,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(11333, 2, 71, 68, 495, 0, 0, 0, 0, 0, 0, 11343, 5, 0, 0, 24000, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1050, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Into the World of Spirits', 'Thoralius the Wise at Valgarde wants you to find his Reagent Pouch.', 'While the Explorers\' League may discern bits and pieces of the past through their archaeological findings and the Vice Admiral might extract some knowledge of the present through brute force, the truth lies with the spirits.$B$BWith the proper reagents I am able to see into the spirit world. It is there that the past, present and future of Northrend resides.$B$BIf you wish to learn more, I will require my reagent pouch. It was lost in a ship that is now at the bottom of Daggercap Bay, just east of here.', '', 'Return to Thoralius the Wise at Valgarde in Howling Fjord.', 0, 0, 0, 0, 0, 0, 0, 0, 33635, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11334, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33442, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'He Shoots,He Scores!', '[PH] Rinling wants you to shoot a marked target and then return the Target Rifle to him.', '[PH] Shoot a marked target.', '', 'Return to Rinling.', 0, 0, 0, 0, 0, 0, 0, 0, 33442, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11335, 2, -1, 71, 3358, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Call to Arms: Arathi Basin', 'Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.', 'The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle of Arathi Basin that demands immediate reinforcements.$B$BReturn to me with news of victory, $N. We cannot allow the Horde scum to secure the resources that are rightfully ours!', 'Victory in Arathi Basin', 'Return to Alliance Brigadier General.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11336, 2, -1, 71, 2597, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Call to Arms: Alterac Valley', 'Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.$B', 'The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle for Alterac Valley that\'s in most need of brave combatants.$B$BGo now, $N, and aid the Stormpike Expedition. We cannot allow the Frostwolf Clan to get away with the violence they\'ve inflicted on our brethren!', 'Victory in Alterac Valley', 'Return to Alliance Brigadier General.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11336, 2, -1, 71, 2597, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Call to Arms: Alterac Valley', 'Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.$B', 'The reality of fighting on multiple fronts, $g lad : lass;, is that we cannot spread our forces too thin or we risk losing it all!$B$BCritical troop deployments are necessary on a day by day basis. Today it is the battle for Alterac Valley that\'s in most need of brave combatants.$B$BGo now, $N, and aid the Stormpike Expedition. We cannot allow the Frostwolf Clan to get away with the violence they\'ve inflicted on our brethren!', 'Victory in Alterac Valley', 'Return to Alliance Brigadier General.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11337, 2, -1, 71, 3820, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4226, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Call to Arms: Eye of the Storm', 'Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.', 'The fight against the Horde knows no boundaries, $N. Even in Outland, territorial disputes and old hatreds are enough to tip the scales in favor of war.$B$BGo into the Eye of the Storm and make sure the Alliance prevails in Outland just like it has in Azeroth.', 'Victory in the Eye of the Storm', 'Return to Alliance Brigadier General.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11338, 2, -1, 71, 3277, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Call to Arms: Warsong Gulch', 'Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.', 'The Silverwing Sentinels fight to protect the forest in Warsong Gulch. We aid them, not because we\'re tree-lovers, but because the forest forms a natural protective barrier for Alliance territory.$B$BTheir need is greater today than it\'s ever been. We need to deploy reinforcements right away unless we want to see Ashenvale annexed to the Barrens!', 'Victory in Warsong Gulch', 'Return to Alliance Brigadier General.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(11339, 2, -1, 71, 3358, 41, 0, 0, 0, 0, 0, 0, 7, 74000, 5, 198600, 0, 0, 0, 20, 0, 4098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Call to Arms: Arathi Basin', 'Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.', 'Arathi Basin is on the verge of being lost to Alliance forces. We must send reinforcements at this very moment or all our efforts will have been in vain.$B$BDo not delay, $c, go to Arathi Basin and crush the enemy. Victory to the Horde!', 'Victory in Arathi Basin', 'Return to Horde Warbringer.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -7917,7 +7923,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(12450, 2, 75, 71, 65, 0, 0, 0, 0, 0, 0, 12769, 6, 118000, 0, 157200, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37962, 1, 38004, 1, 38046, 1, 38108, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1091, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Through Fields of Flame', 'Enter the Ruby Dragonshrine through the southern pass, then kill 6 Frigid Necromancers and eliminate the source of the corruption under the shrine. Return to Vargastrasz once the task is complete.', 'I have one final task for you, $r... one that should turn the tide of this fight.$B$BReturn to the shrine and kill the necromancers that are fueling this onslaught. With them dead, we should be able to beat these forces back and eventually retake the shrine.$B$BI also need you to find the source of the corruption under the shrine and put an end to it.$B$BI know I have asked a lot of you, but if you do this for me, we will win this battle.', '', 'Return to Vargastrasz in Dragonblight.', 27539, 27680, 0, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 'Ruby Corruption Cleansed', '', '', 12340),
|
||||
(12451, 2, 74, 73, 394, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 24900, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1064, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Onward to Camp Oneqwah', 'Speak with Scout Vor\'takh at Camp Oneqwah.', 'While we build Conquest Hold, I sent Scout Vor\'takh to make contact with our taunka allies in the east. They\'re based in Camp Oneqwah, which is in the easternmost part of Grizzly Hills, beyond Grizzlemaw.$B$BMake the journey there, hear Vor\'takh\'s report and offer your assistance with anything he and the local chieftain may need. Your contributions to Conquest Hold have been exemplary and I know Vor\'takh will be grateful for the assistance.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(12452, 2, 74, 72, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLD The Fate of the Ruby Dragonshrine', 'Bring Dahlia\'s Ruby Broach to Ceristrasz and inform him of her fate.', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(12453, 2, 74, 73, 394, 0, 0, 0, 0, 0, 0, 0, 4, 44000, 0, 74700, 0, 0, 0, 0, 37877, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37877, 1, 0, 0, 0, 0, 38762, 1, 38760, 1, 38761, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1085, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Eyes Above', 'Windseer Grayhorn wants you to use the Silver Feather on 6 Imperial Eagles in Grizzly Hills.', 'I\'ve been asked to lend my support to our efforts against the Alliance. At the moment our military forces are about evenly matched and we\'re looking for ways to find an edge.$B$BThe imperial eagles that fly over the mountains and trees in this area would make excellent scouts for us. Take this silver feather and use it to bind my sight to that of them.$B$BBeing able to see our enemy\'s movements will grant us the strategic advantage we need. You\'ll find abundant eagles in the mountains to the east.', '', 'Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.', 27786, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Imperial Eagle\'s sight bound', '', '', '', 12340),
|
||||
(12453, 2, 74, 73, 394, 0, 0, 0, 0, 0, 0, 0, 4, 44000, 0, 74700, 0, 0, 0, 0, 37877, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37877, 1, 0, 0, 0, 0, 38762, 1, 38760, 1, 38761, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1085, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Eyes Above', 'Windseer Grayhorn wants you to use the Silver Feather on 6 Imperial Eagles in Grizzly Hills.', 'I\'ve been asked to lend my support to our efforts against the Alliance. At the moment our military forces are about evenly matched and we\'re looking for ways to find an edge.$B$BThe imperial eagles that fly over the mountains and trees in this area would make excellent scouts for us. Take this silver feather and use it to bind my sight to that of them.$B$BBeing able to see our enemy\'s movements will grant us the strategic advantage we need. You\'ll find abundant eagles in the mountains to the east.', '', 'Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.', 27786, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Imperial Eagle\'s sight bound', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12454, 2, 74, 72, 65, 0, 0, 0, 0, 0, 0, 12456, 5, 56000, 0, 99600, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1091, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycle of Life', 'Nishera the Garden Keeper at the Emerald Dragonshrine has asked you to slay 5 Emerald Skytalons.', 'Ysera sleeps in the Emerald Dream, watching over both the Dream and Azeroth. But a horrible nightmare has taken hold in the Dream, and now I fear that Ysera is being affected by it.$B$BRecently, I asked her to aid in the fight against the Scourge that are raising frostwyrms at the other dragonshrines. She misunderstood.$B$BInstead, she told our dragonshrine\'s defenders to treat those not of the green dragonflight as enemies.$B$BI need you to slay some of the skytalons. The shrine must regain its balance.', '', 'Return to Nishera the Garden Keeper at the Emerald Dragonshrine in Dragonblight.', 27244, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(12455, 2, 73, 71, 65, 0, 0, 0, 0, 0, 0, 12457, 5, 0, 0, 73800, 0, 0, 0, 0, 0, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1050, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Scattered To The Wind', 'Ambo Cash at the Wintergarde Mausoleum in Dragonblight wants you to recover 8 Wintergarde Munitions.', 'The munitions drop went badly, friend. The shipment of ammo from Westguard Keep was intercepted by the frostwyrms circling overhead. The flying machines were torn apart in a matter of seconds and their cargo was scattered to the wind. Most of it is still topside - on the Carrion Fields.$B$BI\'m gonna need you to go back up and recover the munitions crates that are scattered all over this damned place.$B$BHurry it up! We can\'t start this offensive without guns and ammo, $g buddy:missy;!', '', 'Return to Ambo Cash at Wintergarde Mausoleum in Dragonblight.', 0, 0, 0, 0, 0, 0, 0, 0, 37879, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(12456, 2, 74, 72, 65, 1, 3, 0, 0, 0, 0, 0, 6, 112000, 0, 124500, 0, 0, 0, 0, 37881, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37881, 1, 0, 0, 0, 0, 37937, 1, 37981, 1, 38024, 1, 38085, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1091, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'The Plume of Alystros', 'Nishera the Garden Keeper at the Emerald Dragonshrine has asked you to acquire The Plume of Alystros.', 'I can feel that the shrine is not completely back in balance. The verdant keeper has been angered by our actions, and I sense that he will not listen to reason.$B$BAlystros is an immense skytalon who perches at the south end of the Emerald Dragonshrine. It is he who is in charge of the dragonshrine\'s aerial defenses. I fear that we will have to deal with him.$B$BTake these skytalon molts and place them on the ground where he can see them. He will come. Bring me his plume.', '', 'Return to Nishera the Garden Keeper at the Emerald Dragonshrine in Dragonblight.', 0, 0, 0, 0, 0, 0, 0, 0, 37880, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
@@ -8947,7 +8954,8 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques
|
||||
(13482, 2, 80, 77, 210, 0, 0, 0, 0, 0, 0, 0, 5, 74000, 0, 132300, 0, 0, 0, 0, 0, 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1106, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Let\'s Get Out of Here', 'Escort Father Kamaros to safety and then report to Absalan the Pious aboard the Skybreaker.', 'The Light smiles upon me. I have not yet died in this living nightmare, but the Scourge will kill me and tear my body apart for use in their \'work\' here if I cannot escape.$B$BI cannot make it on my own, my child, but with your help, I may yet live to fight the Scourge again.$B$BWill you help me make my escape before the Scourge\'s butchers come to finish me off?', 'Escort Father Kamaros to safety', 'Report to Absalan the Pious at the Skybreaker in Icecrown.', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13483, 2, -1, 1, -374, 0, 0, 0, 0, 0, 0, 13479, 0, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 690, 'Spring Gatherers', 'Talk to a Spring Gatherer in Razor Hill, Brill, Bloodhoof Village, or Falconwing Square.', 'If you\'re looking for something to do, I hear there are mages in the settlements near capital cities - Razor Hill, Brill, Bloodhoof Village, and Falconwing Square - who have been recruiting egg hunters for help with some research they\'re doing. I\'m not sure of the particulars, but I\'m sure they\'d tell you.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13484, 2, -1, 1, -374, 0, 0, 0, 0, 0, 0, 13480, 1, 900, 1, 13200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Spring Collectors', 'Talk to a Spring Collector in Goldshire, Kharanos, Dolanaar, or Azure Watch.', 'If you\'re looking for something to do, I hear there are mages in the settlements near capital cities - Goldshire, Kharanos, Dolanaar, and Azure Watch - who have been recruiting egg hunters for help with some research they\'re doing. I\'m not sure of the particulars, but I\'m sure they\'d tell you.', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13485, 0, -1, 1, -22, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 66300, 0, 0, 0, 0, 0, 0, 0, 23247, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Honor the Flame', '', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13485, 0, -1, 1, -22, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 66300, 0, 0, 0, 0, 0, 0, 0, 23247, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Honor the Flame', '', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `RewardBonusMoney`, `RewardDisplaySpell`, `RewardSpell`, `RewardHonor`, `RewardKillHonor`, `StartItem`, `Flags`, `RequiredPlayerKills`, `RewardItem1`, `RewardAmount1`, `RewardItem2`, `RewardAmount2`, `RewardItem3`, `RewardAmount3`, `RewardItem4`, `RewardAmount4`, `ItemDrop1`, `ItemDropQuantity1`, `ItemDrop2`, `ItemDropQuantity2`, `ItemDrop3`, `ItemDropQuantity3`, `ItemDrop4`, `ItemDropQuantity4`, `RewardChoiceItemID1`, `RewardChoiceItemQuantity1`, `RewardChoiceItemID2`, `RewardChoiceItemQuantity2`, `RewardChoiceItemID3`, `RewardChoiceItemQuantity3`, `RewardChoiceItemID4`, `RewardChoiceItemQuantity4`, `RewardChoiceItemID5`, `RewardChoiceItemQuantity5`, `RewardChoiceItemID6`, `RewardChoiceItemQuantity6`, `POIContinent`, `POIx`, `POIy`, `POIPriority`, `RewardTitle`, `RewardTalents`, `RewardArenaPoints`, `RewardFactionID1`, `RewardFactionValue1`, `RewardFactionOverride1`, `RewardFactionID2`, `RewardFactionValue2`, `RewardFactionOverride2`, `RewardFactionID3`, `RewardFactionValue3`, `RewardFactionOverride3`, `RewardFactionID4`, `RewardFactionValue4`, `RewardFactionOverride4`, `RewardFactionID5`, `RewardFactionValue5`, `RewardFactionOverride5`, `TimeAllowed`, `AllowableRaces`, `LogTitle`, `LogDescription`, `QuestDescription`, `AreaDescription`, `QuestCompletionLog`, `RequiredNpcOrGo1`, `RequiredNpcOrGo2`, `RequiredNpcOrGo3`, `RequiredNpcOrGo4`, `RequiredNpcOrGoCount1`, `RequiredNpcOrGoCount2`, `RequiredNpcOrGoCount3`, `RequiredNpcOrGoCount4`, `RequiredItemId1`, `RequiredItemId2`, `RequiredItemId3`, `RequiredItemId4`, `RequiredItemId5`, `RequiredItemId6`, `RequiredItemCount1`, `RequiredItemCount2`, `RequiredItemCount3`, `RequiredItemCount4`, `RequiredItemCount5`, `RequiredItemCount6`, `Unknown0`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(13486, 0, -1, 1, -22, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 66300, 0, 0, 0, 0, 0, 0, 0, 23247, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Honor the Flame', '', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13487, 0, -1, 1, -22, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 66300, 0, 0, 0, 0, 0, 0, 0, 23247, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Honor the Flame', '', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
(13488, 0, -1, 1, -22, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 66300, 0, 0, 0, 0, 0, 0, 0, 23247, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1101, 'Honor the Flame', '', '', '', NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340),
|
||||
|
||||
@@ -32,7 +32,7 @@ CREATE TABLE IF NOT EXISTS `quest_template_locale` (
|
||||
PRIMARY KEY (`ID`,`locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
|
||||
|
||||
-- Dumping data for table acore_world.quest_template_locale: ~56,832 rows (approximately)
|
||||
-- Dumping data for table acore_world.quest_template_locale: ~61,287 rows (approximately)
|
||||
DELETE FROM `quest_template_locale`;
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1, 'deDE', 'Kanrethads Quest', 'Willkommen zurück vom Reich der Toten.$B$BEin ganzes Zeitalter ist es her, seit Ihr ein stolzer Held unter Euresgleichen wart. Doch nun seid Ihr $gein geschlagener Mann:eine geschlagene Frau; -gebrochen, ein Relikt vergangener Tage. Höret nun und ich werde der Legende, die Ihr einst wart, neues Leben einhauchen.$B$BIch werde Waffen und Kräfte, die Ihr verloren habt, wiederherstellen und Euch wieder ins Leben rufen.', 'Sprecht mit Kanrethad, um Eure Talente, Waffen und Euer Reittier wiederherzustellen.', '', 'Kehrt zu Kanrethad zurück.', 'An Eure Talente erinnern', '', '', '', 18019),
|
||||
@@ -1535,7 +1535,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(223, 'zhCN', '森林里的狼人', '拿着这个,$n。把这个带给卡尔文主人。$b$b<他取出一张褪色的羊皮纸交给你>$b$b如果再多些像你这样的力量加入,我们就能让守夜人相形见拙!也许到那个时候,我们就能够彻底解决这些现在令我们疲惫不堪的危机。', '把卡洛尔的便笺交给乔纳森·卡尔文。', '', '', '', '', '', '', 0),
|
||||
(223, 'zhTW', '森林裡的狼人', '拿著這個,$n。把這個帶給喀爾文主人。$b$b<他取出一張褪色的羊皮紙交給你>$b$b如果再多些像你這樣的力量加入,我們就能讓守夜人相形見拙!也許到那個時候,我們就能夠徹底解決這些現在令我們疲憊不堪的危機。', '把卡洛爾的便箋交給喬納森·喀爾文。', '', '', '', '', '', '', 0),
|
||||
(224, 'deDE', 'Verteidigung der Länder des Königs', 'Wir müssen den Loch beschützen, $n! Jetzt, wo so viele der Soldaten des Königs tapfer auf weit entfernten Schlachtfeldern kämpfen, sind wir nahe davor, an der Heimatfront überwältigt zu werden. Aus jedem Spalt graben sich Troggs an die Oberfläche! Die Troggplage stellt für Eisenschmiede die größte Gefahr dar. Diese widerwärtigen Mutanten müssen vernichtet werden.$b$bIhr, $gtapferer Abenteurer:tapfere Abenteurerin;, müsst Euch für uns hinauswagen und der Bedrohung durch die Troggs ein Ende bereiten. Erschlagt 6 Splittersteintroggs und 6 Späher der Splittersteintroggs und erstattet dann wieder Bericht.', 'Gebirgsjäger Feuerkiesel in Thelsamar möchte, dass Ihr 6 Splittersteintroggs und 6 Späher der Splittersteintroggs tötet.', '', '', '', '', '', '', 18019),
|
||||
(224, 'esES', 'En defensa de las tierras del rey', '¡Tenemos que proteger Loch Modan, $n! Casi todas nuestras tropas están luchando en otros frentes; nos hemos quedado desprotegidos. ¡Están saliendo troggs de debajo de las piedras! Esta invasión supone la mayor amenaza para Forjaz. Tenemos que acabar con esos asquerosos mutantes.$B$BNecesitamos a alguien valiente como tú para acabar con esos seres. Acaba con seis troggs Rompecantos y seis exploradores Rompecantos. Encontrarás a la mayoría de esas alimañas en los pasos hacia las montañas del sur.', 'El montaraz Pedernal, de Thelsamar, quiere que mates a 10 Troggs Rompecantos y 10 Exploradores Rompecantos.', '', '', '', '', '', '', 18019),
|
||||
(224, 'esES', 'En defensa de las tierras del rey', '¡Tenemos que proteger Loch Modan, $n! Casi todas nuestras tropas están luchando en otros frentes; nos hemos quedado desprotegidos. ¡Están saliendo troggs de debajo de las piedras! Esta invasión supone la mayor amenaza para Forjaz. Tenemos que acabar con esos asquerosos mutantes.$B$BNecesitamos a alguien valiente como tú para acabar con esos seres. Acaba con seis troggs Rompecantos y seis exploradores Rompecantos. Encontrarás a la mayoría de esas alimañas en los pasos hacia las montañas del sur.', 'El montaraz Pedernal, de Thelsamar, quiere que mates a 10 Troggs Rompecantos y 10 Exploradores Rompecantos.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(224, 'esMX', 'En defensa de las tierras del rey', '¡Tenemos que proteger Loch Modan, $n! Casi todas nuestras tropas están luchando en otros frentes; nos hemos quedado desprotegidos. ¡Están saliendo troggs de debajo de las piedras! Esta invasión supone la mayor amenaza para Forjaz. Tenemos que acabar con esos asquerosos mutantes.$B$BNecesitamos a alguien valiente como tú para acabar con esos seres. Acaba con seis troggs Rompecantos y seis exploradores Rompecantos. Encontrarás a la mayoría de esas alimañas en los pasos hacia las montañas del sur.', 'El montaraz Pedernal, de Thelsamar, quiere que mates a 10 Troggs Rompecantos y 10 Exploradores Rompecantos.', '', '', '', '', '', '', 18019),
|
||||
(224, 'frFR', 'À la défense des terres du roi', 'Nous devons protéger le Loch, $n ! Avec tant de soldats du roi combattant vaillamment sur des champs de bataille lointains, les forces manquent à l\'intérieur. Les troggs se déversent de la moindre brèche et constituent la menace principale qui pèse sur Forgefer. Ces répugnants mutants doivent être annihilés.$b$bNous avons besoin de vous, $gbrave aventurier:courageuse aventurière;, pour mener une expédition et semer le chaos dans leurs rangs. Tuez six troggs et six éclaireurs brisepierre, puis revenez me voir. Vous trouverez cette vermine dans les passes entre les montagnes, au sud.', 'Le Montagnard Pave-silex de Thelsamar veut que vous tuiez 6 Troggs et 6 Éclaireurs brisepierre.', '', '', '', '', '', '', 18019),
|
||||
(224, 'ruRU', 'Защита королевских земель', 'Мы должны защитить озеро Лок, $n! Множество королевских солдат проливает кровь в далеких землях, а наш родной край в опасности. Трогги полезли изо всех щелей! Нашествие троггов грозит безопасности Стальгорна. Пора истребить мерзких мутантов!$b$bНам нужна твоя помощь, $gотважный искатель приключений:отважная искательница приключений;. Ступай и устрани нависшую над нами угрозу. Убей 6 троггов из племени Камнедробов и 6 разведчиков из племени Камнедробов и возвращайся.', 'Горный пехотинец Кремневик из Телсамара просит вас убить 6 троггов из племени Камнедробов и 6 разведчиков из племени Камнедробов.', '', '', '', '', '', '', 18019),
|
||||
@@ -2983,7 +2984,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(436, 'esES', 'La excavación de Vetaferro', 'El prospector Vetaferro dirige la excavación de unas antiguas ruinas al este del lago. Últimamente está haciendo pocos progresos, a pesar de todos los suministros que le hemos enviado.$B$BVetaferro es un enano honrado y tenaz que valora los resultados. Por eso sospecho que hay otros factores en su contra.$B$BVe a la Excavación de Vetaferro y habla con Magmar Ceñimal. Él se encarga de los detalles de la excavación y sabrá a qué se debe el retraso en los trabajos.$B$BPara llegar a la excavación, rodea el extremo sur del lago y luego dirígete al este.', 'Habla con el explorador Ceñimal.', '', '', '', '', '', '', 18019),
|
||||
(436, 'esMX', 'La excavación de Vetaferro', 'El prospector Vetaferro dirige la excavación de unas antiguas ruinas al este del lago. Últimamente está haciendo pocos progresos, a pesar de todos los suministros que le hemos enviado.$B$BVetaferro es un enano honrado y tenaz que valora los resultados. Por eso sospecho que hay otros factores en su contra.$B$BVe a la Excavación de Vetaferro y habla con Magmar Ceñimal. Él se encarga de los detalles de la excavación y sabrá a qué se debe el retraso en los trabajos.$B$BPara llegar a la excavación, rodea el extremo sur del lago y luego dirígete al este.', 'Habla con el explorador Ceñimal.', '', '', '', '', '', '', 18019),
|
||||
(436, 'frFR', 'Les fouilles de Baguefer', 'Le Prospecteur Baguefer dirige l’exploration de ruines à l\'est du lac. Malgré notre approvisionnement, sa progression s\'est ralentie dernièrement.$B$BBaguefer est un solide et honnête nain qui aime à faire du bon travail, c\'est pourquoi je crains que des forces contraires soient à l\'œuvre pour le ralentir.$B$BAllez aux fouilles de Baguefer et parlez à Magmar Tombebranche. C\'est lui qui gère le site, et il saura sûrement pourquoi le rythme de travail a décru.$B$BPour rejoindre les fouilles, contournez la pointe sud du lac, puis marchez droit vers l\'est.', 'Parler à l\'Explorateur Tombebranche.', '', '', '', '', '', '', 18019),
|
||||
(436, 'ruRU', 'Раскопки Сталекрута', 'Геолог Сталекрут возглавляет раскопки в древних руинах к востоку от озера. В последнее время дело продвигается медленно – и это учитывая, сколько мы послали туда припасов!$B$BСталекрут – надежный, честный дворф, который прежде всего болеет за результат, потому-то я и думаю, что кто-то решил ему помешать.$B$BОтправляйся к раскопкам Сталекрута и обратись к Магмару Рудоколу. Он ведет отчетность по раскопкам и сможет объяснить, чем вызвана задержка.$B$BЧтобы отыскать раскопки, обогни озеро с юга и направляйся на восток.', 'Обратитесь к исследователю Удару Топора.', '', '', '', '', '', '', 18019),
|
||||
(436, 'ruRU', 'Раскопки Сталекрута', 'Геолог Сталекрут возглавляет раскопки в древних руинах к востоку от озера. В последнее время дело продвигается медленно – и это учитывая, сколько мы послали туда припасов!$B$BСталекрут – надежный, честный дворф, который прежде всего болеет за результат, потому-то я и думаю, что кто-то решил ему помешать.$B$BОтправляйся к раскопкам Сталекрута и обратись к Магмару Рудоколу. Он ведет отчетность по раскопкам и сможет объяснить, чем вызвана задержка.$B$BЧтобы отыскать раскопки, обогни озеро с юга и направляйся на восток.', 'Обратитесь к исследователю Удару Топора.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(436, 'zhCN', '铁环挖掘场', '勘察员基恩萨·铁环正在负责挖掘洛克湖东边的一座古老的废墟。虽然我们已经给他送去了不少物资,但是他那里最近进展非常缓慢。$B$B基恩萨·铁环是一个顽强、诚实而精干的矮人,没理由会如此懈怠,所以我担心他那儿出了什么问题。$B$B到铁环挖掘场去问问麦格玛尔·落斧,他负责挖掘场的琐事,一定知道那里到底是怎么了。$B$B你要可以从湖的南端绕过去,然后一直向东走,就可以到挖掘场了。', '和麦格玛尔·落斧谈一谈。', '', '', '', '', '', '', 0),
|
||||
(436, 'zhTW', '鐵環挖掘場', '勘察員基恩薩·鐵環正在負責挖掘洛克湖東邊的一座古老的廢墟。雖然我們已經給他送去了不少物資,但是他那裡最近進展非常緩慢。$B$B基恩薩·鐵環是一個頑強、誠實而精幹的矮人,沒理由會如此懈怠,所以我擔心他那兒出了什麼問題。$B$B到鐵環挖掘場去問問麥格瑪爾·落斧,他負責挖掘場的瑣事,一定知道那裡到底是怎麼了。$B$B你要可以從湖的南端繞過去,然後一直向東走,就可以到挖掘場了。', '和麥格瑪爾·落斧談話。', '', '', '', '', '', '', 0),
|
||||
(437, 'deDE', 'Das Todesfeld', 'Unsere ursprünglichen Spähberichte über den Silberwald zeigen, dass die Moderfelle auf einer alten Farm im Norden, nahe dem Todesfeld, einen Stützpunkt haben. Wir haben kleine Angriffe auf sie gestartet, aber jedes Mal werden sie von der Banshee Nachtseele unterstützt, die ihre Magie einsetzt, um unsere Truppen in die Flucht zu schlagen.$B$BWir wollen Nachtseele vernichtet sehen.$B$BGeht ins Todesfeld und greift die Moderfelle an. Falls Ihr Nachtseele nicht seht, tötet so lange Moderfellgnolle, bis sie auftaucht, und besiegt sie dann.$B$BIhre Essenz wird zu Staub zerfallen. Bringt mir diesen Staub als Beweis.', 'Tötet Gnolle der Moderfelle auf dem Todesfeld.$B$BSobald Nachtseele auftaucht, tötet sie ebenfalls.$B$BBringt Nachtseeles Essenz zu Hochexekutor Hadrec beim Grabmal.', 'Betretet das Todesfeld.', 'Kehrt zu Hochexekutor Hadrec am Grabmal im Silberwald zurück.', '', '', '', '', 18019),
|
||||
@@ -4350,7 +4352,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(643, 'deDE', 'Siegelzeichen von Arathor', 'Obwohl man kaum behaupten kann, dass sie Stromgarde kontrollieren, geschweige denn das gesamte Arathihochland, marschiert der menschliche Prinz trotzdem mit den Überbleibseln seiner Kavallerie durch das Land. Ich versteh ja nicht, warum er das tut, aber wer versteht schon, wie Menschen ticken, hm?$b$bWas auch immer seine Gründe sein mögen, er hat eines der Siegelzeichen Leutnant Heldenruf, dem Anführer seiner Kavallerie übergeben. Findet ihn und bringt mir sein Siegelzeichen zurück.', 'Holt das Siegelzeichen von Arathor und bringt es Zengu in Hammerfall.', '', 'Kehrt zu Zengu nach Hammerfall im Arathihochland zurück.', '', '', '', '', 18019),
|
||||
(643, 'esES', 'El sigilo de Arathor', 'Aunque apenas pueda afirmarse que controlan Stromgarde, y no digamos las Tierras Altas de Arathi, el príncipe humano lleva los restos de su caballería por el campo. No logro entender por qué lo hace, aunque ¿quién entiende a los humanos?$B$BSean cuales sean sus motivos, le ha dado uno de los sigilos al teniente Valeroso, el jefe de su caballería. Encuéntralo y tráeme el sigilo.', 'Recupera el sigilo de Arathor y llévaselo a Zengu en Sentencia.', '', 'Vuelve con: Zengu. Zona: Sentencia, Tierras Altas de Arathi.', '', '', '', '', 18019),
|
||||
(643, 'esMX', 'El sigilo de Arathor', 'Aunque apenas pueda afirmarse que controlan Stromgarde, y no digamos las Tierras Altas de Arathi, el príncipe humano lleva los restos de su caballería por el campo. No logro entender por qué lo hace, aunque ¿quién entiende a los humanos?$B$BSean cuales sean sus motivos, le ha dado uno de los sigilos al teniente Valeroso, el jefe de su caballería. Encuéntralo y tráeme el sigilo.', 'Recupera el sigilo de Arathor y llévaselo a Zengu en Sentencia.', '', 'Vuelve con: Zengu. Zona: Sentencia, Tierras Altas de Arathi.', '', '', '', '', 18019),
|
||||
(643, 'frFR', 'Le cachet d\'Arathor', 'Bien qu\'on puisse dire qu\'il contrôle tout juste Stromgarde, et certainement pas toutes les hautes-terres Arathies, le prince humain fait courir la campagne aux restes de sa cavalerie. Je ne comprends pas pourquoi, mais qui peut comprendre la façon dont pensent les humains, hein ?$b$bLe plus important, c’est qu’il ait donné l\'un des cachets au lieutenant Vaillehuche, commandant sa cavalerie. Trouvez-le et rapportez-moi son cachet.', 'Retrouver le Cachet d\'Arathor et l\'apporter à Zengu, au Trépas-d\'Orgrim.', '', 'Retournez voir Zengu à Trépas-d\'Orgrim, dans les Hautes-terres Arathies.', '', '', '', '', 18019),
|
||||
(643, 'frFR', 'Le cachet d\'Arathor', 'Bien qu\'on puisse dire qu\'il contrôle tout juste Stromgarde, et certainement pas toutes les hautes-terres Arathies, le prince humain fait courir la campagne aux restes de sa cavalerie. Je ne comprends pas pourquoi, mais qui peut comprendre la façon dont pensent les humains, hein ?$b$bLe plus important, c’est qu’il ait donné l\'un des cachets au lieutenant Vaillehuche, commandant sa cavalerie. Trouvez-le et rapportez-moi son cachet.', 'Retrouver le Cachet d\'Arathor et l\'apporter à Zengu, au Trépas-d\'Orgrim.', '', 'Retournez voir Zengu à Trépas-d\'Orgrim, dans les Hautes-terres Arathies.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(643, 'ruRU', 'Печать Аратора', 'Хотя принц едва ли может похвастаться властью над Стромгардом, не говоря уж обо всем Нагорье Арати, тем не менее он разъезжает с остатками своей кавалерии по всей области. Я не могу сказать, зачем он это делает, но кто поймет, как мыслят эти люди?$B$BКакова бы ни была причина, более важно то, что он отдал одну из своих печатей лейтенанту Храброгласу, командиру кавалерии. Найдите его и принесите мне эту печать.', 'Добудьте Печать Аратора и принесите ее Зенгу в Павший Молот.', '', 'Вернитесь к Зенгу в Павший Молот, что на Нагорье Арати.', '', '', '', '', 18019),
|
||||
(643, 'zhCN', '阿拉索符印', '尽管他们还没有控制激流堡,更不要说整个阿拉希高地,但那人类王子却率领着剩余的骑士在乡间疾驰。我不能理解他为什么这么做,谁又能理解人类的思维方式呢?$b$b且不管他到底是怎么想的,最重要的是他把一块符印交给了瓦罗卡尔中尉,也就是那群骑士的首领。找到这个人,把他的符印带回来交给我。', '取回阿拉索符印,把它交给落锤村的森古。', '', '去阿拉希高地找落锤镇的森古。', '', '', '', '', 0),
|
||||
(644, 'deDE', 'Siegelzeichen von Trollbann', 'Das letzte Siegelzeichen, das benötigt wird, um das Siegel auf dem Grabmal von Thoras Trollbann zu öffnen, wird von seinem Sohn höchstpersönlich aufbewahrt. Er hält sich tief innerhalb Stromgardes auf, in einer Kapelle in den von der Miliz bewachten Distrikten. Prinz Galen wird gut bewacht und da er selbst ein ausgezeichneter Krieger ist, wird diese Aufgabe wahrscheinlich die schwierigste sein.', 'Tötet Prinz Galen Trollbann und bringt das Siegelzeichen von Trollbann zu Zengu in Hammerfall.', '', 'Kehrt zu Zengu nach Hammerfall im Arathihochland zurück.', '', '', '', '', 18019),
|
||||
@@ -5724,7 +5727,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(857, 'deDE', 'Die Träne der Monde', 'Ich hatte die Macht! In diesen meinen Händen! Und ich möchte sie wiederhaben! Wiederhaben möchte ich sie!$b$bDiese dreckigen Ausgräber haben sie entdeckt... sie war so wunderschön. Die Träne der Monde war die erste größere Entdeckung, die wir in Bael Modan gemacht haben.$b$bSie hätte mir gehören sollen! Mir!$b$bGeneral Doppelzopf war eifersüchtig auf die Macht, die sie mir verlieh; er sperrte sie weg, in der Burg. Sagte, sie sei verflucht! Dieser Dummkopf!$b$bAndere wollten sie auch haben und sie mussten daran gehindert werden! Dieses Scheusal Doppelzopf jagte mich weg.$b$bJetzt möchte ich sie wiederhaben. Wiederhaben möchte ich sie!', 'Feegly der Verbannte möchte, dass Ihr ihm die Träne der Monde zurückbringt.', '', 'Kehrt zu Feegly dem Verbannten in Bael Modan im Brachland zurück.', '', '', '', '', 18019),
|
||||
(857, 'esES', 'La Lágrima de las Lunas', '¡Yo tenía el poder de la energía! ¡La tenía en mis propias manos! ¡Y quiero recuperarla! ¡Cuanto antes!$B$BEsos canallas excavadores la descubrieron... era tal su hermosura. Se consideraba la Lágrima de las Lunas, fue el primer gran descubrimiento que hicimos en Bael Modan.$B$B¡Tenía que ser mía! ¡Mía y solo mía!$B$BAl general Trenzado lo carcomían los celos del poder que me daba. Así que la encerró en el castillo. ¡Se atrevió a decir que estaba maldita! ¡Ignorante!$B$B¡Otros la codiciaban y había que detenerlos! Ese malnacido de Trenzado me apartó.$B$BAhora quiero recuperarla. ¡Cuanto antes!', 'Feegly el Exiliado quiere que le consigas la Lágrima de las Lunas.', '', 'Vuelve con: Feegly el Exiliado. Zona: Bael Modan, Los Baldíos.', '', '', '', '', 18019),
|
||||
(857, 'esMX', 'La Lágrima de las Lunas', '¡Yo tenía el poder de la energía! ¡La tenía en mis propias manos! ¡Y quiero recuperarla! ¡Cuanto antes!$B$BEsos canallas excavadores la descubrieron... era tal su hermosura. Se consideraba la Lágrima de las Lunas, fue el primer gran descubrimiento que hicimos en Bael Modan.$B$B¡Tenía que ser mía! ¡Mía y solo mía!$B$BAl general Trenzado lo carcomían los celos del poder que me daba. Así que la encerró en el castillo. ¡Se atrevió a decir que estaba maldita! ¡Ignorante!$B$B¡Otros la codiciaban y había que detenerlos! Ese malnacido de Trenzado me apartó.$B$BAhora quiero recuperarla. ¡Cuanto antes!', 'Feegly el Exiliado quiere que le consigas la Lágrima de las Lunas.', '', 'Vuelve con: Feegly el Exiliado. Zona: Bael Modan, Los Baldíos.', '', '', '', '', 18019),
|
||||
(857, 'frFR', 'La larme des lunes', 'La puissance était mienne ! Dans mes propres mains ! Et je veux la retrouver ! La retrouver, je vous dis !$b$bCes fichus excavateurs l\'ont découverte… Elle était tellement belle. Avoir trouvé la Larme des lunes, c\'était la première grande découverte qu\'on avait faite à Bael Modan.$b$bElle aurait dû être mienne ! Mienne je vous dis !$b$bMais le général Doublenattes devint jaloux de la puissance qu\'elle me donnait. Il l\'a enfermée à clé dans le donjon. L\'a traitée de maudite, il l\'a fait ! L\'imbécile !$b$bD\'autres la voulaient et ils devaient être arrêtés ! Ce bâtard de Doublenattes m\'a chassé.$b$bMaintenant, je la veux à nouveau ! Je la veux je vous dis !', 'Feegly l’Exilé veut que vous retrouviez pour lui la Larme des lunes.', '', 'Retournez voir Feegly l’Exilé à Bael Modan, dans les Tarides.', '', '', '', '', 18019),
|
||||
(857, 'frFR', 'La larme des lunes', 'La puissance était mienne ! Dans mes propres mains ! Et je veux la retrouver ! La retrouver, je vous dis !$b$bCes fichus excavateurs l\'ont découverte… Elle était tellement belle. Avoir trouvé la Larme des lunes, c\'était la première grande découverte qu\'on avait faite à Bael Modan.$b$bElle aurait dû être mienne ! Mienne je vous dis !$b$bMais le général Doublenattes devint jaloux de la puissance qu\'elle me donnait. Il l\'a enfermée à clé dans le donjon. L\'a traitée de maudite, il l\'a fait ! L\'imbécile !$b$bD\'autres la voulaient et ils devaient être arrêtés ! Ce bâtard de Doublenattes m\'a chassé.$b$bMaintenant, je la veux à nouveau ! Je la veux je vous dis !', 'Feegly l’Exilé veut que vous retrouviez pour lui la Larme des lunes.', '', 'Retournez voir Feegly l’Exilé à Bael Modan, dans les Tarides.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(857, 'ruRU', 'Слеза Лун', 'Она была у меня в руках! В этих самых руках! И я хочу вернуть ее! Она моя!$B$BЕе откопали эти грязные землечерпы... как же прекрасна она была!.. Ее назвали слеза Лун. Первое серьезное открытие в Бейл Модане.$B$BОна должна достаться мне! Мне, говорю!$B$BГенерал Двукосса позавидовал силе, которую она мне давала, и запер ее в Крепости. Сказал, что эта вещь проклята. Дурак!$B$BЕе хотели заполучить и другие, мне пришлось их остановить. А этот мерзавец Двукосса прогнал меня.$B$BА я хочу ее вернуть. Она моя!', 'Фриглай Изгнанник попросил вас вернуть ему слезу Лун.', '', 'Вернитесь к Фиглаю Изгнаннику в Бейл Модан, что в Степях.', '', '', '', '', 18019),
|
||||
(857, 'zhCN', '众月之泪', '那是我的宝贝!我的!我要把它夺回来!夺回来!$b$b那些肮脏的挖掘者发现了它……它是如此美丽,众月之泪是我们在巴尔莫丹的第一个重大发现。$b$b它本就该是我的!对,我的!我的宝贝!$b$b塔文布莱德将军嫉妒众月之泪带给我的力量,居然就把它锁在了城堡里。他说那是一个诅咒!这个蠢货!$b$b其他人想要夺走它,他们是不会得逞的!那个叫塔文布莱德的杂种把我赶了出来。$b$b我要夺回来!夺回我的宝贝!', '被流放的费格雷要你取回他的众月之泪。', '', '去贫瘠之地找巴尔莫丹的被流放的费格雷。', '', '', '', '', 0),
|
||||
(858, 'deDE', 'Zündung', 'Euch hat nicht etwa Stotterspritter geschickt? Ich stecke in der Klemme. Ich bin hier reingesprungen, ohne daran zu denken, dass ich einen Schlüssel brauche, um die Antriebswelle des Schredders aufzuschließen. Einer der anderen Schredderbediener fragte mich, ob alles in Ordnung sei, und da bin ich in Panik geraten! Statt ihm zu sagen, dass ich meinen Schlüssel nicht dabei hatte, sagte ich ihm, dass es irgendeine mechanische Störung gäbe.$b$bWir müssen hier weg, und zwar schnellstens! Durchsucht die oberste Ebene der Plattform, Vorsteher Lugwizz sollte einen Schlüssel für diesen Schredder haben.$b$bHelft mir hier raus!', 'Holt den Zündschlüssel von Vorsteher Lugwizz.', '', 'Bringt den Schlüssel zu Kurbelwizz\' Schredder im Schlickmoor im Nördlichen Brachland.', '', '', '', '', 18019),
|
||||
@@ -7125,7 +7129,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(1069, 'esES', 'Huevos de arañas Musgondo', '¡Las tortillas de huevos de araña están causando furor en Bahía del Botín! Solo hay un problema... no hay huevos en Bahía del Botín.$B$B¡Puedo oler la oportunidad!$B$BLa araña Musgondo vive en el Risco Cortaviento y en el Cañón Sishir, en Sierra Espolón hacia el noroeste. Tráeme sus huevos ¡y te pagaré un dineral!$B$BEn el Risco Cortaviento, los huevos estarán cerca de lo que quede de arboleda.$B$BEn el Cañón Sishir... bueno si no tienes un estómago a prueba de bomba, quizás debas limitarte a recolectar los huevos en el Risco Cortaviento...', 'Llévale 15 huevos de Musgondo a Mebok Mizzyrix en Trinquete', '', 'Vuelve con Mebok Mizzyrix. Zona: Trinquete, Los Baldíos,', '', '', '', '', 18019),
|
||||
(1069, 'esMX', '[DEPRICATED] Huevos de arañas Musgondo', '¡Las tortillas de huevos de araña están causando furor en Bahía del Botín! Solo hay un problema... no hay huevos en Bahía del Botín.$B$B¡Puedo oler la oportunidad!$B$BLa araña Musgondo vive en el Risco Cortaviento y en el Cañón Sishir, en Sierra Espolón hacia el noroeste. Tráeme sus huevos ¡y te pagaré un dineral!$B$BEn el Risco Cortaviento, los huevos estarán cerca de lo que quede de arboleda.$B$BEn el Cañón Sishir... bueno, si no tienes un estómago a prueba de bomba, quizás debas limitarte a recolectar los huevos en el Risco Cortaviento...', 'Llévale 15 huevos de Musgondo a Mebok Mizzyrix en Trinquete.', '', '', '', '', '', '', 18019),
|
||||
(1069, 'frFR', 'Omelette de mousses-profondes', 'L’omelette aux œufs d\'araignée est la nouvelle mode culinaire à Baie-du-Butin ! Le problème c\'est qu\'il n\'y a pas le moindre œuf dans toute la ville.$b$bUne possibilité se profile !$b$bÀ la combe des Cisailles et dans le canyon de Sishir, dans les Serres-Rocheuses, au nord-ouest, vit l\'araignée des mousses profondes. Apportez-moi ses œufs et je vous payerai un sacré paquet !$b$bÀ la combe des Cisailles, vous trouverez les œufs groupés sous les arbres qui restent.$B$BEn ce qui concerne le canyon de Sishir... eh bien, si vous avez un estomac fragile, vous feriez bien de vous en tenir à la combe des Cisailles pour collecter les œufs...', 'Apporter 15 Œufs de mousse-profonde à Mebok Mizzyrix à Cabestan.', '', '', '', '', '', '', 18019),
|
||||
(1069, 'ruRU', 'Яйца мохового паука', 'В Пиратской Бухте фантастический спрос на омлеты из паучьих яиц! Проблема в том... что яиц в Бухте нет.$B$BЯ чую прибыль!$B$BНа Утесе Ветрорезов и в Сиширском каньоне, в Когтистых горах на северо-западе, живут моховые пауки. Принеси мне их яйца, и я неплохо заплачу!$B$BНа Утесе Ветрорезов паучьи кладки можно найти под оставшимися деревьями.$B$BВ Сиширском каньоне... хм, если у тебя слабый желудок, можешь собирать яйца только на Утесе Ветрорезов...', 'Принесите Мебоку Миззриксу из Кабестана 15 яиц мохового паука.', '', '', '', '', '', '', 18019),
|
||||
(1069, 'ruRU', 'Яйца мохового паука', 'В Пиратской Бухте фантастический спрос на омлеты из паучьих яиц! Проблема в том... что яиц в Бухте нет.$B$BЯ чую прибыль!$B$BНа Утесе Ветрорезов и в Сиширском каньоне, в Когтистых горах на северо-западе, живут моховые пауки. Принеси мне их яйца, и я неплохо заплачу!$B$BНа Утесе Ветрорезов паучьи кладки можно найти под оставшимися деревьями.$B$BВ Сиширском каньоне... хм, если у тебя слабый желудок, можешь собирать яйца только на Утесе Ветрорезов...', 'Принесите Мебоку Миззриксу из Кабестана 15 яиц мохового паука.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1069, 'zhCN', '深苔蜘蛛的卵', '煎蜘蛛卵是藏宝海湾的时尚菜肴。问题是……藏宝海湾的蜘蛛卵已经断货了。$B$B我发誓这绝对是个赚钱的好机会!$B$B在风剪峭壁——就是石爪山的西北地区——那里有一种深苔蜘蛛,如果你能帮我弄来一些深苔蜘蛛的卵的话,我一定会付给你一大笔钱!$B$B这些蜘蛛最喜欢在树荫下爬行……但可恶的风险投资公司砍掉了它们赖以生存的大树!$B$B不过,你还是到风剪峭壁去找找深苔蜘蛛吧,它们的卵在有树的地方还是很多的。', '收集15颗深苔蜘蛛的卵,把它们交给棘齿城的麦伯克·米希瑞克斯。', '', '去贫瘠之地找棘齿城的麦伯克·米希瑞克斯。', '', '', '', '', 0),
|
||||
(1069, 'zhTW', '深苔蜘蛛的卵', '煎蜘蛛卵是藏寶海灣的時尚菜肴。問題是……藏寶海灣的蜘蛛卵已經斷貨了。$B$B我發誓這絕對是個賺錢的好機會!$B$B在狂風峭壁─就是石爪山的西北地方─那裡有一種深苔蜘蛛,如果你能幫我弄來一些深苔蜘蛛的卵的話,我一定會付給你一大筆錢!$B$B這些蜘蛛最喜歡在樹蔭下爬行……但可惡的風險投資公司砍掉了它們賴以生存的大樹!$B$B不過,你還是到狂風峭壁去找找深苔蜘蛛吧,它們的卵在有樹的地方還是很多的。', '收集15顆深苔蜘蛛的卵,把它們交給棘齒城的麥伯克‧米希瑞克斯。', '', '', '', '', '', '', 0),
|
||||
(1070, 'deDE', 'Wache halten im Steinkrallengebirge', 'Hallo, $n.$B$BSo wie Ihr ausseht, scheint Ihr voller Reiselust zu sein. Wart Ihr schon mal im Steinkrallengebirge? Es ist ein Land, das von der Venture Company und anderen Feinden der Nachtelfen heimgesucht wird.$B$BErst neulich schickte Schildwache Wolfsläufer meine Freundin Kaela Schattenspeer dorthin, um zu untersuchen, was mit dem Land geschehen ist, aber ich habe seitdem nichts mehr von ihr gehört. Was mir noch mehr Sorgen macht ist, dass die Allianz sie zusammen mit einem Gnomenmagier losgeschickt hat... das deutet definitiv auf Probleme hin.$B$BWürdet Ihr sie suchen und mir dann Bericht erstatten?', 'Sucht Kaela Schattenspeer, die auf der Scherwindklippe im Steinkrallengebirge den Taleingang beobachtet.', '', '', '', '', '', '', 18019),
|
||||
@@ -8671,7 +8676,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(1395, 'frFR', 'Fournitures pour Rempart-du-Néant', 'Cette caisse de pierres de puissance doit être livrée au Rempart-du-Néant, dans les terres Foudroyées. Elles ne vont pas conserver leur pouvoir longtemps, aussi nous ne pouvons pas les envoyer par la prochaine caravane.$b$bVous devez les emporter, et vous devez les emporter rapidement.$b$bApportez-les à l\'intendant Lungertz au Rempart-du-Néant. Pour atteindre le donjon, vous devez voyager vers l\'est, à travers le défilé de Deuillevent, puis à l\'est à travers le marais des Chagrins, et enfin vers le sud à travers les terres Foudroyées.$b$bFaites attention, $n. Vous allez traverser des endroits dangereux, mais vous n\'avez pas le droit d\'échouer.', 'Apportez la Caisse de Pierres de puissance à l\'Intendant Lungertz, avant que le pouvoir des pierres n\'expire.', '', '', '', '', '', '', 18019),
|
||||
(1395, 'ruRU', 'Поставки для Стражей Пустоты', 'Этот ящик с камнями силы нужно доставить в Крепость Стражей Пустоты, в Выжженные земли. Их сила будет сохраняться не так-то долго, так что мы не можем отправить их следующим караваном. $B$BТебе следует отнести их как можно скорее.$B$BОтдай их интенданту Лунгерцу в Крепости Стражей Пустоты. Чтобы достичь крепости, тебе следует направиться на восток через Перевал Мертвого Ветра, затем далее через Болото Печали, потом свернуть на юг через Выжженные земли.$B$BОднако осторожнее, $n. Твой путь проляжет через опасные земли, но цель должна быть достигнута.', 'Отнесите ящик камней силы интенданту Лунгерцу, прежде чем камни утратят силу.', '', '', '', '', '', '', 18019),
|
||||
(1395, 'zhCN', '守望堡的物资', '这一箱能量石要送去位于死亡之地的守望堡。它们不能长久保持魔法的效力,因此我们恐怕不能等到下一支商队出发时让他们捎去了。$B$B你必须带上它们,迅速赶往守望堡,动作一定要快。$B$B把它们带给城堡里的军需官朗格尔斯。要想到达那里的话,你就必须向东穿越逆风小径,再向东穿越悲伤沼泽,然后向南穿越死亡之地。$B$B你要小心,$N。你要连续穿越好几个危险地带,但是你绝对不能失败。', '在能量石的魔法效果消失以前,把它们带给守望堡的军需官朗格尔斯。', '', '', '', '', '', '', 0),
|
||||
(1395, 'zhTW', '守望堡的補給物資', '這能量石木箱要送去位於詛咒之地的守望堡。它們無法長久保持魔法的效力,因此我們恐怕不能等到下一支商隊出發時才讓他們帶去了。$B$B你必須帶著它們,去守望堡,而且動作一定要快。$B$B把它們交給城堡裡的軍需官朗格茲。想到達那裡的話,你必須向東穿越逆風小徑,再向東穿越悲傷沼澤,然後向南穿越詛咒之地。$B$B小心點,$n。你要連續穿越好幾個危險地帶,但是絕對不能失敗。', '在能量石的效力消失以前,把它們交給守望堡的軍需官朗格茲。', '', '', '', '', '', '', 0),
|
||||
(1395, 'zhTW', '守望堡的補給物資', '這能量石木箱要送去位於詛咒之地的守望堡。它們無法長久保持魔法的效力,因此我們恐怕不能等到下一支商隊出發時才讓他們帶去了。$B$B你必須帶著它們,去守望堡,而且動作一定要快。$B$B把它們交給城堡裡的軍需官朗格茲。想到達那裡的話,你必須向東穿越逆風小徑,再向東穿越悲傷沼澤,然後向南穿越詛咒之地。$B$B小心點,$n。你要連續穿越好幾個危險地帶,但是絕對不能失敗。', '在能量石的效力消失以前,把它們交給守望堡的軍需官朗格茲。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1396, 'deDE', 'Lauernde Tierwelt', 'Meine Karawane sollte zur östlichen Küste ziehen, aber wir erreichten unser Ziel nicht. Verirrte haben uns angegriffen, die Wachen getötet und die Vorräte verstreut.$B$BIch allein habe ihren Angriff überlebt. Ich habe geschworen, die verbliebenen Vorräte zu schützen, aber wilde Kreaturen schleichen in der Nähe herum. Bitte helft mir, mein Lager gegen diese Bestien zu verteidigen!', 'Tötet 8 junge Sägezahnkrokilisken, 10 Trauerspinner sowie 10 Sumpfjaguare und kehrt dann zu Behüter Biggs in den Sümpfen des Elends zurück.', '', 'Kehrt zu Behüter Biggs in den Sümpfen des Elends zurück.', '', '', '', '', 18019),
|
||||
(1396, 'esES', 'Contra la fauna feroz', 'Mi caravana iba destinada a la costa oriental pero no alcanzamos nuestro objetivo. Los Perdidos nos atacaron: mataron a los guardias y destrozaron los suministros.$B$BTan solo yo sobreviví a su ataque. He jurado proteger los suministros restantes pero hay criaturas salvajes vagando por aquí. ¡Por favor, ayúdame a defender mi campamento de las bestias!', 'Mata a 8 crocoliscos Denteserra jóvenes, 10 hilapenas y 10 jaguares del pantano, y después ve a ver al vigía Biggs al Pantano de las Penas.', '', 'Vuelve con: Vigía Biggs. Zona: Pantano de las Penas.', '', '', '', '', 18019),
|
||||
(1396, 'esMX', 'Contra la fauna feroz', 'Mi caravana iba destinada a la costa oriental pero no alcanzamos nuestro objetivo. Los Perdidos nos atacaron: mataron a los guardias y destrozaron los suministros.$B$BTan solo yo sobreviví a su ataque. He jurado proteger los suministros restantes pero hay criaturas salvajes vagando por aquí. ¡Por favor, ayúdame a defender mi campamento de las bestias!', 'Mata a 8 crocoliscos Denteserra jóvenes, 10 hilapenas y 10 jaguares del pantano, y después ve a ver al vigía Biggs al Pantano de las Penas.', '', 'Vuelve con: Vigía Biggs. Zona: Pantano de las Penas.', '', '', '', '', 18019),
|
||||
@@ -10034,8 +10040,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(1796, 'frFR', 'Les composants de la robe sanglante dorée enchantée', 'Le premier objet que je vais vous aider à confectionner est une robe. Vous rassemblerez ses composants pour moi, et nous les assemblerons ensemble. Après quoi, si tant est que vous aurez réussi, vous aurez les premiers des nombreux objets qui vous aideront dans vos luttes.$B$BMais pour commencer, vous devez confectionner une robe d\'Arcana. Un tailleur peut vous les faire, ou peut-être que vous pourriez en acheter à quelqu\'un d\'autre, mais cela m\'impressionnerait que vous la confectionniez vous-même. Quelle que soit la manière dont vous vous la procurerez, apportez-moi la robe, et nous commencerons.', 'Apportez une Robe d’Arcana à Menara Taillevide, dans les Tarides.', '', 'Retournez voir Menara Taillevide dans les Tarides.', '', '', '', '', 18019),
|
||||
(1796, 'ruRU', 'Материалы для зачарованного золотого кровавого одеяния', 'Первым делом я помогу тебе создать одеяние. Ты принесешь мне несколько необходимых составляющих, а уж работать над ними будем вместе. В итоге, если ты справишься, разумеется, ты получишь первый из многих предметов, которые одарят тебя могуществом и помогут в борьбе против сил Тьмы.$B$BДля начала тебе нужны одеяния Тайны. Их может сшить портной или их можно купить... еще лучше сделать их самому, но это сложно. Короче, для начала принеси мне эти одеяния.', 'Принесите одеяния Тайны Менаре Расщепительнице Бездны в Степи.', '', 'Вернитесь к Менаре Расщепительнице Бездны в Степи.', '', '', '', '', 18019),
|
||||
(1796, 'zhCN', '魔化金线血袍', '我要帮你制作的第一件装备就是长袍,你要负责为我收集若干材料,然后我会把它们组合到一起。这样你就将拥有有首件能使你变得更加强大的装备。$B$B首先,你必须给我拿来一件奥法之袍。你可以去找个裁缝帮忙制作,也可以从其他冒险者手中购买——当然如果你能自己制作的话就更好了。但是无论如何,你要先把奥法之袍交给我,然后我们才能开始。', '将奥法之袍交给贫瘠之地的梅纳拉·沃伦德。', '', '去找贫瘠之地的梅纳拉·沃伦德。', '', '', '', '', 0),
|
||||
(1798, 'deDE', 'Die Suche nach Strahad', 'Es ist Zeit, dass Ihr die Beschwörung eines Teufelsjägers lernt, $n. Ich habe nicht die erforderlichen Reagenzien und Gegenstände, um Euch hier zu unterrichten, daher müsst Ihr einen anderen aus unserem inneren Kreis aufsuchen, nämlich Strahad Farsan.$b$bEr hat sich im Goblinhafen von Ratschet niedergelassen. Ich werde ihn von Eurer Ankunft in Kenntnis setzen lassen.', 'Sprecht mit Strahad Farsan im Brachland.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1798, 'deDE', 'Die Suche nach Strahad', 'Es ist Zeit, dass Ihr die Beschwörung eines Teufelsjägers lernt, $n. Ich habe nicht die erforderlichen Reagenzien und Gegenstände, um Euch hier zu unterrichten, daher müsst Ihr einen anderen aus unserem inneren Kreis aufsuchen, nämlich Strahad Farsan.$b$bEr hat sich im Goblinhafen von Ratschet niedergelassen. Ich werde ihn von Eurer Ankunft in Kenntnis setzen lassen.', 'Sprecht mit Strahad Farsan im Brachland.', '', '', '', '', '', '', 18019),
|
||||
(1798, 'esES', 'Buscando a Strahad', 'Es hora de que aprendas a invocar a un manáfago, $n. No tengo los componentes ni los objetos necesarios para enseñarte aquí, así que tendrás que buscar a otro, Strahad Farsan, otro de nuestro círculo interno.$B$BVive en el puerto goblin de Trinquete. Enviaré un mensaje para informarle de tu llegada.', 'Habla con Strahad Farsan en Los Baldíos.', '', '', '', '', '', '', 18019),
|
||||
(1798, 'esMX', 'Buscando a Strahad', 'Es hora de que aprendas a invocar a un manáfago, $n. No tengo los componentes ni los objetos necesarios para enseñarte aquí, así que tendrás que buscar a otro, Strahad Farsan, otro de nuestro círculo interno.$B$BVive en el puerto goblin de Trinquete. Enviaré un mensaje para informarle de tu llegada.', 'Habla con Strahad Farsan en Los Baldíos.', '', '', '', '', '', '', 18019),
|
||||
(1798, 'frFR', 'À la recherche de Strahad', 'Il est temps pour vous d\'apprendre à invoquer un chasseur corrompu, $n. Je n\'ai pas ni composants ni les objets nécessaires ici pour vous l\'enseigner, donc adressez-vous à Strahad Farsan, un membre de notre communauté.$b$bIl réside dans le port gobelin de Cabestan. Je vais lui envoyer un message pour lui annoncer votre venue.', 'Parler à Strahad Farsan dans les Tarides.', '', '', '', '', '', '', 18019),
|
||||
@@ -10248,7 +10253,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(1880, 'zhCN', '法师文档存储器', '我们法师能做的事情可不仅仅是弹动一下手指变出美丽的火花那么简单!我们控制着魔法,控制着构建这个世界的源泉!当然,这需要极大的决心和极强的能力,还有知识……足够多的知识!$B$B我发明的一台设备——法师文档存储器——里面存储着无数的知识。不过问题是,我把它弄丢了!当我们逃离诺莫瑞根的时候,我把它留在城外一座小屋的箱子里,现在那地方麻疯侏儒横行!$B$B$N,请帮我取回我的法师文档存储器!', '帮彬克找回她的法师文档存储器。', '', '去找丹莫罗的彬克。', '', '', '', '', 0),
|
||||
(1881, 'deDE', 'Gespräch mit Anastasia', '$n, Anastasia Hirschbrunn hat eine Aufgabe für jemanden mit Euren Talenten. Sprecht mit ihr im Magieviertel von Unterstadt und bereitet Euch auf den ersten Auftrag der Magier der Verlassenen vor.', 'Sprecht mit Anastasia Hirschbrunn.', '', '', '', '', '', '', 18019),
|
||||
(1881, 'esES', 'Habla con Anastasia', '$n, Anastasia Hartwell tiene una misión para alguien con tus aptitudes. Habla con ella en el Barrio de la Magia en Entrañas y prepárate para tu primera tarea como mago de los Renegados.', 'Habla con Anastasia Hartwell.', '', '', '', '', '', '', 18019),
|
||||
(1881, 'esMX', 'Habla con Anastasia', '$n, Anastasia Hartwell tiene una misión para alguien con tus aptitudes. Habla con ella en el Barrio de la Magia en Entrañas y prepárate para tu primera tarea como mago de los Renegados.', 'Habla con Anastasia Hartwell.', '', '', '', '', '', '', 18019),
|
||||
(1881, 'esMX', 'Habla con Anastasia', '$n, Anastasia Hartwell tiene una misión para alguien con tus aptitudes. Habla con ella en el Barrio de la Magia en Entrañas y prepárate para tu primera tarea como mago de los Renegados.', 'Habla con Anastasia Hartwell.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(1881, 'frFR', 'Parler à Anastasia', '$n, Anastasia Hartwell a une tâche à proposer à quelqu\'un de votre valeur. Allez la voir dans le quartier de la Magie de Fossoyeuse et préparez-vous à accomplir votre première tâche pour les mages des Réprouvés.', 'Allez voir Anastasia Hartwell.', '', '', '', '', '', '', 18019),
|
||||
(1881, 'ruRU', 'Разговор с Анастасией', 'У Анастасии Хартвелл есть задание, которое тебе как раз по плечу. Поговори с ней. Она живет в квартале магов в Подгороде. Готовься выполнить первое задание для магов Отрекшихся.', 'Поговорите с Анастасией Хартвелл.', '', '', '', '', '', '', 18019),
|
||||
(1881, 'zhCN', '安娜斯塔西娅', '$N,安娜斯塔西娅·哈特威尔有个任务需要你这样有才干的$c来完成。她就在幽暗城的魔法区,去和她谈谈,准备为被遗忘者的法师们完成你的第一个任务吧。', '和安娜斯塔西娅·哈特威尔谈一谈。', '', '', '', '', '', '', 0),
|
||||
@@ -11678,7 +11684,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(2876, 'frFR', 'Horaires des bateaux', 'Ce parchemin détaille le calendrier des livraisons entre Port Gentepression et Baie-du-Butin. La liste contient le nom des navires et des dates, passées ou à venir. Certaines lignes sont cochées d’un grand X. D\'autres sont annotées avec "Bon butin" ou "Dur combat".$B$BQuelqu\'un à Port Gentepression apprécierait certainement de voir ce document.', 'Présenter les Horaires des bateaux aux autorités de Port Gentepression.', '', '', '', '', '', '', 18019),
|
||||
(2876, 'ruRU', 'Расписание кораблей', 'В свитке приводится список рейсов между Портом Хитрой Шестеренки и Пиратской Бухтой. Там перечислены все прошлые и будущие грузы с указанием названий кораблей, везущих их. Напротив некоторых стоит большой крестик, напротив других заметки "ОТЛИЧНАЯ ДОБЫЧА" и "СИЛЬНАЯ ОХРАНА".$b$bКое-кто из Порта Хитрой Шестеренки очень заинтересуется этим документом.', 'Сообщите о корабельном расписании руководству Порта Хитрой Шестеренки.', '', '', '', '', '', '', 18019),
|
||||
(2876, 'zhCN', '船运时刻表', '这卷轴上面记载着热砂港和藏宝湾之间的船运时刻表,包括过去和未来计划中的船运批次和船名,一些船的旅程旁有个大大的红叉记号,剩下的旁边有类似“华丽的战利品”和“坚固的战舰”之类的字样。$B$B热砂港那里的人一定非常想看看这个文件。', '把船运时刻表交给热砂港的某个官员。', '', '', '', '', '', '', 0),
|
||||
(2877, 'deDE', 'Den Lauerfels aufräumen', 'Wir Wildhämmer haben die Vergangenheit besser in Erinnerung als unsere Brüder in Eisenschmiede. Wenn Ihr Euch hier beliebt machen wollt, dann müsst Ihr Euch schon Eure Hände für uns schmutzig machen!$B$BDie Horde hat ihre Stellungen im Hinterland beim Lauerfels aufgegeben. Jetzt wimmelt es dort von üblen Schlicken und Schlammen. Wir haben Pläne für dieses Gebiet, aber zuerst muss uns eine Aufräummannschaft dort eine Bresche hineinschlagen.$B$BUnd hier kommt Ihr ins Spiel, Sonnenschein! Geht da runter und erledigt 10 grüne Schlicke und 10 jadegrüne Schlamme und meldet Euch dann wieder bei mir. Zieht los!', 'Tötet 10 grüne Schlicke sowie 10 jadegrüne Schlamme und meldet Euch dann wieder bei Fraggar Donnermantel beim Nistgipfel.', '', 'Kehrt zu Fraggar Donnermantel am Nistgipfel im Hinterland zurück.', '', '', '', '', 18019),
|
||||
(2877, 'deDE', 'Den Lauerfels aufräumen', 'Wir Wildhämmer haben die Vergangenheit besser in Erinnerung als unsere Brüder in Eisenschmiede. Wenn Ihr Euch hier beliebt machen wollt, dann müsst Ihr Euch schon Eure Hände für uns schmutzig machen!$B$BDie Horde hat ihre Stellungen im Hinterland beim Lauerfels aufgegeben. Jetzt wimmelt es dort von üblen Schlicken und Schlammen. Wir haben Pläne für dieses Gebiet, aber zuerst muss uns eine Aufräummannschaft dort eine Bresche hineinschlagen.$B$BUnd hier kommt Ihr ins Spiel, Sonnenschein! Geht da runter und erledigt 10 grüne Schlicke und 10 jadegrüne Schlamme und meldet Euch dann wieder bei mir. Zieht los!', 'Tötet 10 grüne Schlicke sowie 10 jadegrüne Schlamme und meldet Euch dann wieder bei Fraggar Donnermantel beim Nistgipfel.', '', 'Kehrt zu Fraggar Donnermantel am Nistgipfel im Hinterland zurück.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(2877, 'esES', 'La limpieza de Roca Oculta', 'Los Martillo Salvaje recordamos el pasado mejor que nuestros hermanos de Forjaz. ¡Si quieres hacer amigos aquí, tendrás que ensuciarte las manos!$B$BLa Horda ha abandonado sus puestos de Roca Oculta en las Tierras del Interior; ahora todo está infestado de babosas y mocos. Tenemos planes para la región, pero antes hay que enviar una brigada de limpieza.$B$B¡Ese es tu trabajo, hermosura! Ve allí y elimina 10 lodos verdes y 10 mocos de jade. ¡Andando!', 'Mata 10 lodos verdes y 10 mocos de jade e informa a Fraggar Mantrueno en Pico Nidal.', '', 'Vuelve con: Fraggar Mantrueno. Zona: Pico Nidal, Tierras del Interior.', '', '', '', '', 18019),
|
||||
(2877, 'esMX', 'La limpieza de Roca Oculta', 'Los Martillo Salvaje recordamos el pasado mejor que nuestros hermanos de Forjaz. ¡Si quieres hacer amigos aquí, tendrás que ensuciarte las manos!$B$BLa Horda ha abandonado sus puestos de Roca Oculta en las Tierras del Interior; ahora todo está infestado de babosas y mocos. Tenemos planes para la región, pero antes hay que enviar una brigada de limpieza.$B$B¡Ese es tu trabajo, hermosura! Ve allí y elimina 10 lodos verdes y 10 mocos de jade. ¡Andando!', 'Mata 10 lodos verdes y 10 mocos de jade e informa a Fraggar Mantrueno en Pico Nidal.', '', 'Vuelve con: Fraggar Mantrueno. Zona: Pico Nidal, Tierras del Interior.', '', '', '', '', 18019),
|
||||
(2877, 'frFR', 'Nettoyer le rocher de l\'Affût', 'Nous, les Marteaux-Hardis, nous souvenons du passé, mieux que nos frères de Forgefer. Si vous désirez vous faire des amis, alors travaillez pour nous !$B$BLa Horde a abandonné ses positions dans les Hinterlands, autour du rocher de l\'Affût qui est maintenant envahi par des vases et des limons. Nous avons des plans pour ce secteur, mais nous avons besoin de quelqu\'un pour faire du nettoyage.$B$BC\'est là que vous intervenez ! Allez là-bas et liquidez dix vases vertes et dix limons de jade puis revenez me faire votre rapport ici. Exécution !', 'Tuer 10 Vases vertes et 10 Limons de jade puis faire votre rapport à Fraggar Tonnemante au Nid-de-l\'Aigle.', '', 'Retournez voir Fraggar Tonnemante à Nid-de-l\'Aigle, dans les Hinterlands.', '', '', '', '', 18019),
|
||||
@@ -13320,7 +13327,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(3634, 'esMX', 'Ingeniería gnómica', 'En ingeniería avanzada te encuentras con dos escuelas: la de los gnomos y la de los goblins. Aunque yo piense que no sirve para nada, deberías de estar al corriente de la especialización de los gnomos. Crean objetos y aparatos que piensan van a cambiar el mundo, pero que raras veces funcionan.$B$B$n, lee este manual. Si deseas aprender a hacer pisapapeles metálicos, lleva el manual aI maestro manitas Sobrechispa que está en Forjaz. Recuerda que si te inscribes, no podrás pasarte luego a la otra escuela, ¡así que piénsatelo bien!', 'Si quieres saber más sobre ingeniería gnómica, lleva el Manual de disciplinas de ingeniería al maestro manitas Sobrechispa en Forjaz.', '', '', '', '', '', '', 18019),
|
||||
(3634, 'frFR', 'Ingénierie des gnomes', 'L\'ingénierie au niveau d\'expert connaît deux disciplines : celle des gnomes et celle des gobelins. Bien que ce soit du gâchis à mon sens, vous devriez vous spécialiser dans celle des gnomes. Ils fabriquent des objets et des gadgets qui se prétendent révolutionnaires, mais qui fonctionnent rarement.$B$B$n, lisez ce manuel. Si ça vous intéresse, apportez-le au maître-artisan Suprétincelle dans Forgefer. Mais le choix de cette discipline est définitif et exclut l\'autre, alors soyez $gsûr:sûre; de votre choix !', 'Pour en apprendre davantage sur l\'ingénierie gnome, apporter le Manuel d\'Ingénierie au maître-artisan Suprétincelle, à Forgefer.', '', '', '', '', '', '', 18019),
|
||||
(3634, 'ruRU', 'Гномское инженерное дело', 'На высоких уровнях инженерное дело расходится на два направления: на гномское и гоблинское. Хотя, на мой взгляд, это пустая трата времени, я должен рассказать тебе о гномском инженерном деле. Она занимается конструированием разных штучек и устройств, которые должны изменить мир, но редко работают.$B$B$n, прочти эту инструкцию. Если ты желаешь узнать побольше о гномском инженерном деле, отнеси этот справочник мехмастеру Замыкальцу в Стальгорн. Помни: выбрав гномское инженерное дело, ты не сможешь заниматься другим направлением, так что подумай хорошенько, прежде чем выполнить поручение Замыкальца!', 'Если хотите узнать побольше о гномском инженерном деле, возьмите справочник по инженерным дисциплинам и отнесите мехмастеру Замыкальцу в Стальгорн.', '', '', '', '', '', '', 18019),
|
||||
(3634, 'zhCN', '侏儒工程学', '高级的工程学有两个分支:侏儒派和地精派,虽然我认为提到侏儒简直是浪费时间,但是你还是要对他们的技术保持警惕。他们制造了一大堆号称可以改变世界的小玩意,但是那些东西很少有能用的。$B$B好吧,$N,读一下这本手册。如果你想要学习永远都派不上用场的垃圾,就把这个交给铁炉堡的工匠大师欧沃斯巴克。请记住,一旦你加入某一派,就永远也不能再加入另一派了,所以在你完成他交给你的任务之前要三思。', '如果你想要对侏儒工程学有更多了解,就把工程学教材交给铁炉堡的工匠大师欧沃斯巴克。', '', '', '', '', '', '', 0),
|
||||
(3634, 'zhCN', '侏儒工程学', '高级的工程学有两个分支:侏儒派和地精派,虽然我认为提到侏儒简直是浪费时间,但是你还是要对他们的技术保持警惕。他们制造了一大堆号称可以改变世界的小玩意,但是那些东西很少有能用的。$B$B好吧,$N,读一下这本手册。如果你想要学习永远都派不上用场的垃圾,就把这个交给铁炉堡的工匠大师欧沃斯巴克。请记住,一旦你加入某一派,就永远也不能再加入另一派了,所以在你完成他交给你的任务之前要三思。', '如果你想要对侏儒工程学有更多了解,就把工程学教材交给铁炉堡的工匠大师欧沃斯巴克。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(3635, 'deDE', 'Gnomeningenieurskunst', 'Ingenieurskunst auf Expertenniveau gliedert sich in zwei Disziplinen: Gnom und Goblin. Ich bin zwar der Meinung, dass es reine Verschwendung ist, aber Ihr solltet doch etwas über die Spezialisierung der Gnome wissen. Sie machen Gegenstände und Apparate, die angeblich die Welt verändern, aber meistens gar nicht funktionieren.$B$B$n, lest diese Anleitung. Wenn Ihr lernen wollt, wie man Briefbeschwerer aus Metall herstellt, dann bringt sie zu Glotz Widrikus in Beutebucht. Denkt daran - das ist eine dauerhafte Mitgliedschaft. Es ist also nicht möglich, auch in die andere Disziplin einzutreten, daher solltet Ihr genau wissen, was Ihr wollt, bevor Ihr seine Aufgabe ausführt.', 'Wenn Ihr mehr über die Gnomeningenieurskunst erlernen wollt, dann bringt die Anleitung der Ingenieurskunstdisziplinen zu Glotz Widrikus nach Beutebucht.', '', '', '', '', '', '', 18019),
|
||||
(3635, 'esES', 'Ingeniería gnómica', 'En ingeniería avanzada te encuentras con dos escuelas: la de los gnomos y la de los goblins. Aunque yo piense que no sirve para nada, deberías de estar al corriente de la especialización de los gnomos. Crean objetos y aparatos que piensan van a cambiar el mundo, pero que raras veces funcionan.$B$B$n, lee este manual. Si deseas aprender a hacer pisapapeles metálicos, lleva el manual a Oglethorpe Obnoticus que está en Bahía del Botín. Recuerda que si te inscribes, no podrás pasarte luego a la otra escuela, ¡así que piénsatelo bien!', 'Si quieres aprender más cosas sobre ingeniería gnómica, lleva el Manual de disciplinas de ingeniería a Oglethorpe Obnoticus en Bahía del Botín.', '', '', '', '', '', '', 18019),
|
||||
(3635, 'esMX', 'Ingeniería gnómica', 'En ingeniería avanzada te encuentras con dos escuelas: la de los gnomos y la de los goblins. Aunque yo piense que no sirve para nada, deberías de estar al corriente de la especialización de los gnomos. Crean objetos y aparatos que piensan van a cambiar el mundo, pero que raras veces funcionan.$B$B$n, lee este manual. Si deseas aprender a hacer pisapapeles metálicos, lleva el manual a Oglethorpe Obnoticus que está en Bahía del Botín. Recuerda que si te inscribes, no podrás pasarte luego a la otra escuela, ¡así que piénsatelo bien!', 'Si quieres aprender más cosas sobre ingeniería gnómica, lleva el Manual de disciplinas de ingeniería a Oglethorpe Obnoticus en Bahía del Botín.', '', '', '', '', '', '', 18019),
|
||||
@@ -14852,7 +14860,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(4512, 'esES', 'Un largo camino para unas babosas', 'Pero lo que más he estudiado son los mocos. Sé que suena raro, ¡pero están por todas partes!$B$BHace poco ayudé a una dama de Menethil a buscar su bolso; estaba comido por los mocos. He visto a miembros de la Sociedad Real de Boticarios de Entrañas recogiendo muestras. ¡Quiero saber por qué! ¿De dónde salen?$B$BDicen que también hay en Frondavil. Necesito muestras de moco para seguir investigando. Te daré unos contenedores para que recojas alguna de estas criaturas muertas.', 'Consigue 6 jarros llenos de moco maldito y 6 jarros llenos de moco corrupto para Laris Mecaparra en Forjaz.', '', 'Vuelve con: Laris Mecaparra. Zona: La Biblioteca, Forjaz.', '', '', '', '', 18019),
|
||||
(4512, 'esMX', 'Un largo camino para unas babosas', 'Pero lo que más he estudiado son los mocos. Sé que suena raro, ¡pero están por todas partes!$B$BHace poco ayudé a una dama de Menethil a buscar su bolso; estaba comido por los mocos. He visto a miembros de la Sociedad Real de Boticarios de Entrañas recogiendo muestras. ¡Quiero saber por qué! ¿De dónde salen?$B$BDicen que también hay en Frondavil. Necesito muestras de moco para seguir investigando. Te daré unos contenedores para que recojas alguna de estas criaturas muertas.', 'Consigue 6 jarros llenos de moco maldito y 6 jarros llenos de moco corrupto para Laris Mecaparra en Forjaz.', '', 'Vuelve con: Laris Mecaparra. Zona: La Biblioteca, Forjaz.', '', '', '', '', 18019),
|
||||
(4512, 'frFR', 'Un grand périple pour une petite gelée', 'J’ai beaucoup étudié les limons. Cela peut sembler bizarre, mais ils sont partout !$B$BJ’ai aidé une femme, à Menethil, à retrouver son sac, qui avait été dévoré par des limons. J’ai vu des membres de la Société royale des apothicaires de Fossoyeuse qui en collectaient des échantillons, et je veux savoir pourquoi ! D’où est-ce que cela vient ?$B$BIl paraît qu’il y en a plus encore à Gangrebois. J’ai justement besoin de ces échantillons pour pouvoir continuer mes recherches. Je vais vous donner des pots que vous utiliserez pour collecter des échantillons sur les créatures mortes.', 'Apporter 6 Pots de Limons maudits remplis et 6 Pots de Limons corrompus remplis à Laris Bringuefourbi, à Forgefer.', '', 'Retournez voir Laris Bringuefourbi à la Bibliothèque, à Forgefer.', '', '', '', '', 18019),
|
||||
(4512, 'ruRU', 'Долгий путь слизнюка', 'Но больше всего я изучал слизнюков. Я понимаю, что звучит нелепо, но их же почти не осталось!$B$BНе так давно я помогал одной даме из Менетила искать ее сумку – так слизнюки эту сумку сожрали. Я видел, что члены Королевского фармацевтического общества Подгорода собирают образцы этих тварей. Я хочу понять, почему! Откуда они их берут?$B$BЯ слышал, что они водятся в Оскверненном лесу. Мне нужны экземпляры этих слизнюков для продолжения исследований. Я дам вам банки, а вы возьмете образцы мертвых существ.', 'Принесите 6 флаконов с образцами нечистых слизнюков и 6 флаконов с образцами проклятых слизнюков Ларису Обалдую в Стальгорн.', '', 'Вернитесь к Ларису Обалдую в библиотеку Стальгорна.', '', '', '', '', 18019),
|
||||
(4512, 'ruRU', 'Долгий путь слизнюка', 'Но больше всего я изучал слизнюков. Я понимаю, что звучит нелепо, но их же почти не осталось!$B$BНе так давно я помогал одной даме из Менетила искать ее сумку – так слизнюки эту сумку сожрали. Я видел, что члены Королевского фармацевтического общества Подгорода собирают образцы этих тварей. Я хочу понять, почему! Откуда они их берут?$B$BЯ слышал, что они водятся в Оскверненном лесу. Мне нужны экземпляры этих слизнюков для продолжения исследований. Я дам вам банки, а вы возьмете образцы мертвых существ.', 'Принесите 6 флаконов с образцами нечистых слизнюков и 6 флаконов с образцами проклятых слизнюков Ларису Обалдую в Стальгорн.', '', 'Вернитесь к Ларису Обалдую в библиотеку Стальгорна.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(4512, 'zhCN', '远方的软泥怪', '我研究最多的生物是软泥怪。我知道这听上去很奇怪,但是那种东西已经到处都是了!$B$B不久之前,我帮助米纳希尔港的一位女士找到了她的包——那个包被软泥怪吞掉了。我也看见幽暗城皇家药剂师学会派出了他们的成员去收集软泥怪的样品。我要知道这是为什么!软泥怪究竟是从哪里来的?$B$B我听说在费伍德森林有许多软泥怪,我需要那些软泥怪的样品来进行研究。我会给你一些容器,这样你就可以帮我收集软泥怪了。', '将6瓶被诅咒的软泥怪样本和6瓶被污染的软泥怪样本交给铁炉堡的拉里斯·空轮。', '', '去铁炉堡找图书馆的拉里斯·空轮。', '', '', '', '', 0),
|
||||
(4512, 'zhTW', '遠方的泥漿怪', '但我研究最多的生物是軟泥怪。我知道這聽起來很奇怪,但是這種東西已經到處都是了!$B$B不久之前,我幫米納希爾港的一位女士找到了她的袋子─那個袋子被軟泥怪吃掉了。我也看過幽暗城的皇家藥劑師學會的成員去收集軟泥怪的樣品。我要知道為什麼!軟泥怪究竟是從哪裡來的?$B$B我聽說在費伍德森林有許多軟泥怪,我需要那些軟泥怪的樣品來進行研究。我會給你一些容器,這樣你就可以幫我收集軟泥怪了。', '將6個被詛咒的軟泥怪樣本和6個受污染的軟泥怪樣本交給鐵爐堡的拉里斯‧空輪。', '', '回鐵爐堡的圖書館找拉里斯·空輪。', '', '', '', '', 0),
|
||||
(4513, 'deDE', 'Schlamm auf Abwegen', 'Ich brauche noch mehr Proben, $n. Aber - und ich weiß nicht so recht, wie ich das ausdrücken soll - es müssen reine Proben sein. Ich weiß, ich weiß. "Was meint Ihr mit \'rein\', Laris?", fragt Ihr. Ich kann es nicht genau sagen. Ich weiß, dass die hier verderbt sind... genau wie im Teufelswald. Und genau deswegen ist meine Erkenntnis so wichtig. Die Schlamme scheinen sich anzupassen... die Eigenschaften der Gegend anzunehmen, in der sie sich befinden. Ich muss Proben finden, die nicht verunreinigt sind. Aber wo? Wo?!$B$BPah! $n, nehmt diese Behälter einfach mit, nur für den Fall, dass Ihr irgendwo welche finden solltet.', 'Bringt 10 gefüllte reine Probengläser zu Laris Bummelritzel in Eisenschmiede.$B$BFalls Ihr Probleme habt, fündig zu werden, dann kann Laris Euch vielleicht noch den einen oder anderen Hinweis geben.', '', 'Kehrt zu Laris Bummelritzel in Dun Morogh zurück.', '', '', '', '', 18019),
|
||||
@@ -16233,7 +16242,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(5211, 'esES', 'Los defensores de Villa Darrow', 'Muchos de los defensores perecieron en la Batalla de Villa Darrow. Y muchos de ellos vagan ahora como fantasmas al servicio de la Plaga. Debes encontrar a estas pobres almas y acabar con su miseria.$B$BCaza necrófagos caníbales, necrófagos balbuceantes y despellejadores malsanos. Muchos de estos mefistos antaño eran ciudadanos de Villa Darrow. Si destruyes su forma actual, liberarás sus almas.$B$BLos puedes encontrar en el Bosque de la Peste y en el Cruce de Corin, así como en otros bastiones de la Plaga esparcidos por las Tierras de la Peste del Este.', 'Libera a 15 espíritus de Villa Darrow y vuelve con Carlin Rutagrana.', '', 'Vuelve con: Carlin Rutagrana. Zona: Capilla de la Esperanza de la Luz, Tierras de la Peste del Este.', 'Espíritus de Villa Darrow liberados', '', '', '', 0),
|
||||
(5211, 'esMX', 'Los defensores de Villa Darrow', 'Muchos de los defensores perecieron en la Batalla de Villa Darrow. Y muchos de ellos vagan ahora como fantasmas al servicio de la Plaga. Debes encontrar a estas pobres almas y acabar con su miseria.$B$BCaza necrófagos caníbales, necrófagos balbuceantes y despellejadores malsanos. Muchos de estos mefistos antaño eran ciudadanos de Villa Darrow. Si destruyes su forma actual, liberarás sus almas.$B$BLos puedes encontrar en el Bosque de la Peste y en el Cruce de Corin, así como en otros bastiones de la Plaga esparcidos por las Tierras de la Peste del Este.', 'Libera a 15 espíritus de Villa Darrow y vuelve con Carlin Rutagrana.', '', 'Vuelve con: Carlin Rutagrana. Zona: Capilla de la Esperanza de la Luz, Tierras de la Peste del Este.', 'Espíritus de Villa Darrow liberados', '', '', '', 0),
|
||||
(5211, 'frFR', 'Les défenseurs de Comté-de-Darrow', 'De nombreux défenseurs sont tombés lors de la bataille de Comté-de-Darrow. Et beaucoup errent désormais sous la forme terrible des serviteurs du Fléau ! Trouvez ces pauvres âmes et mettez fin à leur malheur !$B$BChassez les goules cannibales, les goules bredouillantes et les écorcheurs maladifs. Beaucoup de ces créatures étaient de bons citoyens de Comté-de-Darrow. Détruire leur enveloppe charnelle libérera leur esprit.$B$BVous les trouverez dans Pestebois, à la Croisée de Corin et dans d\'autres forteresses du Fléau dans les Maleterres de l\'Est.', 'Libérer 15 Esprits de Comté-de-Darrow et retourner auprès de Carlin Senterouge.', '', 'Retournez voir Carlin Senterouge à la Chapelle de l\'Espoir de Lumière, dans les Maleterres de l\'Est.', '', '', '', '', 18019),
|
||||
(5211, 'ruRU', 'Защитники Дарроушира', 'Многие защищавшие Дарроушир пали в битве. И многие из них восстали из мертвых, примкнув к Плети! Ты $gдолжен:должна; отыскать эти несчастные души и избавить их от страданий.$B$BКаннибалы-вурдалаки, бормочущие вурдалаки, болезненные живодеры – многие из них были добрыми жителями Дарроушира. Уничтожив их тела, ты освободишь их души.$B$BТы найдешь их в Чумном лесу, Перекрестке Корина и прочих опорных пунктах Плети в Восточных Чумных землях.', 'Освободите 15 духов Дарроушира и возвращайтесь к Карлину Редпату.', '', 'Вернитесь к Карлину Редпату в Часовню Последней Надежды, что в Восточных Чумных землях.', '', '', '', '', 18019),
|
||||
(5211, 'ruRU', 'Защитники Дарроушира', 'Многие защищавшие Дарроушир пали в битве. И многие из них восстали из мертвых, примкнув к Плети! Ты $gдолжен:должна; отыскать эти несчастные души и избавить их от страданий.$B$BКаннибалы-вурдалаки, бормочущие вурдалаки, болезненные живодеры – многие из них были добрыми жителями Дарроушира. Уничтожив их тела, ты освободишь их души.$B$BТы найдешь их в Чумном лесу, Перекрестке Корина и прочих опорных пунктах Плети в Восточных Чумных землях.', 'Освободите 15 духов Дарроушира и возвращайтесь к Карлину Редпату.', '', 'Вернитесь к Карлину Редпату в Часовню Последней Надежды, что в Восточных Чумных землях.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(5211, 'zhCN', '达隆郡的保卫者', '许多保卫者在达隆郡的战役中倒下了,而他们中的许多人又变成了天灾军团的爪牙!找到这些可怜的灵魂,结束他们的痛苦!$B$B去猎杀吃人的食尸鬼、喋喋不休的食尸鬼和生病的剥皮者。他们以前都是达隆郡的善良居民,毁灭他们的肉体将会使他们的灵魂得到自由。$B$B你可以在病木林、考林的十字路口,还有东瘟疫之地的其它天灾军团的据点里找到他们。', '释放15个达隆郡居民的灵魂,然后返回卡林·雷德帕斯身边。', '', '去东瘟疫之地找圣光之愿礼拜堂的卡林·雷德帕斯。', '解放达隆郡的灵魂', '', '', '', 0),
|
||||
(5211, 'zhTW', '達隆郡的防衛者', '許多防衛者在達隆郡的戰役中倒下了。而他們之中許多人又成了天譴軍團的爪牙!找到這些可憐的靈魂並結束他們的痛苦!$B$B去獵殺吃人的食屍鬼、語無倫次的食屍鬼和染病的撕掠者。他們以前都是達隆郡的善良居民,現在毀滅他們的形體將會使他們的靈魂得到自由。$B$B你可以在病木林、考林的十字路口,還有東瘟疫之地的其他天譴軍團的據點裡找到他們。', '釋放15個達隆郡居民的靈魂,然後返回卡林·雷德帕斯身邊。', '', '到東瘟疫之地的聖光之願禮拜堂找卡林·雷德帕斯。', '解放達隆郡的靈魂', '', '', '', 0),
|
||||
(5212, 'deDE', 'Das Fleisch lügt nicht', 'Die Apotheker der Verlassenen sind nicht die einzigen Wesen auf dieser Welt, die in den Wissenschaften bewandert sind.$B$BIch erforsche die Seuche schon seit Jahren, $R. Wir dachten zuerst, dass die Stärke der Seuche langsam schwand, aber was ich hier in den Pestländern entdeckt habe, ist alarmierend. Die Kraft der Seuche scheint zu wachsen!$B$BIch muss mehr Tests durchführen! Die mächtigste Quelle der Seuche ist das besudelte Fleisch der vor Kurzem Infizierten. Begebt Euch nach Stratholme und bringt mir Proben, $n.', 'Sammelt 10 verseuchte Fleischproben in Stratholme und bringt sie zu Betina Moppelzink zurück. Ihr vermutet, dass Ihr besagte Fleischproben bei jeder Kreatur in Stratholme finden könnt.', '', 'Kehrt zu Betina Moppelzink bei der Kapelle des Hoffnungsvollen Lichts in den Östlichen Pestländern zurück.', '', '', '', '', 18019),
|
||||
@@ -17859,7 +17869,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(5861, 'zhTW', '尋找麥蘭達', '$N,你完成了我交給你的所有任務,你的救贖任務只剩最後一步了。$B$B你必須把你收集到的東西交給泰蘭。不幸的是,泰蘭和他的血色十字軍一看見你就會立刻攻擊你。$B$B要傳遞我的信件只有一個辦法,那就是進行偽裝。$B$B往南走,你可以在那邊找到烏瑟爾之墓。我有個值得信賴的老朋友麥蘭達住在那兒,找到她,把這些東西給她看看,她會幫助你的。', '到瘟疫之地南部的烏瑟爾之墓去,將提裡奧的禮物交給巫女麥蘭達。', '', '', '', '', '', '', 0),
|
||||
(5862, 'deDE', 'Scharlachrote Täuschung', 'Ich bin eine Illusionistin, wie Ihr das nennen würdet. Ich könnte zwar eine Illusion erschaffen, die es Euch ermöglichen würde, Herdweiler zu betreten, aber seid gewarnt, meine Kräfte haben Grenzen.$B$BSolltet Ihr Euch zu weit aus diesem Land entfernen, lassen die Effekte dieser Illusion nach. Der Zauber selbst bedarf Unmengen an Konzentration und Kraft meinerseits, und deshalb kann ich den Effekt nur für kurze Zeit aufrechterhalten.$B$BKommt wieder zu mir, wenn Ihr bereit seid.', 'Sprecht mit Myranda, um die Scharlachrote Illusion zu erhalten. Begebt Euch nach Herdweiler, während Ihr unter dem Einfluss der Scharlachroten Illusion steht, und übergebt dem Hochlord Taelan Fordring Tirions Geschenk.$B$BHerdweiler liegt im Norden, Taelan dürfte sich in der Burg Mardenholde aufhalten.', '', '', '', '', '', '', 18019),
|
||||
(5862, 'esES', 'El subterfugio Escarlata', 'Soy lo que llamarías una ilusionista. Aunque podría crear una ilusión que te permitiría entrar en la Vega del Amparo, te lo advierto: mis poderes tienen sus límites.$B$BSi te alejas demasiado de estas tierras, se interrumpirán los efectos de la ilusión. El hechizo me exige mucha concentración y poder y, por ello, solo puedo mantener el efecto durante un tiempo.$B$BVuelve a hablar conmigo cuando estés $glisto:lista;.', 'Habla con Myranda para conseguir la Ilusión Escarlata. Bajo el poder de la Ilusión Escarlata viaja a la Vega del Amparo y entrega el obsequio de Tirion al alto señor Taelan Vadín.$B$BLa Vega del Amparo está al Norte, Taelan seguramente estará en el interior de la Fortaleza de Mardenholde.', '', '', '', '', '', '', 18019),
|
||||
(5862, 'esMX', 'El subterfugio Escarlata', 'Soy lo que llamarías una ilusionista. Aunque podría crear una ilusión que te permitiría entrar en la Vega del Amparo, te lo advierto: mis poderes tienen sus límites.$B$BSi te alejas demasiado de estas tierras, se interrumpirán los efectos de la ilusión. El hechizo me exige mucha concentración y poder y, por ello, solo puedo mantener el efecto durante un tiempo.$B$BVuelve a hablar conmigo cuando estés $glisto:lista;.', 'Habla con Myranda para conseguir la Ilusión Escarlata. Bajo el poder de la Ilusión Escarlata viaja a la Vega del Amparo y entrega el obsequio de Tirion al alto señor Taelan Vadín.$B$BLa Vega del Amparo está al Norte, Taelan seguramente estará en el interior de la Fortaleza de Mardenholde.', '', '', '', '', '', '', 18019),
|
||||
(5862, 'esMX', 'El subterfugio Escarlata', 'Soy lo que llamarías una ilusionista. Aunque podría crear una ilusión que te permitiría entrar en la Vega del Amparo, te lo advierto: mis poderes tienen sus límites.$B$BSi te alejas demasiado de estas tierras, se interrumpirán los efectos de la ilusión. El hechizo me exige mucha concentración y poder y, por ello, solo puedo mantener el efecto durante un tiempo.$B$BVuelve a hablar conmigo cuando estés $glisto:lista;.', 'Habla con Myranda para conseguir la Ilusión Escarlata. Bajo el poder de la Ilusión Escarlata viaja a la Vega del Amparo y entrega el obsequio de Tirion al alto señor Taelan Vadín.$B$BLa Vega del Amparo está al Norte, Taelan seguramente estará en el interior de la Fortaleza de Mardenholde.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(5862, 'frFR', 'Le subterfuge écarlate', 'Je suis ce qu\'on peut appeler une illusionniste. Bien que je puisse créer une illusion vous permettant de pénétrer à Âtreval, sachez que mes pouvoirs ont leurs limites.$B$BSi vous vous éloignez trop d\'ici, les effets de l\'illusion prendront fin. Le sort en lui-même requiert beaucoup de concentration et de puissance de ma part, c\'est pourquoi je ne peux établir l\'illusion que pour une courte période.$B$BParlez-moi de nouveau quand vous serez $gprêt:prête;.', 'Parlez à Myranda pour obtenir l’Illusion écarlate. Allez à Âtreval pendant que vous êtes sous l’effet de l’Illusion écarlate, et apportez le Don de Tirion au généralissime Taelan Fordring.$B$BÂtreval se trouve au nord, et Taelan devrait se trouver à l’intérieur du Donjon de Mardenholde.', '', '', '', '', '', '', 18019),
|
||||
(5862, 'ruRU', 'Уловка против Алого Ордена', 'Я, как говорится, иллюзионистка. Хотя я могу создать иллюзию, благодаря которой ты проберешься в Дольный Очаг, помни – сила моя не безгранична.$b$bЕсли ты забредешь слишком далеко, иллюзия рассеется. Заклинание требует от меня значительного количества сил и сосредоточения, и я не слишком долго смогу поддерживать его.$b$bКогда будешь $gготов:готова; – обращайся.', 'Поговорите с Мирандой, пусть она наложит на вас Алую иллюзию. Отправляйтесь в Дольный Очаг, покуда она действует, и отнесите подарок Тириона верховному лорду Телану Фордрингу.$b$bДольный Очаг на севере, а Таэлан должен быть внутри Крепости Марденхольд.', '', '', '', '', '', '', 18019),
|
||||
(5862, 'zhCN', '血色幻象', '我就是你们所说的……幻术师。虽然我可以创造一个幻象,让你平安进入壁炉谷,但是你要知道,我的力量也不是无限的。$B$B如果你离开这个地区太远的话,幻象会渐渐消失。这个法术需要花费大量的精力,即使这样我也只能坚持很短的时间。$B$B当你准备好之后再和我说话吧。', '和巫女麦兰达交谈以获得血色幻象的效果。在血色幻象的掩护下深入壁炉谷,将提里奥的礼物交给大领主泰兰·弗丁。$B$B壁炉谷在北方,泰兰应该在玛登霍尔德城堡里面。', '', '', '', '', '', '', 0),
|
||||
@@ -19192,7 +19203,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(6626, 'frFR', 'L\'hôte du mal', 'Les Réprouvés ne meurent pas de leur... maladie... d\'après ce que j\'ai pu voir. Ce diplomate semble offrir la non-vie à ses disciples potentiels. Je commence à penser qu\'il fait partie du Fléau.$B$BPour l\'instant, ce n\'est pas lui qui me préoccupe, mais les effectifs qui enflent dans son sillage. Ils sortent des ombres, chaque jour plus nombreux à lui demander plus de force et de puissance.$B$BJe n\'ai pas les compétences nécessaires pour les combattre sans assistance, $n. Qu\'en dites-vous, vous sentez-vous disponible pour partir en chasse ?', 'Tuer 8 Gardes de guerre Tranchebauge, 8 Tisseurs d\'épines Tranchebauge et 8 Sectateur de la Tête de mort, puis retourner voir Myriam Chantelune, à l’entrée des Souilles de Tranchebauge.', '', 'Retournez voir Myriam Chantelune près de l\'entrée des Souilles de Tranchebauge, dans les Tarides.', '', '', '', '', 18019),
|
||||
(6626, 'ruRU', 'Воинство зла', 'Отрекшиеся не стремятся превратить смертных в себе подобных... насколько мне известно. Однако этот посланник, видимо, охотно превращает в нежить всех желающих. Я начинаю думать, что на самом деле он работает на Плеть.$B$BОднако сейчас меня больше беспокоит не он, а его последователи, число которых все возрастает. Я вижу,что каждые день из тьмы выползают все новые и новые его приспешники, пресмыкающиеся перед ним в жажде власти.$B$BЯ слишком слаба, чтобы справиться с ними, $n. Помоги мне.', 'Убейте 8 боевых стражей и 8 терноплетов из племени Иглошкурых, а также 8 сектанток из племени Мертвой Головы и возвращайтесь к Мириам Лунной Певице в Курганы Иглошкурых.', '', 'Вернитесь к Мириам Лунной Певице в Тысячу Игл.', '', '', '', '', 18019),
|
||||
(6626, 'zhCN', '邪恶之地', '被遗忘者不会因为他们的疾病而逝去……至少我所看到的是这样。这使得他们的追随者在某种意义上可以获得永恒的生命。我在想,他也许是亡灵天灾的一员。$B$B至于现在,我关注的不是他,而是他身边不断膨胀的部队。他们总是躲藏在阴影之中,总是向他祈求更多的力量。$B$B现在我无法自己去和他们作战,$N。你看怎么样?你做好大战一场的准备了吗?', '杀掉8个剃刀沼泽护卫者、8个剃刀沼泽织棘者和8个亡首教徒,然后向剃刀高地入口处的麦雷姆·月歌复命。', '', '转至贫瘠之地,去找剃刀高地入口附近的麦雷姆·月歌。', '', '', '', '', 0),
|
||||
(6627, 'deDE', 'Test der Lehre', 'Ihr habt mir das Buch gebracht, und jetzt ist es an der Zeit für Eure Befragung. Seid Ihr bereit?$B$BZeit spielt keine Rolle, $C, also fühlt Euch nicht unter Druck gesetzt. Ihr könnt Euch mit der Antwort so viel Zeit lassen, wie Ihr möchtet.', 'Beantwortet Braug Dämmergeists Frage richtig und sprecht dann erneut mit ihm. Er wird immer noch im Steinkrallengebirge sein, wenn Ihr bereit seid.', 'Beantwortet Braug Dämmergeists Frage richtig.', 'Kehrt zu Braug Dämmergeist im Steinkrallengebirge zurück.', '', '', '', '', 18019),
|
||||
(6627, 'deDE', 'Test der Lehre', 'Ihr habt mir das Buch gebracht, und jetzt ist es an der Zeit für Eure Befragung. Seid Ihr bereit?$B$BZeit spielt keine Rolle, $C, also fühlt Euch nicht unter Druck gesetzt. Ihr könnt Euch mit der Antwort so viel Zeit lassen, wie Ihr möchtet.', 'Beantwortet Braug Dämmergeists Frage richtig und sprecht dann erneut mit ihm. Er wird immer noch im Steinkrallengebirge sein, wenn Ihr bereit seid.', 'Beantwortet Braug Dämmergeists Frage richtig.', 'Kehrt zu Braug Dämmergeist im Steinkrallengebirge zurück.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(6627, 'esES', 'Prueba de conocimiento', 'Me has traído el libro y es momento de que te plantee la pregunta. ¿Estás $gpreparado:preparada;?$B$BNo te sientas $gpresionado:presionada;, $c. Tómate tu tiempo antes de contestar.', 'Responde la pregunta de Braug Espíritu Tenue con acierto y después habla con él de nuevo. Se quedará en Sierra Espolón hasta que estés $glisto:lista;.', 'Responde correctamente la pregunta de Braug Espíritu Tenue', 'Vuelve con: Braug Espíritu Tenue. Zona: Sierra Espolón.', '', '', '', '', 18019),
|
||||
(6627, 'esMX', 'Prueba de conocimiento', 'Me has traído el libro y es momento de que te plantee la pregunta. ¿Estás $gpreparado:preparada;?$B$BNo te sientas $gpresionado:presionada;, $c. Tómate tu tiempo antes de contestar.', 'Responde la pregunta de Braug Espíritu Tenue con acierto y después habla con él de nuevo. Se quedará en Sierra Espolón hasta que estés $glisto:lista;.', 'Responde correctamente la pregunta de Braug Espíritu Tenue', 'Vuelve con: Braug Espíritu Tenue. Zona: Sierra Espolón.', '', '', '', '', 18019),
|
||||
(6627, 'frFR', 'L\'épreuve de la Connaissance', 'Vous m\'avez apporté le livre, et maintenant l\'heure de la question est venue. Êtes-vous $gprêt:prête; ?$B$BLe temps n\'est pas un problème, $c, inutile de vous presser à répondre.', 'Réussir à répondre à la question de Braug Esprit-troublé, puis lui reparler. Il se trouve dans les Serres-Rocheuses.', 'L\'Épreuve de la Connaissance', 'Retournez voir Braug Esprit-troublé aux Serres-Rocheuses.', '', '', '', '', 18019),
|
||||
@@ -20035,8 +20047,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(7366, 'esES', 'La misericordia del arzobispo', 'El arzobispo es tan amable como sabio. Para que un hombre mire con compasión a ese grupo de desgraciados...$B$B<el comandante Philips se sacude la cabeza incrédulo.$B$BDemasiado amable... Sencillamente demasiado amable.$B$BEl arzobispo nos pide que compadezcamos a los no-muertos y les concedamos muertes rápidas y permanentes. Para tal muestra de misericordia, tan solo necesitamos sus ennegrecidos corazones dominados por el mal.$B$BTráeme los corazones de los Renegados para poder incinerarlos con la ceremonia debida en la Catedral de la Luz. ¡Apúrate, $n!', 'Se te asignado la tarea de matar a los jugadores renegados en el Valle de Alterac.$B$BMata a un renegado y vuelve con el comandante Karl Filis (que deambula entre la Serrería y la Mina) con el corazón de tu víctima.', '', 'Vuelve con: Comandante Karl Filis. Zona: Valle de Alterac.', '', '', '', '', 18019),
|
||||
(7366, 'esMX', 'La misericordia del arzobispo', 'El arzobispo es tan amable como sabio. Para que un hombre mire con compasión a ese grupo de desgraciados...$B$B<el comandante Philips se sacude la cabeza incrédulo.$B$BDemasiado amable... Sencillamente demasiado amable.$B$BEl arzobispo nos pide que compadezcamos a los no-muertos y les concedamos muertes rápidas y permanentes. Para tal muestra de misericordia, tan solo necesitamos sus ennegrecidos corazones dominados por el mal.$B$BTráeme los corazones de los Renegados para poder incinerarlos con la ceremonia debida en la Catedral de la Luz. ¡Apúrate, $n!', 'Se te asignado la tarea de matar a los jugadores renegados en el Valle de Alterac.$B$BMata a un renegado y vuelve con el comandante Karl Filis (que deambula entre la Serrería y la Mina) con el corazón de tu víctima.', '', 'Vuelve con: Comandante Karl Filis. Zona: Valle de Alterac.', '', '', '', '', 18019),
|
||||
(7366, 'frFR', 'La pitié de l\'archevêque', 'L’archevêque est aussi bon que sage. Il faut être quelqu’un d’exceptionnel pour avoir pitié de tels misérables…$B$B<Le commandant Philips hoche la tête, incrédule.>$B$BIl est trop bon… trop bon.$B$BL’archevêque insiste pour que nous prenions les morts-vivants en pitié. Nous devons leur octroyer une mort rapide et miséricordieuse. Pour cela, il nous faut leurs cœurs noirs et malades.$B$BRapportez-moi le cœur des Réprouvés pour que nous puissions les incinérer à la cathédrale de la Lumière en grande cérémonie. Hâtez-vous, $n !', 'Vous avez été $gchargé:chargée; de tuer les personnages Réprouvés présents dans la vallée d’Alterac.$B$BTuez un Réprouvé et présentez-vous au commandant Karl Philips (qui fait la navette entre le scierie et la mine) avec un Cœur de Réprouvé.', '', 'Retournez voir le Commandant Karl Philips dans la Vallée d\'Alterac.', '', '', '', '', 18019),
|
||||
(7366, 'ruRU', 'Милосердие архиепископа', 'Доброта архиепископа сравнима только с его мудростью. Надо иметь невероятно чуткую душу, чтобы относиться к подобной швали с милосердием...$B$B*Командир Филипс в недоумении пожимает плечами.*$B$BОн слишком добр...Просто слишком.$B$BАрхиепископ просил нас, чтобы мы имели сострадание к нежити и даровали им быструю и верную смерть. Чтобы проявить подобное великодушие, мы должны раздобыть их черные, пораженные болезнью сердца.$B$BПринеси мне сердца Отрекшихся, чтобы мы могли сжечь их с надлежащими церемониями в Соборе Света. Поспеши, $n!', 'Ваше задание – убивать в Альтеракской долине Отрекшихся.$B$BУбейте Отрекшегося и возвращайтесь к Карлу Филипсу (он ходит между лесопилкой и рудником) с сердцем Отрекшегося.', '', 'Вернитесь к командиру Карлу Филипсу в Альтеракскую долину.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(7366, 'ruRU', 'Милосердие архиепископа', 'Доброта архиепископа сравнима только с его мудростью. Надо иметь невероятно чуткую душу, чтобы относиться к подобной швали с милосердием...$B$B*Командир Филипс в недоумении пожимает плечами.*$B$BОн слишком добр...Просто слишком.$B$BАрхиепископ просил нас, чтобы мы имели сострадание к нежити и даровали им быструю и верную смерть. Чтобы проявить подобное великодушие, мы должны раздобыть их черные, пораженные болезнью сердца.$B$BПринеси мне сердца Отрекшихся, чтобы мы могли сжечь их с надлежащими церемониями в Соборе Света. Поспеши, $n!', 'Ваше задание – убивать в Альтеракской долине Отрекшихся.$B$BУбейте Отрекшегося и возвращайтесь к Карлу Филипсу (он ходит между лесопилкой и рудником) с сердцем Отрекшегося.', '', 'Вернитесь к командиру Карлу Филипсу в Альтеракскую долину.', '', '', '', '', 18019),
|
||||
(7366, 'zhCN', '大主教的仁慈', '大主教Ĥہ慈如同他的智慧一样闻名于世。他居然对这样一类邪恶的生物怀着同情心……$B$B<菲利浦怀疑地摇着头。>$B$B他真是太仁慈了……太仁慈了。$B$B大主教说我们应该对亡灵保持同情心,并让他们能够尽快获得真实而永恒的死亡。为了表现这样的仁慈,我们需要他们黑色的、被疾病折磨的心脏。$B$B把被遗忘者的精华交给我,然后我们会在光明大教堂中把它们隆重地焚烧掉。快点行动,$N!', '你被指派去杀死奥特兰克山谷中的被遗忘者玩家。$B$B杀死一个被遗忘者,然后把一枚被遗忘者的精华交给指挥官卡尔·菲利普(他一般在伐木场和矿井之间徘徊)。', '', '去找奥特兰克山谷的指挥官卡尔·菲利普。', '', '', '', '', 0),
|
||||
(7367, 'deDE', 'Die Gefahr bannen', 'Die Frostwölfe haben ihre Frontlinien und Basen allesamt vermint, $C. Achtet darauf wohin Ihr tretet, wenn Ihr in feindliches Territorium eindringt.$B$BWenn wir dem Feind einen entscheidenden Schlag versetzten wollen, müsst Ihr seine Quelle für Sprengwaffen zum Versiegen bringen - Ich rede vom feindlichen Sprengmeister! Tötet ihn und wir können alle Minen sicher entschärfen. Solange er ausfällt, fallen auch seine Minen aus.$B$BVermutlich befindet er sich in einem Turm, nahe der Eisblutgarnison. Viel Glück, Soldat!', 'Findet den Sprengmeister der Frostwölfe und tötet ihn. Kehrt nach Abschluss des Auftrags zum Sprengmeister der Sturmlanzen zurück.', '', 'Kehrt zum Sprengmeister der Sturmlanzen im Alteractal zurück.', '', '', '', '', 18019),
|
||||
(7367, 'esES', 'Acabar con la amenaza', 'Las bases y las líneas más avanzadas de los Lobo Gélido han caído en una trampa, $c. Tienes que mirar donde pisas al invadir territorio enemigo.$B$BSi quieres dar un golpe contundente contra ellos, debes destruir su fuente de municiones antipersona, es decir su especialista en explosivos. Si lo matas, estarás a salvo para desarmar las minas. Mientras él esté bajo control, también lo estarán las minas.$B$BEs probable que lo encuentres en una torre en las cercanías del Baluarte Sangrehielo. ¡Suerte!', 'Encuentra al experto en explosivos Lobo Gélido y mátalo. Vuelve con el experto en explosivos Pico Tormenta cuando hayas acabado este trabajo.', '', 'Vuelve con: Experto en explosivos Pico Tormenta. Zona: Valle de Alterac.', '', '', '', '', 18019),
|
||||
@@ -20876,7 +20887,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(7729, 'ruRU', 'ВАКАНСИЯ: устранитель конкурентов', 'Надсмотрщику Скренджу требуется опытный кандидат на должность устранителя конкурентов в Тлеющем ущелье. Пол неважен. $B$BЕсли вы считаете, что ваша квалификация достаточна для этой должности, отправляйтесь в Тлеющее ущелье и уничтожьте всех встреченных вами надсмотрщиков Черного Железа и работорговцев Черного Железа. $B$BВозвращайтесь к надсмотрщику Скренджу, когда ваша одежда пропитается кровью. $B$BСами поймете, когда настанет момент, так что вопросов не задавать.', 'Убейте 15 надсмотрщиков и 15 поработителей из клана Черного Железа. По выполнении задания вернитесь к десятнику Скренджу в Тлеющее ущелье.', '', 'Вернитесь к надсмотрщику Скренджу в Лагерь Братства Тория, что в Тлеющем ущелье.', '', '', '', '', 18019),
|
||||
(7729, 'zhCN', '工作机会:肃清竞争对手', '监工斯克兰格正在寻找一些优秀的冒险者深入灼热峡谷。$B$B如果你对此感兴趣的话,就到灼热峡谷去,杀死你见到的所有黑铁工头和黑铁奴隶贩子。$B$B当你全身都沾满那些家伙的鲜血之后,就回到监工斯克兰格那儿去。$B$B你自己应该知道什么叫“全身沾满他们的鲜血”,所以别问来问去的。', '杀死15个黑铁工头和15个黑铁奴隶贩子。完成任务之后就回去找监工斯克兰格。', '', '去灼热峡谷找瑟银哨塔的监工斯克兰格。', '', '', '', '', 0),
|
||||
(7730, 'deDE', 'Zukk\'ash-Plage', 'Schenken wir unseren angesammelten Erkundungen Glauben, so gehört der Gegner südlich der Gnolle einer insektenartigen Rasse an. Offen gesagt spielt es keine Rolle, solange sie lebendig sind. Wenn sie die Gnolle gegen uns aufhetzen, dann sind sie eine mindestens genauso große Bedrohung - wenn nicht sogar eine größere - als die Gnolle selbst.$B$BDringt tief in das Gebiet vor, in dem die Insekten der Zukk\'ash hausen; auch bekannt als Gewundene Tiefe. Dezimiert ihre Anzahl, berichtet mir von Euren Entdeckungen und bringt ihre Knochenpanzer als Beweis Eurer Taten zurück.', 'Bringt Hadoken Flinkschreiter im Camp Mojache in Feralas 20 Zukk\'ashknochenpanzer.', '', 'Kehrt zu Hadoken Flinkschreiter im Camp Mojache in Feralas zurück.', '', '', '', '', 18019),
|
||||
(7730, 'esES', 'Infestación de Zukk\'ash', 'Por lo que hemos podido deducir de nuestras exploraciones, los enemigos que están al sur de los gnolls son una raza de insectos. Y francamente, me da igual que sean o no conscientes de lo que nos hacen. Si con sus actos empujan a los gnolls contra nosotros, entonces son una amenaza, como lo son los gnolls, si no peor.$B$BAdéntrate en Las Galerías Retorcidas, que es donde viven estos insectos Zukk\'ash. Reduce su número y vuelve a informarme de lo que encuentres. Trae contigo sus caparazones como prueba de que has cumplido.', 'Lleva 20 caparazones Zukk\'ash a Hadoken Zanco Veloz al Campamento Mojache en Feralas.', '', 'Vuelve con: Hadoken Zanco Veloz. Zona: Campamento Mojache, Feralas.', '', '', '', '', 18019),
|
||||
(7730, 'esES', 'Infestación de Zukk\'ash', 'Por lo que hemos podido deducir de nuestras exploraciones, los enemigos que están al sur de los gnolls son una raza de insectos. Y francamente, me da igual que sean o no conscientes de lo que nos hacen. Si con sus actos empujan a los gnolls contra nosotros, entonces son una amenaza, como lo son los gnolls, si no peor.$B$BAdéntrate en Las Galerías Retorcidas, que es donde viven estos insectos Zukk\'ash. Reduce su número y vuelve a informarme de lo que encuentres. Trae contigo sus caparazones como prueba de que has cumplido.', 'Lleva 20 caparazones Zukk\'ash a Hadoken Zanco Veloz al Campamento Mojache en Feralas.', '', 'Vuelve con: Hadoken Zanco Veloz. Zona: Campamento Mojache, Feralas.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(7730, 'esMX', 'Infestación de Zukk\'ash', 'Por lo que hemos podido deducir de nuestras exploraciones, los enemigos que están al sur de los gnolls son una raza de insectos. Y francamente, me da igual que sean o no conscientes de lo que nos hacen. Si con sus actos empujan a los gnolls contra nosotros, entonces son una amenaza, como lo son los gnolls, si no peor.$B$BAdéntrate en Las Galerías Retorcidas, que es donde viven estos insectos Zukk\'ash. Reduce su número y vuelve a informarme de lo que encuentres. Trae contigo sus caparazones como prueba de que has cumplido.', 'Lleva 20 caparazones Zukk\'ash a Hadoken Zanco Veloz al Campamento Mojache en Feralas.', '', 'Vuelve con: Hadoken Zanco Veloz. Zona: Campamento Mojache, Feralas.', '', '', '', '', 18019),
|
||||
(7730, 'frFR', 'Infestation de Zukk\'ash', 'D\'après les informations que nous avons pu réunir, l\'ennemi se trouvant au sud des gnolls est une race insectoïde. Franchement, cela nous est égal s\'il s\'agit de créatures sensibles ou non. Si elles excitent à ce point les gnolls contre nous, elles représentent une menace tout aussi grave qu\'eux, voire pire encore.$B$BPartez loin jusqu\'à la demeure de ces insectes zukk\'ash : on l\'appelle le gouffre Grouillant. Réduisez leur nombre et faites-moi un rapport sur la situation. Rapportez leurs carapaces pour prouver votre travail.', 'Rapportez 20 Carapaces de Zukk\'ash à Hadoken Rôdeur-agile au Camp Mojache en Féralas.', '', 'Retournez voir Hadoken Rôdeur-agile Camp Mojache, en Féralas.', '', '', '', '', 18019),
|
||||
(7730, 'ruRU', 'Нападение на улей Зукк\'аш', 'Судя по сведениям, полученным с помощью разведки, враги, теснящие гноллов с юга, – это раса насекомоподобных существ. Неизвестно, разумны ли они – но, откровенно говоря, это и неважно. Если гноллы их так боятся, что предпочитают переть на нас, значит, эти твари так же опасны, как гноллы, а может, и еще опаснее.$b$bПроникни в те места, где обитают эти насекомые, Зукк\'аш. Это место называется "Гудящая Бездна". Постарайся уменьшить их численность, и доложи мне о том, что увидишь. В доказательство своих свершений принеси мне их панцири!', 'Принесите 20 панцирей Зукк\'аш Хадокену Быстрому Страннику в Лагерь Мохаче в Фераласе.', '', 'Вернитесь к Хадокену Быстрому Страннику в лагерь Мохаче, что в Фераласе.', '', '', '', '', 18019),
|
||||
@@ -23108,7 +23120,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(8303, 'frFR', 'Anachronos', 'Il est temps, $n.$B$BExcusez-moi d\'avoir gardé tant de choses secrètes. Nos ennemis sont partout, même sous notre propre nez. Veuillez lire ce volume et apprendre. Prenez les connaissances que je vous donne et cherchez notre maître.', 'Cherchez Anachronos dans les Grottes du temps à Tanaris.', '', '', '', '', '', '', 18019),
|
||||
(8303, 'ruRU', 'Анахронос', 'Время пришло, $n.$b$bЯ должен извиниться за то, что так долго держал все в тайне. Но кругом враги, они могут оказаться у нас прямо под носом. Прошу тебя, прими этот фолиант, читай его и учись. Я с радостью делюсь с тобой знаниями. Теперь же отыщи нашего повелителя.', 'Отыщите Анахроноса в Пещерах Времени в Танарисе.', '', '', '', '', '', '', 18019),
|
||||
(8303, 'zhCN', '安纳克罗斯', '是时候了,$N。$B$B我隐瞒这个秘密已经很久了,我对此深表歉意。敌人无处不在,很可能就在我们眼皮底下。请阅读这本密典,好好运用我教给你的知识,去寻找我们的主人。', '去塔纳利斯的时光之穴寻找安纳克罗斯。', '', '', '', '', '', '', 0),
|
||||
(8303, 'zhTW', '阿納克洛斯', '是時候了,$N。$B$B我隱瞞這個秘密已經很久了,我對此深表歉意。敵人無處不在,很可能就在我們眼皮底下。請閱讀這本密典,好好運用我教給你的知識,去尋找我們的主人。', '到塔納利斯的時光之穴去尋找阿納克洛斯。', '', '', '', '', '', '', 0),
|
||||
(8303, 'zhTW', '阿納克洛斯', '是時候了,$N。$B$B我隱瞞這個秘密已經很久了,我對此深表歉意。敵人無處不在,很可能就在我們眼皮底下。請閱讀這本密典,好好運用我教給你的知識,去尋找我們的主人。', '到塔納利斯的時光之穴去尋找阿納克洛斯。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(8304, 'deDE', 'Liebste Natalia', 'Meine geliebte Natalia ist verschwunden.$B$BUm die Wahrheit zu sagen, sie hat sich schon Wochen vor ihrem Verschwinden äußerst seltsam benommen. Ich habe sie mehr als einmal dabei erwischt, wie sie zu sich selber sprach, obwohl niemand in der Nähe war. Doch sie behauptete felsenfest, dass mit ihr alles in Ordnung sei und sie ihre Forschungen unbedingt fortsetzen müsste.$B$BDas letzte Mal hatte man sie gesehen, wie sie nach Süden, in Richtung Bronzebarts Lager verschwand.$B$BLeider stehen mir zu wenige Soldaten für weitere Nachforschungen zur Verfügung, $n. Ich brauche Eure Hilfe, um die Zwerge in Bronzebarts Lager nach ihrem Verbleib zu befragen.', 'Befragt Frankal und Rutgar in Bronzebarts Lager über den Aufenthaltsort von Natalia Mar\'alith.', '', 'Kehrt zu Kommandant Mar\'alith auf Burg Cenarius in Silithus zurück.', 'Frankal befragt', 'Rutgar befragt', '', '', 18019),
|
||||
(8304, 'esES', 'Queridísima Natalia', 'Mi querida Natalia ha desaparecido.$B$BLa verdad es que llevaba unas semanas muy rara; la pillé hablando sola más de una vez. Pero decía que estaba bien y que quería seguir investigando.$B$BFue vista por última vez de camino al campamento Barbabronce, al sur de aquí.$B$BMis soldados están dispersos, $n. Tienes que ir al campamento e interrogar a los enanos.', 'Interroga a Frankal y a Rutgar en el Campamento Barbabronce acerca del paradero de Natalia Mar\'alith.', '', 'Vuelve con: Comandante Mar\'alith. Zona: Fuerte Cenarion, Silithus.', 'Has interrogado a Frankal', 'Has interrogado a Rutgar', '', '', 0),
|
||||
(8304, 'esMX', 'Queridísima Natalia', 'Mi querida Natalia ha desaparecido.$B$BLa verdad es que llevaba unas semanas muy rara; la pillé hablando sola más de una vez. Pero decía que estaba bien y que quería seguir investigando.$B$BFue vista por última vez de camino al campamento Barbabronce, al sur de aquí.$B$BMis soldados están dispersos, $n. Tienes que ir al campamento e interrogar a los enanos.', 'Interroga a Frankal y a Rutgar en el Campamento Barbabronce acerca del paradero de Natalia Mar\'alith.', '', 'Vuelve con: Comandante Mar\'alith. Zona: Fuerte Cenarion, Silithus.', 'Has interrogado a Frankal', 'Has interrogado a Rutgar', '', '', 0),
|
||||
@@ -24771,7 +24784,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(8553, 'zhCN', '船长的弯刀', '我的第一条船被那些海巨人们搞沉了之后,我只好买了第二艘,而且给它起名为“斯莫特的复仇”。我为它配备了新的装备和船员,并出发去寻找那些该死的巨人。我找到了他们,但……他们又一次击败了我们。他们把“斯莫特的复仇”号给打成了碎片,船员也几乎被他们杀光了,但那帮混蛋却把我丢在了一条救生艇上,让我一个人漂了回来。$B$B这次,那些海巨人中的另外一个偷了我的弯刀。$B$B到奈古拉什那里去把我的佩刀给抢回来!$B$B去和斯普罗格谈谈吧。他本来是“斯莫特的复仇”号上的厨子,沉船的时候他也幸存了下来,我想他能帮你们找到那些巨人。', '与斯普罗格谈一谈。', '', '去荆棘谷的藏宝海湾找斯普罗格。', '', '', '', '', 0),
|
||||
(8554, 'deDE', 'Negolash entgegentreten', 'Negolash ist ein hungriger Riese.$B$BAls die Riesen unser Schiff zerstörten, ging Negolash schnurstracks in meine Kombüse. Er hatte keinen Appetit auf die Crew wie die anderen Riesen. Negolash wollte Wein... und meine gegrillten Bussardflügel. Die sind meine Spezialität. Für das Rezept musste ich bis ins Ödland reisen!$B$BWenn Ihr den Riesen anlocken wollt, dann besorgt Euch etwas Wein und einen Haufen Bussardflügel. Legt sie in unser altes Rettungsboot, an der Küste südöstlich von hier. Sobald Negolash das Essen riecht, wird er bestimmt kommen!', 'Bringt 10 gegrillte Bussardflügel und 5 Flaschen Dschungelrankenwein zu Käpt\'n Smotts Rettungsboot.$B$BTötet Negolash und bringt Smotts\' Entersäbel zu Kapitän Smotts ins Schlingendorntal.', '', 'Kehrt zu Kapitän Hecklebury Smotts in Beutebucht im Schlingendorntal zurück.', '', '', '', '', 18019),
|
||||
(8554, 'esES', 'Enfréntate a Negolash', 'Negolash es un gigante hambriento.$B$BCuando los gigantes destruyeron nuestro barco, Negolash fue directo a la cocina. No quería comerse a la tripulación, como los otros gigantes. Negolash quería vino... y mis alas de águila ratonera a la parrilla. Son mi especialidad, y he tenido que ir hasta las Tierras Inhóspitas para encontrar la receta.$B$BSi quieres atraer al gigante, consigue vino y un montón de alas de águila ratonera. Ponlo todo en nuestro viejo barco salvavidas, en la costa, al sureste de aquí. Cuando Negolash huela toda esa comida, ¡irá seguro!', 'Lleva 10 Alas de águila ratonera a la parrilla y 5 botellas de vino de vid de jungla al barco salvavidas del capitán Smotts.$B$BMata a Negolash y lleva el alfanje de Smotts al capitán Smotts en Tuercespina.', '', 'Vuelve con: Capitán Hecklebury Smotts. Zona: Bahía del Botín, Vega de Tuercespina.', '', '', '', '', 18019),
|
||||
(8554, 'esMX', 'Enfréntate a Negolash', 'Negolash es un gigante hambriento.$B$BCuando los gigantes destruyeron nuestro barco, Negolash fue directo a la cocina. No quería comerse a la tripulación, como los otros gigantes. Negolash quería vino... y mis alas de águila ratonera a la parrilla. Son mi especialidad, y he tenido que ir hasta las Tierras Inhóspitas para encontrar la receta.$B$BSi quieres atraer al gigante, consigue vino y un montón de alas de águila ratonera. Ponlo todo en nuestro viejo barco salvavidas, en la costa, al sureste de aquí. Cuando Negolash huela toda esa comida, ¡irá seguro!', 'Lleva 10 Alas de águila ratonera a la parrilla y 5 botellas de vino de vid de jungla al barco salvavidas del capitán Smotts.$B$BMata a Negolash y lleva el alfanje de Smotts al capitán Smotts en Tuercespina.', '', 'Vuelve con: Capitán Hecklebury Smotts. Zona: Bahía del Botín, Vega de Tuercespina.', '', '', '', '', 18019),
|
||||
(8554, 'esMX', 'Enfréntate a Negolash', 'Negolash es un gigante hambriento.$B$BCuando los gigantes destruyeron nuestro barco, Negolash fue directo a la cocina. No quería comerse a la tripulación, como los otros gigantes. Negolash quería vino... y mis alas de águila ratonera a la parrilla. Son mi especialidad, y he tenido que ir hasta las Tierras Inhóspitas para encontrar la receta.$B$BSi quieres atraer al gigante, consigue vino y un montón de alas de águila ratonera. Ponlo todo en nuestro viejo barco salvavidas, en la costa, al sureste de aquí. Cuando Negolash huela toda esa comida, ¡irá seguro!', 'Lleva 10 Alas de águila ratonera a la parrilla y 5 botellas de vino de vid de jungla al barco salvavidas del capitán Smotts.$B$BMata a Negolash y lleva el alfanje de Smotts al capitán Smotts en Tuercespina.', '', 'Vuelve con: Capitán Hecklebury Smotts. Zona: Bahía del Botín, Vega de Tuercespina.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(8554, 'frFR', 'Face à Negolash', 'Negolash est un goinfre.$b$bQuand les géants ont détruit notre navire, il est venu directement dans ma cuisine. Il n\'avait pas faim d\'hommes d\'équipage comme les autres géants. Negolash voulait du vin et mes ailes de busard grillées au barbecue. C\'est ma spécialité, et j\'ai dû me rendre jusqu\'aux Terres ingrates pour avoir la recette !$b$bSi vous voulez tendre un piège au géant, trouvez du vin et un monceau d\'ailes de busard. Placez-les dans notre vieux canot, au sud-est, le long de la côte. Quand Negolash sentira cette bonne nourriture, il rappliquera, sans aucun doute !', 'Apporter 10 Ailes de busard grillées et 5 bouteilles de Vin de Junglevigne dans le Canot de sauvetage du capitaine Smotts.$B$BTuer Negolash, et apporter le Sabre d\'abordage de Smotts au capitaine Smotts, à Strangleronce.', '', 'Retournez voir le Capitaine Hecklebury Smotts à Baie-du-Butin, dans la Vallée de Strangleronce.', '', '', '', '', 18019),
|
||||
(8554, 'ruRU', 'Бой с Неголашем', 'Неголаш – великан-обжора.$B$BКогда они уничтожили мой корабль, Неголаш бросился прямиком на кухню. В отличие от его товарищей, команда его не очень интересовала. Ему хотелось вина... и жареных крылышек канюка. Это мое коронное блюдо, рецепт я привез из самих Бесплодных земель!$B$BЕсли ты хочешь приманить великана, добудь вина и кучу крылышек канюка. Сложи их в нашу старую шлюпку, которая причалена на юго-востоке отсюда. Когда Неголаш почует запах еды, он непременно явится!', 'Отнесите 10 жареных крылышек канюка и 5 бутылок экзотического вина в спасательную шлюпку капитана Смоттса.$B$BУбейте Неголаша и отнесите абордажную саблю Смоттса хозяину в Тернистую долину.', '', 'Вернитесь к капитану Гекельбери Смоттсу в Пиратскую Бухту, что в Тернистой долине.', '', '', '', '', 18019),
|
||||
(8554, 'zhCN', '挑战奈古拉什', '奈古拉什总是一副随时准备把一切都吞下去充饥的样子。$B$B那些巨人袭击我们的船的时候,奈古拉什直接冲向了我的厨房,不过他可不像其他巨人那样喜欢吃人。奈古拉什要的是酒……还有我秘制的烧烤秃鹰翅膀。嘿,这可都是我的拿手菜,我当年可是跑到荒芜之地才弄到这食谱的!$B$B如果你想把奈古拉什给引出来,只要用点酒再加上一碟烤翅就行啦。把这些东西放进我们当初丢在东南边海岸上的救生艇里,然后你就等着奈古拉什闻到食物的味儿乖乖上钩吧!', '将10块烧烤秃鹰翅膀和5瓶密林葡萄酒带到斯莫特船长的救生艇上去。$B$B然后杀死奈古拉什,将斯莫特的弯刀交给荆棘谷的斯莫特船长。', '', '去荆棘谷找藏宝海湾的海克拜瑞·斯莫特船长。', '', '', '', '', 0),
|
||||
@@ -26829,7 +26843,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(8883, 'esES', 'Valadar Cantoestelar', 'Ahora que tienes tu Invitación al Festival Lunar, puedes viajar al Claro de la Luna. Allí encontrarás a muchos juerguistas, además, en el poblado del Amparo de la Noche, Valadar Cantoestelar y su hermana Fariel aguardan a los que desean participar en las celebraciones.$B$BViaja al Claro de la Luna a través de La Gran Luz de Luna y habla con Valadar Cantoestelar; ¡mira qué premios puedes ganar durante el festival!', 'Utiliza tu Invitación al Festival Lunar en la Luz de Luna y viaja al Claro de la Luna. Cuando llegues, habla con Valadar Cantoestelar en Amparo de la Noche.', '', '', '', '', '', '', 18019),
|
||||
(8883, 'esMX', 'Valadar Cantoestelar', 'Ahora que tienes tu Invitación al Festival Lunar, puedes viajar al Claro de la Luna. Allí encontrarás a muchos juerguistas, además, en el poblado del Amparo de la Noche, Valadar Cantoestelar y su hermana Fariel aguardan a los que desean participar en las celebraciones.$B$BViaja al Claro de la Luna a través de La Gran Luz de Luna y habla con Valadar Cantoestelar; ¡mira qué premios puedes ganar durante el festival!', 'Utiliza tu Invitación al Festival Lunar en la Luz de Luna y viaja al Claro de la Luna. Cuando llegues, habla con Valadar Cantoestelar en Amparo de la Noche.', '', '', '', '', '', '', 18019),
|
||||
(8883, 'frFR', 'Valadar Chantétoile', 'Maintenant que vous avez reçu votre invitation pour la Fête lunaire, vous pouvez vous rendre à Reflet-de-Lune. Vous y trouverez de nombreux célébrants. Valadar Chantétoile et sa sœur Fariel attendent ceux qui veulent participer à la célébration au village de Havrenuit.$B$BRendez-vous à Reflet-de-Lune via la lumière lunaire supérieure et parlez à Valadar Chantétoile. Voyons quels cadeaux vous pourrez gagner pendant la fête !', 'Utilisez votre Invitation à la fête lunaire dans la lumière lunaire pour vous rendre à Reflet-de-Lune. À votre arrivée, parlez à Valadar Chantétoile.', '', '', '', '', '', '', 18019),
|
||||
(8883, 'ruRU', 'Валадар Звездная Песня', 'Раз у тебя есть приглашение на Лунный фестиваль, можешь отправляться в Лунную поляну! Там полно веселых гуляк, а в деревне Ночная Гавань Валадар Звездная Песня и его сестра Фариэль приглашают всех принять участие в празднике.$b$bОтправляйтесь в Лунную поляну через большой круг лунного света и поговорите с Валадаром – узнайте, какие призы могут перепасть вам во время праздника!', 'Используйте приглашение на Лунный фестиваль, стоя в столпе лунного света, чтобы переместиться в Лунную поляну. Прибыв на место, поговорите с Валадаром Звездной Песней в деревне Ночная Гавань.', '', '', '', '', '', '', 18019),
|
||||
(8883, 'ruRU', 'Валадар Звездная Песня', 'Раз у тебя есть приглашение на Лунный фестиваль, можешь отправляться в Лунную поляну! Там полно веселых гуляк, а в деревне Ночная Гавань Валадар Звездная Песня и его сестра Фариэль приглашают всех принять участие в празднике.$b$bОтправляйтесь в Лунную поляну через большой круг лунного света и поговорите с Валадаром – узнайте, какие призы могут перепасть вам во время праздника!', 'Используйте приглашение на Лунный фестиваль, стоя в столпе лунного света, чтобы переместиться в Лунную поляну. Прибыв на место, поговорите с Валадаром Звездной Песней в деревне Ночная Гавань.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(8883, 'zhCN', '瓦拉达尔·星歌', '现在你已经拿到了春节邀请函,就赶快到月光林地去吧!你可以在那里看到狂欢的人群,瓦拉达尔·星歌和他的妹妹法蕾尔·星歌在永夜港负责接待前来参加庆典的人。$B$B走上这道月光就可以被传送到月光林地去,到那里之后就找瓦拉达尔·星歌谈谈吧,看看你能在节日期间拿到什么奖品!', '在月光中使用你的春节邀请函前往月光林地,抵达之后与永夜港的瓦拉达尔·星歌谈一谈。', '', '', '', '', '', '', 0),
|
||||
(8883, 'zhTW', '瓦拉達爾‧星歌', '既然你有新年邀請卡,你就能前往月光林地!你會在那裡看到許多狂歡者,瓦拉達爾‧星歌和他的姐姐法莉爾‧星歌在永夜港裡等著所有想積極參與慶祝活動的人。$B$B通過較強的月光前往月光林地並和瓦拉達爾‧星歌談談;看看你能在新年裡得到什麼禮物!', '在月光中使用你的新年邀請卡前往月光林地。到達後和永夜港的瓦拉達爾‧星歌交談。', '', '', '', '', '', '', 0),
|
||||
(8884, 'deDE', 'Fischköpfe, Fischköpfe...', 'Seid gegrüßt, $C. Was, frage ich Euch, könnt Ihr erkennen, wenn Ihr in Richtung Küste seht? Richtig, unser Strand... unsere Stille Küste wurde vom Übel, den Murlocs, befallen.$B$BDieser Makel darf nicht bestehen bleiben!$B$BIch habe eine Aufgabe für Euch. Solltet Ihr bereit dazu sein, so würde ich ihre Köpfe haben wollen! Mal sehen, ob wir ihre Zahl derart verringern können, dass sie nicht mehr anders können, als in die dunklen Tiefen zurückzukehren, aus denen sie gekommen sind!', 'Sammelt 8 Köpfe von Grimmschuppenmurlocs und bringt sie zu Hathvelion Sonnenblick im Immersangwald auf der Klippe, die die Stille Küste überblickt.', '', 'Kehrt zu Hathvelion Sonnenblick im Immersangwald zurück.', '', '', '', '', 18019),
|
||||
@@ -28160,7 +28175,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9099, 'deDE', 'Frostfeuersandalen', 'Als Behüterin hatte ich Zugang zu Vielem von Medivhs persönlicher Habe. Die Folianten waren für mich die aufschlussreichsten Gegenstände. Während die Mehrheit der Bücher aus - sagen wir es ganz offen - Schund bestand, gab es auch einige Schmuckstücke darunter. Einer dieser Folianten beschrieb die Herstellung eines Rüstungssets, passend für einen Erzmagier: Frostfeuer.$B$B<Angela deutet auf ihren Kopf.>$B$BEs ist alles hier drin und ich bin bereit, die Früchte dieses Wissens mit Euch zu teilen, solange Ihr mir die nötigen Materialien besorgt.', 'Erzmagierin Angela Dosantos bei der Kapelle des Hoffnungsvollen Lichts in den Östlichen Pestländern wird für Euch Frostfeuersandalen anfertigen, wenn Ihr ihr folgende Gegenstände bringt: 1 Paar entweihte Sandalen, 12 kampfzerschlissene Stoffstücke, 2 Einheiten Mondstoff und 3 geschmeidige unverwüstliche Bälge.', '', 'Kehrt zu Erzmagierin Angela Dosantos in der Kapelle des Hoffnungsvollen Lichts in den Östlichen Pestländern zurück.', '', '', '', '', 18019),
|
||||
(9099, 'esES', 'Los botines de Fuego de Escarcha', 'En mi calidad de guardiana, tenía acceso a muchos de los efectos personales de Medivh. Entre sus objetos, encontré algunos escritos de lo más instructivos. Aunque que la mayoría de los libros eran una porquería, con perdón, había verdaderas joyas. Uno de esos escritos explicaba la creación de una armadura digna de un archimago: Fuego de Escarcha.$b$b<Angela señala su cabeza.>$b$bLo tengo todo aquí y lo compartiré contigo si me traes el material que necesito.', 'La archimaga Angela Dosantos de la Capilla de la Esperanza de la Luz, en las Tierras de la Peste del Este, te hará unos botines de Fuego de Escarcha si le llevas lo siguiente: 1 par de botines profanados, 12 restos de ropa, 2 piezas de tela lunar y 3 pellejos bastos curtidos.', '', 'Vuelve con: Archimaga Angela Dosantos. Zona: Capilla de la Esperanza de la Luz, Tierras de la Peste del Este.', '', '', '', '', 18019),
|
||||
(9099, 'esMX', 'Los botines de Fuego de Escarcha', 'En mi calidad de guardiana, tenía acceso a muchos de los efectos personales de Medivh. Entre sus objetos, encontré algunos escritos de lo más instructivos. Aunque que la mayoría de los libros eran una porquería, con perdón, había verdaderas joyas. Uno de esos escritos explicaba la creación de una armadura digna de un archimago: Fuego de Escarcha.$b$b<Angela señala su cabeza.>$b$bLo tengo todo aquí y lo compartiré contigo si me traes el material que necesito.', 'La archimaga Angela Dosantos de la Capilla de la Esperanza de la Luz, en las Tierras de la Peste del Este, te hará unos botines de Fuego de Escarcha si le llevas lo siguiente: 1 par de botines profanados, 12 restos de ropa, 2 piezas de tela lunar y 3 pellejos bastos curtidos.', '', 'Vuelve con: Archimaga Angela Dosantos. Zona: Capilla de la Esperanza de la Luz, Tierras de la Peste del Este.', '', '', '', '', 18019),
|
||||
(9099, 'frFR', 'Les sandales de givrefeu', 'Ma fonction de gardienne m’a permis d’avoir accès à de nombreux effets personnels de Medivh. Ce sont ses livres qui m’ont appris le plus. Même si, disons-le franchement, la plupart d’entre eux étaient remplis de bêtises, il y avait quelques joyaux. L’un de ces ouvrages détaillait la création d’une tenue de protection digne d’un archimage : Givrefeu.$B$B<Angela se tapote le front>$B$BTout est là-dedans, et je suis prête à partager les fruits de cette connaissance avec vous, du moment que vous pouvez me fournir les ingrédients nécessaires.', 'L’archimage Angela Dosantos, à la chapelle de l’Espoir de Lumière dans les Maleterres de l’Est, vous fabriquera des sandales de givrefeu si vous lui apportez les ingrédients suivants : 1 paire de Sandales désacralisées, 12 Débris d\'armure en tissu, 2 Etoffes lunaires et 3 Peaux robustes traitées.', '', 'Retournez voir l’Archimage Angela Dosantos à la Chapelle de l’Espoir de Lumière, dans les Maleterres de l’Est.', '', '', '', '', 18019),
|
||||
(9099, 'frFR', 'Les sandales de givrefeu', 'Ma fonction de gardienne m’a permis d’avoir accès à de nombreux effets personnels de Medivh. Ce sont ses livres qui m’ont appris le plus. Même si, disons-le franchement, la plupart d’entre eux étaient remplis de bêtises, il y avait quelques joyaux. L’un de ces ouvrages détaillait la création d’une tenue de protection digne d’un archimage : Givrefeu.$B$B<Angela se tapote le front>$B$BTout est là-dedans, et je suis prête à partager les fruits de cette connaissance avec vous, du moment que vous pouvez me fournir les ingrédients nécessaires.', 'L’archimage Angela Dosantos, à la chapelle de l’Espoir de Lumière dans les Maleterres de l’Est, vous fabriquera des sandales de givrefeu si vous lui apportez les ingrédients suivants : 1 paire de Sandales désacralisées, 12 Débris d\'armure en tissu, 2 Etoffes lunaires et 3 Peaux robustes traitées.', '', 'Retournez voir l’Archimage Angela Dosantos à la Chapelle de l’Espoir de Lumière, dans les Maleterres de l’Est.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9099, 'ruRU', 'Сандалии ледяного огня', 'У меня был доступ ко многим личным вещам Медива. Меня больше всего интересовали манускрипты. Хотя в основном книги были, прямо скажем, полной чепухой, но и в этой мусорной кучи были свои изумруды. В одном из манускриптов описывалось создание брони, достойной верховного мага, брони ледяного огня.$b$b<Анжела указывает на собственную голову.>$b$bВсе знания теперь хранятся там, и я с радостью поделюсь ими с тобой, если ты снабдишь меня необходимыми материалами.', 'Верховный маг Анжела Досантос из Часовни Последней Надежды в Восточных Чумных землях готова создать сандалии ледяного огня, если вы принесете ей следующее: 1 испоганенные сандалии, 12 обрывков ткани, 2 куска луноткани и 3 обработанных грубых шкуры.', '', 'Вернитесь к верховному магу Анжеле Досантос в Часовню Последней Надежды, что в Восточных Чумных землях.', '', '', '', '', 18019),
|
||||
(9099, 'zhCN', '霜火便鞋', '作为一名守卫,我有权使用麦迪文的私人物品。我发现在所有的物品中,书籍最能予人启迪。坦白地说,虽然大部分书籍内容都相当垃圾,但其中也不乏精品。其中一本记载了大法师的霜火套装的制作方法。$B$B<安吉拉指着她的脑袋。>$B$B它们现在都在我的脑子里,如果你能给我适当的材料,我会很乐意与你分享这些宝贵的知识。', '如果你将1双被玷污的便鞋、12块布衣碎片、2张月布和3个熟化毛皮交给东瘟疫之地圣光之愿礼拜堂的大法师安吉拉·杜萨图斯,她会为你制作一双霜火便鞋。', '', '去东瘟疫之地找圣光之愿礼拜堂的大法师安吉拉·杜萨图斯。', '', '', '', '', 0),
|
||||
(9100, 'deDE', 'Frostfeuerhandschuhe', 'Als Behüterin hatte ich Zugang zu Vielem von Medivhs persönlicher Habe. Die Folianten waren für mich die aufschlussreichsten Gegenstände. Während die Mehrheit der Bücher aus - sagen wir es ganz offen - Schund bestand, gab es auch einige Schmuckstücke darunter. Einer dieser Folianten beschrieb die Herstellung eines Rüstungssets, passend für einen Erzmagier: Frostfeuer.$B$B<Angela deutet auf ihren Kopf.>$B$BEs ist alles hier drin und ich bin bereit, die Früchte dieses Wissens mit Euch zu teilen, solange Ihr mir die nötigen Materialien besorgt.', 'Erzmagierin Angela Dosantos bei der Kapelle des Hoffnungsvollen Lichts in den Östlichen Pestländern wird für Euch Frostfeuerhandschuhe anfertigen, wenn Ihr ihr folgende Gegenstände bringt: 1 Paar entweihte Handschuhe, 8 kampfzerschlissene Stoffstücke und 4 Einheiten Mondstoff.', '', 'Kehrt zu Erzmagierin Angela Dosantos in der Kapelle des Hoffnungsvollen Lichts in den Östlichen Pestländern zurück.', '', '', '', '', 18019),
|
||||
@@ -29535,7 +29551,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9310, 'esMX', 'Cristal necrótico tenue', 'En el cadáver de la criatura encuentras un cristal rajado que pulsa lentamente con energía necrótica.', 'Lleva el cristal necrótico al teniente Rukag, que está fuera de las puertas de Entrañas.', '', '', '', '', '', '', 18019),
|
||||
(9310, 'frFR', 'Cristal nécrotique voilé', 'Sur le cadavre de la créature nécrophage, vous découvrez un cristal qui émet faiblement de l\'énergie nécrotique.', 'Apportez le Cristal nécrotique voilé au lieutenant Rukag dans la cour de Fossoyeuse.', '', '', '', '', '', '', 18019),
|
||||
(9310, 'ruRU', 'Тусклый некротический кристалл', 'На трупе павшей твари вы находите кристалл, излучающий тусклую некротическую энергию.', 'Отнесите тусклый некротический кристалл лейтенанту Рукагу во внутренний двор Подгорода.', '', '', '', '', '', '', 18019),
|
||||
(9310, 'zhCN', '暗淡的死灵水晶', '你在怪物的尸体上找到一块散发着微弱的腐坏能量的水晶。', '将暗淡的死灵水晶交给幽暗城庭院处的卢卡中尉。', '', '', '', '', '', '', 0),
|
||||
(9310, 'zhCN', '暗淡的死灵水晶', '你在怪物的尸体上找到一块散发着微弱的腐坏能量的水晶。', '将暗淡的死灵水晶交给幽暗城庭院处的卢卡中尉。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9311, 'deDE', 'Blutelfenspionage', 'Ich habe einen Plan. Wir müssen ihren Anführer umbringen. Vielleicht ziehen sie sich ohne ihren Meister zurück, um sich neu zu formieren. Wir müssen Zeit schinden, damit wir die Reparaturen abschließen können.$B$BVerteidiger Aldar muss davon erfahren. Tötet die Gutachterin und kehrt dann zu ihm zurück, um ihn zu erzählen, was wir herausgefunden haben.', 'Tötet Gutachterin Kandress und informiert anschließend Verteidiger Aldar bei der Absturzstelle im Am\'mental über die Ereignisse.', '', 'Kehrt zu Verteidiger Aldar bei der Absturzstelle im Am\'mental zurück.', '', '', '', '', 18019),
|
||||
(9311, 'esES', 'Espía elfo de sangre', 'Tengo un plan: hay que matar a su jefa. Así, puede que se retiren para reagruparse; tenemos que ganar tiempo para acabar las reparaciones.$b$bMata a la perita y ve a informar al vindicador Aldar de lo que hemos averiguado.', 'Mata a la perita Candress y ve a informar al vindicador Aldar al Lugar del Accidente en el Valle Ammen.', '', 'Vuelve con: Vindicador Aldar. Zona: Lugar del Accidente, Valle Ammen.', '', '', '', '', 18019),
|
||||
(9311, 'esMX', 'Espía elfo de sangre', 'Tengo un plan: hay que matar a su jefa. Así, puede que se retiren para reagruparse; tenemos que ganar tiempo para acabar las reparaciones.$b$bMata a la perita y ve a informar al vindicador Aldar de lo que hemos averiguado.', 'Mata a la perita Candress y ve a informar al vindicador Aldar al Lugar del Accidente en el Valle Ammen.', '', 'Vuelve con: Vindicador Aldar. Zona: Lugar del Accidente, Valle Ammen.', '', '', '', '', 18019),
|
||||
@@ -30036,8 +30053,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9388, 'zhCN', '卡利姆多的火焰', '今天,全世界上各处有无数的火焰在熊熊燃烧着,$n。那些最狡诈的火焰往往都是绿色的,如果不小心照看的话,它们很快就会灭掉。为我们的护火者确认一下卡利姆多上的几处翡翠烈焰是否还在燃烧着,好吗?$b$b你能在贫瘠之地的棘齿城、黑海岸的主宰之剑、银翼岗哨附近的桥,以及石爪山尘风峡谷的路旁去寻找这样的篝火堆。', '造访灰谷、贫瘠之地、黑海岸和石爪山的篝火堆,然后回来与节日护火者交谈。', '', '去找节日护火者。', '', '', '', '', 0),
|
||||
(9388, 'zhTW', '卡林多的閃爍火焰', '世界各地都有許多的火焰在燃燒著,$n。最難處理的火焰就是那些發著綠光的;沒有管理的話它們不會長久燃燒。為我們的火焰管理者確認那些翠綠色的火焰仍在卡林多燃燒著,聽到了嗎?$b$b你可以在貧瘠之地的棘齒城,黑海岸的主宰之劍附近找到它們,還有從銀翼哨站旁的橋邊進入梣谷的森林裡,和沿著石爪山脈的幹道走到通往狂風峭壁的路上都能找到。', '探勘梣谷,貧瘠之地,黑海岸,和石爪山脈的篝火,再和節慶火焰管理者談談。', '', '找節慶營火管理者。', '', '', '', '', 0),
|
||||
(9389, 'deDE', 'Lodernde Flammen in den Östlichen Königreichen', 'Die Feuer des Sonnenwendfests lassen das Land traditionsgemäß im Licht unzähliger Flammen erstrahlen. Manche behaupten, dass die grünen Flammen die besten seien, da sie so schwierig zu unterhalten sind und eine solch ungewöhnliche Farbgebung haben.$b$bVersichert Euch für unseren Flammenbewahrer, dass die Feuer in den Östlichen Königreichen auch weiterhin lodern. Ihr findet sie in der Nähe von Dun Modr im Sumpfland, unweit von Lohenscheit im Silberwald, bei den Klippen zum Leuchtturm in Westfall und nahe dem zerstörten Turm im Vorgebirge des Hügellands.', 'Sucht die Freudenfeuer im Vorgebirge des Hügellands, im Silberwald, in Westfall und dem Sumpfland auf. Sprecht anschließend mit dem Flammenbewahrer.', '', 'Kehrt zum Flammenbewahrer zurück.', '', '', '', '', 18019),
|
||||
(9389, 'esES', 'La oscilación de las llamas de los Reinos del Este', 'El Festival de Fuego del Solsticio de Verano ilumina la tierra con una miríada de llamas. Hay quien dice que las hogueras verdes son las mejores, porque son las más difíciles de mantener y tienen un color tan particular.$B$BComprueba que siguen ardiendo en los Reinos del Este. Están cerca de Dun Modr, en Los Humedales, cerca de la Aldea Piroleña en el Bosque de Argénteos, en los precipicios junto al faro en los Páramos de Poniente y junto a la torre en ruinas de Laderas de Trabalomas.', 'Ve a las hogueras de las Laderas de Trabalomas, el Bosque de Argénteos, los Páramos de Poniente y Los Humedales y habla con el guardián de la llama del Festival.', '', 'Vuelve con: Guardián de la llama del Festival.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9389, 'esES', 'La oscilación de las llamas de los Reinos del Este', 'El Festival de Fuego del Solsticio de Verano ilumina la tierra con una miríada de llamas. Hay quien dice que las hogueras verdes son las mejores, porque son las más difíciles de mantener y tienen un color tan particular.$B$BComprueba que siguen ardiendo en los Reinos del Este. Están cerca de Dun Modr, en Los Humedales, cerca de la Aldea Piroleña en el Bosque de Argénteos, en los precipicios junto al faro en los Páramos de Poniente y junto a la torre en ruinas de Laderas de Trabalomas.', 'Ve a las hogueras de las Laderas de Trabalomas, el Bosque de Argénteos, los Páramos de Poniente y Los Humedales y habla con el guardián de la llama del Festival.', '', 'Vuelve con: Guardián de la llama del Festival.', '', '', '', '', 18019),
|
||||
(9389, 'esMX', 'La oscilación de las llamas de los Reinos del Este', 'El Festival de Fuego del Solsticio de Verano ilumina la tierra con una miríada de llamas. Hay quien dice que las hogueras verdes son las mejores, porque son las más difíciles de mantener y tienen un color tan particular.$B$BComprueba que siguen ardiendo en los Reinos del Este. Están cerca de Dun Modr, en Los Humedales, cerca de la Aldea Piroleña en el Bosque de Argénteos, en los precipicios junto al faro en los Páramos de Poniente y junto a la torre en ruinas de Laderas de Trabalomas.', 'Ve a las hogueras de las Laderas de Trabalomas, el Bosque de Argénteos, los Páramos de Poniente y Los Humedales y habla con el guardián de la llama del Festival.', '', 'Vuelve con: Guardián de la llama del Festival.', '', '', '', '', 18019),
|
||||
(9389, 'frFR', 'Flammes vacillantes dans les royaumes de l\'Est', 'Lors de la fête du solstice d’été, il est de tradition d’illuminer le pays en allumant une multitude de flammes. Certains disent que les feux verts sont les plus raffinés. En tout cas, ce sont les plus compliqués à entretenir.$B$BAssurez-vous qu’ils brûlent toujours dans les Royaumes de l’est pour le compte de notre Gardien des flammes. Vous les trouverez près de Dun Modr dans les Paluns, non loin du village de Bois-du-Bûcher dans la forêt des Pins-Argentés, sur les falaises qui dominent le phare de la Marche de l’ouest, et à côté de la tour en ruine des contreforts de Hautebrande.', 'Rendez-vous aux feux de joie des contreforts de Hautebrande, de la forêt des Pins-Argentés, de la Marche de l’ouest et des Paluns, puis parlez au Gardien des flammes de la fête.', '', 'Retournez voir le Gardien des flammes de la fête.', '', '', '', '', 18019),
|
||||
(9389, 'ruRU', 'Мерцающие огни Восточных королевств', 'Во время праздника Огненного солнцеворота по всей земле традиционно зажигаются мириады огней. Кое-кто считает, что зеленое пламя является самым изящным, поскольку его труднее всего поддерживать, и оно имеет столь уникальный оттенок.$b$bУбедись, что это пламя все еще горит в Восточных королевствах, чтобы успокоить нашего Хранителя огня. Эти костры размещены около Дун Модр в Болотине, поблизости от деревни Погребальных Костров в Серебряном бору, на утесах неподалеку от маяка Западного Края и возле разрушенной башни в предгорьях Хилсбрада.', 'Посетите праздничные костры в предгорьях Хилсбрада, в Серебряном бору, Западном Крае и Болотине, затем поговорите с хранителем праздничного пламени.', '', 'Вернитесь к хранителю праздничного пламени.', '', '', '', '', 18019),
|
||||
@@ -30947,7 +30963,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9535, 'esES', 'Planes diabólicos', 'Al demonio se le cayó este pergamino, que curiosamente está en orco. Menciona a Diathorus y Gorgannon, dos infames Señores del Terror que controlan a los demonios de la zona.$B$BSon los preparativos para un ataque demoníaco a Puesto del Hachazo, al noroeste.$B$BSeguro que esto le interesa a Valusha de Puesto del Hachazo.', 'Entrega los planes diabólicos a Valusha en el Puesto del Hachazo en Vallefresno.', '', '', '', '', '', '', 18019),
|
||||
(9535, 'esMX', 'Planes diabólicos', 'Al demonio se le cayó este pergamino, que curiosamente está en orco. Menciona a Diathorus y Gorgannon, dos infames Señores del Terror que controlan a los demonios de la zona.$B$BSon los preparativos para un ataque demoníaco a Puesto del Hachazo, al noroeste.$B$BSeguro que esto le interesa a Valusha de Puesto del Hachazo.', 'Entrega los planes diabólicos a Valusha en el Puesto del Hachazo en Vallefresno.', '', '', '', '', '', '', 18019),
|
||||
(9535, 'frFR', 'Les plans diaboliques', 'Le démon a laissé tomber ce parchemin, qui par le plus grand des hasards est écrit en orc ! Les individus qui y sont cités, Diathorus et Gorgannon, sont les deux tristement célèbres seigneurs de l’effroi qui dirigent les démons dans les environs.$B$BLes plans décrivent les préparatifs d\'une attaque des démons contre le poste de Bois-Brisé, au nord-ouest.$B$BCes plans intéresseront Valusha, au poste de Bois-Brisé.', 'Apporter les Plans diaboliques à Valusha au poste de Bois-Brisé en Orneval.', '', '', '', '', '', '', 18019),
|
||||
(9535, 'ruRU', 'Демонические планы', 'Этот пергамент выронил демон, но что странно – он написан на орочьем! В нем упоминаются два имени – Диатор и Горганнон. Эти два повелителя Ужаса, пользующиеся дурной репутацией даже среди себе подобных, управляют демонами в здешних местах.$B$BВ плане подробно описывается подготовка нападения демонов на Заставу Расщепленного Дерева на северо-западе отсюда.$B$BВы уверены, что это очень заинтересует Валушу на Заставе Расщепленного Дерева.', 'Передайте демонические планы Валуше на Заставу Расщепленного Дерева в Ясеневом лесу.', '', '', '', '', '', '', 18019),
|
||||
(9535, 'ruRU', 'Демонические планы', 'Этот пергамент выронил демон, но что странно – он написан на орочьем! В нем упоминаются два имени – Диатор и Горганнон. Эти два повелителя Ужаса, пользующиеся дурной репутацией даже среди себе подобных, управляют демонами в здешних местах.$B$BВ плане подробно описывается подготовка нападения демонов на Заставу Расщепленного Дерева на северо-западе отсюда.$B$BВы уверены, что это очень заинтересует Валушу на Заставе Расщепленного Дерева.', 'Передайте демонические планы Валуше на Заставу Расщепленного Дерева в Ясеневом лесу.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9535, 'zhCN', '恶魔的计划', '这张羊皮纸是恶魔留下的,最令人惊奇的是,上面的文字竟然是用通用语写的!这里提到了迪亚索鲁斯和戈加农,这是两个声名狼籍的恐惧魔王,它们统领着周围的恶魔。$B$B这里明确地写出了恶魔们进攻西北方的碎木岗哨的具体计划。$B$B或许碎木岗哨的瓦鲁莎会对此感兴趣?', '将恶魔的计划交给灰谷碎木岗哨的瓦鲁莎。', '', '', '', '', '', '', 0),
|
||||
(9536, 'deDE', 'Nie wieder!', '$n, es ist Eure Aufgabe dafür zu sorgen, dass dieser Angriff der Brennenden Legion niemals stattfindet! Geht und erschlagt diese Schreckenslords! Ohne sie ist der Rest der Dämonen nur ein Haufen geistloser Untiere.$B$BIhr findet Gorgannon im Dämonensturz südlich hinter dem Dämonenhügel in der Nähe des schwebenden Speers von Mannoroth.$B$BDiathorus der Sucher lebt irgendwo im Grabhügel auf dem Dämonensturz.$B$BKehrt mit ihren Waffen als Beweis Eurer Taten zu mir zurück.', 'Erhaltet Gorgannons flammende Klinge und den Teufelsspeer des Suchers.', '', 'Kehrt zu Valusha am Splitterholzposten im Eschental zurück.', '', '', '', '', 18019),
|
||||
(9536, 'esES', '¡Nunca más!', '¡$n, encárgate de que el ataque de la Legión Ardiente no llegue a tener lugar! ¡Asesina a esos Señores del Terror! Sin ellos, los demonios son esencialmente estúpidos.$B$BGorgannon está en el Barranco del Demonio, al sur pasado Cerro Lumbrevil, cerca de la aguja rota de Mannoroth.$B$BDiathorus el Buscador vive en el túmulo de la cima de Cresta del Demonio.$b$bRegresa con sus armas como prueba de tus hazañas.', 'Consigue la hoja llameante de Gorgannon y la lanza vil de buscador.', '', 'Vuelve con: Valusha. Zona: Puesto del Hachazo, Vallefresno.', '', '', '', '', 18019),
|
||||
@@ -32300,7 +32317,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9746, 'frFR', 'Les limites de l\'épuisement physique', 'La victoire est proche, $n. Avec la découverte du portail du soleil, leurs lignes d\'approvisionnement seront bientôt toutes fermées. C\'est le bon moment pour les attaquer et réduire leur nombre.$B$BVous trouverez de nombreux campements des Éperviers du soleil à l\'ouest. Les pyromanciens et défenseurs Épervier du soleil occupent la vaste majorité de la région. Trouvez-les, tuez-les et revenez me voir.', 'Le redresseur de torts Aesom au Guet du sang veut que vous tuiez 10 Pyromanciens Epervier du soleil et 10 Défenseurs Epervier du soleil.', '', 'Retournez voir le Redresseur de torts Aesom au Guet du sang, sur l\'Île de Brume-sang.', '', '', '', '', 18019),
|
||||
(9746, 'ruRU', 'Границы возможного', 'Выше голову, $n! Победа близка! Теперь, когда Солнечные Ворота обнаружены, мы скоро прекратим эти эльфийские поставки. Думаю, заодно пришло время и сократить количество самих эльфов крови...$B$BК западу отсюда разбито множество лагерей Солнечных Ястребов – шагу нельзя ступить, чтобы не столкнуться с их защитником или пиромантом. Найди и убей их, а потом возвращайся ко мне.', 'Убейте 10 пиромантов и 10 защитников клана Солнечного Ястреба и сообщите об этом на Кровавую заставу воздаятелю Эсому.', '', 'Вернитесь к воздаятелю Эсому на Кровавую заставу, что на Острове Кровавой Дымки.', '', '', '', '', 18019),
|
||||
(9746, 'zhCN', '精疲力尽', '$N,胜利在望。我们已经发现了太阳之门,很快就能彻底切断血精灵的补给线。首先,我们要削减他们的数量。$B$B此地以西有许多炎鹰部队营地。炎鹰火法师和炎鹰防御者是那里的主要防备力量。去杀死他们,然后向我复命。', '杀死10个炎鹰火法师和10个炎鹰防御者,然后向秘血岗哨的守备官伊索姆复命。', '', '去秘血岛找秘血岗哨的守备官伊索姆。', '', '', '', '', 0),
|
||||
(9746, 'zhTW', '體能極限', '勝利就只差臨門一腳,$n。發現了太陽之門,他們的補給線不久後就會被完全封鎖了。現在是襲擊他們部隊的時候。$B$B你可以在西邊找到許多的太陽之鷹營地。太陽之鷹控火者和太陽之鷹防衛者佔據了大部分的區域。找到他們,殺了他們,再回來找我。', '血色守望的復仇者艾伊森要你殺死10個太陽之鷹控火者和10個太陽之鷹防衛者。', '', '到血謎島的血色守望找復仇者艾伊森。', '', '', '', '', 0),
|
||||
(9746, 'zhTW', '體能極限', '勝利就只差臨門一腳,$n。發現了太陽之門,他們的補給線不久後就會被完全封鎖了。現在是襲擊他們部隊的時候。$B$B你可以在西邊找到許多的太陽之鷹營地。太陽之鷹控火者和太陽之鷹防衛者佔據了大部分的區域。找到他們,殺了他們,再回來找我。', '血色守望的復仇者艾伊森要你殺死10個太陽之鷹控火者和10個太陽之鷹防衛者。', '', '到血謎島的血色守望找復仇者艾伊森。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9747, 'deDE', 'Der Umbrafennstamm', 'Die Naga sind furchtbar, ja. Aber noch schlimmer sind die verräterischen Stämme der Zerschlagenen und der Verirrten, die ihnen geholfen haben!$B$BDie schlimmsten von allen sind die Verirrten des Umbrafennstamms. Sie benutzen dunkle Magie, um andere zu fangen und zu versklaven. Sie sind besonders grausam zu entflohenen Sklaven und würden mir die Kehle durchschneiden, wenn ich die Zuflucht auch nur für einen Tag verlassen würde.$B$BReist nach Umbrafenn im Süden und tötet sie und ihren Anführer, Kataru. Bis dahin werde ich jeden Tag um mein Leben bangen.', 'Ikeyen in der Zuflucht des Cenarius möchte, dass Ihr nach Umbrafenn reist und Kataru, 8 Seher von Umbrafenn, 6 Hexendoktoren von Umbrafenn und 6 Orakel von Umbrafenn tötet.', '', 'Kehrt zu Ikeyen in der Zuflucht des Cenarius in den Zangarmarschen zurück.', '', '', '', '', 18019),
|
||||
(9747, 'esES', 'La tribu Umbropantano', 'Los nagas son odiosos, sí. ¡Pero son todavía más odiosas las tribus traidoras de los Tábidos y Los Perdidos que les ayudaron!$B$BLos peores son Los Perdidos de la tribu Umbropantano; usan magia oscura para atrapar y esclavizar a otros. Son especialmente crueles con los esclavos que se escapan y serían capaces de rajarme el cuello si me voy del refugio aunque solo sea un día.$B$BViaja a la Aldea Umbropantano al sur de aquí y mátalos junto a su líder, Kataru. Hasta que no lo hayas hecho, temeré por mi vida cada día que pase.', 'Ikeyen del Refugio Cenarion quiere que vayas a la Aldea Umbropantano y mates a Kataru, 8 videntes de Umbropantano, 6 médicos brujos de Umbropantano y 6 oráculos de Umbropantano.', '', 'Vuelve con: Ikeyen. Zona: Refugio Cenarion, Marisma de Zangar.', '', '', '', '', 18019),
|
||||
(9747, 'esMX', 'La tribu Umbropantano', 'Los nagas son odiosos, sí. ¡Pero son todavía más odiosas las tribus traidoras de los Tábidos y Los Perdidos que les ayudaron!$B$BLos peores son Los Perdidos de la tribu Umbropantano; usan magia oscura para atrapar y esclavizar a otros. Son especialmente crueles con los esclavos que se escapan y serían capaces de rajarme el cuello si me voy del refugio aunque solo sea un día.$B$BViaja a la Aldea Umbropantano al sur de aquí y mátalos junto a su líder, Kataru. Hasta que no lo hayas hecho, temeré por mi vida cada día que pase.', 'Ikeyen del Refugio Cenarion quiere que vayas a la Aldea Umbropantano y mates a Kataru, 8 videntes de Umbropantano, 6 médicos brujos de Umbropantano y 6 oráculos de Umbropantano.', '', 'Vuelve con: Ikeyen. Zona: Refugio Cenarion, Marisma de Zangar.', '', '', '', '', 18019),
|
||||
@@ -33647,7 +33665,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(9969, 'esMX', 'Los componentes finales', 'Puedo crear un objeto que neutralice los hechizos defensivos que protegen Velo Shalas, pero ten cuidado, $n. La magia solo tendrá efecto mientras tu colega siga allí. No te voy a servir a mi pueblo en bandeja.$B$BTengo la mayoría de los materiales que necesito para crear el talismán, pero me faltan un par para poder terminar el trabajo. Necesitaré esencia de cazador distorsionado y algunas bayas cebadoras de Terokkar. Podrás encontrar ambas cosas cerca del Velo.', 'Lleva 5 esencias de cazador distorsionado y 30 bayas cebadoras de Terokkar a Kokorek en Velo Lítico.', '', 'Vuelve con: Kokorek. Zona: Velo Lítico, Bosque de Terokkar.', '', '', '', '', 18019),
|
||||
(9969, 'frFR', 'Les derniers composants', 'Je peux créer un objet qui neutralisera les sorts de défense qui protègent le Voile Shalas, mais soyez $gprévenu:prévenue;, $n. La magie ne fonctionnera que tant que votre ami sera retenu prisonnier. Je ne vais pas vous fournir le moyen d\'attaquer mon peuple à volonté.$B$BJ\'ai la plupart du matériel dont j\'ai besoin pour créer le charme, mais il y a deux composants qu\'il faudra que vous cherchiez pour moi afin que je puisse terminer le travail. J\'aurai besoin d\'essence de chasseur dimensionnel et d\'une poignée d\'airelles de Terokkar. Vous pourrez trouver les deux autour du voile.', 'Apportez 5 Essences de chasseur dimensionnel et 30 Airelles de Terokkar à Kokorek au Voile Lithic.', '', 'Retournez voir Kokorek au Voile Lithic, dans la Forêt de Terokkar.', '', '', '', '', 18019),
|
||||
(9969, 'ruRU', 'Последние реагенты', 'Я могу изготовить предмет, который нейтрализует охранные заклинания Гнездовья Шалас. Но предупреждаю, $n – магия будет действовать только пока вашего друга удерживают в плену. Я не стану добровольно давать вам средства для нападения на мой народ.$B$BУ меня есть почти все нужные материалы, но кое-что придется добыть вам. Мне потребуются сущности прыгуаны-охотника и горсть тероккарской черной рябины. Все это можно найти поблизости от Гнездовья.', 'Принесите 5 сущностей прыгуаны-охотника и 30 ягод тероккарской черной рябины Кокореку в Гнездовье Литик.', '', 'Вернитесь к Кокореку в Гнездовье Литик, что в лесу Тероккар.', '', '', '', '', 18019),
|
||||
(9969, 'zhCN', '最后的试剂', '我能制造出一种可以抑制住沙拉斯鸦巢那里结界法术的物品。但我得提醒你,$N,这个法术仅仅是为了让你救出被关押在那里的朋友而用的。我绝对不会允许你任意伤害我的同胞。$B$B用于制造这个护身符的材料我这里基本都有了,但仍有一些其它材料我需要你帮我收集回来。我需要一些扭曲猎人精华,还有一把泰罗卡灌木,这些都可以在鸦巢附近的地方找到。', '将5份扭曲猎者精华和30颗泰罗卡灌木交给迷雾里斯克的可可瑞克。', '', '去泰罗卡森林找雷希鸦巢的库库雷克。', '', '', '', '', 0),
|
||||
(9969, 'zhCN', '最后的试剂', '我能制造出一种可以抑制住沙拉斯鸦巢那里结界法术的物品。但我得提醒你,$N,这个法术仅仅是为了让你救出被关押在那里的朋友而用的。我绝对不会允许你任意伤害我的同胞。$B$B用于制造这个护身符的材料我这里基本都有了,但仍有一些其它材料我需要你帮我收集回来。我需要一些扭曲猎人精华,还有一把泰罗卡灌木,这些都可以在鸦巢附近的地方找到。', '将5份扭曲猎者精华和30颗泰罗卡灌木交给迷雾里斯克的可可瑞克。', '', '去泰罗卡森林找雷希鸦巢的库库雷克。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(9970, 'deDE', 'Der Ring des Blutes: Rokdar der Zerklüftete', 'Das wird ein harter Kampf, $n. Habt Ihr vielleicht ein paar Freunde, die Euch helfen können? Den Ogern ist es gelungen, einen Riesen namens Rokdar aus dem Schergrat hierher zu bringen! Glaubt mir, Ihr werdet ein paar Freunde brauchen, er scheint unbesiegbar zu sein! Er ist hart wie Stein - im wahrsten Sinne des Wortes!$B$BWenn Ihr immer noch gegen ihn antreten möchtet, tretet in den Ring des Blutes und er wird kommen.', 'Besiegt Rokdar den Zerklüfteten. Wenn Ihr gewinnen solltet, sprecht mit Wodin dem Trolldiener um Eure Belohnung zu erhalten.', 'Rokdar der Zerklüftete besiegt', 'Kehrt zu Wodin dem Trolldiener in den Ruinen des Lachenden Schädels in Nagrand zurück.', '', '', '', '', 18019),
|
||||
(9970, 'esES', 'El Círculo de Sangre: Rokdar el Señor Hendido', 'Esto te va a doler, $n. ¿Tienes amigos lo suficientemente valientes como para ayudarte? Los ogros consiguieron a un gigante de Filospada llamado Rokdar. Créeme, vas a necesitar amigos, ¡parece invencible! Es tan duro como una roca... ¡literalmente!$B$BSi todavía quieres luchar contra él, entra en El Círculo de Sangre y vendrá.', 'Derrota a Rokdar el Lord Hendido. Si lo logras, habla con Wodin, el sirviente trol, para recibir tu recompensa.', 'Rokdar el Lord Hendido ha sido derrotado', 'Vuelve con: Wodin, el sirviente trol. Zona: Ruinas Riecráneos, Nagrand.', '', '', '', '', 18019),
|
||||
(9970, 'esMX', 'El Círculo de Sangre: Rokdar el Señor Hendido', 'Esto te va a doler, $n. ¿Tienes amigos lo suficientemente valientes como para ayudarte? Los ogros consiguieron a un gigante de Filospada llamado Rokdar. Créeme, vas a necesitar amigos, ¡parece invencible! Es tan duro como una roca... ¡literalmente!$B$BSi todavía quieres luchar contra él, entra en El Círculo de Sangre y vendrá.', 'Derrota a Rokdar el Lord Hendido. Si lo logras, habla con Wodin, el sirviente trol, para recibir tu recompensa.', 'Rokdar el Lord Hendido ha sido derrotado', 'Vuelve con: Wodin, el sirviente trol. Zona: Ruinas Riecráneos, Nagrand.', '', '', '', '', 18019),
|
||||
@@ -34813,7 +34832,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(10162, 'zhCN', '任务:地狱岩床', '既然你现在已经可以飞行了,或许你会对另一个轰炸任务感兴趣?$B$B我们已经孤立了燃烧军团的主要生产区域,就在铸魔营地的正北方。而你要做的事情,就是乘坐双足飞龙去那里,炸掉那些该死的东西!$B$B这是给你的炸弹——当你准备好了的时候就去跟空军指挥官布拉克谈一谈。', '地狱火半岛机甲残骸的前线指挥官托尔克要求你杀死20个甘尔葛苦工和5个莫尔葛监工,并摧毁5门邪能火炮。', '', '去地狱火半岛找机甲残骸的前线指挥官托尔克。', '', '', '摧毁邪能火炮', '', 0),
|
||||
(10163, 'deDE', 'Mission: Die Abyssische Untiefe', 'Jetzt, da Ihr Eure Flügel habt, habt Ihr vielleicht Interesse an einem weiteren Bombardement?$B$BDieses Mal haben wir die Hauptproduktionsstätte der Legion isoliert, hinter den Konstruktionslagern im Norden. Schwingt Euch auf einen Greifen und zerstört das verdammte Ding!$B$BHier sind Eure Bomben. Sprecht mit Greifnerin Heulwind wenn Ihr zum Abflug bereit seid.', 'Schwadronskommandant Greifgar im Trümmerposten auf der Höllenfeuerhalbinsel möchte, dass Ihr 20 Peons der Gan\'arg, 5 Vorarbeiter der Mo\'arg und 5 Teufelskanonen vernichtet.', '', 'Kehrt zu Schwadronskommandant Greifgar im Trümmerposten auf der Höllenfeuerhalbinsel zurück.', '', '', 'Teufelskanone zerstört', '', 18019),
|
||||
(10163, 'esES', 'Misión: La Plataforma Abisal', 'Ahora que tienes tus alas, ¿te interesaría participar en otra misión de bombardeo?$B$BEsta vez hemos aislado la principal zona de producción de la Legión, detrás de los campamentos de forja del norte. Necesito que te subas a un grifo ¡y lo arrases todo!$B$BAquí tienes las bombas. Ahora, vete a hablar con la grifonera Bramavientos cuando estés $gpreparado:preparada; para despegar.|n', 'El comandante del aire Grifongar del Puesto Devastación, en la Península del Fuego Infernal, ha solicitado que destruyas 20 peones de Gan\'arg, 5 sobrestantes Mo\'arg y 5 cañones viles.', '', 'Vuelve con: Comandante del aire Grifongar. Zona: Puesto Devastación, Península del Fuego Infernal.', '', '', 'Cañón vil destruido', '', 0),
|
||||
(10163, 'esMX', 'Misión: La Plataforma Abisal', 'Ahora que tienes tus alas, ¿te interesaría participar en otra misión de bombardeo?$B$BEsta vez hemos aislado la principal zona de producción de la Legión, detrás de los campamentos de forja del norte. Necesito que te subas a un grifo ¡y lo arrases todo!$B$BAquí tienes las bombas. Ahora, vete a hablar con la grifonera Bramavientos cuando estés $gpreparado:preparada; para despegar.|n', 'El comandante del aire Grifongar del Puesto Devastación, en la Península del Fuego Infernal, ha solicitado que destruyas 20 peones de Gan\'arg, 5 sobrestantes Mo\'arg y 5 cañones viles.', '', 'Vuelve con: Comandante del aire Grifongar. Zona: Puesto Devastación, Península del Fuego Infernal.', '', '', 'Cañón vil destruido', '', 0),
|
||||
(10163, 'esMX', 'Misión: La Plataforma Abisal', 'Ahora que tienes tus alas, ¿te interesaría participar en otra misión de bombardeo?$B$BEsta vez hemos aislado la principal zona de producción de la Legión, detrás de los campamentos de forja del norte. Necesito que te subas a un grifo ¡y lo arrases todo!$B$BAquí tienes las bombas. Ahora, vete a hablar con la grifonera Bramavientos cuando estés $gpreparado:preparada; para despegar.|n', 'El comandante del aire Grifongar del Puesto Devastación, en la Península del Fuego Infernal, ha solicitado que destruyas 20 peones de Gan\'arg, 5 sobrestantes Mo\'arg y 5 cañones viles.', '', 'Vuelve con: Comandante del aire Grifongar. Zona: Puesto Devastación, Península del Fuego Infernal.', '', '', 'Cañón vil destruido', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10163, 'frFR', 'Mission : La saillie abyssale', 'Maintenant que vous avez effectué votre baptême de l\'air, peut-être qu\'une nouvelle mission de bombardement vous intéresserait ?$B$BCette fois-ci, nous avons identifié la zone de production principale de la Légion, au nord, au-delà des camps de forge. Il faut que vous partiez à dos de griffon et alliez tout faire sauter !$B$BVoici vos bombes. Allez voir la griffonnière Soufflevent quand vous serez $gparé:parée; au décollage.', 'Le chef d\'escadrille Griffongar de la Halte de l\'expédition dans la péninsule des Flammes infernales vous a demandé de détruire 20 Péons gan\'arg, 5 Surveillants mo\'arg et 5 Gangrecanons.', '', 'Retournez voir le Chef d\'escadrille Griffongar à la Halte du Fracas, dans la Péninsule des Flammes infernales.', '', '', '', '', 18019),
|
||||
(10163, 'ruRU', 'Задание: Косогор Бездны', 'Может быть теперь, когда у тебя появились крылья, ты хочешь снова отправиться на бомбардировку?$B$BМы обнаружили главный производственный цех Легиона, в котором куются силы для северных лагерей. Приказываю тебе взять грифона и уничтожить этот оплот скверны!$B$BБомбы лежат вот здесь. Поговори с грифоньером Ветроревом, когда будешь $gготов:готова; к вылету.', 'Уничтожьте 20 ган\'аргов-батраков, 5 мо\'аргов-надзирателей и 5 пушек Скверны по приказу командира звена Грифонгара с Парящей заставы на Полуострове Адского Пламени.', '', 'Вернитесь к командиру звена Грифонгару на Парящую заставу, что на Полуострове Адского Пламени.', '', '', '', '', 18019),
|
||||
(10163, 'zhCN', '任务:地狱岩床', '既然现在你也能够很熟练地飞行了,也许你还想再来一次轰炸任务?$B$B我们已经孤立了燃烧军团的主要生产区域,就在铸魔营地的正北方。我要你马上骑着狮鹫去摧毁这些该死的东西!$B$B拿上你的炸弹,准备完毕之后就去找狮鹫骑士维比洛吧。', '地狱火半岛破碎岗哨的空军指挥官格莱芬加尔要求你杀死20个甘尔葛苦工和5个莫尔葛监工,并摧毁5门邪能火炮。', '', '去地狱火半岛找破碎岗哨的空军指挥官格莱芬加尔。', '', '', '摧毁邪能火炮', '', 0),
|
||||
@@ -36040,7 +36060,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(10366, 'ruRU', 'Джоль', 'Следовать путем света и чистоты нелегко. Даже мне порой случается оступиться.$b$bПоговори с моей наставницей Джоль в Экзодаре. Она помогла мне сделать первые шаги на этом пути, и я не сомневаюсь, что ты станешь ее $gлучшим учеником:лучшей ученицей;.$b$bДжоль можно отыскать в Чертоге Света Экзодара. Найди Святилище поборников – это комната, окруженная сиянием.', 'Поговорите с Джоль в Святилище поборников в Экзодаре.', '', '', '', '', '', '', 18019),
|
||||
(10366, 'zhCN', '约尔', '圣光与净化之路并非是一条容易前行的道路,$n。即使是我,在追随它的过程中也经历了数次动摇。$b$b现在你立刻到埃索达去寻找我过去的导师约尔。在我刚刚开始追寻圣光之时,就是她指引了我。我相信,她很快就会发现你也是一位十分优秀的学生。$b$b你在埃索达圣光穹顶的守备官圣殿就可以找到她,那是一处充满了圣光力量的房间。', '与埃索达守备官圣殿的约尔谈一谈。', '', '', '', '', '', '', 0),
|
||||
(10367, 'deDE', 'Ein Verräter unter uns', 'Wo immer ihr einen Stamm von versklavten Zerschlagenen seht, könnt Ihr auch einen Verräter finden. Ein verachtungswürdiges Wesen, das seine Brüder für das Versprechen von Macht verkauft hat.$B$BOben an der Treppe in der Mitte der Ruinen könnt Ihr eine Hütte finden. Das ist die Hütte des Verräters.$B$BEr ist im Augenblick nicht dort, Ihr könnt Euch also hineinschleichen, wenn Ihr Geduld habt. Innen findet Ihr einen Kasten mit einem Schlüssel darin. Dieser Schlüssel passt zu den Ketten, die die Ältesten des Lumpenpacks gefangen halten. Bringt ihn mir.$B$BSeid jedoch vorsichtig, Arzeth der Erbarmungslose treibt sich in der Nähe herum.', 'Naladu in den Ruinen von Sha\'naar möchte, dass Ihr den Schlüssel von Sha\'naar aus einer Hütte in der Nähe besorgt.', '', 'Kehrt zu Naladu bei den Ruinen von Sha\'naar auf der Höllenfeuerhalbinsel zurück.', '', '', '', '', 18019),
|
||||
(10367, 'esES', 'Un traidor entre nosotros', 'Doquiera que veas una tribu de Tábidos, hallarás un traidor. Un ser despreciable que vendió a sus propios hermanos por una promesa de poder.$B$BVerás una choza al final de las escaleras, en el centro de las ruinas. Esa es la choza del renegado.$B$BAhora mismo no se encuentra allí, así que podrás colarte con algo de paciencia. En el interior verás un arca que contiene una llave. Esa llave abre las cadenas que mantienen prisioneros a los ancianos Zarrapucha. Tráemela.$B$BY ten cuidado, Arzeth el Despiadado no anda lejos.', 'Naladu, en las Ruinas de Sha\'naar, quiere que le consigas la llave Sha\'naar de una choza próxima.', '', 'Vuelve con: Naladu. Zona: Ruinas de Sha\'naar, Península del Fuego Infernal.', '', '', '', '', 18019),
|
||||
(10367, 'esES', 'Un traidor entre nosotros', 'Doquiera que veas una tribu de Tábidos, hallarás un traidor. Un ser despreciable que vendió a sus propios hermanos por una promesa de poder.$B$BVerás una choza al final de las escaleras, en el centro de las ruinas. Esa es la choza del renegado.$B$BAhora mismo no se encuentra allí, así que podrás colarte con algo de paciencia. En el interior verás un arca que contiene una llave. Esa llave abre las cadenas que mantienen prisioneros a los ancianos Zarrapucha. Tráemela.$B$BY ten cuidado, Arzeth el Despiadado no anda lejos.', 'Naladu, en las Ruinas de Sha\'naar, quiere que le consigas la llave Sha\'naar de una choza próxima.', '', 'Vuelve con: Naladu. Zona: Ruinas de Sha\'naar, Península del Fuego Infernal.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10367, 'esMX', 'Un traidor entre nosotros', 'Doquiera que veas una tribu de Tábidos, hallarás un traidor. Un ser despreciable que vendió a sus propios hermanos por una promesa de poder.$B$BVerás una choza al final de las escaleras, en el centro de las ruinas. Esa es la choza del renegado.$B$BAhora mismo no se encuentra allí, así que podrás colarte con algo de paciencia. En el interior verás un arca que contiene una llave. Esa llave abre las cadenas que mantienen prisioneros a los ancianos Zarrapucha. Tráemela.$B$BY ten cuidado, Arzeth el Despiadado no anda lejos.', 'Naladu, en las Ruinas de Sha\'naar, quiere que le consigas la llave Sha\'naar de una choza próxima.', '', 'Vuelve con: Naladu. Zona: Ruinas de Sha\'naar, Península del Fuego Infernal.', '', '', '', '', 18019),
|
||||
(10367, 'frFR', 'Un traître parmi nous', 'Partout où vous voyez une tribu de Roués asservis, vous trouverez aussi un traître. Un être méprisable qui a vendu ses frères en échange de promesses de pouvoir.$B$BIl y a une hutte en haut des escaliers au centre des ruines, c\'est celle du traître.$B$BIl ne s\'y trouve pas en ce moment, vous devriez pouvoir vous y glisser si vous êtes $gpatient:patiente;. À l\'intérieur, vous verrez un coffre qui contient une clé. Cette clé ouvre les chaînes des anciens crapuches. Apportez-la-moi.$B$BPrenez garde, Arzeth le Sans-clémence circule dans les environs.', 'Naladu, aux ruines de Sha\'naar, veut que vous vous procuriez la Clé de Sha\'naar dans une hutte des alentours.', '', 'Retournez voir Naladu aux Ruines de Sha\'naar, dans la Péninsule des Flammes infernales.', '', '', '', '', 18019),
|
||||
(10367, 'ruRU', 'Предатель среди нас', 'Везде, где есть пленные Сломленные, найдется и предатель. Ничтожное создание, продавшее своих собратьев в обмен на обещание власти.$B$BСреди руин, на ступенях, примостилась его жалкая лачуга.$B$BПредателя сейчас там нет, так что ты сможешь подкрасться незаметно, если будешь $gосторожен:осторожна;. Внутри стоит сундук, в котором лежит ключ. Это ключ от цепей пленных старейшин Отребья. Принеси его мне.$B$BБудь $gосторожен:осторожна;, где-то неподалеку бродит Арзет Безжалостный.', 'Добудьте ключ Ша\'наара, спрятанный в лачуге в Руинах Ша\'наара неподалеку от Наладу.', '', 'Вернитесь к Наладу на Руины Ша\'наара, что на Полуострове Адского Пламени.', '', '', '', '', 18019),
|
||||
@@ -37368,7 +37389,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(10581, 'zhCN', '废话连篇', '非常好,我在此郑重警告你,你在这片山岭地带找不到任何东西。$B$B别想跟着那些散在地上的碎零件到托什雷的基地去!你找不到托什雷,你找不到任何侏儒。', '伴随着无数的废话,R-3D0告诉你,如果你继续跟着这些散落在地上的零件走下去,并越过前面这道斜坡走上剃刀山的话,就可以在一处叫作“托什雷的基地”的地方找到侏儒们。$B$B到达那里之后与托什雷谈一谈。', '', '', '', '', '', '', 0),
|
||||
(10581, 'zhTW', '跟著痕跡走', '很好,我是來警告你在山脊上不會找到任何東西。$B$B千萬不要跟著散落地上的備用零件痕跡走,那會通到托斯利基地的!你不會在那邊找到托斯利還有其他地精的。', '沿著散落地面的零件痕跡從斜坡上去剃刀山脊。並且到劍刃山脈的托斯利基地找托斯利談談。', '', '', '', '', '', '', 0),
|
||||
(10582, 'deDE', 'Diener des Schattenrats', '<Ewan hört Eure Erzählung der Ereignisse in der Feste der Legion an und nickt.>$B$BJetzt geben unsere Beobachtungen einen Sinn. Wir haben gesehen, wie sie Höllenbestien zur Feste der Legion geschafft haben, aber mehr konnten wir nicht herausfinden.$B$BDer Schattenrat hat die Todesschmiede besser versiegelt als ein Fass Donnerbräu! Als erstes müsst Ihr ein paar Köpfe einschlagen, damit Ihr dort eindringen könnt. Fangt damit an, die Mitglieder des Schattenrats, die den Eingang zur Todesschmiede bewachen, zu vernichten!', 'Sturmrufer Ewan Wildschwinge beim Turm der Todesschmiede möchte, dass Ihr 10 Wächter der Todesschmiede und 5 Beschwörer der Todesschmiede tötet.', '', 'Kehrt zu Sturmrufer Ewan Wildschwinge am Turm der Todesschmiede im Schattenmondtal zurück.', '', '', '', '', 18019),
|
||||
(10582, 'esES', 'Esbirros del Consejo de la Sombra', '<Ewan escucha tu relato de los acontecimientos del Bastión de la Legión y asiente de vez en cuando.>$B$BEso al fin pone en contexto lo que habíamos observado. Habíamos visto algunos lanzamientos de infernales en dirección del bastión pero no habíamos logrado averiguar nada más.$B$BEl Consejo de la Sombra mantiene La Forja Muerta más estrechamente sellada que un nuevo barril de cerveza Cebatruenos. Primero tendrás que aplastar algunas calaveras para poder infiltrarte y echar un vistazo. ¡Empieza por eliminar al guardia del Consejo de la Sombra que vigila la entrada de La Forja Muerta!', 'El agitador Ewan Alasalvaje, en la Torre de La Forja Muerta, quiere que mates a 10 guardianes Forja Muerta y a 5 invocadores Forja Muerta.', '', 'Vuelve con: Agitador Ewan Alasalvaje. Zona: Torre de la Forja Muerta, Valle Sombraluna.', '', '', '', '', 18019),
|
||||
(10582, 'esES', 'Esbirros del Consejo de la Sombra', '<Ewan escucha tu relato de los acontecimientos del Bastión de la Legión y asiente de vez en cuando.>$B$BEso al fin pone en contexto lo que habíamos observado. Habíamos visto algunos lanzamientos de infernales en dirección del bastión pero no habíamos logrado averiguar nada más.$B$BEl Consejo de la Sombra mantiene La Forja Muerta más estrechamente sellada que un nuevo barril de cerveza Cebatruenos. Primero tendrás que aplastar algunas calaveras para poder infiltrarte y echar un vistazo. ¡Empieza por eliminar al guardia del Consejo de la Sombra que vigila la entrada de La Forja Muerta!', 'El agitador Ewan Alasalvaje, en la Torre de La Forja Muerta, quiere que mates a 10 guardianes Forja Muerta y a 5 invocadores Forja Muerta.', '', 'Vuelve con: Agitador Ewan Alasalvaje. Zona: Torre de la Forja Muerta, Valle Sombraluna.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10582, 'esMX', 'Esbirros del Consejo de la Sombra', '<Ewan escucha tu relato de los acontecimientos del Bastión de la Legión y asiente de vez en cuando.>$B$BEso al fin pone en contexto lo que habíamos observado. Habíamos visto algunos lanzamientos de infernales en dirección del bastión pero no habíamos logrado averiguar nada más.$B$BEl Consejo de la Sombra mantiene La Forja Muerta más estrechamente sellada que un nuevo barril de cerveza Cebatruenos. Primero tendrás que aplastar algunas calaveras para poder infiltrarte y echar un vistazo. ¡Empieza por eliminar al guardia del Consejo de la Sombra que vigila la entrada de La Forja Muerta!', 'El agitador Ewan Alasalvaje, en la Torre de La Forja Muerta, quiere que mates a 10 guardianes Forja Muerta y a 5 invocadores Forja Muerta.', '', 'Vuelve con: Agitador Ewan Alasalvaje. Zona: Torre de la Forja Muerta, Valle Sombraluna.', '', '', '', '', 18019),
|
||||
(10582, 'frFR', 'Les séides du Conseil des ombres', '<Ewan vous écoute raconter les événements qui se sont déroulés au bastion de la Légion, en hochant la tête.>$B$BCela nous permet de mieux comprendre nos précédentes observations. On les a entrevus en train de lancer des infernaux en direction du bastion, mais nous n’avons pas réussi à apprendre grand-chose de plus.$B$BLe Conseil des ombres a scellé la Forgemort de façon encore plus étanche qu’un nouveau tonneau de Tonnebière. La première chose à faire, c’est de briser quelques crânes pour entrer là-bas et farfouiner. Commencez par éliminer les sbires du Conseil des ombres qui gardent l’entrée de la Forgemort !', 'Ewan Aile-sauvage le Tempétueux à la Tour de la Forgemort veut que vous tuiez 10 Gardiens de la Forgemort et 5 Invocateurs de la Forgemort.', '', 'Retournez voir Ewan Aile-sauvage le tempétueux à la Tour de la Forgemort, dans la Vallée d\'Ombrelune.', '', '', '', '', 18019),
|
||||
(10582, 'ruRU', 'Приспешники Совета Теней', '*Эван, кивая, слушает, как ты перечисляешь события, произошедшие в форте Легиона.$B$BЭта информация заставляет по-новому взглянуть на то, что мы уже знаем. Нам было известно, что они отсылают инферналов в форт, но ничего кроме этого узнать не удалось.$B$BСовет Теней запечатал Кузницу крепче, чем новый бочонок громоварского, так что первое, что тебе придется сделать, это расколоть пару черепов, прорываясь туда, чтобы иметь возможность осмотреться. Уничтожь Темный Совет, охраняющий вход в Кузницу Смерти!', 'Убейте 10 стражей и 5 призывателей из Кузницы Смерти для штормера Эвана Дикокрыла.', '', 'Вернитесь к штормеру Эвану Дикокрылу в Башню Кузницы Смерти, что в Долине Призрачной Луны.', '', '', '', '', 18019),
|
||||
@@ -38656,7 +38678,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(10788, 'ruRU', 'Возвращение к Талионии', 'Талиония из Луносвета призывает тебя к себе, $n. Наверное, тебе пришло время научиться вызывать и контролировать более могущественного демона. Отправляйся к ней – чем быстрее, тем лучше. Насколько я понимаю, Талионию можно найти в Святилище, маленьком и уютном логове зла в Закоулке Душегубов.', 'Поговорите с Талионией в Луносвете.', '', '', '', '', '', '', 18019),
|
||||
(10788, 'zhCN', '返回塔莱尼娅身边', '你的老师,银月城的塔莱尼娅想要见你,$N。我想你现在已经可以学习召唤并控制更为强大的恶魔了,所以我建议你尽快跟她会面。沿着谋杀小径前行,塔莱尼娅就在那个名叫“圣殿”的洞穴中——这名字可真讽刺。', '转至银月城,与塔莱尼娅谈一谈。', '', '', '', '', '', '', 0),
|
||||
(10789, 'deDE', 'Rückkehr zu Carendin Halgar', 'Ah, da seid Ihr ja, $n.$B$BCarendin Halgar schickt nach Euch. Ihr sollt ihn im Magieviertel von Unterstadt aufsuchen. Er ist nicht gerade für seine Geduld bekannt, daher würde ich ihn an Eurer Stelle nicht so lange warten lassen.', 'Sprecht mit Carendin Halgar in Unterstadt.', '', '', '', '', '', '', 18019),
|
||||
(10789, 'esES', 'Regresa junto a Carendin Halgar', 'Ah, estás ahí, $n.$b$bCarendin Halgar te ha mandado llamar para que vayas a verlo al Barrio de la Magia de Entrañas. No se le conoce por su paciencia, así que, si yo fuera tú, no esperaría.', 'Habla con Carendin Halgar en Entrañas.', '', '', '', '', '', '', 18019),
|
||||
(10789, 'esES', 'Regresa junto a Carendin Halgar', 'Ah, estás ahí, $n.$b$bCarendin Halgar te ha mandado llamar para que vayas a verlo al Barrio de la Magia de Entrañas. No se le conoce por su paciencia, así que, si yo fuera tú, no esperaría.', 'Habla con Carendin Halgar en Entrañas.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10789, 'esMX', 'Regresa junto a Carendin Halgar', 'Ah, estás ahí, $n.$b$bCarendin Halgar te ha mandado llamar para que vayas a verlo al Barrio de la Magia de Entrañas. No se le conoce por su paciencia, así que, si yo fuera tú, no esperaría.', 'Habla con Carendin Halgar en Entrañas.', '', '', '', '', '', '', 18019),
|
||||
(10789, 'frFR', 'Retourner voir Carendin Halgar', 'Ah, vous voilà donc, $n.$b$bCarendin Halgar a fait savoir qu’il souhaitait que vous veniez le voir dans le quartier de la Magie de Fossoyeuse. La patience n’est pas la plus grande de ses qualités, je ne tarderais pas à votre place.', 'Parlez à Carendin Halgar à Fossoyeuse.', '', '', '', '', '', '', 18019),
|
||||
(10789, 'ruRU', 'Возвращение к Карендину Халгару', 'А, ты здесь, $n!$b$bКарендин Халгар велит тебе явиться к нему в Квартал Магов в Подгороде. Терпеливостью он не отличается, так что я бы на твоем месте не медлил.', 'Поговорите с Карендином Халгаром в Подгороде.', '', '', '', '', '', '', 18019),
|
||||
@@ -39955,7 +39978,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(10997, 'frFR', 'L\'étendard et la manière', 'Connaissez-vous bien Shattrath, $c ? Au-dessus de la ville, vers le nord-ouest, se trouve un endroit appelé la Barrière. Il n\'est accessible qu\'à dos de monture volante.$B$BSkori, l\'un des fils de Gruul, s\'y est exilé et a pris la tête des ogres gordunni qui y résident. Même s\'il est loin, nous ne pouvons pas nous permettre de le laisser en vie, ou il reviendra quand le dernier de ses frères aura été tué.$B$BIl faut que vous y alliez, $n. Rapportez-moi son étendard comme preuve de sa mort.', 'Emparez-vous de l\'Étendard de Skori.', '', 'Retournez voir Mog\'dorg le Ratatiné au sommet de la tour au Cercle de sang, dans les Tranchantes.', '', '', '', '', 18019),
|
||||
(10997, 'ruRU', 'Даже у гроннов есть штандарты', 'Приходилось ли тебе бывать в Шаттрате, |3-6($c)? Над городом, на северо-западе есть место, называемое Защитные Холмы, куда можно добраться только по воздуху.$B$BОдин из сынов Груула, Слааг, укрылся там и захватил власть над ограми клана Гордунни, что живут там. Хотя он и далеко отсюда, мы не можем позволить ему хозяйничать там – иначе он вернется, когда его братья будут все перебиты.$B$B$n, Иди туда и принеси его штандарт в доказательство того, что ты $Gпокончил:покончила; с ним.', 'Добудьте штандарт Слаага.', '', 'Вернитесь к Мог\'доргу Мудрому в Круг Крови, что в Острогорье.', '', '', '', '', 18019),
|
||||
(10997, 'zhCN', '戈隆的军旗', '你熟悉沙塔斯城吗,$c?在它的西北边有个地方叫壁垒山,进去的唯一途径是乘坐飞行坐骑。$B$B格鲁尔的一个儿子斯莱格控制了居住在那里的戈杜尼食人魔。虽然他们距离我们的确非常遥远,但我们也不能让他有好日子过,否则他在知道其馀的兄弟被杀害之后,很可能会回来给我们制造麻烦。$B$B$N,你赶紧到那里去干掉他,将他的军旗带回来,作为他死亡的证明。', '夺取斯莱格的军旗。', '', '去刀锋山的鲜血之环塔顶找枯瘦的莫戈多格。', '', '', '', '', 0),
|
||||
(10997, 'zhTW', '就連古羅也有軍旗', '你聽說過撒塔斯城嗎,$c?它的西北邊上方有個地方叫做阻礙之丘,一個你只能藉由飛行坐騎才能到達的地方。$B$B其中一位戈魯爾之子 - 史拉格,離鄉背井到那邊並且控制當地的戈杜尼巨魔。即使距離如此遙遠,我們也不能讓他坐大,免得當他的兄弟們都被殺死之後會回來復仇。$B$B$n,你必須到那邊並且取得他的軍旗,證明他已經被擊潰了。', '取得史拉格的軍旗。', '', '到劍刃山脈的血之環找乾癟的莫格多克。', '', '', '', '', 0),
|
||||
(10997, 'zhTW', '就連古羅也有軍旗', '你聽說過撒塔斯城嗎,$c?它的西北邊上方有個地方叫做阻礙之丘,一個你只能藉由飛行坐騎才能到達的地方。$B$B其中一位戈魯爾之子 - 史拉格,離鄉背井到那邊並且控制當地的戈杜尼巨魔。即使距離如此遙遠,我們也不能讓他坐大,免得當他的兄弟們都被殺死之後會回來復仇。$B$B$n,你必須到那邊並且取得他的軍旗,證明他已經被擊潰了。', '取得史拉格的軍旗。', '', '到劍刃山脈的血之環找乾癟的莫格多克。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(10998, 'deDE', 'In den übelsten Kreisen', 'Es gibt einen weiteren Gronn, der getötet werden muss: Skulloc Seelenschänder. Er weiß sich zu verstecken, doch es gibt einen Weg, ihn hervorzulocken.$B$BEr wurde von einem Ogerhexenmeister namens Vim\'gol der Üble ausgebildet, an dessen Zauberfolianten Ihr gelangen müsst!$B$BMan beschwört Vim\'gol, indem man innerhalb eines Feuerkreises bei seinem Zirkel steht. Findet Vim\'gols Kreis in den Bergen im Nordosten, nahe der Zerschlagenen Wildnis.', 'Beschafft Euch Vim\'gols üblen Zauberfolianten.', '', 'Kehrt zu Mog\'dorg dem Weisen auf dem Turm beim Zirkel des Blutes im Schergrat zurück.', '', '', '', '', 18019),
|
||||
(10998, 'esES', 'Un asunto grimoso', 'Aún queda un gronn que matar: Skulloc Moledor de Almas. Se mantiene oculto, sin embargo, hay una forma de hacerle salir.$b$bSkulloc se entrenó con un brujo ogro llamado Vim\'gol el Vil. La clave es conseguir su grimorio.$b$bHay que invocar a Vim\'gol permaneciendo dentro de un círculo de fuego en su Anillo. Encontrarás el Anillo de Vim\'gol en las montañas, hacia el noreste, al sur de las Landas Tábidas.', 'Consigue el grimorio de Vim\'gol el Vil.', '', 'Vuelve con: Mog\'dorg el Marchito. Zona: En lo alto de la torre en el Anillo de Sangre, Montañas Filospada.', '', '', '', '', 18019),
|
||||
(10998, 'esMX', 'Un asunto grimoso', 'Aún queda un gronn que matar: Skulloc Moledor de Almas. Se mantiene oculto, sin embargo, hay una forma de hacerle salir.$b$bSkulloc se entrenó con un brujo ogro llamado Vim\'gol el Vil. La clave es conseguir su grimorio.$b$bHay que invocar a Vim\'gol permaneciendo dentro de un círculo de fuego en su Anillo. Encontrarás el Anillo de Vim\'gol en las montañas, hacia el noreste, al sur de las Landas Tábidas.', 'Consigue el grimorio de Vim\'gol el Vil.', '', 'Vuelve con: Mog\'dorg el Marchito. Zona: En lo alto de la torre en el Anillo de Sangre, Montañas Filospada.', '', '', '', '', 18019),
|
||||
@@ -40037,8 +40061,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(11009, 'frFR', 'Le paradis des ogres', 'Maintenant que vous nous avez délivrés du joug de nos opresseurs, nous pouvons commencer à travailler à la réunification des clans. Cela prendra du temps : les vieilles rancœurs sont difficiles à faire oublier.$B$BMais il y a plus urgent : vous devez vous rendre à Ogri\'la, dans le ciel, à l\'ouest. Vous devez la défendre, et nous défendre, des forces célestes desquelles les gronns nous protégeaient : éthériens, démons et, pire que tout, le Vol noir.$B$BQuand vous aurez trouvé le paradis des ogres, recherchez le conseil de Chu\'a\'lor. Il vous dira que faire.', 'Mog\'dorg le Ratatiné vous demande d\'aller parler à Chu\'a\'lor à Ogri\'la dans les Tranchantes.', '', '', '', '', '', '', 18019),
|
||||
(11009, 'ruRU', 'Огрские небеса', 'Теперь, когда ты $Gизбавил:избавила; нас от уз, мы можем начать объединение кланов. Это займет много времени, ибо старые обиды нелегко забыть.$B$BНо ближе к делу: отправляйся в Огри\'лу поднебесную на западе. Ты $Gдолжен:должна; защитить ее и нас от тех сил, от которых нас раньше защищали гронн – от духов Астрала, демонов и самых страшных – черных драконов.$B$BКогда найдешь огрские небеса, ищи мудрости у Чу\'а\'лора. Он знает, что делать дальше.', 'Мог\'дорг Мудрый просит, чтобы вы поговорили с Чу\'а\'лором в Огри\'ле в Острогорье.', '', '', '', '', '', '', 18019),
|
||||
(11009, 'zhCN', '食人魔的天堂', '在你的帮助下,血槌食人魔摆脱了被奴役的命运,现在我们要重新统一各食人魔氏族。这是一项艰苦而漫长的使命,诸氏族之间的仇恨是很难化解的。$B$B不过,眼下有件更为紧迫的事要交给你去做,请你立刻转至西边高地上的奥格瑞拉。你必须保护奥格瑞拉免受虚灵、恶魔和黑龙的袭击,就像戈隆曾经保护我们那样。$B$B当你到达奥格瑞拉后,去找库洛尔谈谈吧。', '与刀锋山奥格瑞拉的库洛尔谈一谈。', '', '', '', '', '', '', 0),
|
||||
(11009, 'zhTW', '巨魔的天堂', '既然你已經解放了我們的奴役生涯,我們可以開始重新統合整個部族。這可能要花點時間;部族之間的舊仇很難化解。$B$B但是現在有一件更迫切的事情,你必須前往位於西方上空的歐格利拉。你必須保護歐格利拉還有我們不受上方的軍隊威脅,就像之前古羅為了保護我們而對抗以太族、惡魔還有最可怕的黑龍軍團一樣。$B$B當你到達巨魔的天堂時,請教裘阿洛該如何做最好。', '乾癟的莫格多克要你去劍刃山脈的歐格利拉與裘阿洛交談。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11009, 'zhTW', '巨魔的天堂', '既然你已經解放了我們的奴役生涯,我們可以開始重新統合整個部族。這可能要花點時間;部族之間的舊仇很難化解。$B$B但是現在有一件更迫切的事情,你必須前往位於西方上空的歐格利拉。你必須保護歐格利拉還有我們不受上方的軍隊威脅,就像之前古羅為了保護我們而對抗以太族、惡魔還有最可怕的黑龍軍團一樣。$B$B當你到達巨魔的天堂時,請教裘阿洛該如何做最好。', '乾癟的莫格多克要你去劍刃山脈的歐格利拉與裘阿洛交談。', '', '', '', '', '', '', 0),
|
||||
(11010, 'deDE', 'Bomberangriff', 'Ihr habt ein fliegendes Reittier... ja und! Glaubt Ihr denn, dass Ihr das Zeug dazu habt, es gekonnt einzusetzen?$B$BDas Konstruktionslager: Wut und das Konstruktionslager: Terror, im Norden und im Süden, sind mir schon seit langem ein Dorn im Auge und obendrein bedrohen sie das friedliche Ogri\'la. Mit all diesen Teufelskanonen, die die Himmelswache von rechts und links unter Beschuss nehmen, gibt es einfach kein Hindurchkommen und unser Unterfangen ist zum Scheitern verurteilt.$B$BWürdet Ihr Euch gerne unter Beweis stellen? Nehmt diese Bomben und vernichtet ihre Munitionsvorräte. Lasst Euch aber nicht auch noch vom Himmel herunterholen!', 'Vernichtet mithilfe der Bomben der Himmelswache 15 Stapel mit Teufelskanonenkugeln.', '', 'Kehrt zu Himmelsoffizier Vanderlip am Außenposten der Himmelswache auf dem Schergrat zurück.', 'Stapel mit Teufelskanonenkugeln zerstört', '', '', '', 18019),
|
||||
(11010, 'esES', '¡Bomba va!', 'Tienes una montura voladora... ¿Y qué? ¿Crees que tienes las agallas para usarla como es debido?$b$bCampamento Forja: Cólera y Campamento Forja: Terror, al norte y al sur, son los mayores problemas para mí, además de una amenaza para la paz en Ogri\'la. Con todos esos cañones viles disparando a la Guardia del cielo a diestro y siniestro, no logramos entrar allí para llevar a cabo nuestros planes.$b$b¿Quieres demostrar lo que vales? Coge estas bombas y destroza sus montones de munición. ¡Eso sí, que no te alcancen!', 'Utiliza bombas de la Guardia del Cielo para destruir 15 montones de balas de cañón vil.', '', 'Vuelve con: Sargento del cielo Vanderlip. Zona: Avanzada de la Guardia del Cielo, Montañas Filospada.', '', '', '', '', 18019),
|
||||
(11010, 'esMX', '¡Bomba va!', 'Tienes una montura voladora... ¿Y qué? ¿Crees que tienes las agallas para usarla como es debido?$b$bCampamento Forja: Cólera y Campamento Forja: Terror, al norte y al sur, son los mayores problemas para mí, además de una amenaza para la paz en Ogri\'la. Con todos esos cañones viles disparando a la Guardia del cielo a diestro y siniestro, no logramos entrar allí para llevar a cabo nuestros planes.$b$b¿Quieres demostrar lo que vales? Coge estas bombas y destroza sus montones de munición. ¡Eso sí, que no te alcancen!', 'Utiliza bombas de la Guardia del Cielo para destruir 15 montones de balas de cañón vil.', '', 'Vuelve con: Sargento del cielo Vanderlip. Zona: Avanzada de la Guardia del Cielo, Montañas Filospada.', '', '', '', '', 18019),
|
||||
@@ -41284,7 +41307,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(11206, 'frFR', 'Justice est faite !', 'Je doute que les Totems-sinistres abandonnent leur campagne visant à chasser les humains du marécage, même si j\'ai l\'impression que vous vous en fichez. Mais au moins, nous nous sommes chargés des coupables des crimes perpétrés à l\'auberge du Repos ombragé.$B$BAllez dire à votre chef que sa soif de vengeance a été apaisée.', 'Retourner voir Krog au village de Mur-de-Fougères.', '', '', '', '', '', '', 18019),
|
||||
(11206, 'ruRU', 'Justice Dispensed', 'Сомневаюсь, чтобы Зловещий Тотем оставил свои планы выжить людей с болот. Хотя ты, я смотрю, $gбыл:была; бы не против. Но по крайней мере, мы разобрались с ответственными за поджог "Последнего привала".$B$Bиди и поведай своему предводителю, что правосудие свершилось.', 'Вернитесь к Крогу в Деревню Гиблотопь.', '', '', '', '', '', '', 18019),
|
||||
(11206, 'zhCN', '伸张正义', '我不相信恐怖图腾会放弃他们把人类赶出沼泽的行动。不过至少我们惩治了对树荫旅店下毒手的罪犯。$B$B我相信派你来的调查员也同意这一点:部落不能再如此放任恐怖图腾的行为了。终有一天,他们的行动会让部落处于一个尴尬的境地。$B$B不管是吉安娜女士还是萨尔酋长都不希望卷入另一场战争,但他们是不是会努力去避免战事的发生呢?', '回到蕨墙村的克罗格那里复命。', '', '', '', '', '', '', 0),
|
||||
(11207, 'deDE', 'Bergt die Fracht!', 'Der Zeppelin hatte Morastwinkels Vorräte für die nächsten sechs Monate geladen! Glücklicherweise konnte Morastwinkel sich bisher mit Tauschgeschäften über Wasser halten, doch auf Dauer ist das keine Lösung.$B$BIch wurde hierher geschickt, um so viele Vorräte wie möglich zu bergen, doch leider sind die Wrackteile über die gesamten Marschen verteilt, was die Sache ziemlich erschwert. Ohnehin denke ich, dass nur die wenigsten Vorräte den Absturz heil überstanden haben. Würdet Ihr mir bei der Bergung helfen?', 'Moxie Stahlgrill bei Beezils Wrack möchte, dass Ihr 8 Teile der Zeppelinfracht bergt.', '', 'Kehrt zu Moxie Stahlgrill bei Beezils Wrack in den Düstermarschen zurück.', '', '', '', '', 18019),
|
||||
(11207, 'deDE', 'Bergt die Fracht!', 'Der Zeppelin hatte Morastwinkels Vorräte für die nächsten sechs Monate geladen! Glücklicherweise konnte Morastwinkel sich bisher mit Tauschgeschäften über Wasser halten, doch auf Dauer ist das keine Lösung.$B$BIch wurde hierher geschickt, um so viele Vorräte wie möglich zu bergen, doch leider sind die Wrackteile über die gesamten Marschen verteilt, was die Sache ziemlich erschwert. Ohnehin denke ich, dass nur die wenigsten Vorräte den Absturz heil überstanden haben. Würdet Ihr mir bei der Bergung helfen?', 'Moxie Stahlgrill bei Beezils Wrack möchte, dass Ihr 8 Teile der Zeppelinfracht bergt.', '', 'Kehrt zu Moxie Stahlgrill bei Beezils Wrack in den Düstermarschen zurück.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11207, 'esES', '¡Asegura el cargamento!', '¡Este zepelín llevaba seis meses de provisiones a Piñón de Barro! Seguramente hayan conseguido algunas de las cosas que necesitan, pero no les durarán eternamente.$B$BMe han enviado aquí para recuperar lo que pueda del cargamento, pero los restos están esparcidos por todo el pantano. Seguro que gran parte del cargamento no sobrevivió al accidente, pero ¿me ayudas a recuperar lo que sea posible?', 'Moxie Soplete en el Siniestro de Beezil quiere que recuperes 8 trozos de cargamento del zepelín.', '', 'Vuelve con: Moxie Soplete. Zona: Siniestro de Beezil, Marjal Revolcafango.', '', '', '', '', 18019),
|
||||
(11207, 'esMX', '¡Asegura el cargamento!', '¡Este zepelín llevaba seis meses de provisiones a Piñón de Barro! Seguramente hayan conseguido algunas de las cosas que necesitan, pero no les durarán eternamente.$B$BMe han enviado aquí para recuperar lo que pueda del cargamento, pero los restos están esparcidos por todo el pantano. Seguro que gran parte del cargamento no sobrevivió al accidente, pero ¿me ayudas a recuperar lo que sea posible?', 'Moxie Soplete en el Siniestro de Beezil quiere que recuperes 8 trozos de cargamento del zepelín.', '', 'Vuelve con: Moxie Soplete. Zona: Siniestro de Beezil, Marjal Revolcafango.', '', '', '', '', 18019),
|
||||
(11207, 'frFR', 'Sauvez la cargaison !', 'Ce zeppelin transportait du ravitaillement pour six mois vers Bourbe-à-brac ! Bien sûr, ils ont pu faire un peu de troc pour subvenir à leurs besoins, mais ils ne tiendront pas éternellement.$B$BJ’ai été envoyée ici pour récupérer ce qui peut l’être de la cargaison, mais les débris sont éparpillés dans toute la zone de marécage. Je crains qu’il n’en reste pas grand-chose après l’accident, mais vous pourriez m’aider à récupérer ce qu’il en reste ?', 'Moxie Grilledacier à l\'Épave de Beezil veut que vous retrouviez 8 morceaux de Cargaison de zeppelin.', '', 'Retournez voir Moxie Grilledacier à l\'Épave de Beezil, dans le Marécage d\'Âprefange.', '', '', '', '', 18019),
|
||||
@@ -42478,7 +42502,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(11383, 'ruRU', 'Разыскиваются: Повелители временных разломов', 'Ма\'дуун знает, куда тебе идти. Ма\'дуун знает, что ты $Gдолжен:должна; убить повелителей временных разломов. Но Ма\'дуун не знает, когда именно.$B$BЯ понимаю, что это звучит бессмысленно, но ветер не нашептал ничего более определенного.$B$BОтправляйся в Черную топь через Пещеры Времени, и путь будет чист.', 'Ловчий Пустоты Ма\'дуун хочет, чтобы вы убили 4 повелителей временных разломов. Вернитесь к нему в Нижний Город Шаттрата за наградой, когда они будут убиты.', '', 'Вернитесь к ловчему Пустоты Ма\'дууну в лес Тероккар.', '', '', '', '', 18019),
|
||||
(11383, 'zhCN', '悬赏:裂隙领主', '玛哈杜恩知道你该去哪儿,玛哈杜恩还知道你必须得去杀裂隙领主,但问题是,玛哈杜恩不知道你什么时候该去。$B$B我知道这话你不明白,不过传来的命令就是这样了。$B$B转至时光之穴的黑色沼泽,一切就都会明白了。', '虚空猎手玛哈杜恩要求你杀死4名裂隙领主。完成任务后返回沙塔斯城的贫民窟,找他领取奖赏。', '', '去找泰罗卡森林的虚空猎手玛哈杜恩。', '', '', '', '', 0),
|
||||
(11384, 'deDE', 'Gesucht: Warpzweigsplitter', 'Vor Kurzem trat eine Druidin der Kaldorei mit einer herzzerreißenden Bitte an mich heran. Gut, sie hatte auch eine ganze Menge Gold bei sich...$B$BEs scheint, als versuchten die Streitkräfte von Darnassus ein arkanes Urtum namens Warpzweig neu zu erschaffen. Dieses gigantische Baumwesen hat sich wohl verirrt oder wurde von der Verderbnis durchdrungen, naja, jedenfalls hält es sich zurzeit in der Botanika der Festung der Stürme auf.', 'Windhändler Zhareem hat Euch darum gebeten, ihm einen Warpzweigsplitter zu beschaffen. Bringt diesen zu ihm ins Untere Viertel in Shattrath, um Eure Belohnung zu erhalten.$B$BDiese Aufgabe kann nur auf dem Schwierigkeitsgrad \'Heroisch\' abgeschlossen werden.', '', 'Kehrt zu Windhändler Zhareem ins Untere Viertel von Shattrath zurück.', '', '', '', '', 18019),
|
||||
(11384, 'esES', 'Se busca: Un esqueje de disidente de distorsión', 'Hace poco se me acercó una druida kaldorei con una emotiva petición. Y mucho oro, por supuesto.$B$BParece que las fuerzas de Darnassus quieren restaurar a un anciano de lo Arcano conocido como el disidente de distorsión. El gigantesco árbol ha sido confundido o corrompido, no estoy seguro, pero lo encontrarás dentro de El Invernáculo en El Castillo de la Tempestad.$B$BElla dijo que todo lo que necesitaban era un pequeño esqueje.', 'El comerciante de viento Zhareem te ha pedido que consigas un esqueje de disidente de distorsión. Llévaselo al Bajo Arrabal de la Ciudad de Shattrath para conseguir la recompensa.$B$BEsta misión solo se puede realizar en dificultad heroica.', '', 'Vuelve con: Comerciante de viento Zhareem. Zona: Bosque de Terokkar.', '', '', '', '', 18019),
|
||||
(11384, 'esES', 'Se busca: Un esqueje de disidente de distorsión', 'Hace poco se me acercó una druida kaldorei con una emotiva petición. Y mucho oro, por supuesto.$B$BParece que las fuerzas de Darnassus quieren restaurar a un anciano de lo Arcano conocido como el disidente de distorsión. El gigantesco árbol ha sido confundido o corrompido, no estoy seguro, pero lo encontrarás dentro de El Invernáculo en El Castillo de la Tempestad.$B$BElla dijo que todo lo que necesitaban era un pequeño esqueje.', 'El comerciante de viento Zhareem te ha pedido que consigas un esqueje de disidente de distorsión. Llévaselo al Bajo Arrabal de la Ciudad de Shattrath para conseguir la recompensa.$B$BEsta misión solo se puede realizar en dificultad heroica.', '', 'Vuelve con: Comerciante de viento Zhareem. Zona: Bosque de Terokkar.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11384, 'esMX', 'Se busca: Un esqueje de disidente de distorsión', 'Hace poco se me acercó una druida kaldorei con una emotiva petición. Y mucho oro, por supuesto.$B$BParece que las fuerzas de Darnassus quieren restaurar a un anciano de lo Arcano conocido como el disidente de distorsión. El gigantesco árbol ha sido confundido o corrompido, no estoy seguro, pero lo encontrarás dentro de El Invernáculo en El Castillo de la Tempestad.$B$BElla dijo que todo lo que necesitaban era un pequeño esqueje.', 'El comerciante de viento Zhareem te ha pedido que consigas un esqueje de disidente de distorsión. Llévaselo al Bajo Arrabal de la Ciudad de Shattrath para conseguir la recompensa.$B$BEsta misión solo se puede realizar en dificultad heroica.', '', 'Vuelve con: Comerciante de viento Zhareem. Zona: Bosque de Terokkar.', '', '', '', '', 18019),
|
||||
(11384, 'frFR', 'On recherche : Une rognure de Brise-Dimension', 'Il n’y a pas longtemps, j’ai été approché par une druidesse kaldorei porteuse d’une requête touchante. Et de beaucoup d’or, bien sûr !$B$BIl semblerait que les troupes de Darnassus souhaitent restaurer un ancien des arcanes appelé Brise-Dimension. Cet arbre géant a été trompé ou corrompu, je ne sais pas vraiment, mais on peut le trouver à l’intérieur de la Botanica, dans le donjon de la Tempête.$B$BElle a dit que pour le faire repousser, ils n’auraient besoin que d’une petite rognure.', 'Le Marchand des vents Zhareem vous a demandé de vous procurer une Rognure de Brise-Dimension. Apportez-la-lui à la Ville basse de Shattrath pour recevoir votre récompense.$B$BCette quête ne peut être accomplie qu’en mode héroïque.', '', 'Retournez voir le Marchand des vents Zhareem dans la Forêt de Terokkar.', '', '', '', '', 18019),
|
||||
(11384, 'ruRU', 'Заказ: Отросток Узлодревня', 'Не так давно со мной связался калдорайский друид по одному щекотливому дельцу. И отвалит она за работу, конечно же, кучу золота!$B$BСдается, что силы Дарнаса намерены возродить ходячее древо тайной магии, известное под именем Узлодревень. Это гигантское дерево не то свихнулось, не то подверглось порче, точно сказать не могу, но найдете вы его в Ботанике в Крепости Бурь.$B$BОна сказала, что им всего-то надо маленький отросточек от него, чтобы вырастить древо заново.', 'Торговец ветром Зерим просит вас добыть отросток Узлодревня. Доставьте его ему в Нижний Город Шаттрата и получите награду.$B$BЭто задание выполняется только в режиме героической сложности.', '', 'Вернитесь к торговцу ветром Зариму в лес Тероккар.', '', '', '', '', 18019),
|
||||
@@ -43742,7 +43767,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(11572, 'zhCN', '返回阿图伊克身边', '回到卡玛古的长者阿图伊克那里去。他和我的其它同胞必须立即得知行将出现在海洋中的厄运。$B$B<奥弗斯颤抖着。>$B$B乘坐上古升降梯去找他。请快一点!', '将坏消息传达给卡玛古的长者阿图伊克。', '', '', '', '', '', '', 0),
|
||||
(11572, 'zhTW', '回去找阿推克', '回到卡瑪廓去找長者阿推克。必須要向他和我的同胞警告這個從大海中逼近的毀滅。$B$B<歐弗斯顫抖著。>$B$B使用遠古升降梯去找他。拜託請快一點!', '把壞消息告訴在卡瑪廓的長者阿推克。', '', '', '', '', '', '', 0),
|
||||
(11573, 'deDE', 'Orfus der Kamagua', 'Seid gegrüßt, $gReisender:Reisende;. Ich bin Lunkhauer von den Kalu\'ak - oder Tuskarr, wie es in Eurer Sprache heißt. Mein Gefährte und ich wurden erst kürzlich ausgeschickt, um die seltsamen Vorgänge entlang einem unserer Jagdpfade zu untersuchen. Doch als wir auf den Friedhof namens Schildhügel zugingen, wurden wir von den Untoten angegriffen. Ich hatte Glück, es bis zu diesem Lager zu schaffen, jedoch weiß ich nicht, was mit Orfus geschehen ist.$B$BVom Uralten Aufzug aus, südöstlich von hier entlang der Klippen, gingen wir getrennte Wege. Werdet Ihr einmal nachsehen, ob alles mit ihm in Ordnung ist?', 'Sucht am Uralten Aufzug im Heulenden Fjord nach Orfus von Kamagua.', '', '', '', '', '', '', 18019),
|
||||
(11573, 'esES', 'Orfus de Komawa', 'Saludos, $gviajero:viajera;. Soy Colmillo Corto de los Kalu\'ak. Tu gente nos conoce por el nombre de colmillarr. A mi compañero y a mí nos mandaron a investigar unos acontecimientos extraños que ocurrieron por nuestras sendas de caza. Cuando nos acercamos al cementerio conocido como Colina Escudo nos atacaron los no-muertos. Tuve suerte de llegar a este campamento, pero ignoro lo que le ocurrió a Orfus.$b$bNos separamos en el Antiguo Elevador, al sureste de aquí por el borde del precipicio. ¿Irás a ver si está bien?', 'Encuentra a Orfus de Komawa en El Antiguo Elevador de Fiordo Aquilonal.', '', '', '', '', '', '', 18019),
|
||||
(11573, 'esES', 'Orfus de Komawa', 'Saludos, $gviajero:viajera;. Soy Colmillo Corto de los Kalu\'ak. Tu gente nos conoce por el nombre de colmillarr. A mi compañero y a mí nos mandaron a investigar unos acontecimientos extraños que ocurrieron por nuestras sendas de caza. Cuando nos acercamos al cementerio conocido como Colina Escudo nos atacaron los no-muertos. Tuve suerte de llegar a este campamento, pero ignoro lo que le ocurrió a Orfus.$b$bNos separamos en el Antiguo Elevador, al sureste de aquí por el borde del precipicio. ¿Irás a ver si está bien?', 'Encuentra a Orfus de Komawa en El Antiguo Elevador de Fiordo Aquilonal.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11573, 'esMX', 'Orfus de Komawa', 'Saludos, $gviajero:viajera;. Soy Colmillo Corto de los Kalu\'ak. Tu gente nos conoce por el nombre de colmillarr. A mi compañero y a mí nos mandaron a investigar unos acontecimientos extraños que ocurrieron por nuestras sendas de caza. Cuando nos acercamos al cementerio conocido como Colina Escudo nos atacaron los no-muertos. Tuve suerte de llegar a este campamento, pero ignoro lo que le ocurrió a Orfus.$b$bNos separamos en el Antiguo Elevador, al sureste de aquí por el borde del precipicio. ¿Irás a ver si está bien?', 'Encuentra a Orfus de Komawa en El Antiguo Elevador de Fiordo Aquilonal.', '', '', '', '', '', '', 18019),
|
||||
(11573, 'frFR', 'Orfus de Kamagua', 'Salut, $gvoyageur:voyageuse;. Je suis Grand-Dadaifense des Kalu\'aks. Votre peuple nous appelle les roharts. Mon associé et moi avons été envoyés récemment enquêter sur d’étranges événements qui ont lieu sur nos terrains de chasse. C’est lorsque nous nous sommes approchés du cimetière de la colline du Bouclier, que nous avons été attaqués par des morts-vivants. J’ai eu de la chance de pouvoir revenir à ce camp, mais je ne sais pas ce qu’Orfus est devenu.$B$BNous nous sommes séparés à l\'antique élévateur, au sud-est d\'ici le long du bord de la colline. Vous voulez bien partir à sa recherche ?', 'Trouvez Orfus de Kamagua à l\'Antique élévateur dans le Fjord Hurlant.', '', '', '', '', '', '', 18019),
|
||||
(11573, 'ruRU', 'Орфус Камагуанский', 'Приветствую тебя, $gпутешественник:путешественница;. Я – Тупобивень из племени Калу\'ак. Твой народ зовет нашу расу "клыкарр". Недавно меня с помощником послали разведать причину странных явлений на одной из наших охотничьих троп. Но стоило нам приблизиться к западному кладбищу, известному как Заградительный холм, как на нас напали отряды нежити. Мне повезло – я смог добраться до этого лагеря, но судьба несчастного Орфуса мне не известна.$B$BНе $gмог:могла; бы ты отыскать его? Мы расстались возле Древнего подъемника, что к юго-востоку отсюда. Иди вдоль обрыва и убедись, что с ним все в порядке.', 'Найдите Орфуса Камагуанского на Древнем подъемнике в Ревущем фьорде.', '', '', '', '', '', '', 18019),
|
||||
@@ -45571,7 +45597,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(11839, 'zhTW', '榮耀火焰', '', '', '', '', '', '', '', '', 0),
|
||||
(11840, 'deDE', 'Ehrt die Flamme', '', '', '', '', '', '', '', '', 18019),
|
||||
(11840, 'esES', 'Honrar la llama', '', '', '', '', '', '', '', '', 18019),
|
||||
(11840, 'esMX', 'Honrar la llama', '', '', '', '', '', '', '', '', 18019),
|
||||
(11840, 'esMX', 'Honrar la llama', '', '', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(11840, 'frFR', 'Honorer la flamme', '', '', '', '', '', '', '', '', 18019),
|
||||
(11840, 'ruRU', 'Поклонение огню', '', '', '', '', '', '', '', '', 18019),
|
||||
(11840, 'zhCN', '祭拜这团火焰', '', '', '', '', '', '', '', '', 0),
|
||||
@@ -47007,7 +47034,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12046, 'zhCN', '柔软的包装', '看来我得另选材料来制造破片炸弹的外壳了。当前我手里的所有材料都太过坚硬,这会导致里面包裹的破片在爆炸时不能四散溅射伤人。$b$b其实最合适的材料应该是比较薄的动物皮。西边那些掘洞冰虫就不错,或者也可以试试那些整天啃龙骨头的秃鹫。总之,无论是哪种皮,都搞回来一些吧。', '从诺兹拉斯哨站附近的掘洞冰虫或龙骨秃鹫身上收集12张薄兽皮,把它们交给希弗里克斯。', '', '去龙骨荒野找诺兹拉斯哨站的希弗里克斯。', '', '', '', '', 0),
|
||||
(12046, 'zhTW', '柔軟的彈殼', '我需要為這些榴砲彈換些新的彈殼。我本來有的材料都太硬了,導致爆炸的時候,破片沒辦法飛散開來。$b$b我需要的是夠薄的動物皮革。那些西邊的蟄猛巨蟲隧掘者可以派上用場...或者是逗留在龍骨上的兀鷹。反正把你能找到的都帶給我。', '從蟄猛巨蟲隧掘者、或龍骨兀鷹身上收集12張薄獸皮,牠們出沒在鏽鼻崗哨附近。當你拿到了獸皮,把它們給希伏利克司。', '', '到龍骨荒野的鏽鼻崗哨找希伏利克司。', '', '', '', '', 0),
|
||||
(12047, 'deDE', 'Etwas, das nicht schmilzt', 'Nein, nein, nein! Diese Eissplitter funktionieren überhaupt nicht! Sie schmelzen, bevor sie überhaupt irgendwelchen Schaden anrichten. Das war das letzte Mal, dass ich auf Narfs Meinung in Sachen Materialien vertraut habe. Das bedeutet, dass wir irgendwas ganz anderes zur Herstellung des Schrapnells benötigen.$b$bIch hab\'s! Ich bin genial - Knochensplitter.$b$bHier liegen überall Knochen herum, an denen die Jormungar ziemlich gründlich herumgenagt haben. Seht einmal nach, ob Ihr mir nicht einen zersplitterten Knochen finden könnt, den ich gebrauchen kann.', 'Sucht inmitten der Drachenknochen östlich des Düsenrostpostens nach 12 zersplitterten Knochenstücken.', '', 'Kehrt zu Zivlix beim Düsenrostposten in der Drachenöde zurück.', '', '', '', '', 18019),
|
||||
(12047, 'esES', 'Algo que no se derrita', '¡No, no, no! ¡Esos fragmentos de hielo han sido un auténtico fracaso! Se derretirán antes de que puedan llegar a hacer daño. Es la última vez que confío en lo que Narf me diga sobre materiales. Esto significa que necesitamos otra cosa completamente diferente para la metralla.$b$b¡Ya sé! Qué lista que soy. Astillas de hueso.$b$bHay huesos por allí donde los jormungar han andado royendo a fondo. Ve a hacerles una visita e intenta encontrarme algunos huesos astillados que me sirvan.', 'Busca 12 trozos de hueso astillados entre los huesos de dragón al este del Puesto Boquilla Oxidada.', '', 'Vuelve con: Zivlix. Zona: Puesto Boquilla Oxidada, Cementerio de Dragones.', '', '', '', '', 18019),
|
||||
(12047, 'esES', 'Algo que no se derrita', '¡No, no, no! ¡Esos fragmentos de hielo han sido un auténtico fracaso! Se derretirán antes de que puedan llegar a hacer daño. Es la última vez que confío en lo que Narf me diga sobre materiales. Esto significa que necesitamos otra cosa completamente diferente para la metralla.$b$b¡Ya sé! Qué lista que soy. Astillas de hueso.$b$bHay huesos por allí donde los jormungar han andado royendo a fondo. Ve a hacerles una visita e intenta encontrarme algunos huesos astillados que me sirvan.', 'Busca 12 trozos de hueso astillados entre los huesos de dragón al este del Puesto Boquilla Oxidada.', '', 'Vuelve con: Zivlix. Zona: Puesto Boquilla Oxidada, Cementerio de Dragones.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12047, 'esMX', 'Algo que no se derrita', '¡No, no, no! ¡Esos fragmentos de hielo han sido un auténtico fracaso! Se derretirán antes de que puedan llegar a hacer daño. Es la última vez que confío en lo que Narf me diga sobre materiales. Esto significa que necesitamos otra cosa completamente diferente para la metralla.$b$b¡Ya sé! Qué lista que soy. Astillas de hueso.$b$bHay huesos por allí donde los jormungar han andado royendo a fondo. Ve a hacerles una visita e intenta encontrarme algunos huesos astillados que me sirvan.', 'Busca 12 trozos de hueso astillados entre los huesos de dragón al este del Puesto Boquilla Oxidada.', '', 'Vuelve con: Zivlix. Zona: Puesto Boquilla Oxidada, Cementerio de Dragones.', '', '', '', '', 18019),
|
||||
(12047, 'frFR', 'Quelque chose qui ne fond pas', 'Non, non, non ! Ces éclats de glace n\'ont pas du tout fonctionné ! Ils auront complètement fondu avant d\'avoir fait le moindre dégât ! C\'est la dernière fois que je fais confiance à Narf en ce qui concerne les matériaux. Ça veut dire que nous avons besoin d\'une mitraille complètement différente.$b$bJe sais ! Je suis un génie. Des morceaux d\'os.$b$bLes jormungars ont rongé de nombreux os par ici. Allez voir si vous pouvez me trouver des os brisés.', 'Cherchez 12 Morceaux d\'os brisés sur les os de dragon à l\'est du Poste de Rouilletuyère.', '', 'Retournez voir Zivlix au Poste de Rouilletuyère, dans la Désolation des dragons.', '', '', '', '', 18019),
|
||||
(12047, 'ruRU', 'Нечто тугоплавкое', 'Нет-нет-нет! Эти ледяные осколки совершенно не годятся! Они растают, не успев никому причинить вреда! Чтоб я еще поверила Нарфу, когда речь идет о материалах! Значит, для изготовления шрапнели нужно что-то совершенно другое...$b$bЗнаю! Я гений! Осколки костей.$b$bТут повсюду валяются кости, йормунгары их постоянно точат. Попробуй найти для меня осколки, которые сгодятся в дело.', 'Найдите среди драконьих костей к востоку от лагеря Соплозабилось 12 расколотых костей.', '', 'Вернитесь к Живликс в Лагерь Соплозабилось, что в Драконьем Погосте.', '', '', '', '', 18019),
|
||||
@@ -48207,7 +48235,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12219, 'frFR', 'L\'Arbre-Monde manqué', 'Il y a bien longtemps, mes ancêtres ont planté un arbre au milieu des Grisonnes.$B$BIl se nommait Vordrassil, et il devait succéder à Nordrassil.$B$BPour des raisons oubliées depuis bien longtemps, la décision a été prise de le détruire alors qu’il avait déjà atteint sa taille adulte. Son tronc gigantesque s’est brisé en trois endroits, au nord.$B$BLà où l’arbre a touché le sol, un limon infect s’est mis à suinter. Rapportez-moi des échantillons de gelée, afin que je puisse commencer ma tâche et soigner la terre.', 'La Hiérophante Thayreen, du Gîte Ambrepin, veut que vous alliez à la Branche de Vordrassil, au Cœur de Vordrassil ou aux Larmes de Vordrassil, pour récupérer 6 Échantillons de gelée sur des Limons entropiques.', '', 'Retournez voir la Hiérophante Thayreen au Gîte Ambrepin, dans les Grisonnes.', '', '', '', '', 18019),
|
||||
(12219, 'ruRU', 'Обломки мирового древа', 'Давным-давно мои предки посадили дерево в самом сердце Седых холмов.$B$BБудущее мировое древо было названо Фордрассил.$B$BОднако когда дерево выросло, по неведомым мне причинам его решили уничтожить. Гигантский ствол раскололся на три обломка, которые упали далеко на севере.$B$BНо в том месте, где они коснулись земли, из-под обломков начала распространяться омерзительная слизь, заражая все вокруг. Пожалуйста, принеси мне несколько образцов этой заразы, чтобы я смогла найти способ излечить землю.', 'Иерофант Тайрин из Приюта Янтарной Сосны просит вас найти Ветви Фордрассила, Сердце Фордрассила или Слезы Фордрассила и принести ей 6 образцов слизи энтропических слизнюков.', '', 'Вернитесь к иерофанту Тайрин в Приют Янтарной Сосны, что в Седых холмах.', '', '', '', '', 18019),
|
||||
(12219, 'zhCN', '倒下的世界之树', '很久以前,我的祖先在灰熊丘陵中部种下了一棵树。$B$B他们将它称为沃达希尔,它曾被认为是诺达希尔的继承者……一棵世界之树。$B$B不知道什么原因,在沃达希尔完全长成之后,他们却决定将它摧毁。它巨大的树干被劈成三段,躺在北边的森林里。$B$B树干接触到地面后开始腐烂,肮脏的软泥怪开始在那里蠕动。给我带些软泥怪的样本回来,这样才能开始我的工作,拯救痛苦的大地。', '琥珀松木营地的圣职者塞瑞恩希望你转至沃达希尔之臂、沃达希尔之心或沃达希尔之泪,从熵能软泥怪那里取回6份软泥怪样本。', '', '去灰熊丘陵找琥珀松木营地的圣职者塞瑞恩。', '', '', '', '', 0),
|
||||
(12219, 'zhTW', '衰退的世界樹', '我的祖先曾經在灰白之丘的中央栽植了一棵樹。$B$B它被稱作沃達希爾,本來是要成為新世界樹的。$B$B為了某個早已被人們所遺忘的理由,在世界樹完全長成之後,祖先們決定摧毀它。它巨大的枝幹在此地的北方分岔成三個方向。$B$B樹幹觸碰到地面的部份,邪惡的軟泥怪開始蔓延地表。帶給我黏液樣本,如此才能開始我的研究,大地才能被治癒。', '琥珀松小屋的祭師賽苓需要你前去沃達希爾之枝、沃達希爾之心、和沃達希爾之淚三處,混亂軟泥怪身上獲得6份黏液樣本。', '', '到灰白之丘的琥珀松小屋找祭師賽苓。', '', '', '', '', 0),
|
||||
(12219, 'zhTW', '衰退的世界樹', '我的祖先曾經在灰白之丘的中央栽植了一棵樹。$B$B它被稱作沃達希爾,本來是要成為新世界樹的。$B$B為了某個早已被人們所遺忘的理由,在世界樹完全長成之後,祖先們決定摧毀它。它巨大的枝幹在此地的北方分岔成三個方向。$B$B樹幹觸碰到地面的部份,邪惡的軟泥怪開始蔓延地表。帶給我黏液樣本,如此才能開始我的研究,大地才能被治癒。', '琥珀松小屋的祭師賽苓需要你前去沃達希爾之枝、沃達希爾之心、和沃達希爾之淚三處,混亂軟泥怪身上獲得6份黏液樣本。', '', '到灰白之丘的琥珀松小屋找祭師賽苓。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12220, 'deDE', 'Ein dunkler Einfluss', 'Als der Baum Vordrassil fiel, bohrten seine hohlen Überreste ihre Wurzeln tief in den Boden.$B$BIch möchte, dass Ihr nach Norden geht, die drei Orte aufsucht, wo der Stamm gesplittert ist, und so tief wie möglich in den Untergrund vordringt. Sie liegen westlich von Grauschlund.$B$BBenutzt diese Kugel, sobald Ihr eingetroffen seid, um die Spuren der Energie, welche die Gegend umgibt, anzeigen zu können. Wenn wir das Land heilen wollen, müssen wir zunächst herausfinden, was dazu geführt hat, dass Vordrassil vor all diesen Jahren als Weltenbaum versagt hat.', 'Hierophantin Thayreen bei der Ammertannhütte will, dass Ihr zu Vordrassils Herz, Vordrassils Tränen und Vordrassils Ast geht und die Kugel des Geomanten in den Tiefen unter der Erdoberfläche anwendet.', '', 'Kehrt zu Hierophantin Thayreen bei der Ammertannhütte in den Grizzlyhügeln zurück.', 'Kugel unterhalb von Vordrassils Herz benutzt', 'Kugel unterhalb von Vordrassils Ast benutzt', 'Kugel unterhalb von Vordrassils Tränen benutzt', '', 18019),
|
||||
(12220, 'esES', 'Una influencia oscura', 'Cuando Vordrassil cayó, sus restos huecos echaron raíces profundas en la tierra.$B$BQuiero que vayas al norte de aquí, a los tres lugares donde el tronco se rompió y que profundices en la tierra todo lo que puedas. Los encontrarás al oeste de Fauceparda.$B$BUsa este orbe cuando llegues allí para conseguir una huella de la energía que rodea la zona. Si vamos a sanar la tierra primero debemos saber qué hizo que Vordrassil fracasase al ser un Árbol del Mundo hace todos estos años.', 'La Hierofante Thayreen en el Refugio Pino Ámbar quiere que vayas a la Extremidad de Vordrassil, al Corazón de Vordrassil y a las Lágrimas de Vordrassil y que uses el orbe de geomántico en las profundidades bajo la superficie.', '', 'Vuelve con: Hierofante Thayreen. Zona: Refugio Pino Ámbar, Colinas Pardas.', 'Orbe utilizado bajo el Corazón de Vordrassil', 'Orbe utilizado bajo la Extremidad de Vordrassil', 'Orbe utilizado bajo las Lágrimas de Vordrassil', '', 18019),
|
||||
(12220, 'esMX', 'Una influencia oscura', 'Cuando Vordrassil cayó, sus restos huecos echaron raíces profundas en la tierra.$B$BQuiero que vayas al norte de aquí, a los tres lugares donde el tronco se rompió y que profundices en la tierra todo lo que puedas. Los encontrarás al oeste de Fauceparda.$B$BUsa este orbe cuando llegues allí para conseguir una huella de la energía que rodea la zona. Si vamos a sanar la tierra primero debemos saber qué hizo que Vordrassil fracasase al ser un Árbol del Mundo hace todos estos años.', 'La Hierofante Thayreen en el Refugio Pino Ámbar quiere que vayas a la Extremidad de Vordrassil, al Corazón de Vordrassil y a las Lágrimas de Vordrassil y que uses el orbe de geomántico en las profundidades bajo la superficie.', '', 'Vuelve con: Hierofante Thayreen. Zona: Refugio Pino Ámbar, Colinas Pardas.', 'Orbe utilizado bajo el Corazón de Vordrassil', 'Orbe utilizado bajo la Extremidad de Vordrassil', 'Orbe utilizado bajo las Lágrimas de Vordrassil', '', 18019),
|
||||
@@ -49935,7 +49964,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12468, 'frFR', 'Les exigences de la conquérante', 'La Horde est une merveilleuse machine de guerre dont vous n’êtes qu’un rouage.$B$BJe m’occupe d’approvisionner la machine en carburant. Si j’échoue, la machine échoue.$B$BDu bois. Du minerai. De l’eau. Il nous en faut. Et il en faut à l’Alliance.$B$BAvant que nous ne puissions nous en prendre à cette vermine humaine, il faut que nous consolidions notre contrôle sur la région occidentale.$B$BDiscutez avec le sergent Nazgrim de l’éradication des vrykuls de Voldrune. Après ça, si vous n’avez pas échoué, je vous confierai peut-être d’autres tâches.', 'Parlez au Sergent Nazgrim au Bastion de la Conquête.', '', '', '', '', '', '', 18019),
|
||||
(12468, 'ruRU', 'Поручение Завоевательницы', 'Орда – это могущественная боевая машина, в которой ты всего лишь мелкая шестеренка. $B$BЯ обеспечиваю топливо для этой машины. Если моя работа будет недостаточно эффективной, это скажется на всех нас.$B$BЛесозаготовки, руда, вода... нам нужны все эти ресурсы – равно как и Альянсу.$B$BНо прежде, чем мы выступим против этих ничтожных людишек, нам надо установить полный и безоговорочный контроль над западными территориями. $B$BПоговори с сержантом Назгримом – ему было поручено истребить врайкулов в Волдруне. Возможно, если ты хорошо проявишь себя на этой работе, мы решим доверить тебе более ответственные задания.', 'Поговорите с сержантом Назгримом в Крепости Завоевателей.', '', '', '', '', '', '', 18019),
|
||||
(12468, 'zhCN', '征服者的指派', '部落就是一部宏伟的战争机器,而你只是其中的一颗小齿轮。$B$B我在确保着这部机器有足够的燃料供应。如果我失败了,那么机器就会发生故障。$B$B木材,矿石,水……我们需要这里的一切。当然联盟也一样。$B$B在我们能够对抗这些人类垃圾之前,必须得巩固我们对西部本地的控制。$B$B去跟纳兹格利姆中士谈谈消灭沃德伦的维库人的事情,然后——如果你能成功完成任务的话——我们会指派更多的任务给你。', '与征服堡的纳兹格利姆中士谈一谈。', '', '', '', '', '', '', 0),
|
||||
(12468, 'zhTW', '征服者的工作', '部落是一具雄偉的戰爭機器,而你只不過是個齒輪。$B$B我負責替這台機器確保燃料。如果我死了,這機器就會失靈。$B$B木材、礦石、水...這裡都有,而且我們都想要。而聯盟也是。$B$B在我們對付那些人類雜碎之前,我們必須鞏固對西方區域的控制。$B$B跟士官納茲格寧姆討論消滅如何沃德盧恩的維酷族;要是你能證明你不是個徹底的廢物的話,我們會再派給你更進一步的工作。', '與征服堡的士官納茲格寧姆交談。', '', '', '', '', '', '', 0),
|
||||
(12468, 'zhTW', '征服者的工作', '部落是一具雄偉的戰爭機器,而你只不過是個齒輪。$B$B我負責替這台機器確保燃料。如果我死了,這機器就會失靈。$B$B木材、礦石、水...這裡都有,而且我們都想要。而聯盟也是。$B$B在我們對付那些人類雜碎之前,我們必須鞏固對西方區域的控制。$B$B跟士官納茲格寧姆討論消滅如何沃德盧恩的維酷族;要是你能證明你不是個徹底的廢物的話,我們會再派給你更進一步的工作。', '與征服堡的士官納茲格寧姆交談。', '', '', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12469, 'deDE', 'Zurück an den Absender', 'Bei näherer Betrachtung scheint es, als hätte der Goblin ein Paket voller Sprengstoff durch die Eiswüste getragen und wollte es irgendwo abliefern. Die Harpyienfedern, die ganz in der Nähe halb mit Schnee stecken, lassen darauf schließen, wie er sein Ende gefunden haben musste.$B$BEs scheint, als wäre der Goblin mit seinem Sprengstoffpaket von irgendwo im Osten aus zur Pforte des Zorns unterwegs gewesen. Das Klügste wird sein, den Grat zurück nach Osten entlang zu gehen und den Absender über das Schicksal seines Läufers zu unterrichten.', 'Folgt dem Grat nach Osten und liefert das Sprengstoffpaket bei Xink im Düsenrostposten im Norden der Drachenöde ab.', '', 'Kehrt zu Xink bei den Kaltwindanhöhen in der Drachenöde zurück.', '', '', '', '', 18019),
|
||||
(12469, 'esES', 'Devolver al remitente', 'Cuando miras más de cerca, parece que el goblin estaba transportando un paquete lleno de explosivos por los baldíos para entrega. Las plumas de arpía medio enterradas en la nieve cercana dan una idea de cuál fue su fatídico destino.$b$bParece que el goblin llevaba los explosivos hacia la Puerta de Cólera desde algún lugar del este. Lo más prudente sería seguir la cresta de regreso al este e informar al remitente sobre el destino de su mensajero.', 'Sigue la cresta hacia el este y entrega el paquete de explosivos a Xink en el Puesto Boquilla Oxidada en el norte del Cementerio de Dragones.', '', 'Vuelve con: Xink. Zona: Altos Viento Helado, Cementerio de Dragones.', '', '', '', '', 18019),
|
||||
(12469, 'esMX', 'Devolver al remitente', 'Cuando miras más de cerca, parece que el goblin estaba transportando un paquete lleno de explosivos por los baldíos para entrega. Las plumas de arpía medio enterradas en la nieve cercana dan una idea de cuál fue su fatídico destino.$b$bParece que el goblin llevaba los explosivos hacia la Puerta de Cólera desde algún lugar del este. Lo más prudente sería seguir la cresta de regreso al este e informar al remitente sobre el destino de su mensajero.', 'Sigue la cresta hacia el este y entrega el paquete de explosivos a Xink en el Puesto Boquilla Oxidada en el norte del Cementerio de Dragones.', '', 'Vuelve con: Xink. Zona: Altos Viento Helado, Cementerio de Dragones.', '', '', '', '', 18019),
|
||||
@@ -50038,8 +50068,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12483, 'frFR', 'Le ragoût de chapeneiges', 'Dites donc voir, vous, ça vous dirait d’aider l’vieux Dasnob avec une ch’tite corvée ? J’ai un ami, il peut faire un super-ragoût – un truc comme vous en avez jamais goûté avant !$B$BIl aura juste besoin de quelques ingrédients, des faciles à trouver dans l’coin, par exemple dans les ruines au sud-ouest et dans l’camp juste au nord.$B$BQu’est-ce qu’vous en dites, $gmon gars:ma grande; ?', 'Dasnob, aux Sources de granit, veut que vous récoltiez 5 Chapeneiges chatoyants et 5 Yeux de serpents des glaces dans les Ruines de Drak\'Zin, et 5 brins de Réglisse à Zeb\'Halak.', '', 'Retournez voir Dasnob aux Sources de granit, dans les Grisonnes.', '', '', '', '', 18019),
|
||||
(12483, 'ruRU', 'Похлебка из мерцающих грибов', 'Слушай, раз уж ты здесь... может, поможешь старине Пригмону? Есть у меня дружок, который умеет готовить изумительную мясную похлебку – ты, небось, даже и не $gпробовал:пробовала; ничего подобного.$b$bПравда, ему для этого нужны кое-какие ингредиенты, которые можно найти среди руин на юго-западе и в северном лагере. $b$bНе хочешь нам помочь?', 'Пригмон из Гранитных ключей просит вас собрать 5 мерцающих снежных грибов и 5 глаз ледяных змеев из руин Драк\'Зина и 5 сладокорней из Зеб\'Халака.', '', 'Вернитесь к Пригмону на Гранитные ключи, что в Седых холмах.', '', '', '', '', 18019),
|
||||
(12483, 'zhCN', '蘑菇汤!', '你瞧,既然你已经到了这里,不如帮老普雷蒙一个小忙怎么样?我有一个朋友,会煮一种非常好吃的菜——你从来没尝过的美味!$b$b这附近有他需要的食材,就在西南边的废墟和北边的营地里。$b$b你觉得怎么样,伙计?', '岩石之泉的普雷蒙要你在达克辛废墟中收集5份幽光雪菇和5份冰蛇之眼,再到塞布哈拉克去收集5份甜根茎。', '', '去灰熊丘陵找岩石之泉的普雷蒙。', '', '', '', '', 0),
|
||||
(12483, 'zhTW', '燉幻光菇', '嘿,你有空的時候,何不幫老皮格蒙做點事?我有個朋友會做一種超棒的燉菜 - 你絕對沒吃過這麼好吃的東西!$B$B他想要這附近出產的幾種食材。在西南邊的遺跡和北邊的營地就找的到了。$b$b怎麼樣,老兄?', '花崗岩之泉的皮格蒙要你去德拉克辛遺跡收集5個幻光雪菇和5個冰蛇之眼,以及從札布哈拉克收集5個甜根。', '', '到灰白之丘的花崗岩之泉找皮格蒙。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12483, 'zhTW', '燉幻光菇', '嘿,你有空的時候,何不幫老皮格蒙做點事?我有個朋友會做一種超棒的燉菜 - 你絕對沒吃過這麼好吃的東西!$B$B他想要這附近出產的幾種食材。在西南邊的遺跡和北邊的營地就找的到了。$b$b怎麼樣,老兄?', '花崗岩之泉的皮格蒙要你去德拉克辛遺跡收集5個幻光雪菇和5個冰蛇之眼,以及從札布哈拉克收集5個甜根。', '', '到灰白之丘的花崗岩之泉找皮格蒙。', '', '', '', '', 0),
|
||||
(12484, 'deDE', 'Geißelkebab', 'Uff.$b$bMir tut es im Herzen weh, diese unglückseligen Trolle einzuwickeln, doch nicht so sehr, wie es meinem Rücken weh tut!$b$bHelft dem alten Prigmon und bringt eine der Leichen rüber zu Mack.$b$bWenn wir sie nicht verbrennen, werden sie in Kürze wieder herumlaufen.', 'Prigmon am Granitquell möchte, dass Ihr eine mumifizierte Trollleiche zu Mack Fearsen bringt und sie dort ins Feuer werft.', '', 'Kehrt zu Mack Fearsen am Granitquell in den Grizzlyhügeln zurück.', 'Mumifizierte Leiche verbrannt', '', '', '', 18019),
|
||||
(12484, 'esES', 'Kebab de Plaga', 'Agh.$B$BAcabar con estos pobres trols hace que me duela el corazón, ¡pero no tanto como me duele la espalda!$B$BAyuda al viejo Prigmon y llévale uno de esos cadáveres a Mack.$B$BSi no los quemamos, enseguida se pondrán a andar otra vez.', 'Prigmon en el Manantial de Granito quiere que le lleves los restos de un trol momificado a Mack Fearsen y los coloques en el fuego.', '', 'Vuelve con: Mack Fearsen. Zona: Manantial de Granito, Colinas Pardas.', 'Huesos momificados quemados', '', '', '', 18019),
|
||||
(12484, 'esMX', 'Kebab de Plaga', 'Agh.$B$BAcabar con estos pobres trols hace que me duela el corazón, ¡pero no tanto como me duele la espalda!$B$BAyuda al viejo Prigmon y llévale uno de esos cadáveres a Mack.$B$BSi no los quemamos, enseguida se pondrán a andar otra vez.', 'Prigmon en el Manantial de Granito quiere que le lleves los restos de un trol momificado a Mack Fearsen y los coloques en el fuego.', '', 'Vuelve con: Mack Fearsen. Zona: Manantial de Granito, Colinas Pardas.', 'Huesos momificados quemados', '', '', '', 18019),
|
||||
@@ -51210,7 +51239,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12651, 'ruRU', 'Лагерь у озера', 'Когда начались неприятности с Торговой Компанией, я попросил Марвина Шестеркрута и его жену Тамару отправить ветролеты на восток, к Слиянию рек. Я попросил их разбить там небольшой лагерь, чтобы хранить там запасы и наблюдать за окрестностями.$B$BПо моим расчетам, Шестеркруты уже должны быть на месте. Слияние рек находится почти в самом центре долины – там, где встречаются русла рек. Найди на северо-восточном берегу их лагерь: Марвин говорил, что это самое удобное место.', 'Поговорите с Тамарой Шестеркрут в лагере у озера.', '', '', '', '', '', '', 18019),
|
||||
(12651, 'zhCN', '湖边着陆场', '风险投资公司刚开始找我们的麻烦时,我就让玛尔文·摇链和他的老婆塔玛拉搭乘飞行器去了东边的河流之心。我让他在那里搭建一座小营地,作为补给中转站以及侦查该地区的前哨站。$B$B不出意外的话,他们现在应该已经开始修筑营地了吧。河流之心位于索拉查盆地的中央位置,顾名思义,就是数条河流的交汇点啦。沿着东北边的河岸寻找湖边着陆场吧。玛尔文说他挑了一处地势最好的位置。', '与湖边着陆场的塔玛拉·摇链谈一谈。', '', '', '', '', '', '', 0),
|
||||
(12651, 'zhTW', '湖畔起降場', '當風險投資公司的麻煩發生的時候,我要求馬文‧顛鏈和他的妻子,塔瑪拉,帶著他們的飛行器到東邊的大河之心去。我要他們建立一個小營地,讓我們卸下補給品以及偵察這個區域。$B$B他們現在應該已經抵達,開始在架設營地了。大河之心位在盆地中央的河川交會處。在湖的東北岸尋找湖畔起降場。馬文說那是個最佳地點。', '與湖畔起降場的塔瑪拉‧顛鏈交談。', '', '', '', '', '', '', 0),
|
||||
(12652, 'deDE', 'Gebt dem Ghul Zucker', 'Komm ma\' her, Ghuul! Jep, mit dir red ich.$b$bIs\' jetzt Fudderzeit. Muss all das Zeuch all den Ghuul\'n bring\'n!$b$bIs\' diesma\' schpessial Fudder, jawoll, ja! \'Ne Schüssel voll sämigem Hirn mit Kuddeln… Mjam, mjam, mjam.$b$bEinfach Schüssel neben Ghuul fall\'n lass\'n. Gut, um Freunde zu find\'n.$b$bHabt Ihr Ghuulfreunde? Ha, ha, ha?', 'Knorpelsack an der Reliquie der Pein möchte, dass Ihr die Schüssel voll sämigem Hirn mit Kutteln in der Nähe von 10 zerfallenden Ghulen benutzt.', '', 'Kehrt zu Knorpelsack in Zul\'Drak zurück.', 'Zerfallende Ghule gefüttert', '', '', '', 18019),
|
||||
(12652, 'deDE', 'Gebt dem Ghul Zucker', 'Komm ma\' her, Ghuul! Jep, mit dir red ich.$b$bIs\' jetzt Fudderzeit. Muss all das Zeuch all den Ghuul\'n bring\'n!$b$bIs\' diesma\' schpessial Fudder, jawoll, ja! \'Ne Schüssel voll sämigem Hirn mit Kuddeln… Mjam, mjam, mjam.$b$bEinfach Schüssel neben Ghuul fall\'n lass\'n. Gut, um Freunde zu find\'n.$b$bHabt Ihr Ghuulfreunde? Ha, ha, ha?', 'Knorpelsack an der Reliquie der Pein möchte, dass Ihr die Schüssel voll sämigem Hirn mit Kutteln in der Nähe von 10 zerfallenden Ghulen benutzt.', '', 'Kehrt zu Knorpelsack in Zul\'Drak zurück.', 'Zerfallende Ghule gefüttert', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12652, 'esES', 'Da\'d de comedd a ezoz necrófagoz', '¡Aquí, necrófago! Zí, yo habladd contigo.$b$bHora de comedd. ¡Tú tienez que llevadd eza comida a todoz ezoz necrófagoz!$b$b¡Ezta vez comida e\'pecial! Cuenco de inteztino y cerebro…ñam, ñam, ñam.$b$bTan zolo deja el cuenco al lado del necrófago. Buena manera de hacer amigoz.$b$b¿Tú tenedd amigoz? ¡Jua, jua, jua!', 'Cartilaginoso en el Relicario de Agonía quiere que uses el cuenco de intestinos y cerebros cerca de 10 necrófagos putrefactos.', '', 'Vuelve con: Cartilaginoso. Zona: Relicario de Agonía, Zul\'Drak.', '', '', '', '', 18019),
|
||||
(12652, 'esMX', 'Da\'d de comedd a ezoz necrófagoz', '¡Aquí, necrófago! Zí, yo habladd contigo.$b$bHora de comedd. ¡Tú tienez que llevadd eza comida a todoz ezoz necrófagoz!$b$b¡Ezta vez comida e\'pecial! Cuenco de inteztino y cerebro…ñam, ñam, ñam.$b$bTan zolo deja el cuenco al lado del necrófago. Buena manera de hacer amigoz.$b$b¿Tú tenedd amigoz? ¡Jua, jua, jua!', 'Cartilaginoso en el Relicario de Agonía quiere que uses el cuenco de intestinos y cerebros cerca de 10 necrófagos putrefactos.', '', 'Vuelve con: Cartilaginoso. Zona: Relicario de Agonía, Zul\'Drak.', '', '', '', '', 18019),
|
||||
(12652, 'frFR', 'La goule au pot', 'Hé goule, ramène ton chancre ! Ouais, je parle à toi.$B$BC\'est l\'heure du manger, faut donner pâtée aux goules.$B$BC\'est pâté spéciale ! Fracassée de boyau à la cervelle, miam miam.$B$BFaut poser bol près la goule. C\'est bien pour des amis. Des amis à la mort, ha ha ha !', 'Carnentraille au Reliquaire d\'agonie veut que vous utilisiez la Fracassée de boyaux à la cervelle près de 10 Goules putréfiées.', '', 'Retournez voir Carnentraille au Reliquaire d\'agonie, à Zul\'Drak.', '', '', '', '', 18019),
|
||||
@@ -52435,7 +52465,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(12827, 'zhCN', '收集粮食', '嘿!新来的!能帮莉吉特一个忙吗?$B$B我们遇到了一个预料之外的问题……粮食不够了。我知道,我知道……我们应该想到这点,但你不明白。我们本来是想用工兵部队进行快速作业的,所以通常来说,我们不用担心长期性的饮食问题。但是呢,最近来K3的人越来越多了。$B$B解决方案?西面有一些豺狼人的营地……还有些豺狼人四处游荡,干着些捡破烂的勾当。你能去它们那里抢些粮食回来吗?', 'K3的莉吉特想让你从附近的野蛮岭豺狼人那里夺取16份豺狼人的干粮。', '', '去风暴峭壁找K3的莉吉特。', '', '', '', '', 0),
|
||||
(12827, 'zhTW', '回收乾糧再利用', '嘿,嘿!你是新面孔!要不要幫瑞基特一個忙啊?$B$B我們有個預料外的問題...存糧不足。我知道,我知道...我們早該預料到有這麼一天,但你不懂。我們原本只是想要帶著工兵分隊迅速的在這邊繞一圈,就這樣,所以通常咱們不擔心長期食糧問題。但老K3似乎越來越熱鬧了。$B$B簡單的解決方案?西邊有個豺狼人營地,附近有些豺狼人在亂晃,有些到處在拾荒。能不能幫忙弄點他們的乾糧來?', 'K3的瑞基特,要你從附近的野生山丘豺狼人身上,回收16份風乾的豺狼人口糧。', '', '到風暴群山的K3找瑞基特。', '', '', '', '', 0),
|
||||
(12828, 'deDE', 'Welch Eingebung!', 'Huch, das Zeug ist bösartig! Vielleicht nicht für den Geschmack eines Gnolls oder so, aber ich dachte, dass, was auch immer sie hatten, wenigstens... essbar wäre?$b$bDann müssen wir eben kreativer sein.$b$bTore besitzt einen Sprengstoffspender nördlich der Stadt... nicht weit vom großen Höhleneingang, könnt ihn nicht übersehen. Ich bin sicher, sie hat den Sprengstoff für irgendwelche Grabungsarbeiten vorgesehen, aber ich habe eine bessere Idee.$B$BNehmt Euch etwas davon und bewerft damit eines der Mammuts in der Nähe... die meisten von ihnen halten sich im Westen auf. Sammelt das Fleisch und bringt es zurück.', 'Ricket auf dem K3 möchte, dass ihr ein I.D.S.V. besorgt, damit ein Mammut in die Luft jagt und 8 Stücke herzhaftes Mammutfleisch einsammelt.', '', 'Kehrt zu Ricket in K3 in den Sturmgipfeln zurück.', '', '', '', '', 18019),
|
||||
(12828, 'esES', 'Amplia inspiración', '¡Vaya! Está asqueroso. Sé que los gnolls no tienen buen gusto, pero pensaba que su comida sería por lo menos... ¿comestible?$B$BHay que ser más creativos.$B$BTore tiene un dispensador de explosivos al norte de la ciudad... no lejos de la entrada de la cueva grande; no tiene pérdida. Seguro que los utiliza para alguna clase de operación minera, pero tengo una idea mejor.$B$BCoge uno y utilízalo con uno de los mamuts cercanos... la mayoría están al oeste. Recoge la carne y tráela.', 'Ricket en K3 quiere que consigas un D.E.D.I., lo utilices con un mamut y traigas 8 trozos de carne de mamut.', '', 'Vuelve con: Ricket. Zona: K3, Las Cumbres Tormentosas.', '', '', '', '', 18019),
|
||||
(12828, 'esES', 'Amplia inspiración', '¡Vaya! Está asqueroso. Sé que los gnolls no tienen buen gusto, pero pensaba que su comida sería por lo menos... ¿comestible?$B$BHay que ser más creativos.$B$BTore tiene un dispensador de explosivos al norte de la ciudad... no lejos de la entrada de la cueva grande; no tiene pérdida. Seguro que los utiliza para alguna clase de operación minera, pero tengo una idea mejor.$B$BCoge uno y utilízalo con uno de los mamuts cercanos... la mayoría están al oeste. Recoge la carne y tráela.', 'Ricket en K3 quiere que consigas un D.E.D.I., lo utilices con un mamut y traigas 8 trozos de carne de mamut.', '', 'Vuelve con: Ricket. Zona: K3, Las Cumbres Tormentosas.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(12828, 'esMX', 'Amplia inspiración', '¡Vaya! Está asqueroso. Sé que los gnolls no tienen buen gusto, pero pensaba que su comida sería por lo menos... ¿comestible?$B$BHay que ser más creativos.$B$BTore tiene un dispensador de explosivos al norte de la ciudad... no lejos de la entrada de la cueva grande; no tiene pérdida. Seguro que los utiliza para alguna clase de operación minera, pero tengo una idea mejor.$B$BCoge uno y utilízalo con uno de los mamuts cercanos... la mayoría están al oeste. Recoge la carne y tráela.', 'Ricket en K3 quiere que consigas un D.E.D.I., lo utilices con un mamut y traigas 8 trozos de carne de mamut.', '', 'Vuelve con: Ricket. Zona: K3, Las Cumbres Tormentosas.', '', '', '', '', 18019),
|
||||
(12828, 'frFR', 'Une grande inspiration', 'Beurk ! Ce truc est dégoûtant. Ce n\'est pas une histoire de goût gnoll ou quoi, mais je pensais qu\'ils auraient au moins des trucs... mangeables ?$B$BSoyons un peu plus créatifs.$B$BTore a un distributeur d\'explosifs au nord de la ville... pas loin de l\'entrée de la grande caverne, pouvez pas le rater. Je suis sûre qu\'elle prévoit de les utiliser pour des projets miniers, mais j\'ai une meilleure idée. Prenez une de ces choses et jetez-la sur l\'un des mammouths à proximité... la plupart se trouve à l\'ouest. Récupérez la viande et rapportez-la.', 'Ricket, à K3, veut que vous récupériez un T.E.M.O.R. Utilisez-le pour faire sauter un mammouth et récupérez 8 Viandes de mammouth copieuses.', '', 'Retournez voir Ricket à K3, dans les Pics Foudroyés.', '', '', '', '', 18019),
|
||||
(12828, 'ruRU', 'Полет вдохновения', 'Фу! Ну и гадость! Может, для гноллов оно и вкусное, но нашим нужно что-нибудь более... съедобное.$B$BЛадно, попробуем подойти творчески...$B$BТора установила взрывной распределитель к северу от города... это неподалеку от входа в большую пещеру, ты его сразу увидишь. Эти штуки, как я понимаю, нужны для каких-то горнодобывающих работ, но у меня есть идея! Возьми бомбу из распределителя и грохни мамонта. Они обитают на западе. Возьми мясо и принеси его нам.', 'По просьбе Рикет из К-3 возьмите УРВР, убейте мамонта и принесите в К-3 8 больших кусков мяса мамонта.', '', 'Вернитесь к Рикет в К-3, что в Грозовой Гряде.', '', '', '', '', 18019),
|
||||
@@ -53842,7 +53873,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(13030, 'esES', 'Whurain el Ancestro', '', '', '', '', '', '', '', '', 18019),
|
||||
(13030, 'esMX', 'Whurain el Ancestro', '', '', '', '', '', '', '', '', 18019),
|
||||
(13030, 'frFR', 'L\'Ancien Whurain', '', '', '', '', '', '', '', '', 18019),
|
||||
(13030, 'ruRU', 'Предок Вурайн', '', '', '', '', '', '', '', '', 18019),
|
||||
(13030, 'ruRU', 'Предок Вурайн', '', '', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(13030, 'zhCN', '长者伍雷恩', '', '', '', '', '', '', '', '', 0),
|
||||
(13030, 'zhTW', '胡瑞恩長者', '', '', '', '', '', '', '', '', 0),
|
||||
(13031, 'deDE', 'Urahne Himmelswächter', '', '', '', '', '', '', '', '', 18019),
|
||||
@@ -55146,7 +55178,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(13218, 'zhTW', '英靈殿之戰:死擊族長', '你的技術已引起卓頓海姆維酷人的注意,$n。巴納霍格族長對你有很大的興趣,而且堅持要當你的下一個對手。$B$B如果你認為卡納基很可怕,那你大可以回家去了。巴納霍格族長的外號是「死擊」。我想你應該猜得到這名號從何而來的。$B$B你願意接受族長的挑戰嗎?', '英靈殿的蓋爾維孚向你挑戰,要你擊敗『死擊』巴納霍格族長。$B$B若你成功,跟在英靈殿南緣俯瞰的『殘酷』吉雍納交談。', '擊敗巴納霍格領主', '到寒冰皇冠的英靈殿找『殘酷』吉雍納。', '', '', '', '', 0),
|
||||
(13219, 'deDE', 'Kampf bei Valhalas: Letzte Herausforderung', 'Ich fürchte, dass Euer Erfolg auch Euer Untergang sein wird, $n.$B$B<Könnte die Val\'kyr noch bleicher werden, dann würde sie das gerade.>$B$BNachrichten über Euren Erfolg in Valhalas sind bis tief in die Eiskronenzitadelle vorgedrungen und haben jemanden wachgerufen, den Ihr lieber nicht kennen möchtet.$B$BPrinz Sandoval höchstpersönlich ist in diesem Augenblick auf dem Weg hierher. Gjonner hat Euch gewarnt und gesagt, dass Ihr wegrennen solltet, und ich kann ihm nicht widersprechen.$B$BWas werdet Ihr tun? Er ist auf dem Weg hierher. Werdet Ihr Euch dem Blutprinzen im letzten Kampf entgegenstellen?', 'Geirrvif in Valhalas hat Euch dazu herausgefordert, Prinz Sandoval zu besiegen.$B$BSprecht mit Gjonner dem Erbarmungslosen am südlichen Rand von Valhalas, solltet Ihr erfolgreich sein.', 'Prinz Sandoval besiegt', 'Kehrt zu Gjonner dem Erbarmungslosen in Valhalas in Eiskrone zurück.', '', '', '', '', 18019),
|
||||
(13219, 'esES', 'Batalla en Valhalas: desafío final', 'Me temo que tu éxito será tu perdición, $n.$B$B<Si la Val\'kyr pudiera palidecer más, lo haría.>$B$BLas noticias de tu éxito en Valhalas han llegado hasta las profundidades de la Ciudadela de la Corona de Hielo, alertando a alguien a quien no deseas conocer.$B$BEl propio príncipe Sandoval está de camino en este mismo instante. Gjonner te advirtió de que debías huir y yo estoy de acuerdo.$B$B¿Qué harás? Él está de camino. ¿Te enfrentarás al príncipe de sangre en la batalla final?', 'Geirrvif en Valhalas te ha retado a que derrotes al príncipe Sandoval.$B$BSi lo consigues, habla con Gjonner el Despiadado en la parte sur de Valhalas.', 'Príncipe Sandoval derrotado', 'Vuelve con: Gjonner el Desalmado. Zona: Valhalas, Corona de Hielo.', '', '', '', '', 18019),
|
||||
(13219, 'esMX', 'Batalla en Valhalas: desafío final', 'Me temo que tu éxito será tu perdición, $n.$B$B<Si la Val\'kyr pudiera palidecer más, lo haría.>$B$BLas noticias de tu éxito en Valhalas han llegado hasta las profundidades de la Ciudadela de la Corona de Hielo, alertando a alguien a quien no deseas conocer.$B$BEl propio príncipe Sandoval está de camino en este mismo instante. Gjonner te advirtió de que debías huir y yo estoy de acuerdo.$B$B¿Qué harás? Él está de camino. ¿Te enfrentarás al príncipe de sangre en la batalla final?', 'Geirrvif en Valhalas te ha retado a que derrotes al príncipe Sandoval.$B$BSi lo consigues, habla con Gjonner el Despiadado en la parte sur de Valhalas.', 'Príncipe Sandoval derrotado', 'Vuelve con: Gjonner el Desalmado. Zona: Valhalas, Corona de Hielo.', '', '', '', '', 18019),
|
||||
(13219, 'esMX', 'Batalla en Valhalas: desafío final', 'Me temo que tu éxito será tu perdición, $n.$B$B<Si la Val\'kyr pudiera palidecer más, lo haría.>$B$BLas noticias de tu éxito en Valhalas han llegado hasta las profundidades de la Ciudadela de la Corona de Hielo, alertando a alguien a quien no deseas conocer.$B$BEl propio príncipe Sandoval está de camino en este mismo instante. Gjonner te advirtió de que debías huir y yo estoy de acuerdo.$B$B¿Qué harás? Él está de camino. ¿Te enfrentarás al príncipe de sangre en la batalla final?', 'Geirrvif en Valhalas te ha retado a que derrotes al príncipe Sandoval.$B$BSi lo consigues, habla con Gjonner el Despiadado en la parte sur de Valhalas.', 'Príncipe Sandoval derrotado', 'Vuelve con: Gjonner el Desalmado. Zona: Valhalas, Corona de Hielo.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(13219, 'frFR', 'Du rififi au Valhalas : l\'ultime défi', 'Je crains que votre succès ne vous mène à votre perte, $n.$B$B<Si la val\'kyr pouvait être encore plus pâle, elle pâlirait maintenant.>$B$BLes échos de votre victoire au Valhalas ont résonné jusqu\'au cœur de la citadelle de la Couronne de glace, et réveillé quelqu\'un que personne ne voudrait affronter.$B$BLe prince Sandoval lui-même est en route en ce moment même. Gjonner vous a conseillé de fuir, et je ne peux qu\'être d\'accord.$B$BQu\'allez-vous faire ? Il arrive. Allez-vous affronter le prince de sang dans un combat à mort ?', 'Geirrvif, au Valhalas, vous a mis au défi de vaincre le Prince Sandoval.$B$BSi vous réussissez, parlez à Gjonner le Sans-merci, qui surveille le rebord sud du Valhalas.', 'Prince Sandoval vaincu', 'Retournez voir Gjonner le Sans-merci à Valhalas, dans la Couronne de glace.', '', '', '', '', 18019),
|
||||
(13219, 'ruRU', 'Битва при Валхаласе: последний бой', 'Боюсь, как бы твой успех не обернулся для тебя гибелью, $n.$B$B<Если бы валь\'кира не была белой, то она бы побледнела.>$B$BСлух о твоих успехах при Валхаласе дошел и до Цитадели Ледяной Короны, потревожив того, с кем тебе вряд ли захочется встречаться.$B$BСам принц Сандовал спешит сюда. Гьоннер считает, что тебе надо бежать. И я с ним согласна.$B$BТак что ты предпримешь? Он уже в пути. Ты $gготов:готова; сойтись с кровавым принцем в последнем бою?', 'Джейрвиф из Валхаласа передала вам вызов от принца Сандовала.$B$BЕсли вам удастся победить его, поговорите с Гьоннером Безжалостным, контролирующим южную часть Валхаласа.', 'Принц Сандовал повержен', 'Вернитесь к Гьоннеру Безжалостному в Валхалас, что в Ледяной Короне.', '', '', '', '', 18019),
|
||||
(13219, 'zhCN', '瓦哈拉斯之战:终极挑战', '我担心你的成功会毁了你,$N。$B$B<基尔莉芙露出紧张的神情,你觉得她的身体似乎愈发惨白起来。>$B$B你获胜的消息传到了冰冠堡垒深处,惊动了一位大人物。相信我,你一定不想和他碰面的。$B$B萨杜瓦尔王子正在赶往瓦哈拉斯的途中。亚纳尔警告过你,建议你立即逃走,我也是这个意思。$B$B你打算怎么办?他很快就到了。你愿意在最后一场战斗中面对血王子吗?', '瓦哈拉斯的基尔莉芙要你击败萨杜瓦尔王子。$B$B获胜之后到瓦哈拉斯南部场外去,与残忍的亚纳尔谈一谈。', '击败萨杜瓦尔王子', '去冰冠冰川瓦哈拉斯找残忍的亚纳尔。', '', '', '', '', 0),
|
||||
@@ -56369,7 +56402,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(13402, 'esES', 'La ayuda de Tirion', 'No es la primera vez que oigo esta historia sobre Arthas y su corazón... siempre pensé que era un cuento inventado para impresionar a los soldados rasos.$b$bTenemos que reaccionar ante esta información inmediatamente. Por desgracia, hay que hacerlo en secreto.$b$bLos agentes de Arthas están por todos lados y, si lo descubre, podemos olvidarnos de nuestro plan.$b$bTenemos que llevar esto a la Cruzada Argenta. El mismo Tirion escogió a cada uno de los paladines de esa orden. Si alguien está libre de cualquier infiltración de cultor, tienen que ser estos chicos.', 'Habla con el alto señor Tirion Vadín en el Pináculo de los Cruzados.', '', '', '', '', '', '', 18019),
|
||||
(13402, 'esMX', 'La ayuda de Tirion', 'No es la primera vez que oigo esta historia sobre Arthas y su corazón... siempre pensé que era un cuento inventado para impresionar a los soldados rasos.$b$bTenemos que reaccionar ante esta información inmediatamente. Por desgracia, hay que hacerlo en secreto.$b$bLos agentes de Arthas están por todos lados y, si lo descubre, podemos olvidarnos de nuestro plan.$b$bTenemos que llevar esto a la Cruzada Argenta. El mismo Tirion escogió a cada uno de los paladines de esa orden. Si alguien está libre de cualquier infiltración de cultor, tienen que ser estos chicos.', 'Habla con el alto señor Tirion Vadín en el Pináculo de los Cruzados.', '', '', '', '', '', '', 18019),
|
||||
(13402, 'frFR', 'L\'aide de Tirion', 'Ce n\'est pas la première fois que nous entendons cette histoire sur Arthas et son cœur... J\'ai toujours pensé que c\'était une histoire montée de toutes pièces pour impressionner la piétaille.$B$BNous devons agir immédiatement. Malheureusement, nous devons le faire en secret.$B$BLes agents d\'Arthas sont partout et s\'il le découvre, notre plan tombera à l\'eau.$B$BNous devons rapporter ceci à la Croisade d\'argent. Chaque paladin de cet ordre a été choisi par Tirion lui-même. Si les sectateurs n\'ont pas réussi à infiltrer quelqu\'un, c\'est bien eux.', 'Parlez au Généralissime Tirion Fordring à la Cime des Croisés.', '', '', '', '', '', '', 18019),
|
||||
(13402, 'ruRU', 'Помощь Тириона', 'Я не в первый раз слышу рассказ об Артасе и его сердце... Правда, мне всегда казалось, что это выдуманная история. $B$BЧто ж, нам следует действовать по обстоятельствам. К сожалению, делать это придется в тайне. $B$BШпионы Артаса повсюду, и если он узнает о наших планах, мы все погибнем. $B$BНужно сообщить обо всем Серебряному Авангарду. Сам Тирион лично отбирал паладинов для этого ордена. Если и остались еще те, кто свободен от губительного влияния служителей культа, то это они.', 'Поговорите с верховным лордом Тирионом Фордрингом на Вершине Рыцарей.', '', '', '', '', '', '', 18019),
|
||||
(13402, 'ruRU', 'Помощь Тириона', 'Я не в первый раз слышу рассказ об Артасе и его сердце... Правда, мне всегда казалось, что это выдуманная история. $B$BЧто ж, нам следует действовать по обстоятельствам. К сожалению, делать это придется в тайне. $B$BШпионы Артаса повсюду, и если он узнает о наших планах, мы все погибнем. $B$BНужно сообщить обо всем Серебряному Авангарду. Сам Тирион лично отбирал паладинов для этого ордена. Если и остались еще те, кто свободен от губительного влияния служителей культа, то это они.', 'Поговорите с верховным лордом Тирионом Фордрингом на Вершине Рыцарей.', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(13402, 'zhCN', '提里奥的帮助', '阿尔萨斯和他的心脏……这个故事我已经听过不知道多少遍了……但我总以为那是编出来吓唬我们的。$B$B我们必须立即采取行动。不幸的是,只能是秘密行动。$B$B阿尔萨斯的密探无处不在,如果让他有所察觉,我们的计划就要付之东流了。$B$B我们要把这个消息告诉银色北伐军。那支部队里的每一名圣骑士都是提里奥亲自挑选的,如果说还有什么组织能够避免被诅咒教派渗透,那就只能是银色北伐军了。', '与北伐军之峰的大领主提里奥·弗丁谈一谈。', '', '', '', '', '', '', 0),
|
||||
(13402, 'zhTW', '提里奧的協助', '這不是我第一次聽到有關阿薩斯這顆心臟的故事...一直以為這是某些人編來吹噓的故事。$B$B我們必須立刻行動。不幸地,我們必須秘密進行。$B$B阿薩斯的眼線遍佈四周,如果他發現,那我們的計畫就會付諸流水。$B$B我們必須尋求白銀十字軍的協助。那裡每個聖騎士都是由提里奧親手挑選。如果說有哪處尚未被教徒滲透,那就是他們。', '與十字軍之巔的大領主提里奧‧弗丁談談。', '', '', '', '', '', '', 0),
|
||||
(13403, 'deDE', 'Tirions Schachzug', 'Diesen Morgen haben mich meine Späher darüber informiert, dass eine Prozession des Kults der Verdammten mit einem Artefakt von der Eiskronenzitadelle in Richtung Kathedrale der Dunkelheit aufgebrochen ist.$B$BUnd nun wird mir gesagt, dass es sich hierbei um Arthas\' eigenes Herz handelt... ein Gegenstand, der den letzten Rest seiner Menschlichkeit enthält.$B$BDies ist ein Zeichen des Lichts. Solange solch ein Artefakt existiert, besteht eine Chance, dass Arthas Menethil wieder ein Mensch werden kann!$B$BTrefft mich am Eingang der Kathedrale. Bringt auf jeden Fall eine Kultistenverkleidung mit - wir gehen inkognito.', 'Tirion Fordring auf dem Kreuzfahrerturm möchte, dass Ihr die Kultistenkapuze besorgt, diese anzieht und Euch mit ihm am Eingang zur Kathedrale der Dunkelheit nordwestlich der Eiskronenzitadelle trefft.', '', 'Kehrt zu Hochlord Tirion Fordring in Geißelholme in Eiskrone zurück.', '', 'Tirions Schachzug', '', '', 18019),
|
||||
@@ -57986,7 +58020,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(13770, 'zhCN', '冬之利刃', '那个天杀的死亡骑士,把我的剑给弄坏了!$B$B转至晶歌森林的南部,你可以在水晶裂痕的出口上方找到恒焰领主。杀死他,拿到他身上的恒焰灰烬。$B$B带着恒焰灰烬转至嚎风峡湾北部的冬息湖中心,解救一位被寒冰困在那里的女士。她守护着一把古代宝剑,能够解救她的人就可以获得那把宝剑作为奖励。$B$B证明你的能力,拿到她守护了许久的宝剑吧,$N。', '将冬之利刃交给银色比武场的祖尔托。', '', '去冰冠冰川找银色比武场的祖尔托。', '', '', '', '', 0),
|
||||
(13770, 'zhTW', '凜冬之鋒', '詛咒那個打斷我配劍的死亡騎士!$B$B在水晶之歌森林南部,俯瞰通往水晶之鉗的出口,你可以找到恆燃領主。殺死他並從屍體上取走永燃餘燼。$B$B然後把餘燼帶到凜風峽灣北部的冬息湖中央,用它來釋放一位冰中少女。她是一柄遠古兵刃的守護者,等待著新的配劍者來釋放她。$B$B證明你足以贏得她長久守護的武器,$n。', '銀白聯賽場地的祖爾拓要你把凜冬之鋒帶給他。', '', '到寒冰皇冠的銀白聯賽場地找祖爾拓。', '', '', '', '', 0),
|
||||
(13771, 'deDE', 'Feldübungen eines Recken', 'Das Turnier ist eine Gelegenheit, um Euer Können im Kampf gegen ebenbürtige Gegner auf die Probe zu stellen; doch wir dürfen nicht vergessen, dass der wahre Feind, die Geißel, nicht warten wird. Neben der Verfeinerung Eurer Fertigkeiten solltet Ihr auch Eure Bissigkeit im Kampf gegen Euren Gegner schärfen.$B$BReist in die Gegend südwestlich des Tals der Gefallenen Helden und nördlich von Corp\'rethar. Die Geißel lässt dort tote Helden auferstehen und wiegelt sie gegen uns auf. Besiegt diese Diener der Geißel, macht unseren Verbündeten alle Ehre und haltet Euch bereit für den Kampf.', 'Schattenjäger Mezil-kree beim Argentumturnierplatz möchte, dass Ihr 10 konvertierte Helden tötet.', '', 'Kehrt zu Schattenjäger Mezil-kree in Argentumturnierplatz in Eiskrone zurück.', '', '', '', '', 18019),
|
||||
(13771, 'esES', 'Instrucción en el campo de un Valeroso', 'El torneo es el lugar para probar tus habilidades contra tus semejantes, pero no tenemos que olvidarnos de que el enemigo real, la Plaga, no se va a quedar de brazos cruzados. Mientras perfeccionas tus habilidades contra otros, sigue combatiendo al enemigo.$B$BViaja al área que hay al suroeste de El Valle de los Héroes Caídos y al norte de Corp\'rethar. Allí, la Plaga resucita héroes muertos y los vuelve en nuestra contra. Derrota a esos esbirros de la Plaga, honra a nuestros aliados y prepárate para el combate.', 'El cazador de las Sombras Mezil-kree en los Campos del Torneo Argenta quiere que mates a 10 héroes transformados.', '', 'Vuelve con: Cazador de las Sombras Mezil-kree. Zona: Campos del Torneo Argenta, Corona de Hielo.', '', '', '', '', 18019),
|
||||
(13771, 'esES', 'Instrucción en el campo de un Valeroso', 'El torneo es el lugar para probar tus habilidades contra tus semejantes, pero no tenemos que olvidarnos de que el enemigo real, la Plaga, no se va a quedar de brazos cruzados. Mientras perfeccionas tus habilidades contra otros, sigue combatiendo al enemigo.$B$BViaja al área que hay al suroeste de El Valle de los Héroes Caídos y al norte de Corp\'rethar. Allí, la Plaga resucita héroes muertos y los vuelve en nuestra contra. Derrota a esos esbirros de la Plaga, honra a nuestros aliados y prepárate para el combate.', 'El cazador de las Sombras Mezil-kree en los Campos del Torneo Argenta quiere que mates a 10 héroes transformados.', '', 'Vuelve con: Cazador de las Sombras Mezil-kree. Zona: Campos del Torneo Argenta, Corona de Hielo.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(13771, 'esMX', 'Instrucción en el campo de un Valeroso', 'El torneo es el lugar para probar tus habilidades contra tus semejantes, pero no tenemos que olvidarnos de que el enemigo real, la Plaga, no se va a quedar de brazos cruzados. Mientras perfeccionas tus habilidades contra otros, sigue combatiendo al enemigo.$B$BViaja al área que hay al suroeste de El Valle de los Héroes Caídos y al norte de Corp\'rethar. Allí, la Plaga resucita héroes muertos y los vuelve en nuestra contra. Derrota a esos esbirros de la Plaga, honra a nuestros aliados y prepárate para el combate.', 'El cazador de las Sombras Mezil-kree en los Campos del Torneo Argenta quiere que mates a 10 héroes transformados.', '', 'Vuelve con: Cazador de las Sombras Mezil-kree. Zona: Campos del Torneo Argenta, Corona de Hielo.', '', '', '', '', 18019),
|
||||
(13771, 'frFR', 'L\'entraînement sur le terrain d\'un vaillant', 'Ce tournoi est certes le moment idéal pour mettre vos dons à l’épreuve contre vos pairs, mais le véritable ennemi, le Fléau, n’attendra pas. Nous ne devons pas l’oublier. Vous améliorez vos talents ici, et c’est très bien, mais il est capital de continuer à se battre à l’extérieur.$B$BRendez-vous dans la région qui s’étend au sud-ouest de la vallée des Héros défunts, et au nord de Corp’rethar. Le Fléau y relève des héros morts et les retourne contre nous. Triomphez de ces serviteurs du Fléau, faites honneur à nos alliés, et restez $gprêt:prête; au combat.', 'Le Chasseur des ombres Mezil-kree, dans l\'Enceinte du tournoi d\'Argent, vous demande de tuer 10 Héros convertis.', '', 'Retournez voir le Chasseur des ombres Mezil-kree dans l\'Enceinte du tournoi d\'Argent, à la Couronne de glace.', '', '', '', '', 18019),
|
||||
(13771, 'ruRU', 'Теория и практика', 'Турнир – это возможность помериться силой с другими героями, но стоит помнить и о том, что главный враг – Плеть – не дремлет. Ты оттачиваешь мастерство в поединках с товарищами, но тебе столь же необходимо совершенствоваться в битвах с неприятелем.$B$BОтправляйся на юго-запад Долины павших героев, что к северу от Корп\'ретара – там приспешники Плети поднимают из небытия павших героев и обращают их против нас. Окажи честь нашим союзникам и упокой этих слуг Плети, тем самым подготовившись к настоящей битве.', 'Убейте 10 обращенных героев по заданию темного охотника Мезил-Кри из Павильона Похитителей Солнца на Ристалище Серебряного турнира.', '', 'Вернитесь к темному охотнику Мезил-кри на Ристалище Серебряного турнира, что в Ледяной Короне.', '', '', '', '', 18019),
|
||||
@@ -59225,7 +59260,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(14163, 'esES', 'Llamamiento a las armas: Isla de la Conquista', 'A medida que nos acercamos a la victoria en Corona de Hielo, se vuelve más evidente que nuestros ejércitos van a tener que ocuparse de la Horda antes de poder encargarse del Rey Exánime.$B$BLa guardia de élite conocida como los Kor\'kron se ha desplegado para bloquear nuestro avance en la Isla de la Conquista. La isla es de suma importancia estratégica, $n. ¡Asegúrate de que nuestros chicos prevalezcan!', 'Gana un encuentro en el campo de batalla de la Isla de la Conquista y vuelve a ver a un general de brigada de la Alianza en cualquier capital de la Alianza, Conquista del Invierno, Dalaran o Shattrath.', 'Victoria en la Isla de la Conquista', 'Vuelve con: General de brigada de la Alianza.', '', '', '', '', 18019),
|
||||
(14163, 'esMX', 'Llamamiento a las armas: Isla de la Conquista', 'A medida que nos acercamos a la victoria en Corona de Hielo, se vuelve más evidente que nuestros ejércitos van a tener que ocuparse de la Horda antes de poder encargarse del Rey Exánime.$B$BLa guardia de élite conocida como los Kor\'kron se ha desplegado para bloquear nuestro avance en la Isla de la Conquista. La isla es de suma importancia estratégica, $n. ¡Asegúrate de que nuestros chicos prevalezcan!', 'Gana un encuentro en el campo de batalla de la Isla de la Conquista y vuelve a ver a un general de brigada de la Alianza en cualquier capital de la Alianza, Conquista del Invierno, Dalaran o Shattrath.', 'Victoria en la Isla de la Conquista', 'Vuelve con: General de brigada de la Alianza.', '', '', '', '', 18019),
|
||||
(14163, 'frFR', 'Appel aux armes : île des Conquérants', 'La victoire est de plus en plus proche, mais il apparaît de plus en plus évident que nos armées devront affronter la Horde avant de s\'attaquer au roi-liche.$B$BLa garde d\'élite connue sous le nom de kor\'krons a été déployée pour nous empêcher d\'avancer sur l\'île des Conquérants. L\'île est d\'une importance stratégique vitale, $n. Il faut que nous gagnions la bataille !', 'Gagnez sur l\'Île des Conquérants, puis présentez-vous à un Général de brigade de l\'Alliance, à Joug-d\'hiver, à Dalaran, à Shattrath ou dans l\'une des capitales de l\'Alliance.', 'Victoire sur l\'île des Conquérants', 'Retournez voir un Général de brigade de l\'Alliance.', '', '', '', '', 18019),
|
||||
(14163, 'ruRU', 'Призыв к оружию: Остров Завоеваний', 'Чем ближе мы к схватке с Королем-личом, тем очевиднее тот факт, что Орда стоит на пути к нашей победе в Ледяной Короне.$B$BЧтобы отрезать нам путь к Острову Завоеваний, они выслали элитную армию стражей, известную как Кор\'крон. Стоит ли говорить о том, насколько стратегически важен этот клочок земли? Я поручаю тебе, $n, одержать победу в сражении за остров!', 'Победите на поле боя Острова Завоеваний и вернитесь к бригадному генералу Альянса в любую из столиц Альянса, на Озеро Ледяных Оков, в Даларан или в Шаттрат.', 'Одержана победа на Острове Завоеваний', 'Вернитесь к бригадному генералу Альянса.', '', '', '', '', 18019),
|
||||
(14163, 'ruRU', 'Призыв к оружию: Остров Завоеваний', 'Чем ближе мы к схватке с Королем-личом, тем очевиднее тот факт, что Орда стоит на пути к нашей победе в Ледяной Короне.$B$BЧтобы отрезать нам путь к Острову Завоеваний, они выслали элитную армию стражей, известную как Кор\'крон. Стоит ли говорить о том, насколько стратегически важен этот клочок земли? Я поручаю тебе, $n, одержать победу в сражении за остров!', 'Победите на поле боя Острова Завоеваний и вернитесь к бригадному генералу Альянса в любую из столиц Альянса, на Озеро Ледяных Оков, в Даларан или в Шаттрат.', 'Одержана победа на Острове Завоеваний', 'Вернитесь к бригадному генералу Альянса.', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(14163, 'zhCN', '战斗的召唤:征服之岛', '当我们在冰冠冰川距离胜利越来越近的时候,部落的军队却给我们制造了越来越多的麻烦,让我们的战士在同巫妖王作战的同时不得不抽出力量来对付他们。$B$B现在,部落派遣了他们的精英卫士库卡隆来阻挡我们对征服之岛的进军。那座岛是一个非常重要的战略要地。$N,你的任务就是为联盟在那里取下胜利的果实!', '在征服之岛战场中获得一场胜利,然后向任意联盟主城、冬拥湖、达拉然或沙塔斯城中的联盟准将复命。', '征服之岛的胜利', '去找联盟准将。', '', '', '', '', 0),
|
||||
(14164, 'deDE', 'Zu den Waffen: Insel der Eroberung', 'Der Sieg in Nordend wird bald unser sein... doch nicht bevor wir in Eiskrone Fuß gefasst haben, um für den Transport und die Versorgung unserer Truppen zu sorgen.$B$BDie Insel der Eroberung ist ein idealer Ort. Sie ist einfach zu verteidigen und reich an Ressourcen. Die Allianz ist zu demselben Schluss gelangt und hat die 7. Legion ausgesandt, um unseren Streitkräften die Kontrolle zu entreißen.$B$BGeht, $n, und sorgt dafür, dass die Horde um jeden Preis die Oberhand gewinnt!', 'Erringt den Sieg bei einer Partie auf dem Schlachtfeld "Insel der Eroberung" und kehrt zu einem Kriegshetzer der Horde in irgendeiner Hauptstadt, Dalaran oder Shattrath zurück.', 'Sieg auf der Insel der Eroberung', 'Kehrt zum Kriegshetzer der Horde zurück.', '', '', '', '', 18019),
|
||||
(14164, 'esES', 'Llamamiento a las armas: Isla de la Conquista', 'La victoria pronto será nuestra en Rasganorte... pero no hasta que consigamos un punto de apoyo en Corona de Hielo para transportar y aprovisionar a nuestras tropas.$B$BLa Isla de la Conquista es un lugar ideal. Se puede defender fácilmente y es rico en suministros. La Alianza ha llegado a la misma conclusión y ha enviado a la Séptima Legión a arrebatar el control de la zona a nuestras tropas.$B$BVe, $n, y asegúrate de que la Horda prevalezca cueste lo que cueste.', 'Gana un encuentro en el campo de batalla de la Isla de la Conquista y vuelve a ver a un belisario de la Horda en cualquier capital de la Horda, Conquista del Invierno, Dalaran o Shattrath.', 'Victoria en la Isla de la Conquista', 'Vuelve con: Belisario de la Horda.', '', '', '', '', 18019),
|
||||
@@ -60039,8 +60075,7 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(24598, 'esMX', 'La purificación de Quel\'Delar', 'Te esperan La Fuente del Sol y el fin del exilio de Quel\'Delar, $n.$b$bEn el interior encontrarás a Lor\'themar Theron, el regente de Quel\'Thalas, y al gran magister Rommath. Ten cuidado con ellos y no permitas que te enreden en sus maquinaciones políticas.$b$bConcéntrate en tu misión. Sumerge a la Quel\'Delar modificada en La Fuente del Sol para completar su restauración y luego muéstrasela a Myralion Resplandor en el Reposo de Quel\'Delar. Habla con un celador de La Fuente del Sol cuando estés $glisto:lista; para entrar en la Meseta de La Fuente del Sol.', 'Sumerge la Quel\'Delar templada en La Fuente del Sol. Habla con un celador de La Fuente del Sol cuando estés $glisto:lista; para entrar en la Meseta de La Fuente del Sol.', '', 'Vuelve con: Myralion Resplandor. Zona: Reposo de Quel\'Delar, Corona de Hielo.', '', '', '', '', 18019),
|
||||
(24598, 'frFR', 'La purification de Quel\'Delar', 'Le Puits de soleil et la fin de l\'exil de Quel\'Delar attendent, $n.$B$BVous trouverez Lor\'themar Theron, le régent de Quel\'Thalas, et le grand magistère Rommath à l\'intérieur. Restez sur vos gardes et ne vous laissez pas piéger par leurs machinations politiques.$B$BAu contraire, restez $gconcentré:concentrée; sur votre tâche. Immergez Quel\'Delar reformée dans le Puits de soleil pour achever la restauration, puis montrez-la à Myralion Solembrase au repos de Quel\'Delar. Parlez à un gardien du Puits de soleil quand vous serez $gprêt:prête; à pénétrer sur le plateau du Puits de soleil.', 'Plongez votre Quel\'Delar trempée dans le Puits de soleil. Parlez à un Gardien du Puits de soleil quand vous serez $gprêt:prête; à aller sur le Plateau du Puits de soleil.', '', 'Retournez voir Myralion Solembrase à Enceinte du tournoi d\'Argent, dans la Couronne de glace.', '', '', '', '', 18019),
|
||||
(24598, 'ruRU', 'Очищение Кель\'Делара', 'Истекают часы изгнания Кель\'Делара. Тебя ждет Солнечный Колодец, $n.$B$BТам ты встретишь Лор\'темара Терона, регента Кель\'Таласа и Верховного магистра Роммата. Будь $gосторожен:осторожна; с ними, не давай вовлечь себя в политические махинации.$B$BСосредоточься на своей миссии. Когда ты будешь $Gготов:готова; завершить восстановление Кель\'Делара, поговори с хранителем Солнечного Колодца. Окуни меч в Солнечный Колодец, а затем отнеси его Миралию Блеску Солнца в Покой Кель\'Делара.', 'Окуните закаленный Кель\'Делар в Солнечный Колодец. Когда вы будете готовы войти на плато Солнечного Колодца, обратитесь к хранителю Солнечного Колодца.', '', 'Вернитесь к Миралию Блеску Солнца в Покой Кель\'Делара, что в Ледяной Короне.', '', '', '', '', 18019),
|
||||
(24598, 'zhCN', '奎尔德拉的净化', '$N,你的面前就是太阳之井和奎尔德拉流亡的终点。$B$B你会在太阳之井中找到奎尔萨拉斯的摄政王洛瑟玛·塞隆和大法师罗曼斯。一定要对他们保持警惕,不要掉进他们的政治陷阱中。$B$B但你主要的精力必须集中在你的任务上。将新的奎尔德拉放进太阳之井中,完成这把神剑的重生。当你准备进入太阳之井高地时,就和太阳之井守卫谈谈。', '将被污染的奎尔德拉放入太阳之井。准备好进入太阳之井高地后,就同太阳之井守卫交谈。', '', '去冰冠冰川找奎尔德拉之冢的麦雷昂·阳炎。', '', '', '', '', 0);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(24598, 'zhCN', '奎尔德拉的净化', '$N,你的面前就是太阳之井和奎尔德拉流亡的终点。$B$B你会在太阳之井中找到奎尔萨拉斯的摄政王洛瑟玛·塞隆和大法师罗曼斯。一定要对他们保持警惕,不要掉进他们的政治陷阱中。$B$B但你主要的精力必须集中在你的任务上。将新的奎尔德拉放进太阳之井中,完成这把神剑的重生。当你准备进入太阳之井高地时,就和太阳之井守卫谈谈。', '将被污染的奎尔德拉放入太阳之井。准备好进入太阳之井高地后,就同太阳之井守卫交谈。', '', '去冰冠冰川找奎尔德拉之冢的麦雷昂·阳炎。', '', '', '', '', 0),
|
||||
(24598, 'zhTW', '淨化奎爾德拉', '太陽之井和奎爾德拉流浪的終點正等待著你,$n。$B$B你會發現奎爾薩拉斯的攝政王洛索瑪‧塞隆和大博學者洛摩斯站在一起。請提防他們,別讓他們的政治陰謀陷害了你。$B$B反言之,把焦點一直放在你的任務上。將奎爾德拉浸泡在太陽之井中來完成復原劍刃的工作,然後回到奎爾德拉之眠,把劍刃拿給米拉連恩‧日炎看。當你準備好進入太陽之井高地的時候,請找一名太陽之井守望者談話。', '把淬鍛的奎爾德拉浸泡在太陽之井中。當你準備好進入太陽之井高地的時候,請找一名太陽之井守望者談話。', '', '到寒冰皇冠的奎爾德拉之眠找米拉連恩·日炎。', '', '', '', '', 0),
|
||||
(24609, 'deDE', 'Ein Geschenk für einen Lord von Eisenschmiede', 'Möchtet Ihr für Muradin Bronzebart einen hübschen Glücksbringerarmreif herstellen? Ich bin sicher, er wird sich freuen!$B$BHabt Ihr schon ein Sammelset für hübsche Glücksbringer?', 'Schenkt Muradin Bronzebart in Eisenschmiede einen hübschen Glücksbringerarmreif.', '', 'Kehrt zu Muradin Bronzebart in Dun Morogh zurück.', '', '', '', '', 18019),
|
||||
(24609, 'esES', 'Un regalo para un Señor de Forjaz', '¿Querías hacer una pulsera de talismanes preciosos para Muradin Barbabronce? Seguro que le encantará.$b$b¿Ya tienes un juego de coleccionista de talismanes preciosos?', 'Regálale una pulsera de talismanes preciosos a Muradin Barbabronce.', '', 'Vuelve con: Muradin Barbabronce. Zona: Dun Morogh.', '', '', '', '', 18019),
|
||||
@@ -60813,7 +60848,8 @@ INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Object
|
||||
(24884, 'esES', 'Classic Random 40-45 (1st)', '', '', '', '', '', '', '', '', 18019),
|
||||
(24884, 'esMX', 'Classic Random 40-45 (1st)', '', '', '', '', '', '', '', '', 18019),
|
||||
(24884, 'frFR', 'Classique aléatoire 40-45 (1e)', '', '', '', '', '', '', '', '', 18019),
|
||||
(24884, 'ruRU', 'Classic Random 40-45 (1st)', '', '', '', '', '', '', '', '', 18019),
|
||||
(24884, 'ruRU', 'Classic Random 40-45 (1st)', '', '', '', '', '', '', '', '', 18019);
|
||||
INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES
|
||||
(24884, 'zhCN', '经典旧世随机 35-45级 (第一次)', '', '', '', '', '', '', '', '', 0),
|
||||
(24885, 'deDE', 'Zufälliger, klassischer Dungeon 46-55 (Erster)', '', '', '', '', '', '', '', '', 18019),
|
||||
(24885, 'esES', 'Classic Random 46-55 (1st)', '', '', '', '', '', '', '', '', 18019),
|
||||
|
||||
@@ -5662,7 +5662,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(4442, 0, 1, 0, 0, 0, 100, 0, 4000, 9000, 12000, 20000, 0, 11, 3248, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Razorfen Defender - In Combat - Cast Improved Blocking'),
|
||||
(4442, 0, 2, 0, 13, 0, 100, 0, 8000, 8000, 0, 0, 0, 11, 11972, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Razorfen Defender - Victim Casting - Cast Shield Bash'),
|
||||
(4442, 0, 3, 0, 2, 0, 100, 1, 0, 15, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Razorfen Defender - Between 0-15% Health - Flee For Assist'),
|
||||
(4444, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Deathstalker Vincent - On Death - Say Line 0'),
|
||||
(4444, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Deathstalker Vincent - On Death - Say Line 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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(4444, 0, 1, 0, 4, 0, 100, 512, 0, 0, 0, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Deathstalker Vincent - On Aggro - Remove Bytes1'),
|
||||
(4457, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 19900, 30000, 0, 11, 13443, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Murkgill Forager - In Combat - Cast \'Rend\''),
|
||||
(4457, 0, 1, 0, 0, 0, 100, 0, 2600, 2600, 3700, 9100, 0, 11, 744, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Murkgill Forager - In Combat - Cast \'Poison\''),
|
||||
@@ -10053,8 +10054,7 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(11290, 0, 0, 0, 0, 0, 100, 0, 2300, 3400, 9800, 12600, 0, 11, 3234, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Mossflayer Zombie - In Combat - Cast \'3234\''),
|
||||
(11291, 0, 0, 0, 0, 0, 100, 0, 4000, 6000, 9000, 12000, 0, 11, 4974, 32, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Unliving Mossflayer - In Combat - Cast \'Wither Touch\''),
|
||||
(11291, 0, 1, 0, 9, 0, 100, 0, 0, 5, 8000, 14000, 0, 11, 11428, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Unliving Mossflayer - Within 0-5 Range - Cast \'Knockdown\''),
|
||||
(11318, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 4000, 8000, 0, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragefire Trogg - In Combat - Cast Strike');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(11318, 0, 0, 0, 0, 0, 100, 0, 1000, 2000, 4000, 8000, 0, 11, 11976, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragefire Trogg - In Combat - Cast Strike'),
|
||||
(11319, 0, 0, 0, 0, 0, 100, 2, 0, 0, 6000, 8000, 0, 11, 9532, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragefire Shaman - In Combat - Cast \'Lightning Bolt\' (Normal Dungeon)'),
|
||||
(11319, 0, 1, 0, 14, 0, 100, 2, 400, 40, 18000, 22000, 0, 11, 11986, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragefire Shaman - Friendly At 400 Health - Cast \'Healing Wave\' (Normal Dungeon)'),
|
||||
(11319, 0, 2, 0, 2, 0, 100, 3, 0, 15, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragefire Shaman - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)'),
|
||||
@@ -11265,7 +11265,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(13547, 0, 5, 0, 9, 1, 100, 2, 0, 40, 3400, 4800, 0, 11, 15242, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Within 0-40 Range - Cast \'Fireball\' (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 6, 7, 3, 1, 100, 515, 0, 15, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 7, 0, 61, 1, 100, 512, 0, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Between 0-15% Mana - Increment Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 8, 0, 9, 1, 100, 515, 35, 80, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 8, 0, 9, 1, 100, 515, 35, 80, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(13547, 0, 9, 0, 9, 1, 100, 515, 5, 15, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 10, 0, 9, 1, 100, 515, 0, 5, 0, 0, 0, 21, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
(13547, 0, 11, 0, 3, 2, 100, 514, 30, 100, 100, 100, 0, 23, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veteran Coldmine Explorer - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat) (Normal Dungeon)'),
|
||||
@@ -16844,7 +16845,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(19424, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 10000, 10000, 0, 11, 12542, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 'Bleeding Hollow Tormentor - In Combat - Cast \'Fear\' (No Repeat)'),
|
||||
(19424, 0, 1, 0, 0, 0, 100, 1, 0, 0, 3000, 3000, 0, 11, 34368, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bleeding Hollow Tormentor - In Combat - Cast \'Summon Riding Worg\' (No Repeat)'),
|
||||
(19424, 0, 2, 3, 2, 0, 100, 1, 0, 15, 0, 0, 0, 11, 31553, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Bleeding Hollow Tormentor - Between 0-15% Health - Cast \'Hamstring\' (No Repeat)'),
|
||||
(19424, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bleeding Hollow Tormentor - Between 0-15% Health - Flee For Assist (No Repeat)'),
|
||||
(19424, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Bleeding Hollow Tormentor - Between 0-15% Health - Flee For Assist (No Repeat)');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(19287, 0, 0, 0, 0, 0, 100, 0, 3000, 6000, 12000, 24000, 0, 11, 11829, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Invading Voidwalker - In Combat - Cast \'Flamestrike\''),
|
||||
(19286, 0, 0, 0, 0, 0, 100, 0, 3000, 3000, 15000, 20000, 0, 11, 32901, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Invading Fel Stalker - In Combat - Cast \'Carnivorous Bite\''),
|
||||
(19428, 0, 0, 0, 0, 0, 100, 2, 5000, 7000, 8000, 11000, 0, 11, 38193, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cobalt Serpent - In Combat - Cast Lightning Breath'),
|
||||
@@ -20054,8 +20056,7 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(22377, 0, 20, 0, 0, 0, 100, 0, 3000, 8000, 7000, 11000, 0, 11, 39945, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Akuno - In Combat - Cast Chain Lightning'),
|
||||
(22378, 0, 0, 0, 0, 0, 100, 0, 5000, 8000, 9000, 14000, 0, 11, 39043, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cabal Interrogator - In Combat - Cast \'Kick Akuno\''),
|
||||
(22378, 0, 1, 0, 0, 0, 100, 0, 2000, 5000, 6000, 9000, 0, 11, 15691, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Cabal Interrogator - In Combat - Cast \'Eviscerate\''),
|
||||
(22379, 0, 0, 1, 25, 0, 100, 512, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Serpentshrine Parasite - On Reset - Set React State');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(22379, 0, 0, 1, 25, 0, 100, 512, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Serpentshrine Parasite - On Reset - Set React State'),
|
||||
(22379, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 18, 80, 0, 0, 0, 0, 0, 0, 0, 'Serpentshrine Parasite - On Reset - Attack Start'),
|
||||
(22381, 0, 0, 0, 1, 0, 100, 0, 30000, 90000, 180000, 240000, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hathyss the Wicked - Out of Combat - Say Line 0'),
|
||||
(22381, 0, 1, 0, 0, 0, 100, 0, 3000, 7000, 9000, 18000, 0, 11, 36541, 33, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 'Hathyss the Wicked - In Combat - Cast \'Curse of Burning Shadows\''),
|
||||
@@ -22443,7 +22444,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(24852, 0, 1, 2, 40, 0, 100, 513, 18, 24852, 0, 0, 0, 1, 1, 2000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On WP 18 reached - Say line'),
|
||||
(24852, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 28, 44687, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On WP 18 reached - Remove aura Rocket Jump'),
|
||||
(24852, 0, 3, 0, 52, 0, 100, 512, 1, 24852, 0, 0, 0, 11, 44688, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Iron Rune Construct - On text over - Spellcast System Failure'),
|
||||
(24874, 0, 0, 1, 8, 0, 100, 0, 45323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fengir the Disgraced - On Spellhit \'Returning Vrykul Artifact\' - Say Line 0 (No Repeat)'),
|
||||
(24874, 0, 0, 1, 8, 0, 100, 0, 45323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fengir the Disgraced - On Spellhit \'Returning Vrykul Artifact\' - Say Line 0 (No Repeat)');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(24874, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 33, 24874, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Fengir the Disgraced - On Spellhit \'Returning Vrykul Artifact\' - Quest Credit \'A Return to Resting\' (No Repeat)'),
|
||||
(24875, 0, 0, 1, 8, 0, 100, 0, 45323, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Windan of the Kvaldir - On Spellhit \'Returning Vrykul Artifact\' - Say Line 0 (No Repeat)'),
|
||||
(24875, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 33, 24875, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Windan of the Kvaldir - On Spellhit \'Returning Vrykul Artifact\' - Quest Credit \'A Return to Resting\' (No Repeat)'),
|
||||
@@ -27947,7 +27949,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(29717, 0, 1, 0, 0, 0, 100, 0, 0, 1000, 3000, 4000, 0, 11, 32000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Shadow Cultist - IC - Cast Mind Sear'),
|
||||
(29721, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 12, 9526, 4, 30000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Skizzle Slickslide - On Aggro - Summon Creature \'Enraged Gryphon\''),
|
||||
(29721, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 12, 9297, 4, 30000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Skizzle Slickslide - On Aggro - Summon Creature \'Enraged Wyvern\''),
|
||||
(29724, 0, 0, 0, 1, 0, 100, 512, 2000, 45000, 60000, 60000, 0, 80, 2972400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Library Guardian - Out of Combat - Run Script'),
|
||||
(29724, 0, 0, 0, 1, 0, 100, 512, 2000, 45000, 60000, 60000, 0, 80, 2972400, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Library Guardian - Out of Combat - Run Script');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(29724, 0, 1, 0, 4, 0, 100, 0, 0, 0, 0, 0, 0, 103, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Library Guardian - On Aggro - Set Rooted Off'),
|
||||
(29732, 0, 0, 1, 62, 0, 100, 512, 9891, 0, 0, 0, 0, 12, 30401, 3, 162000, 0, 0, 0, 8, 0, 0, 0, 0, 6606, -277, 986, 3.3, 'On gossip select - summon creature'),
|
||||
(29732, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Linked - Close gossip'),
|
||||
@@ -30055,8 +30058,7 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(32442, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 11, 45797, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Cauldron Target 02 - On Spellhit \'Neutralizing Dose Applied\' - Cast \'Orange Radiation\''),
|
||||
(32442, 0, 3, 0, 38, 0, 100, 512, 1, 1, 0, 0, 0, 28, 45797, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Cauldron Target 02 - On Data Set 1 1 - Remove Aura \'Orange Radiation\''),
|
||||
(32443, 0, 0, 1, 25, 0, 100, 512, 0, 0, 0, 0, 0, 59, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Reset - Set Walk'),
|
||||
(32443, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 80, 3244300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Reset - Script9');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(32443, 0, 1, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 80, 3244300, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Reset - Script9'),
|
||||
(32445, 0, 0, 1, 54, 0, 100, 512, 0, 0, 0, 0, 0, 87, 3244500, 3244501, 3244502, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Plague Cauldron Bunny 02 - On Just Summoned - Run Random Script'),
|
||||
(32445, 0, 1, 2, 61, 0, 100, 512, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Plague Cauldron Bunny 02 - On Just Summoned - Say Line 0'),
|
||||
(32445, 0, 2, 0, 61, 0, 100, 512, 0, 0, 0, 0, 0, 11, 60059, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Plague Cauldron Bunny 02 - On Just Summoned - Cast \'Huge Green Splash\''),
|
||||
@@ -33781,7 +33783,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(504600, 9, 2, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Lieutenant Caldwell - On Script - Say Line 1'),
|
||||
(504600, 9, 3, 0, 0, 0, 100, 0, 500, 500, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 11, 5045, 20, 0, 0, 0, 0, 0, 0, 'Lieutenant Caldwell - On Script - Set Data 1 1'),
|
||||
(508800, 9, 0, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 4944, 50, 0, 0, 0, 0, 0, 0, 'On Script - Set Orientation Closest Creature \'Captain Garran Vimes\''),
|
||||
(508800, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 17, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Script - Play Kneel'),
|
||||
(508800, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 17, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Script - Play Kneel');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(508800, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 0, 17, 26, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Script - Play Stand'),
|
||||
(508800, 9, 3, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Script - Say Line 0'),
|
||||
(508800, 9, 4, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 11, 6245, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Script - Cast \'Force Target - Salute\''),
|
||||
@@ -39659,7 +39662,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(2799200, 9, 2, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 12, 24533, 4, 60000, 0, 1, 0, 8, 0, 0, 0, 0, 956, -5267, 198, 4.5, 'Script9 - Summon Creature'),
|
||||
(2799200, 9, 3, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 12, 24533, 4, 60000, 0, 1, 0, 8, 0, 0, 0, 0, 965, -5241, 189, 4.5, 'Script9 - Summon Creature'),
|
||||
(2799600, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - ActionList - talk'),
|
||||
(2799600, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - ActionList - despawn'),
|
||||
(2799600, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - ActionList - despawn');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(2800500, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 11, 50437, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Spellcast Devour Ghoul'),
|
||||
(2800500, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 0, 11, 50443, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Spellcast Nourishment'),
|
||||
(2800500, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Despawn'),
|
||||
@@ -40056,8 +40060,7 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(2884400, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 0, 11, 51744, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drakkari Skullcrusher - On Script - Cast \'Suicide (No Log)\''),
|
||||
(2885700, 9, 0, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Say Line 0'),
|
||||
(2885700, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 122, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Flee For 2 Seconds'),
|
||||
(2885700, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Despawn');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(2885700, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Despawn'),
|
||||
(2885701, 9, 0, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Say Line 1'),
|
||||
(2885701, 9, 1, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 0, 122, 2000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Flee For 2 Seconds'),
|
||||
(2885701, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drostan - On Script - Despawn'),
|
||||
@@ -45458,7 +45461,8 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
|
||||
(141300, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 90, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Set UNIT_STAND_STATE_SIT'),
|
||||
(141300, 9, 5, 0, 0, 0, 100, 0, 1000, 2000, 0, 0, 0, 45, 1, 2, 0, 0, 0, 0, 10, 86597, 1414, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Set Data 1 2 \'Lisan Pierce\''),
|
||||
(141300, 9, 6, 0, 0, 0, 100, 0, 1000, 2000, 0, 0, 0, 45, 1, 2, 0, 0, 0, 0, 10, 89294, 1415, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Set Data 1 2 \'Suzanne\''),
|
||||
(141300, 9, 7, 0, 0, 0, 100, 0, 240000, 290000, 0, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Emote Talk'),
|
||||
(141300, 9, 7, 0, 0, 0, 100, 0, 240000, 290000, 0, 0, 0, 5, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Emote Talk');
|
||||
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_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
|
||||
(141300, 9, 8, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 0, 91, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Remove UNIT_STAND_STATE_SIT'),
|
||||
(141300, 9, 9, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 0, 45, 1, 3, 0, 0, 0, 0, 10, 86597, 1414, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Set Data 1 3 \'Lisan Pierce\''),
|
||||
(141300, 9, 10, 0, 0, 0, 100, 0, 2000, 3000, 0, 0, 0, 45, 1, 3, 0, 0, 0, 0, 10, 89294, 1415, 0, 0, 0, 0, 0, 0, 'Janey Anship - On Script - Set Data 1 3 \'Suzanne\''),
|
||||
|
||||
Reference in New Issue
Block a user