areefturtle427025.lua 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427025.lua
  3. Script Purpose : Waypoint Path for areefturtle427025.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:17:39
  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, -146.67, -12.39, 194.28, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -126.12, -14.85, 195.67, 2, 0)
  19. MovementLoopAddLocation(NPC, -123.22, -14.76, 194.19, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -133.36, -12.18, 194.34, 2, 0)
  21. MovementLoopAddLocation(NPC, -148.27, -12.41, 194.06, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -125.76, -11.31, 145.38, 2, 0)
  23. MovementLoopAddLocation(NPC, -103.77, -11.65, 110.5, 2, 0)
  24. MovementLoopAddLocation(NPC, -103.35, -11.83, 105.15, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -103.02, -11.34, 112.45, 2, 0)
  26. MovementLoopAddLocation(NPC, -99.89, -11.11, 114.84, 2, 0)
  27. MovementLoopAddLocation(NPC, -87.71, -11.02, 127.29, 2, 0)
  28. MovementLoopAddLocation(NPC, -81.82, -11.75, 138.29, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -117.98, -11.72, 131.02, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -126.87, -11.32, 132.28, 2, 0)
  31. MovementLoopAddLocation(NPC, -131.17, -12.31, 131.85, 2, 0)
  32. MovementLoopAddLocation(NPC, -142.17, -13.27, 131.5, 2, 0)
  33. MovementLoopAddLocation(NPC, -143.28, -13.78, 131.04, 2, 0)
  34. MovementLoopAddLocation(NPC, -144.88, -13.65, 133.08, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -143.94, -14.3, 147.92, 2, 0)
  36. MovementLoopAddLocation(NPC, -144.8, -14.73, 153.2, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -144.37, -13.57, 162.41, 2, 0)
  38. MovementLoopAddLocation(NPC, -141.9, -12.23, 182.65, 2, 0)
  39. MovementLoopAddLocation(NPC, -142.99, -12.3, 190.42, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -134, -13.45, 184.01, 2, 0)
  41. MovementLoopAddLocation(NPC, -129.05, -14.4, 184.21, 2, 0)
  42. MovementLoopAddLocation(NPC, -126.8, -14.85, 186.31, 2, 0)
  43. MovementLoopAddLocation(NPC, -126.99, -14.8, 187.33, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -137.72, -14.74, 212.46, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -147.77, -13.27, 197.93, 2, 0)
  46. MovementLoopAddLocation(NPC, -147.82, -12.48, 195.27, 2, 0)
  47. end