Advertisement
Guest User

Untitled

a guest
May 13th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. DELETE FROM `creature_template_addon` WHERE `entry`=31157;
  2. INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
  3. (31157, 0, 0, 33554432, 0, 0, '55971');
  4. UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=30951;
  5. DELETE FROM `smart_scripts` WHERE `entryorguid`=30951 AND `id`=2;
  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
  7. (30951, 0, 2, 0, 8, 0, 100, 0, 59234, 0, 0, 0, 33, 31555, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Guhl - on spellhit - give killcredit');
  8.  
  9. UPDATE `creature_template` SET `InhabitType`=7, `AIName`='SmartAI', `unit_flags`=512 WHERE `entry`=31157;
  10. DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31157, 3115700);
  11. 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
  12. (31157, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 80, 3115700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gryphon - on summon - start script'),
  13. (3115700, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, 31157, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Gryphon - on script - start wp');
  14.  
  15. DELETE FROM `waypoints` WHERE `entry`=31157;
  16. INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
  17. (31157, 1, 8383.61, 2744.64, 672.66,'Start WP');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement