diff options
| author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-22 04:50:14 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-07 23:51:09 +0200 |
| commit | ab32af2806ca1d298a22ec703952272acf2966c9 (patch) | |
| tree | 93b8efd2498126e0147c6864c16a7aa76b0259ff | |
| parent | de22dc2fa87f9edb569ee61120cf1850c02c7d24 (diff) | |
DB/Quest: Hilary's Necklace
Closes #20376
Closes #12788
(cherry picked from commit 32f2d08234d9edcf3f5d4584d452f0aeb5320823)
| -rw-r--r-- | sql/updates/world/master/2020_09_07_06_world_2017_09_21_13_world_335.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_07_06_world_2017_09_21_13_world_335.sql b/sql/updates/world/master/2020_09_07_06_world_2017_09_21_13_world_335.sql new file mode 100644 index 00000000000..afb74998428 --- /dev/null +++ b/sql/updates/world/master/2020_09_07_06_world_2017_09_21_13_world_335.sql @@ -0,0 +1,17 @@ +-- Quest "Nida's Necklace" --> Completion Event +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=8962; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8962 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE `entryorguid`=896200 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 +(8962,0,0,0,20,0,100,0,26508,0,0,0,80,896200,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nida - On Quest 'Nida's Necklace' Finished - Run Script"), +(896200,9,0,0,0,0,100,0,1000,1000,0,0,1,0,0,0,0,0,0,19,8963,0,0,0,0,0,0,"Nida - On Script - Say Line 0 (Effsee)"), +(896200,9,1,0,0,0,100,0,2000,2000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,"Nida - On Script - Say Line 0"); +DELETE FROM `creature_text` WHERE `CreatureID` IN (8962,8963); +INSERT INTO `creature_text` (`CreatureID`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextId`, `comment`) VALUES +(8962, 0, 0, "I know how to speak kitty, and Effsee said thank you.", 12, 0, 100, 18, 0, 0, 4628, "Nida"), +(8963, 0, 0, "Meow!", 12, 0, 100, 0, 0, 0, 4627, "Effsee"); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (1621); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 1621, 2273, 0, 0, 8, 0, 26508, 0, 0, 1, 0, 0, "", "Show gossip text 2273 if quest 'Nida's Necklace' is NOT rewarded"), +(14, 1621, 2274, 0, 0, 8, 0, 26508, 0, 0, 0, 0, 0, "", "Show gossip text 2274 if quest 'Nida's Necklace' is rewarded"); |
