Advertisement
IcariumQA

Nozdormu Quest text fix

Feb 20th, 2021 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 4.72 KB | None | 0 0
  1. UPDATE `quest_template`
  2. SET `LogDescription` = 'Speak with Nozdormu.', `QuestDescription` = 'Mystic Scrolls will allow you to unlock powerful Mystic Enchants, allowing new and powerful ways to combine your abilities in the fight against the Legion. Speak with Nozdormu to learn how to acquire Mystic Scrolls.', `QuestCompletionLog` = 'Return to Nozdormu in Shattrath.'
  3. WHERE `ID` = 2004006;
  4.  
  5. DELETE FROM `quest_offer_reward` WHERE `ID`=2004006;
  6. INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES (2004006, 0, 0, 0, 0, 0, 0, 0, 0, 'These items are the core of your path to learning how to master the Mystic Enchant. You can use these Mystic Runes at a Mystic Altar and use them to inscribe Mystic Enchants on your armor and weapons. You can also aquire Mystic Scrolls already inscribed with powerful epic and legendary Mystic Enchants from me once per day.', 12340);
  7.  
  8. #-----------------------------------------------------------------------------------------------------------------------------------------
  9.  
  10. UPDATE `quest_template`
  11. SET `LogDescription` = 'Acquire your Mystic Scrolls from Nozdormu.', `QuestDescription` = 'You cannot hope to survive in Outland without unlocking and applying the power of Mystic Enchants, $N. These Mystic Scrolls are imbued with the power of Mystic Enchants, allowing you to permamently add an enchant to your Enchants Collection. However, once unlocked, you will need to find a Mystic Enchanting Altar to empower your gear with your new Mystic Enchant.  Takes these Mystic Scrolls and unlock their power. I look forward to seeing how you make use of the power you have been granted.', `QuestCompletionLog` = 'Return to Nozdormu in Shattrath.'
  12. WHERE `ID` = 2004005;
  13.  
  14. DELETE FROM `quest_offer_reward` WHERE `ID`=2004005;
  15. INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES (2004005, 0, 0, 0, 0, 0, 0, 0, 0, 'These Mystic Scroll are imbued with powerful Mystic Enchants. Use these Mystic Scrolls to unlock their power and use a Mystic Enchanting Altar to apply them to your gear.', 12340);
  16.  
  17.  
  18.  
  19.  
  20. #-----------------------
  21.  
  22. UPDATE `quest_template`
  23. SET `LogDescription` = 'Acquire 1000 Marks of Ascension and deliver them to Nozdormu in Shattrath.', `QuestDescription` = 'You cannot hope to survive in Outland without unlocking and applying the power of Mystic Enchants $N. These Mystic Scrolls are imbued with the power of Mystic Enchants, allowing you to permamently add an enchant to your Enchants Collection. However, once unlocked, you will need to find a Mystic Enchanting Altar to empower your gear with your new Mystic Enchant.  I will grant you an Epic Mystic Scroll for 1000 Marks of Ascension.', `QuestCompletionLog` = 'Return to Nozdormu in Shattrath.'
  24. WHERE `ID` = 696970;
  25.  
  26. DELETE FROM `quest_offer_reward` WHERE `ID`=696970;
  27. INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES (696970, 0, 0, 0, 0, 0, 0, 0, 0, 'This Mystic Scroll is imbued with an Epic Mystic Enchants. Use the Mystic Scroll to unlock its power and use a Mystic Enchanting Altar to apply it to your gear.', 12340);
  28.  
  29. #-----------------------------------------------------------------------------------------------------------------------------------------
  30.  
  31. UPDATE `quest_template`
  32. SET `LogDescription` = 'Acquire 1000 Marks of Ascension and deliver them to Nozdormu in Shattrath.', `QuestDescription` = 'You cannot hope to survive in Outland without unlocking and applying the power of Mystic Enchants $N. These Mystic Scrolls are imbued with the power of Mystic Enchants, allowing you to permamently add an enchant to your Enchants Collection. However, once unlocked, you will need to find a Mystic Enchanting Altar to empower your gear with your new Mystic Enchant.  I will grant you a Legendary Mystic Scroll for 10000 Marks of Ascension.', `QuestCompletionLog` = 'Return to Nozdormu in Shattrath.'
  33. WHERE `ID` = 696971;
  34.  
  35. DELETE FROM `quest_offer_reward` WHERE `ID`=696971;
  36. INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES (696971, 0, 0, 0, 0, 0, 0, 0, 0, 'This Mystic Scroll is imbued with a Legendary Mystic Enchants. Use the Mystic Scroll to unlock its power and use a Mystic Enchanting Altar to apply it to your gear.', 12340);
  37.  
  38. #-----------------------------------------------------------------------------------------------------------------------------------------
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement