aduck_water.lua 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. --[[
  2. Script Name : SpawnScripts/Baubbleshire/aduck_water.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.26 05:10:11
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function respawn(NPC)
  12. spawn(NPC)
  13. end
  14. function waypoints(NPC)
  15. MovementLoopAddLocation(NPC, 842.19, -20.5, -494.94, 1, 8)
  16. MovementLoopAddLocation(NPC, 841.41, -20.5, -490.43, 1, 0)
  17. MovementLoopAddLocation(NPC, 844.6, -20.5, -486.47, 1, 8)
  18. MovementLoopAddLocation(NPC, 849.27, -20.5, -479.67, 1, 0)
  19. MovementLoopAddLocation(NPC, 851.82, -20.5, -473.28, 1, 0)
  20. MovementLoopAddLocation(NPC, 850.92, -20.5, -480.1, 1, 8)
  21. MovementLoopAddLocation(NPC, 850.64, -20.5, -475.81, 1, 8)
  22. MovementLoopAddLocation(NPC, 850.64, -20.5, -475.81, 1, 8)
  23. MovementLoopAddLocation(NPC, 857.95, -20.5, -474.27, 1, 0)
  24. MovementLoopAddLocation(NPC, 859.3, -20.5, -474.61, 1, 0)
  25. MovementLoopAddLocation(NPC, 869.41, -20.5, -470.16, 1, 0)
  26. MovementLoopAddLocation(NPC, 869.41, -20.5, -470.16, 1, 0)
  27. MovementLoopAddLocation(NPC, 871.55, -20.5, -470.6, 1, 0)
  28. MovementLoopAddLocation(NPC, 877.37, -20.5, -464.65, 1, 0)
  29. MovementLoopAddLocation(NPC, 879.84, -20.5, -460.01, 1, 8)
  30. MovementLoopAddLocation(NPC, 874, -20.5, -455.53, 1, 0)
  31. MovementLoopAddLocation(NPC, 865.97, -20.5, -456.03, 1, 0)
  32. MovementLoopAddLocation(NPC, 871.31, -20.5, -457.12, 1, 8)
  33. MovementLoopAddLocation(NPC, 875.53, -20.5, -461.97, 1, 0)
  34. MovementLoopAddLocation(NPC, 875.85, -20.5, -472.41, 1, 0)
  35. MovementLoopAddLocation(NPC, 876.32, -20.5, -477.81, 1, 0)
  36. MovementLoopAddLocation(NPC, 879.13, -20.5, -489.35, 1, 8)
  37. MovementLoopAddLocation(NPC, 884.64, -20.5, -493.51, 1, 8)
  38. MovementLoopAddLocation(NPC, 884.86, -20.5, -498.75, 1, 0)
  39. MovementLoopAddLocation(NPC, 878.26, -20.5, -499.47, 1, 8)
  40. MovementLoopAddLocation(NPC, 870.04, -20.5, -503.83, 1, 0)
  41. MovementLoopAddLocation(NPC, 871.41, -20.5, -503.42, 1, 0)
  42. MovementLoopAddLocation(NPC, 866.09, -20.5, -499.69, 1, 8)
  43. MovementLoopAddLocation(NPC, 859.99, -20.5, -496.64, 1, 0)
  44. MovementLoopAddLocation(NPC, 848.28, -20.5, -495.95, 1, 0)
  45. MovementLoopAddLocation(NPC, 840.56, -20.5, -489.45, 1, 8)
  46. MovementLoopAddLocation(NPC, 853.99, -20.5, -476.38, 1, 0)
  47. MovementLoopAddLocation(NPC, 854.25, -20.5, -475.43, 1, 0)
  48. MovementLoopAddLocation(NPC, 853.99, -20.5, -476.38, 1, 8)
  49. MovementLoopAddLocation(NPC, 840.56, -20.5, -489.45, 1, 0)
  50. MovementLoopAddLocation(NPC, 848.28, -20.5, -495.95, 1, 8)
  51. MovementLoopAddLocation(NPC, 859.99, -20.5, -496.64, 1, 0)
  52. MovementLoopAddLocation(NPC, 866.09, -20.5, -499.69, 1, 0)
  53. MovementLoopAddLocation(NPC, 871.41, -20.5, -503.42, 1, 8)
  54. MovementLoopAddLocation(NPC, 870.04, -20.5, -503.83, 1, 8)
  55. MovementLoopAddLocation(NPC, 878.26, -20.5, -499.47, 1, 0)
  56. MovementLoopAddLocation(NPC, 884.86, -20.5, -498.75, 1, 0)
  57. MovementLoopAddLocation(NPC, 884.64, -20.5, -493.51, 1, 0)
  58. MovementLoopAddLocation(NPC, 879.13, -20.5, -489.35, 1, 8)
  59. MovementLoopAddLocation(NPC, 876.32, -20.5, -477.81, 1, 8)
  60. MovementLoopAddLocation(NPC, 875.85, -20.5, -472.41, 1, 0)
  61. MovementLoopAddLocation(NPC, 875.53, -20.5, -461.97, 1, 0)
  62. MovementLoopAddLocation(NPC, 871.31, -20.5, -457.12, 1, 8)
  63. MovementLoopAddLocation(NPC, 865.97, -20.5, -456.03, 1, 0)
  64. MovementLoopAddLocation(NPC, 874, -20.5, -455.53, 1, 0)
  65. MovementLoopAddLocation(NPC, 879.84, -20.5, -460.01, 1, 0)
  66. MovementLoopAddLocation(NPC, 877.37, -20.5, -464.65, 1, 8)
  67. MovementLoopAddLocation(NPC, 871.55, -20.5, -470.6, 1, 8)
  68. MovementLoopAddLocation(NPC, 869.41, -20.5, -470.16, 1, 0)
  69. MovementLoopAddLocation(NPC, 869.41, -20.5, -470.16, 1, 0)
  70. MovementLoopAddLocation(NPC, 859.3, -20.5, -474.61, 1, 0)
  71. MovementLoopAddLocation(NPC, 857.95, -20.5, -474.27, 1, 8)
  72. MovementLoopAddLocation(NPC, 850.64, -20.5, -475.81, 1, 0)
  73. MovementLoopAddLocation(NPC, 850.64, -20.5, -475.81, 1, 0)
  74. MovementLoopAddLocation(NPC, 850.92, -20.5, -480.1, 1, 8)
  75. MovementLoopAddLocation(NPC, 851.82, -20.5, -473.28, 1, 0)
  76. MovementLoopAddLocation(NPC, 849.27, -20.5, -479.67, 1, 0)
  77. MovementLoopAddLocation(NPC, 844.6, -20.5, -486.47, 1, 8)
  78. MovementLoopAddLocation(NPC, 841.41, -20.5, -490.43, 1, 0)
  79. MovementLoopAddLocation(NPC, 842.19, -20.5, -494.94, 1, 5)
  80. end