areefturtle427226.lua 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427226.lua
  3. Script Purpose : Waypoint Path for areefturtle427226.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:26:59
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -61.6, -11.32, -54.27, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -51.57, -10.29, -41.56, 2, 0)
  19. MovementLoopAddLocation(NPC, -45.22, -10.43, -31.25, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -53.04, -10.34, -25.3, 2, 0)
  21. MovementLoopAddLocation(NPC, -79.32, -10.48, -2.53, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -84.29, -11.55, -5.87, 2, 0)
  23. MovementLoopAddLocation(NPC, -92.59, -11.95, -13.51, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -83.17, -10.66, -8.14, 2, 0)
  25. MovementLoopAddLocation(NPC, -69.69, -10.43, -9.38, 2, 0)
  26. MovementLoopAddLocation(NPC, -45.95, -10.43, -10.91, 2, 0)
  27. MovementLoopAddLocation(NPC, -15.58, -11.43, -18.41, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -45.72, -10.27, -9.74, 2, 0)
  29. MovementLoopAddLocation(NPC, -55.73, -10.39, -8.05, 2, 0)
  30. MovementLoopAddLocation(NPC, -62.14, -10.31, -2.9, 2, 0)
  31. MovementLoopAddLocation(NPC, -72.1, -10.47, 2.26, 2, 0)
  32. MovementLoopAddLocation(NPC, -80.59, -10.46, 4.54, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -71.43, -10.2, 4.66, 2, 0)
  34. MovementLoopAddLocation(NPC, -52.33, -10.2, 6.01, 2, 0)
  35. MovementLoopAddLocation(NPC, -46.46, -10.62, 10.56, 2, 0)
  36. MovementLoopAddLocation(NPC, -42.03, -11.36, 14.81, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -43.98, -10.27, 4.56, 2, 0)
  38. MovementLoopAddLocation(NPC, -43.74, -10.51, -21.35, 2, 0)
  39. MovementLoopAddLocation(NPC, -42.91, -11.39, -27.47, 2, 0)
  40. MovementLoopAddLocation(NPC, -42.23, -11.78, -37.15, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -47.89, -10.65, -28.39, 2, 0)
  42. MovementLoopAddLocation(NPC, -55.79, -10.38, -18.55, 2, 0)
  43. MovementLoopAddLocation(NPC, -57.36, -10.74, -13.35, 2, 0)
  44. MovementLoopAddLocation(NPC, -56.47, -11.24, -6.43, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -58.26, -10.37, -14.36, 2, 0)
  46. MovementLoopAddLocation(NPC, -63.97, -10.31, -32.79, 2, 0)
  47. MovementLoopAddLocation(NPC, -65.28, -10.98, -42.44, 2, 0)
  48. end