areefturtle427110.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427110.lua
  3. Script Purpose : Waypoint Path for areefturtle427110.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:45:33
  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, -94.29, -13.85, 204.15, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -99.7, -14.08, 202.88, 2, 0)
  19. MovementLoopAddLocation(NPC, -106.75, -13.6, 193.76, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -119.5, -14.7, 216.73, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -128.51, -14.72, 224.42, 2, 0)
  22. MovementLoopAddLocation(NPC, -144, -13.56, 229.94, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -107.2, -13.5, 225.26, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -119.33, -13.45, 223.13, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -120.16, -13.26, 227.7, 2, 0)
  26. MovementLoopAddLocation(NPC, -122.91, -12.34, 231.53, 2, 0)
  27. MovementLoopAddLocation(NPC, -125.01, -12.19, 234, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -129.48, -12.1, 237.68, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -128.34, -13.23, 233.74, 2, 0)
  30. MovementLoopAddLocation(NPC, -119.5, -14.72, 212.56, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -100.34, -14.92, 204.2, 2, 0)
  32. MovementLoopAddLocation(NPC, -97.32, -13.9, 204.22, 2, 0)
  33. end