mirror of
https://github.com/araxiaonline/ScourgeInvasion.git
synced 2026-06-13 03:02:21 -04:00
Create Darnassus (12773).sql
This commit is contained in:
23
Quest/Desperate Alliance/Darnassus (12773).sql
Normal file
23
Quest/Desperate Alliance/Darnassus (12773).sql
Normal file
@@ -0,0 +1,23 @@
|
||||
DELETE FROM `quest_template` WHERE (`ID` = 12773);
|
||||
INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `QuestSortID`, `QuestInfoID`, `SuggestedGroupNum`, `RequiredFactionId1`, `RequiredFactionId2`, `RequiredFactionValue1`, `RequiredFactionValue2`, `RewardNextQuest`, `RewardXPDifficulty`, `RewardMoney`, `RewardMoneyDifficulty`, `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
|
||||
(12773, 2, -1, 65, -284, 0, 0, 0, 0, 0, 0, 0, 3, 37000, 3, 0, 0, 0, 0, 39698, 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, 69, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 'Darnassus', 'Bishop Lazaril wants you to bring the Light-infused Artifact to Tyrande Whisperwind in Darnassus.', 'Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to Darnassus. Deliver it to Tyrande Whisperwind -- her priests will find it a vital source of power in their fight against the unholy forces from the North.', '', 'Return to Tyrande Whisperwind at The Temple Gardens in Darnassus.', 0, 0, 0, 0, 0, 0, 0, 0, 39698, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', '', '', '', 12340);
|
||||
|
||||
DELETE FROM `quest_template_addon` WHERE (`ID` = 12773);
|
||||
INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES
|
||||
(12773, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0);
|
||||
|
||||
DELETE FROM `quest_offer_reward` WHERE (`ID` = 12773);
|
||||
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(12773, 0, 0, 0, 0, 0, 0, 0, 0, 'What is this? What a boon! They have captured such Light into this artifact, it shines nigh bright as the moon! Our priests will channel this power against our foes, and the Lich King\'s invasion will surely fail. Thank you, $N. Our world tree will be safe.$b$bWhat\'s more, we have sensed that perhaps another world tree grows far to the north, nestled hidden near the Lich King\'s own domain. Perhaps someday... we will shepherd both trees and herald a new era of peace.', 12340);
|
||||
|
||||
DELETE FROM `quest_request_items` WHERE (`ID` = 12773);
|
||||
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(12773, 0, 0, '$n, my son. Once again we are pulled into a conflict that may sunder all we know. It is good to have a $c of your talents lend his strength to this world tree\'s defense.', 12340);
|
||||
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 12773);
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(29087, 12773);
|
||||
|
||||
DELETE FROM `creature_questender` WHERE (`quest` = 12773);
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(7999, 12773);
|
||||
Reference in New Issue
Block a user