areefturtle427033.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427033.lua
  3. Script Purpose : Waypoint Path for areefturtle427033.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 09:00:06
  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, -131.63, -11.8, 25.4, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -124.82, -11.64, 39.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -123.64, -11.64, 42.98, 2, 0)
  20. MovementLoopAddLocation(NPC, -113.91, -11.26, 63.12, 2, 0)
  21. MovementLoopAddLocation(NPC, -111.02, -11.77, 67.69, 2, 0)
  22. MovementLoopAddLocation(NPC, -108.13, -11.83, 68.19, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -111.61, -11.71, 66.82, 2, 0)
  24. MovementLoopAddLocation(NPC, -121.04, -11.81, 46.05, 2, 0)
  25. MovementLoopAddLocation(NPC, -123.78, -11.81, 43.71, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -125.24, -12.15, 38.24, 2, 0)
  27. MovementLoopAddLocation(NPC, -127.98, -12.15, 31.36, 2, 0)
  28. MovementLoopAddLocation(NPC, -131.6, -11.81, 9.26, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -133.34, -11.85, 29.57, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -136.7, -11.66, 27.99, 2, 0)
  31. MovementLoopAddLocation(NPC, -137.61, -11.67, 29.57, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -127.87, -12.05, 48.61, 2, 0)
  33. MovementLoopAddLocation(NPC, -122.39, -11.77, 55.97, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -119.04, -11.73, 53.94, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -121.72, -10.41, 54.46, 2, 0)
  36. MovementLoopAddLocation(NPC, -127.47, -10.5, 54.76, 2, 0)
  37. MovementLoopAddLocation(NPC, -132.94, -11.59, 57.71, 2, 0)
  38. MovementLoopAddLocation(NPC, -134.85, -11.65, 61.41, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -137.82, -11.6, 27.32, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -137.76, -12.72, 63.91, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -134.74, -12.67, 48.24, 2, math.random(10, 20))
  42. end