diff options
author | ZenoX92 <ZenoX92@users.noreply.github.com> | 2017-09-07 15:00:53 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-09-07 15:00:53 +0200 |
commit | 54ec8c4389cf98dcc4d014c9e773ee5e465d8f05 (patch) | |
tree | 676306353bf5a45339b6c1f2499de1850a537065 | |
parent | 4249976890848e455eb4f4582d56a72af932e417 (diff) |
DB/Quest: Forsaken Diseases
Closes #20276
-rw-r--r-- | sql/updates/world/3.3.5/2017_09_07_01_world.sql | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_07_01_world.sql b/sql/updates/world/3.3.5/2017_09_07_01_world.sql new file mode 100644 index 00000000000..8302dd4fa1b --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_07_01_world.sql @@ -0,0 +1,23 @@ +-- +DELETE FROM `creature_text` WHERE `CreatureID`=3848 AND `GroupID`>0; +INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES +(3848,1,0,"Uh... the disease is potent. And it attacks the mind...",12,7,100,0,0,0,1316,0,"Kayneth Stillwind"), +(3848,2,0,"I must... RESIST!",12,7,100,0,0,0,1318,0,"Kayneth Stillwind"), +(3848,3,0,"I have survived the poisons of the Forsaken, $n, and I know now what must be done.",12,7,100,1,0,0,1319,0,"Kayneth Stillwind"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=3848 AND `source_type`=0 AND `id`=6; +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 +(3848,0,6,0,20,0,100,0,1011,0,0,0,80,384801,0,0,0,0,0,1,0,0,0,0,0,0,0,"Kayneth Stillwind - On Quest 'Forsaken Diseases' Finished - Run Script"); + +DELETE FROM `smart_scripts` WHERE `entryorguid`=384801 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 +(384801,9,0,0,0,0,100,0,0,0,0,0,103,1,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Set Rooted On'), +(384801,9,1,0,0,0,100,0,0,0,0,0,83,3,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Remove Questgiver+Gossip npcflag'), +(384801,9,2,0,0,0,100,0,1000,1000,0,0,5,7,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Play Emote 7'), +(384801,9,3,0,0,0,100,0,3000,3000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Say Line 1'), +(384801,9,4,0,0,0,100,0,4000,4000,0,0,17,64,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Set Emote State 64'), +(384801,9,5,0,0,0,100,0,1000,1000,0,0,1,2,0,0,0,0,0,7,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Say Line 2'), +(384801,9,6,0,0,0,100,0,4000,4000,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Set Emote State 0'), +(384801,9,7,0,0,0,100,0,0,0,0,0,1,3,0,0,0,0,0,7,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Say Line 3'), +(384801,9,8,0,0,0,100,0,2000,2000,0,0,82,3,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Add Questgiver+Gossip npcflag'), +(384801,9,9,0,0,0,100,0,10000,10000,0,0,103,0,0,0,0,0,0,1,0,0,0,0,0,0,0,'Kayneth Stillwind - On Script - Set Rooted Off'); |