Advertisement
frenado05

джасп

Oct 18th, 2023 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 106000;
  2. UPDATE `creature` SET `position_x` = -887.299, `position_y` = 4489.41, `position_z` = 706.485, `orientation` = 5.39843, `spawndist` = 0, `MovementType` = 2 WHERE `guid` = 264502;
  3. DELETE FROM `waypoint_data` = 264502;
  4. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `delay_chance`, `move_flag`, `speed`, `action`, `action_chance`, `entry`, `wpguid`, `run_once`, `circle`) VALUES
  5. (264502, 1, -887.299, 4489.41, 706.485, 5.39843, 10000, 100, 0, 1.7, 0, 0, 0, 0, 0, 0),
  6. (264502, 2, -887.653, 4490.55, 706.608, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  7. (264502, 3, -888.153, 4492.05, 706.608, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  8. (264502, 4, -888.653, 4493.55, 706.608, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  9. (264502, 5, -888.653, 4494.55, 706.608, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  10. (264502, 6, -889.153, 4495.8, 706.608, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  11. (264502, 7, -889.403, 4496.55, 707.108, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  12. (264502, 8, -889.653, 4498.05, 706.858, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  13. (264502, 9, -890.007, 4499.2, 706.73, 1.33877, 7000, 100, 0, 1.7, 0, 0, 0, 0, 0, 0),
  14. (264502, 10, -890.432, 4498.31, 706.938, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  15. (264502, 11, -891.432, 4497.81, 706.938, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  16. (264502, 12, -892.432, 4496.81, 706.938, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  17. (264502, 13, -893.932, 4496.56, 706.938, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  18. (264502, 14, -894.858, 4496.93, 706.646, 0, 16000, 100, 0, 1.7, 0, 0, 0, 0, 0, 0),
  19. (264502, 15, -894.555, 4496.81, 706.918, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  20. (264502, 16, -892.805, 4495.56, 707.168, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  21. (264502, 17, -892.305, 4494.81, 707.168, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  22. (264502, 18, -891.555, 4494.31, 706.418, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  23. (264502, 19, -890.752, 4493.69, 706.19, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  24. (264502, 21, -888.16, 4490.5, 706.337, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  25. (264502, 22, -887.66, 4490, 706.587, 0, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 0),
  26. (264502, 23, -887.299, 4489.41, 706.485, 5.39843, 0, 0, 0, 1.7, 0, 0, 0, 0, 0, 1);
  27.  
  28. DELETE FROM `smart_scripts` WHERE `entryorguid` = -264502 AND `source_type` = 0;
  29. 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`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `action_param_float`, `action_delay`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
  30. (-264502, 0, 0, 0, 34, 0, 100, 0, 2, 1, 0, 0, 0, 5, 51, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'point reach - emote');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement