areefturtle427111.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427111.lua
  3. Script Purpose : Waypoint Path for areefturtle427111.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:45: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, -106.99, -14.79, 225.18, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -122.07, -13.42, 227.37, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -104.22, -12.21, 201.9, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -104.03, -12.18, 199.94, 2, 0)
  21. MovementLoopAddLocation(NPC, -108.17, -12.48, 196.53, 2, 0)
  22. MovementLoopAddLocation(NPC, -114.42, -12.63, 198.52, 2, 0)
  23. MovementLoopAddLocation(NPC, -119.55, -13.32, 203.92, 2, 0)
  24. MovementLoopAddLocation(NPC, -127.24, -14.73, 216.83, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -120.02, -13.31, 194, 2, 0)
  26. MovementLoopAddLocation(NPC, -114.5, -14.67, 197.15, 2, 0)
  27. MovementLoopAddLocation(NPC, -111.89, -14.82, 197.78, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -108.31, -14.42, 195.78, 2, 0)
  29. MovementLoopAddLocation(NPC, -106.18, -12.75, 193.35, 2, 0)
  30. MovementLoopAddLocation(NPC, -104.24, -12.57, 191.36, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -117.1, -13.43, 223.07, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -93.86, -13.43, 227.31, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -83.47, -13.12, 217.52, 2, 0)
  34. MovementLoopAddLocation(NPC, -73.92, -11.85, 204.21, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -77.67, -11.99, 206.73, 2, 0)
  36. MovementLoopAddLocation(NPC, -83.03, -13.25, 215.88, 2, 0)
  37. MovementLoopAddLocation(NPC, -85.68, -14.75, 221.04, 2, 0)
  38. MovementLoopAddLocation(NPC, -87.04, -14.76, 221.05, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -96.18, -14.9, 220, 2, 0)
  40. end