Pelf

atramedes sql

Dec 20th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 3.85 KB | None | 0 0
  1. /* звуки и тексты */
  2. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  3. VALUES (41442, 0, 0, 'I have no need for eyes to see my enemies. Your clumsy footsteps and foul stench give you away!', 1, 0, 0, 0, 0, 20820, 'VO_BD_ATRAMEDES aggro');
  4. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  5. VALUES (41442, 1, 0, 'Sighted, but blind to the truth. Embrace the finality of it all!', 1, 0, 0, 0, 0, 20821, 'VO_BD_ATRAMEDES kill');
  6. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  7. VALUES (41442, 2, 0, 'Death waits in the darkness!', 1, 0, 0, 0, 0, 20822, 'VO_BD_ATRAMEDES aggro');
  8. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  9. VALUES (41442, 3, 0, 'This miserable existence finally ends.', 1, 0, 0, 0, 0, 20823, 'VO_BD_ATRAMEDES death');
  10. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  11. VALUES (41442, 4, 0, '', 1, 0, 0, 0, 0, 20824, 'VO_BD_ATRAMEDES');
  12. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  13. VALUES (41442, 5, 0, '', 1, 0, 0, 0, 0, 20825, 'VO_BD_ATRAMEDES');
  14. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  15. VALUES (41442, 6, 0, 'You cannot hide from searing flame!', 1, 0, 0, 0, 0, 20826, 'VO_BD_ATRAMEDES searing flame');
  16. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  17. VALUES (41442, 7, 0, 'Yes, run! With every step your heart quickens. The beating, loud and thunderous... Almost deafening. You cannot escape!', 1, 0, 0, 0, 0, 20827, 'VO_BD_ATRAMEDES roaring flame');
  18. INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`)
  19. VALUES (41442, 8, 0, '', 1, 0, 0, 0, 0, 20828, 'VO_BD_ATRAMEDES ');
  20.  
  21. /* скрипты скиллов */
  22. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (78100, 'spell_atramedes_sonic_breath');
  23. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (92553, 'spell_atramedes_sonar_bomb');
  24. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (78023, 'spell_atramedes_roaring_flame_aura');
  25. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (78353, 'spell_atramedes_roaring_flame');
  26. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77675, 'spell_atramedes_sonar_pulse');
  27. INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (77612, 'spell_atramedes_modulation');
  28.  
  29. /* правки нпц */
  30. UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_roaring_flame' WHERE `entry`=41807;
  31. UPDATE `creature_template` SET `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_roaring_flame_target' WHERE `entry`=42121;
  32. UPDATE `creature_template` SET `npcflag`=1, `ScriptName`='npc_atramedes_gong' WHERE `entry`=42949;
  33. UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_tracking_flames' WHERE `entry`=41879;
  34. UPDATE `creature_template` SET `ScriptName`='boss_atramedes' WHERE `entry`=41442;
  35. UPDATE `creature_template` SET `movementId`=0, `minlevel`=88, `maxlevel`=88, `faction_A`=16, `faction_H`=16, `flags_extra`=128, `ScriptName`='npc_sonar_pulse' WHERE `entry`=41546;
Advertisement
Add Comment
Please, Sign In to add comment