areefturtle427066.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427066.lua
  3. Script Purpose : Waypoint Path for areefturtle427066.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:01
  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, 58.72, -11.73, -62.2, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 49.33, -11.8, -77.64, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 61.57, -11.73, -64.73, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 51.33, -11.9, -63.77, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 69.68, -11.75, -52.78, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 77.54, -12.19, -42.46, 2, 0)
  23. MovementLoopAddLocation(NPC, 86.11, -12.28, -33.82, 2, 0)
  24. MovementLoopAddLocation(NPC, 91.78, -12.91, -26.06, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 79.26, -11.46, -36.14, 2, 0)
  26. MovementLoopAddLocation(NPC, 77.38, -11.55, -38.19, 2, 0)
  27. MovementLoopAddLocation(NPC, 74.79, -11.61, -41.58, 2, 0)
  28. MovementLoopAddLocation(NPC, 62.7, -10.7, -52.04, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 74.03, -11.58, -49.55, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 66.58, -11.09, -52.15, 2, 0)
  31. MovementLoopAddLocation(NPC, 62.25, -10.36, -55.42, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 61.76, -11.4, -55.39, 2, 0)
  33. MovementLoopAddLocation(NPC, 66.4, -11.34, -56.64, 2, 0)
  34. MovementLoopAddLocation(NPC, 73.33, -11.39, -56.98, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 71.4, -12.15, -64.67, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 58.32, -11.88, -77.54, 2, 0)
  37. MovementLoopAddLocation(NPC, 53.88, -11.56, -82.48, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 43.54, -11.79, -82.09, 2, 0)
  39. MovementLoopAddLocation(NPC, 30.08, -11.85, -84.46, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 40.28, -11.87, -77.23, 2, 0)
  41. MovementLoopAddLocation(NPC, 49.03, -11.94, -70.81, 2, 0)
  42. end