quackers.lua 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. --[[
  2. Script Name : quackers.lua
  3. Script Purpose : Waypoint Path for quackers.lua
  4. Script Author : Devn00b
  5. Script Date : 04/09/2020 07:37:55 PM
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. spawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 710.33, -20.92, -33.26, 1, 0)
  18. MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 1, 0)
  19. MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 1, 0)
  20. MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 1, 0)
  21. MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 1, 0)
  22. MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 1, 0)
  23. MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 1, 0)
  24. MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 1, 0)
  25. MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 1, 0)
  26. MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 1, 0)
  27. MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 1, 0)
  28. MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 1, 0)
  29. MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 1, 0)
  30. MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 1, 0)
  31. MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 1, 0)
  32. MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 1, 0)
  33. MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 1, 0)
  34. MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 1, 0)
  35. MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 1, 0)
  36. MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 1, 0)
  37. MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 1, 0)
  38. MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 1, 0)
  39. MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 1, 0)
  40. MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 1, 0)
  41. MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 1, 0)
  42. MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 1, 0)
  43. MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 1, 0)
  44. MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 1, 0)
  45. MovementLoopAddLocation(NPC, 807.99, -23.31, 123.92, 1, 0)
  46. MovementLoopAddLocation(NPC, 832.21, -23.31, 45.86, 1, 0)
  47. MovementLoopAddLocation(NPC, 848.9, -23.26, 41.72, 1, 0)
  48. MovementLoopAddLocation(NPC, 899.06, -25.46, 47.99, 1, 0)
  49. MovementLoopAddLocation(NPC, 899.58, -25.4, -21.7, 1, 0)
  50. MovementLoopAddLocation(NPC, 871.23, -25.47, -33.17, 1, 0)
  51. MovementLoopAddLocation(NPC, 866.19, -25.46, -32.91, 1, 0)
  52. MovementLoopAddLocation(NPC, 861.02, -25.44, -30.85, 1, 0)
  53. MovementLoopAddLocation(NPC, 829.77, -25.43, -17.58, 1, 0)
  54. MovementLoopAddLocation(NPC, 837.56, -25.46, -4.84, 1, 0)
  55. MovementLoopAddLocation(NPC, 847.75, -25.47, 13.53, 1, 0)
  56. MovementLoopAddLocation(NPC, 863.76, -25.43, 27.82, 1, 0)
  57. MovementLoopAddLocation(NPC, 837.54, -25.48, 90.63, 1, 0)
  58. MovementLoopAddLocation(NPC, 866.66, -25.48, 106.51, 1, 0)
  59. MovementLoopAddLocation(NPC, 894.7, -25.5, 49.31, 1, 0)
  60. MovementLoopAddLocation(NPC, 917.92, -25.49, 57.47, 1, 0)
  61. MovementLoopAddLocation(NPC, 929.88, -25.59, 29.73, 1, 0)
  62. MovementLoopAddLocation(NPC, 915.06, -25.52, 21.48, 1, 0)
  63. MovementLoopAddLocation(NPC, 900.34, -25.39, -19.62, 1, 0)
  64. MovementLoopAddLocation(NPC, 889.47, -25.38, -50.69, 1, 0)
  65. MovementLoopAddLocation(NPC, 864.55, -25.38, -61.14, 1, 0)
  66. MovementLoopAddLocation(NPC, 857.54, -25.36, -64.19, 1, 0)
  67. MovementLoopAddLocation(NPC, 827.85, -24.1, -67.39, 1, 0)
  68. MovementLoopAddLocation(NPC, 807.09, -20.4, -64.84, 1, 0)
  69. MovementLoopAddLocation(NPC, 792.43, -21.02, -60.86, 1, 0)
  70. MovementLoopAddLocation(NPC, 777.23, -20.64, -28.23, 1, 0)
  71. MovementLoopAddLocation(NPC, 775.48, -20.64, -20.75, 1, 0)
  72. MovementLoopAddLocation(NPC, 768.24, -20.64, 16.21, 1, 0)
  73. MovementLoopAddLocation(NPC, 710.33, -20.92, -33.26, 1, 0)
  74. end