DB/Creature: Kyrenna

Closes #20359
This commit is contained in:
Wyreth
2017-09-21 16:26:32 +02:00
committed by Killyana
parent 05a101881c
commit 4542d93307

View File

@@ -0,0 +1,20 @@
-- Kyrenna
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (18929) AND `source_type`=0;
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (1892900, 1892901, 1892902) 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
(18929, 0, 0, 0, 1, 0, 100, 0, 10000, 30000, 270000, 330000, 88, 1892900, 1892902, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - Out Of Combat - Call Random Script"),
(1892900, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 0"),
(1892900, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 3"),
(1892901, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 1"),
(1892901, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 2"),
(1892902, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 4"),
(1892902, 9, 1, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Kyrenna - On Script - Say Line 5");
DELETE FROM `creature_text` WHERE `CreatureID`=18929;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(18929, 0, 0, "If only I had some wine to go with my cheese...", 12, 0, 100, 18, 0, 0, 16093, 0, "Kyrenna"),
(18929, 1, 0, "Ooh what a dreadful job!", 12, 0, 100, 1, 0, 0, 16094, 0, "Kyrenna"),
(18929, 2, 0, "All day, surrounded by the stench of bad feet.", 12, 0, 100, 0, 0, 0, 16095, 0, "Kyrenna"),
(18929, 3, 0, "The hours would pass so much more sweetly.", 12, 0, 100, 0, 0, 0, 16096, 0, "Kyrenna"),
(18929, 4, 0, "Why couldn't mother have chosen something else to dedicate herself to?", 12, 0, 100, 1, 0, 0, 16097, 0, "Kyrenna"),
(18929, 5, 0, "Cakes, pastries, even bread - anything but cheese!", 12, 0, 100, 0, 0, 0, 16098, 0, "Kyrenna");