areefturtle427087.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427087.lua
  3. Script Purpose : Waypoint Path for areefturtle427087.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:46:28
  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, -124.84, -14.73, 237.73, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -120.67, -14.7, 240.18, 2, 0)
  19. MovementLoopAddLocation(NPC, -95.81, -14.75, 219.83, 2, 0)
  20. MovementLoopAddLocation(NPC, -91.41, -13.44, 221.06, 2, 0)
  21. MovementLoopAddLocation(NPC, -88.33, -13.21, 218.89, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -94.27, -14.26, 219.74, 2, 0)
  23. MovementLoopAddLocation(NPC, -109.35, -13.57, 239.92, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -96.69, -13.55, 223.1, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -106.7, -12.2, 197.96, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -84.94, -12.72, 216.05, 2, 0)
  27. MovementLoopAddLocation(NPC, -80.59, -12.5, 221.3, 2, 0)
  28. MovementLoopAddLocation(NPC, -77.16, -11.49, 223.13, 2, 0)
  29. MovementLoopAddLocation(NPC, -74.77, -11.54, 225.57, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -81.38, -12.16, 221.31, 2, 0)
  31. MovementLoopAddLocation(NPC, -87.6, -12.35, 220.97, 2, 0)
  32. MovementLoopAddLocation(NPC, -94.35, -12.21, 214.49, 2, 0)
  33. MovementLoopAddLocation(NPC, -97.88, -12.4, 215.36, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -106.3, -13.31, 218.16, 2, 0)
  35. MovementLoopAddLocation(NPC, -127.27, -14.72, 220.96, 2, math.random(10, 20))
  36. end