diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2018-07-18 20:24:56 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-15 00:07:44 +0200 |
commit | b638f3778877e389a7117e57885ba3e745e8393b (patch) | |
tree | 6a61a8c3b60924624a848799f434cdfa1480f9e7 | |
parent | 862c7b68bf3f3af87790a9483cfe528e01f4566e (diff) |
DB/Gossip: Anthion Harmon & Falrin Treeshaper
Closes #22168
(cherry picked from commit c37cd258bd8ea6a5245fbd81757d1b0328914dcc)
-rw-r--r-- | sql/updates/world/master/2021_10_14_10_world_2018_07_18_04_world_335.sql | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_14_10_world_2018_07_18_04_world_335.sql b/sql/updates/world/master/2021_10_14_10_world_2018_07_18_04_world_335.sql new file mode 100644 index 00000000000..88f99136865 --- /dev/null +++ b/sql/updates/world/master/2021_10_14_10_world_2018_07_18_04_world_335.sql @@ -0,0 +1,43 @@ +-- +-- Anthion Harmon +UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=7072 WHERE `entry`=16016; + +DELETE FROM `gossip_menu` WHERE `MenuID`=7072; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7072,8334,0), +(7072,8337,0), +(7072,8338,0); + +DELETE FROM `npc_text` WHERE `ID` IN (8337,8338); +INSERT INTO `npc_text` (`ID`, `BroadcastTextID0`, `Probability0`) VALUES +(8337,11933,1), +(8338,11912,1); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7072; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,7072,8334,0,0,8,0,8946,0,0,1,0,0,"","Show gossip text 8334 if quest 'Proof of Life' is not rewarded"), +(14,7072,8337,0,0,8,0,8946,0,0,0,0,0,"","Show gossip text 8337 if quest 'Proof of Life' is rewarded"), +(14,7072,8337,0,0,8,0,9015,0,0,1,0,0,"","Show gossip text 8337 if quest 'The Challenge' is NOT rewarded"), +(14,7072,8338,0,0,8,0,9015,0,0,0,0,0,"","Show gossip text 8338 if quest 'The Challenge' is rewarded"); + +-- Falrin Treeshaper +-- UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=7073 WHERE `entry`=16032; + +DELETE FROM `gossip_menu` WHERE `MenuID`=7073; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`, `VerifiedBuild`) VALUES +(7073,8336,0); + +DELETE FROM `gossip_menu_option` WHERE `MenuID`=7073; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionIndex`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `VerifiedBuild`) VALUES +(7073,0,0,"I believe I misplaced that banner you enchanted for me, Falrin.",11910,1,1,0); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7073; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15,7073,0,0,0,14,0,9015,0,0,1,0,0,"","Show gossip option if quest 'The Challenge' is taken, completed or rewarded"), +(15,7073,0,0,0,2,0,21986,1,1,1,0,0,"","Show gossip option if player does not have item 'Banner of Provocation'"); + +UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=16032; +DELETE FROM `smart_scripts` WHERE `entryorguid`=16032 AND `source_type`=0; +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 +(16032,0,0,1,62,0,100,0,7073,0,0,0,85,27755,2,0,0,0,0,7,0,0,0,0,0,0,0,"Falrin Treeshaper - On Gossip Option 0 Selected - Invoker Cast 'Create Banner of Provocation'"), +(16032,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Falrin Treeshaper - On Gossip Option 0 Selected - Close Gossip"); |