image

Bimble Longberry's Movement

Jan 13th, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.40 KB | None | 0 0
  1. REPLACE INTO creature (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `currentwaypoint`, `curhealth`, `MovementType`)
  2. VALUES
  3. ('7978', '-4691.924', '-903.7678', '501.6733', '3.949', '380', '1', '1003', '2');
  4.  
  5. DELETE FROM creature_movement WHERE id='35725';
  6. INSERT INTO creature_movement (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `wpguid`, `orientation`, `model1`, `model2`)
  7. VALUES
  8. ('35725', '1', '-4691.924', '-903.7678', '501.6733', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  9. ('35725', '2', '-4671.588', '-914.5618', '501.6541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  10. ('35725', '3', '-4655.948', '-931.1495', '501.658', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  11. ('35725', '4', '-4636.642', '-954.9941', '501.6595', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  12. ('35725', '5', '-4621.53', '-981.5043', '501.6564', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  13. ('35725', '6', '-4617.623', '-1000.404', '501.6645', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  14. ('35725', '7', '-4626.838', '-1012.12', '501.6519', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  15. ('35725', '8', '-4641.676', '-1014.932', '501.6477', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  16. ('35725', '9', '-4657.655', '-997.7007', '501.6358', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  17. ('35725', '10', '-4667.463', '-983.3502', '501.6441', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  18. ('35725', '11', '-4681.746', '-969.3637', '501.6945', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  19. ('35725', '12', '-4689.473', '-949.484', '501.6629', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  20. ('35725', '13', '-4699.37', '-937.9786', '501.6703', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  21. ('35725', '14', '-4711.072', '-923.4749', '501.6572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  22. ('35725', '15', '-4708.246', '-909.0576', '501.6552', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
  23. ('35725', '16', '-4688.098', '-902.9882', '501.6476', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
Advertisement
Add Comment
Please, Sign In to add comment