Guest User

Untitled

a guest
Nov 16th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.66 KB | None | 0 0
  1. DELETE FROM `creature_ai_scripts` WHERE  `creature_id`=30020 LIMIT 1;
  2.  
  3. UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=30020;
  4.  
  5. DELETE FROM `smart_scripts` WHERE  `entryorguid`=30020;
  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. (30020, 0, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On 50% - Cast Summon Whisker'),
  8. (30020, 0, 1, 0, 0, 0, 100, 1, 5000, 6000, 15400, 15500, 11, 32064, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'In Combat - Cast Battle Shout'),
  9. (30020, 0, 2, 0, 0, 0, 100, 1, 2000, 4000, 10000, 15000, 11, 55937, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 'In Combat - Cast Fishy Scent'),
  10. (30020, 0, 3, 0, 0, 0, 100, 0, 7000, 8000, 13000, 16000, 11, 55937, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 'In Combat - Cast Impale'),
  11. (30020, 0, 4, 0, 2, 0, 100, 1, 30, 30, 0, 0, 11, 55946, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'On 50% - Cast Summon Whisker'),
  12. (30020, 0, 5, 0, 6, 0, 100, 1, 0, 0, 0, 0, 15, 9962, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 'On Death - Give Kill Credit'),
  13. (30020, 0, 6, 0, 0, 0, 100, 1, 0, 0, 0, 0, 18, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'On Death - Set Data Gurghthock'),
  14. (30020, 0, 7, 0, 6, 0, 100, 0, 0, 0, 0, 0, 41, 1000, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 'On Death - Force Despawn');
Add Comment
Please, Sign In to add comment