areefturtle427320.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427320.lua
  3. Script Purpose : Waypoint Path for areefturtle427320.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:32
  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, -79.83, -10.34, -5.72, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -56.04, -10.2, -19.77, 2, 0)
  19. MovementLoopAddLocation(NPC, -21.47, -10.33, -41.01, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -18.29, -10.98, -44.05, 2, 0)
  21. MovementLoopAddLocation(NPC, -12.79, -11.09, -50.32, 2, 0)
  22. MovementLoopAddLocation(NPC, -8.06, -10.54, -53.8, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -7.35, -11.45, -53.12, 2, 0)
  24. MovementLoopAddLocation(NPC, -5.58, -11.84, -50.39, 2, 0)
  25. MovementLoopAddLocation(NPC, -5.76, -12.28, -46.6, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -5.98, -12.03, -53.49, 2, 0)
  27. MovementLoopAddLocation(NPC, -8.44, -11.81, -56.83, 2, 0)
  28. MovementLoopAddLocation(NPC, -11.35, -11.71, -57.31, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -13.44, -11.38, -53.8, 2, 0)
  30. MovementLoopAddLocation(NPC, -19.59, -11.45, -44.58, 2, 0)
  31. MovementLoopAddLocation(NPC, -24.15, -12.28, -39.59, 2, 0)
  32. MovementLoopAddLocation(NPC, -25.85, -12.42, -36.92, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -25.97, -12.13, -25.68, 2, 0)
  34. MovementLoopAddLocation(NPC, -26.82, -11.54, -19.74, 2, 0)
  35. MovementLoopAddLocation(NPC, -31.78, -10.49, -11.44, 2, 0)
  36. MovementLoopAddLocation(NPC, -33.49, -10.27, 0.4, 2, 0)
  37. MovementLoopAddLocation(NPC, -42.63, -11.5, 27.08, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -42.73, -11.11, 19.8, 2, 0)
  39. MovementLoopAddLocation(NPC, -45.85, -10.2, 8.68, 2, 0)
  40. MovementLoopAddLocation(NPC, -50.37, -10.65, -9.01, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -70.48, -10.51, -9.39, 2, 0)
  42. end