diff options
-rw-r--r-- | sql/updates/world/master/2022_03_20_16_world_2021_10_23_00_world.sql | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_20_16_world_2021_10_23_00_world.sql b/sql/updates/world/master/2022_03_20_16_world_2021_10_23_00_world.sql new file mode 100644 index 00000000000..34f6e538530 --- /dev/null +++ b/sql/updates/world/master/2022_03_20_16_world_2021_10_23_00_world.sql @@ -0,0 +1,27 @@ +-- +UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` IN (3836,8383); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (3836,8383) 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`,`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 +(3836,0,0,0,22,0,100,0,41,5000,5000,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Received Emote 'Flex' - Say Line 0"), +(3836,0,1,0,22,0,100,0,77,5000,5000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Received Emote 'Rude' - Say Line 1"), +(3836,0,2,0,22,0,100,0,17,5000,5000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Received Emote 'Bow' - Play Emote 2"), +(3836,0,3,0,22,0,100,0,78,5000,5000,0,0,5,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Received Emote 'Salute' - Play Emote 66"), +(3836,0,4,0,22,0,100,0,101,5000,5000,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Received Emote 'Wave' - Play Emote 3"), +(3836,0,5,0,62,0,100,0,1206,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Mountaineer Pebblebitty - On Gossip Option 0 Selected - Close Gossip"), + +(8383,0,0,0,22,0,100,0,41,5000,5000,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Master Wood - On Received Emote 'Flex' - Say Line 0"), +(8383,0,1,0,22,0,100,0,77,5000,5000,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,"Master Wood - On Received Emote 'Rude' - Say Line 1"), +(8383,0,2,0,22,0,100,0,17,5000,5000,0,0,5,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Master Wood - On Received Emote 'Bow' - Play Emote 2"), +(8383,0,3,0,22,0,100,0,78,5000,5000,0,0,5,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Master Wood - On Received Emote 'Salute' - Play Emote 66"), +(8383,0,4,0,22,0,100,0,101,5000,5000,0,0,5,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,"Master Wood - On Received Emote 'Wave' - Play Emote 3"); + +DELETE FROM `creature_text` WHERE `CreatureID` IN (3836,8383); +INSERT INTO `creature_text` (`CreatureID`,`GroupID`,`ID`,`Text`,`Type`,`Language`,`Probability`,`Emote`,`Duration`,`Sound`,`BroadcastTextId`,`TextRange`,`comment`) VALUES +(3836,0,0,"%s is not impressed.",16,0,100,11,0,0,1401,0,"Mountaineer Pebblebitty"), +(3836,1,0,"You're pushing it, $n.",12,0,100,0,0,0,1402,0,"Mountaineer Pebblebitty"), +(3836,1,1,"Don't make me go medieval on you.",12,0,100,0,0,0,1403,0,"Mountaineer Pebblebitty"), +(3836,1,2,"Keep it up, $n, and I'll beat some manners into you.",12,0,100,0,0,0,1404,0,"Mountaineer Pebblebitty"), +(8383,0,0,"%s is not impressed.",16,0,100,11,0,0,1401,0,"Master Wood"), +(8383,1,0,"You're pushing it, $n.",12,0,100,0,0,0,1402,0,"Master Wood"), +(8383,1,1,"Don't make me go medieval on you.",12,0,100,0,0,0,1403,0,"Master Wood"), +(8383,1,2,"Keep it up, $n, and I'll beat some manners into you.",12,0,100,0,0,0,1404,0,"Master Wood"); |