diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-02-20 14:23:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 14:23:03 +0100 |
commit | f90d55e1ba0fe3def209e9ec401d48d0f8e2984d (patch) | |
tree | cfdb419c61b21e8d1d980067116d127920f126c2 | |
parent | 67da57db4f3c5dd129df622eb98ed437eac4f3da (diff) |
DB/SAI: Anchorite Fateema outro for "Medicinal Purpose"
closes #29077 by Jonne733
-rw-r--r-- | sql/updates/world/3.3.5/2024_02_20_01_world.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_20_01_world.sql b/sql/updates/world/3.3.5/2024_02_20_01_world.sql new file mode 100644 index 00000000000..6a96e8fa920 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_20_01_world.sql @@ -0,0 +1,11 @@ +-- Anchorite Fateema outro script for quest "Medicinal Purpose" (9463) +DELETE FROM `smart_scripts` WHERE `entryorguid`=17214 AND `id`=1; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1721400 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`,`event_param5`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_param4`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES +(17214,0,1,0,20,0,100,0,9463,0,0,0,0,80,1721400,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Anchorite Fateema - On Quest 'Medicinal Purposes' Rewarded - Run Script"), +(1721400,9,0,0,0,0,100,0,0,0,0,0,0,83,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Daedal - On Script - Remove Npc Flag Questgiver+Trainer"), +(1721400,9,1,0,0,0,100,0,1000,1000,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Anchorite Fateema - On Script - Say Line 1"), +(1721400,9,2,0,0,0,100,0,4000,4000,0,0,0,5,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Anchorite Fateema - On Script - Play Emote"), +(1721400,9,3,0,0,0,100,0,6000,6000,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Anchorite Fateema - On Script - Say Line 2"), +(1721400,9,4,0,0,0,100,0,2000,2000,0,0,0,82,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Daedal - On Script - Add Npc Flag Questgiver+Trainer"), +(1721400,9,5,0,0,0,100,0,2000,2000,0,0,0,1,0,0,0,0,0,0,19,17215,0,0,0,0,0,0,0,"Anchorite Fateema - On Script - Say Line 1 (Daedal)"); |