areefturtle427029.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427029.lua
  3. Script Purpose : Waypoint Path for areefturtle427029.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:23
  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, -147.05, -13.74, 51.93, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -144.29, -13.45, 50.49, 2, 0)
  19. MovementLoopAddLocation(NPC, -133.57, -12.22, 51.9, 2, 0)
  20. MovementLoopAddLocation(NPC, -131.24, -12.35, 52.19, 2, 0)
  21. MovementLoopAddLocation(NPC, -116.14, -11.76, 57.97, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -131.62, -12.3, 53.86, 2, 0)
  23. MovementLoopAddLocation(NPC, -135.36, -12.54, 55.54, 2, 0)
  24. MovementLoopAddLocation(NPC, -143.77, -12.57, 65.95, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -135.78, -12.53, 55.9, 2, 0)
  26. MovementLoopAddLocation(NPC, -131.17, -12.4, 55.24, 2, 0)
  27. MovementLoopAddLocation(NPC, -129.65, -11.58, 55.81, 2, 0)
  28. MovementLoopAddLocation(NPC, -127.75, -10.52, 58.19, 2, 0)
  29. MovementLoopAddLocation(NPC, -113.51, -10.5, 77.43, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -128.34, -10.5, 38.54, 2, 0)
  31. MovementLoopAddLocation(NPC, -129.58, -11.26, 33.23, 2, 0)
  32. MovementLoopAddLocation(NPC, -133.25, -11.85, 27.37, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -134.58, -11.62, 45.63, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -140.73, -12.81, 53.73, 2, 0)
  35. MovementLoopAddLocation(NPC, -140.48, -12.32, 64.22, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -131.56, -11.7, 75.98, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -131.64, -11.75, 27.77, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -136.23, -11.58, 66.23, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -139.72, -12.31, 56.51, 2, 0)
  40. MovementLoopAddLocation(NPC, -144.14, -13.67, 50.75, 2, 0)
  41. end