areefturtle427058.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427058.lua
  3. Script Purpose : Waypoint Path for areefturtle427058.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:14
  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, 87.66, -12.73, -27.46, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 90.14, -12.73, -33.63, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 96.31, -12.4, -37.12, 2, 0)
  20. MovementLoopAddLocation(NPC, 99.63, -11.99, -39.95, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 94.8, -11.77, -23.36, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 77.91, -11.25, -37.33, 2, 0)
  23. MovementLoopAddLocation(NPC, 76.33, -11.5, -39.33, 2, 0)
  24. MovementLoopAddLocation(NPC, 74.19, -11.73, -42.66, 2, 0)
  25. MovementLoopAddLocation(NPC, 72.2, -11.14, -43.39, 2, 0)
  26. MovementLoopAddLocation(NPC, 69.89, -11.04, -44.71, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 64.52, -10.96, -51.43, 2, 0)
  28. MovementLoopAddLocation(NPC, 45.58, -10.68, -67.62, 2, 0)
  29. MovementLoopAddLocation(NPC, 41.59, -10.42, -71.93, 2, 0)
  30. MovementLoopAddLocation(NPC, 28.42, -10.75, -84.01, 2, 0)
  31. MovementLoopAddLocation(NPC, 15.41, -11.33, -95.96, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 64.3, -11.8, -57.66, 2, 0)
  33. MovementLoopAddLocation(NPC, 76.89, -11.94, -44.12, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 99.41, -11.79, -29.3, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 95.72, -12.98, -25.16, 2, 0)
  36. MovementLoopAddLocation(NPC, 92.03, -12.87, -23.6, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 97.12, -11.4, -20.87, 2, 0)
  38. MovementLoopAddLocation(NPC, 99.59, -11.19, -18.24, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 89.7, -12.56, -24.78, 2, 0)
  40. end