areefturtle427016.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427016.lua
  3. Script Purpose : Waypoint Path for areefturtle427016.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:59:58
  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, -114.5, -14.68, 233.62, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -119.65, -14.74, 237.8, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -99.87, -14.3, 240.05, 2, 0)
  20. MovementLoopAddLocation(NPC, -93.45, -14.25, 238.51, 2, 0)
  21. MovementLoopAddLocation(NPC, -88.61, -14.17, 233.37, 2, 0)
  22. MovementLoopAddLocation(NPC, -87.08, -13.47, 231.95, 2, 0)
  23. MovementLoopAddLocation(NPC, -83.65, -13.42, 231.46, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -95.76, -14.26, 229.62, 2, 0)
  25. MovementLoopAddLocation(NPC, -109.26, -14.72, 218.93, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -83.53, -13.4, 217.95, 2, 0)
  27. MovementLoopAddLocation(NPC, -80.74, -11.32, 216.65, 2, 0)
  28. MovementLoopAddLocation(NPC, -74.04, -10.99, 214.73, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -75.17, -11.41, 212.9, 2, 0)
  30. MovementLoopAddLocation(NPC, -78.23, -11.7, 205.41, 2, 0)
  31. MovementLoopAddLocation(NPC, -87.13, -12.93, 188.95, 2, 0)
  32. MovementLoopAddLocation(NPC, -89.32, -12.86, 187.01, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -83.66, -11.29, 196.05, 2, 0)
  34. MovementLoopAddLocation(NPC, -81.74, -11.36, 199.8, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -94.07, -12.34, 199.98, 2, 0)
  36. MovementLoopAddLocation(NPC, -113.24, -14.73, 217.97, 2, 0)
  37. end