areefturtle427049.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/areefturtle427049.lua
  3. Script Purpose : Waypoint Path for areefturtle427049.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:58:51
  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, -102.14, -11.32, 16.11, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -104.61, -10.28, 16.51, 2, 0)
  19. MovementLoopAddLocation(NPC, -115.84, -10.26, 17.26, 2, 0)
  20. MovementLoopAddLocation(NPC, -120.8, -10.27, 19.71, 2, 0)
  21. MovementLoopAddLocation(NPC, -123.67, -10.26, 24.50, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -130.05, -11.57, 72.34, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -133.44, -11.88, 56.67, 2, 0)
  24. MovementLoopAddLocation(NPC, -136.2, -12.5, 56.87, 2, 0)
  25. MovementLoopAddLocation(NPC, -139.22, -12.84, 72.04, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -136.2, -12.8, 56.12, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -135.86, -13.28, 50.97, 2, 0)
  28. MovementLoopAddLocation(NPC, -130.04, -11.79, 21.47, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -128.48, -11.78, 45.78, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -134.19, -11.8, 54.3, 2, 0)
  31. MovementLoopAddLocation(NPC, -134.72, -11.65, 70.04, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -133.12, -11.77, 51.92, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -130.02, -11.8, 33.61, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -123.8, -10.4, 24.2, 2, 0)
  35. MovementLoopAddLocation(NPC, -120.08, -10.1, 20.77, 2, 0)
  36. MovementLoopAddLocation(NPC, -114.97, -10.13, 18.08, 2, 0)
  37. MovementLoopAddLocation(NPC, -109.18, -10.32, 16.95, 2, 0)
  38. end