areefturtle427050.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427050.lua
  3. Script Purpose : Waypoint Path for areefturtle427050.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:12:31
  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, 92.44, -12.73, -39.7, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 88.7, -11.77, -42.12, 2, 0)
  19. MovementLoopAddLocation(NPC, 85.42, -10.65, -44.05, 2, 0)
  20. MovementLoopAddLocation(NPC, 79.09, -10.34, -49.04, 2, 0)
  21. MovementLoopAddLocation(NPC, 75.61, -10.2, -52.93, 2, 0)
  22. MovementLoopAddLocation(NPC, 73.91, -11.51, -68.12, 2, 0)
  23. MovementLoopAddLocation(NPC, 73.28, -11.74, -74.34, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 58.96, -11.72, -76.37, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 48.6, -11.76, -73.32, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 59.14, -11.73, -59.65, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 72.25, -11.9, -48.23, 2, 0)
  28. MovementLoopAddLocation(NPC, 75.82, -11.75, -43.44, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 99.5, -12.74, -29.52, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 94.2, -12.36, -32.44, 2, 0)
  31. MovementLoopAddLocation(NPC, 73.16, -10.95, -39.6, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 74.23, -11.11, -38.21, 2, 0)
  33. MovementLoopAddLocation(NPC, 75.52, -10.63, -33.65, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 72.03, -11.28, -48.17, 2, 0)
  35. MovementLoopAddLocation(NPC, 71.62, -11.58, -51.62, 2, 0)
  36. MovementLoopAddLocation(NPC, 70.62, -11.75, -54.28, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 73.92, -11.37, -50.69, 2, 0)
  38. MovementLoopAddLocation(NPC, 75.81, -11.17, -49.37, 2, 0)
  39. MovementLoopAddLocation(NPC, 79.38, -10.98, -46.64, 2, 0)
  40. MovementLoopAddLocation(NPC, 101.97, -11.07, -37.57, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 87.2, -11.9, -31.57, 2, math.random(10, 20))
  42. end