Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. INSERT INTO `smart_scripts` (`entryorguid`, `linked_id`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_spawnMask`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `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
  2. (129022, NULL, 0, 0, 0, 60, 0, 100, 1, 0, 1000, 1000, 0, 0, 0, 317, 129022, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Start Smooth Waypoint #1 - Walk'),
  3. (129022, NULL, 0, 10, 0, 58, 0, 100, 0, 0, 0, 129022, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Die - Test');
  4.  
  5.  
  6. INSERT INTO `waypoint_data_script` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_type`, `speed`, `action`, `action_chance`, `entry`, `wpguid`) VALUES
  7. (129022, 1, 1660.82, 562.134, 33.321, 0, 0, 0, 0, 0, 100, 0, 0),
  8. (129022, 2, 1658.81, 565.892, 33.321, 0, 0, 0, 0, 0, 100, 0, 0),
  9. (129022, 3, 1658.45, 569.792, 33.321, 0, 0, 0, 0, 0, 100, 0, 0),
  10. (129022, 4, 1659.17, 575.524, 33.321, 0, 0, 0, 0, 0, 100, 0, 0),
  11. (129022, 5, 1660.57, 580.293, 33.321, 0, 0, 0, 0, 0, 100, 0, 0),
  12. (129022, 6, 1664.95, 587.512, 31.3095, 0, 0, 0, 0, 0, 100, 0, 0),
  13. (129022, 7, 1669.98, 594.396, 29.0643, 0, 0, 0, 0, 0, 100, 0, 0),
  14. (129022, 8, 1672.24, 597.45, 28.5, 0, 0, 0, 0, 0, 100, 0, 0),
  15. (129022, 9, 1675.59, 601.82, 28.0502, 0, 0, 0, 0, 0, 100, 0, 0),
  16. (129022, 10, 1681.92, 609.898, 28.0941, 0, 0, 0, 0, 0, 100, 0, 0),
  17. (129022, 11, 1688.38, 617.194, 27.2634, 0, 0, 0, 0, 0, 100, 0, 0);
  18.  
  19.  
  20. INSERT IGNORE INTO `instance_template` (`map`, `parent`, `script`, `allowMount`) VALUES
  21. (1840, 0, '', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement