areefturtle427060.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427060.lua
  3. Script Purpose : Waypoint Path for areefturtle427060.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:54
  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, 99.59, -12.67, -25.35, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 94.16, -12.22, -32.9, 2, 0)
  19. MovementLoopAddLocation(NPC, 86.03, -11.8, -41.07, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 85.08, -12.6, -36.99, 2, 0)
  21. MovementLoopAddLocation(NPC, 81.55, -12.85, -30.82, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 80.41, -12.5, -34.77, 2, 0)
  23. MovementLoopAddLocation(NPC, 75.63, -12.29, -44.71, 2, 0)
  24. MovementLoopAddLocation(NPC, 59.87, -11.78, -64.72, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 64.6, -11.89, -50.99, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 58.72, -11.75, -58.32, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 55.24, -11.82, -70.68, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 74.3, -11.9, -70.26, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 54.61, -11.96, -77.99, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 72.48, -11.21, -50.22, 2, 0)
  31. MovementLoopAddLocation(NPC, 77.15, -11.17, -43.94, 2, 0)
  32. MovementLoopAddLocation(NPC, 80.51, -11.19, -36.79, 2, 0)
  33. MovementLoopAddLocation(NPC, 94.4, -11.33, -21.86, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 98.73, -11.11, -10.69, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 97.98, -12.61, -23.59, 2, 0)
  36. end