areefturtle427068.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427068.lua
  3. Script Purpose : Waypoint Path for areefturtle427068.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:51
  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, 85.61, -12.79, -39.44, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 79.56, -11.89, -44.86, 2, 0)
  19. MovementLoopAddLocation(NPC, 76.75, -11.4, -48.43, 2, 0)
  20. MovementLoopAddLocation(NPC, 74.44, -11.41, -51.21, 2, 0)
  21. MovementLoopAddLocation(NPC, 67.72, -11.74, -74.73, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 52.11, -11.7, -74.13, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 66.93, -11.72, -76.94, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 69.68, -11.91, -68.86, 2, 0)
  25. MovementLoopAddLocation(NPC, 74.61, -11.67, -59.78, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 75.67, -11.5, -63.41, 2, 0)
  27. MovementLoopAddLocation(NPC, 79.71, -11.2, -71.06, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 77.47, -10.39, -63.98, 2, 0)
  29. MovementLoopAddLocation(NPC, 76.68, -10.2, -52.09, 2, 0)
  30. MovementLoopAddLocation(NPC, 79.5, -10.2, -49.1, 2, 0)
  31. MovementLoopAddLocation(NPC, 81.39, -10.2, -47.97, 2, 0)
  32. MovementLoopAddLocation(NPC, 87.17, -10.98, -45.12, 2, 0)
  33. MovementLoopAddLocation(NPC, 99.41, -12.3, -40.18, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 79.18, -11.03, -46.89, 2, 0)
  35. MovementLoopAddLocation(NPC, 69.56, -10.42, -55.17, 2, 0)
  36. MovementLoopAddLocation(NPC, 60.94, -11.55, -58.42, 2, 0)
  37. MovementLoopAddLocation(NPC, 56.32, -11.88, -59.23, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 67.53, -11.81, -67.11, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 72.35, -11.93, -51.3, 2, 0)
  40. MovementLoopAddLocation(NPC, 83.45, -11.75, -32.62, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 83.06, -12.67, -38.13, 2, math.random(10, 20))
  42. end