Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1.  
  2. UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN (321);
  3. DELETE FROM `smart_scripts` WHERE `entryorguid` IN (321) AND `source_type`=0;
  4. 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
  5. (321, 0, 0,0, 0, 0,100,1, 4000, 4000,4000,4000, 53, 0, 321,0, 0, 0,2, 1, 0,0,0,0,0,0,0, '321 - IC no repeat - start wp'),
  6. (321, 0, 1, 0, 40, 0, 100, 0, 2, 321, 0, 0, 59, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '321 - on wp2 - set run on');
  7. DELETE FROM `waypoints` WHERE `entry`=321;
  8. INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES
  9. (321, 1, -1.33869, -3.56321, -144.709, '321'),
  10. (321, 2, -13.1266, -3.51810, -144.709, '321'),
  11. (321, 3, -29.9264, -3.45383, -144.709, '321'),
  12. (321, 4, -44.1643, -3.39935, -144.709, '321');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement