areefturtle427069.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427069.lua
  3. Script Purpose : Waypoint Path for areefturtle427069.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:19:10
  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, 63.74, -11.73, -72.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 63.29, -11.79, -58.22, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 59.8, -11.55, -59, 2, 0)
  20. MovementLoopAddLocation(NPC, 51.99, -11.01, -61.18, 2, 0)
  21. MovementLoopAddLocation(NPC, 47.71, -10.46, -61.81, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 65.81, -11.14, -52.94, 2, 0)
  23. MovementLoopAddLocation(NPC, 77.93, -11.88, -46.51, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 91.98, -12.79, -25.32, 2, 0)
  25. MovementLoopAddLocation(NPC, 96.04, -12.83, -17.67, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 83.77, -11.91, -31.17, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 81.6, -11.89, -34.02, 2, 0)
  28. MovementLoopAddLocation(NPC, 78, -11.66, -36.23, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 78.62, -12.03, -44.81, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 76.6, -11.38, -47.74, 2, 0)
  31. MovementLoopAddLocation(NPC, 74.17, -11.35, -51.52, 2, 0)
  32. MovementLoopAddLocation(NPC, 71.44, -11.51, -58.72, 2, 0)
  33. end