Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*скрипты для боссов и мобов*/
- UPDATE `creature_template` SET `ScriptName`='boss_maloriak' WHERE `entry`=41378;
- UPDATE `creature_template` SET `ScriptName`='npc_flash_freeze' WHERE `entry`=41576;
- UPDATE `creature_template` SET `ScriptName`='npc_magma_jet_summon', `flags_extra`=128 WHERE `entry`=41901;
- UPDATE `creature_template` SET `ScriptName`='npc_magma_jet', `flags_extra`=128 WHERE `entry`=50030;
- UPDATE `creature_template` SET `ScriptName`='npc_absolute_zero' WHERE `entry`=41961;
- UPDATE `creature_template` SET `ScriptName`='npc_prime_subject' WHERE `entry`=41841;
- /*скрипты для скиллов*/
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77615, 'spell_maloriak_debilitating_slime');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77569, 'spell_maloriak_release_aberrations');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77991, 'spell_maloriak_release_all_minions');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77699, 'spell_maloriak_flash_freeze');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (92978, 'spell_maloriak_flash_freeze');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (92979, 'spell_maloriak_flash_freeze');
- INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (92980, 'spell_maloriak_flash_freeze');
- /*фракции*/
- UPDATE `creature_template` SET `faction_A`=16, `faction_H`=16 WHERE `entry`=41901;
- UPDATE `creature_template` SET `faction_A`=16, `faction_H`=16 WHERE `entry`=41961;
- UPDATE `creature_template` SET `faction_A`=16, `faction_H`=16 WHERE `entry`=50030;
- /*звуки и тексты*/
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 0, 0, 'There can be no disruptions! Mustn\'t keep the master waiting! Mustn\'t fail again!', 1, 0, 0, 0, 0, 19847, 'VO_BD_Maloriak aggro');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 1, 0, 'There will never be another like me..', 1, 0, 0, 0, 0, 19848, 'VO_BD_Maloriak death');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 2, 0, 'Nothing goes to waste...', 1, 0, 0, 0, 0, 19849, 'VO_BD_Maloriak_event02');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 3, 0, 'Strip the flesh, harvest the organs!', 1, 0, 0, 0, 0, 19850, 'VO_BD_Maloriak_event03');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 4, 0, 'Mix and stir, apply heat...', 1, 0, 0, 0, 0, 19851, 'VO_BD_Maloriak_event05');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 5, 0, 'This one\'s a little unstable, but what\'s progress without failure?', 1, 0, 0, 0, 0, 19852, 'VO_BD_Maloriak_event06');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 6, 0, 'How well does the mortal shell handle extreme temperature change? Must find out! For science!', 1, 0, 0, 0, 0, 19853, 'VO_BD_Maloriak_event07');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 7, 0, '', 1, 0, 0, 0, 0, 19854, 'VO_BD_Maloriak_event08');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 8, 0, 'What they lack in intelligence they make up for in ferocity!', 1, 0, 0, 0, 0, 19855, 'VO_BD_Maloriak_event09');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 9, 0, 'My failings will be your downfall!', 1, 0, 0, 0, 0, 19856, 'VO_BD_Maloriak_event10');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 10, 0, 'Too early, but no choice... They must be tested! Face now my prime subjects!', 1, 0, 0, 0, 0, 19857, 'VO_BD_Maloriak_event11');
- INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
- VALUES (41378, 11, 0, 'Meet the brawn to my brains! Prime subjects, devour them!', 1, 0, 0, 0, 0, 19858, 'VO_BD_Maloriak_event12');
Advertisement
Add Comment
Please, Sign In to add comment