DB/Quest: "Translating the Journal (Part 2)" & "Find the Gems and Power Source"

Closes #21052
This commit is contained in:
ZenoX92
2017-12-14 15:28:59 +01:00
committed by Aokromes
parent 9cdfeb79b5
commit 2bf93b4dca

View File

@@ -0,0 +1,27 @@
-- Jarkal Mossmeld
DELETE FROM `creature_text` WHERE `CreatureID`=6868;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(6868,0,0,"Allow me to get some water for the inking reagent.",12,0,100,0,0,0,3082,0,"Jarkal Mossmeld"),
(6868,1,0,"This will do nicely. Now to the task at hand!",12,0,100,0,0,0,3084,0,"Jarkal Mossmeld"),
(6868,2,0,"There we go, all finished. The journal has been translated for you.",12,0,100,1,0,0,3085,0,"Jarkal Mossmeld"),
(6868,3,0,"And now for a quick look at these gems.",12,0,100,0,0,0,3083,0,"Jarkal Mossmeld"),
(6868,4,0,"Just as I thought, the gems and the necklace don't matter. It's all about the power source.",12,0,100,1,0,0,3091,0,"Jarkal Mossmeld");
UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=6868;
DELETE FROM `smart_scripts` WHERE `entryorguid`=6868 AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (686800,686801) AND `source_type`=9;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(6868,0,0,0,20,0,100,0,2338,0,0,0,80,686800,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Quest 'Translating the Journal (Part 2)' Finished - Run Script"),
(6868,0,1,0,20,0,100,0,2339,0,0,0,80,686801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Quest 'Find the Gems and Power Source' Finished - Run Script"),
(686800,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Remove Npc Flag Questgiver"),
(686800,9,1,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Say Line 0"),
(686800,9,2,0,0,0,100,0,2000,2000,0,0,11,5504,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Cast Conjure Water"),
(686800,9,3,0,0,0,100,0,4000,4000,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Say Line 1"),
(686800,9,4,0,0,0,100,0,2000,2000,0,0,11,9744,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Cast Jarkal's Translation"),
(686800,9,5,0,0,0,100,0,6000,6000,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Say Line 2"),
(686800,9,6,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Add Npc Flag Questgiver"),
(686801,9,0,0,0,0,100,0,0,0,0,0,83,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Remove Npc Flag Questgiver"),
(686801,9,1,0,0,0,100,0,1000,1000,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Say Line 3"),
(686801,9,2,0,0,0,100,0,2000,2000,0,0,11,5017,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Cast Divining Trance"),
(686801,9,3,0,0,0,100,0,6000,6000,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Say Line 4"),
(686801,9,4,0,0,0,100,0,0,0,0,0,82,2,0,0,0,0,0,1,0,0,0,0,0,0,0,"Jarkal Mossmeld - On Script - Add Npc Flag Questgiver");