Advertisement
frenado05

Untitled

Mar 1st, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. DELETE FROM `waypoint_data` WHERE `id` = 395529;
  2. INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `delay_chance`, `move_flag`, `speed`, `action`, `action_chance`, `entry`, `wpguid`, `circle`) VALUES
  3. (395529, 1, -8343.1, 1368.49, 11.2748, 0.222504, 9000, 0, 0, 0, 900, 100, 0, 0, 0),
  4. (395529, 2, -8344.73, 1365.16, 11.237, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0),
  5. (395529, 3, -8348.63, 1365.4, 11.2307, 0, 0, 0, 0, 0, 0, 100, 0, 0, 0),
  6. (395529, 4, -8349.78, 1368.23, 11.2472, 2.789999, 9000, 0, 0, 0, 900, 100, 0, 0, 0),
  7. (395529, 5, -8345.3, 1373.92, 11.4211, 0.663140, 9000, 0, 0, 0, 900, 100, 0, 0, 1);
  8.  
  9.  
  10.  
  11. DELETE FROM `waypoint_scripts` WHERE `id` = 900;
  12. INSERT INTO `waypoint_scripts`(`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`, `guid`) VALUES
  13. (900, 0, 1, 133, 1, 0, 0, 0, 0, 0, 900);
  14.  
  15. UPDATE `creature` SET `MovementType` = 2 WHERE `guid` = 395529;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement