ashoalglider425463.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425463.lua
  3. Script Purpose : Waypoint Path for ashoalglider425463.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 09:00:37
  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, -139.22, -12.48, 15.13, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -137.82, -12.47, 8.14, 2, 0)
  19. MovementLoopAddLocation(NPC, -129.67, -11.11, 11.83, 2, 0)
  20. MovementLoopAddLocation(NPC, -116.2, -11.46, 15.16, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -128.34, -11.09, 10.9, 2, 0)
  22. MovementLoopAddLocation(NPC, -130.14, -11.1, 8.98, 2, 0)
  23. MovementLoopAddLocation(NPC, -133.28, -11.36, 6.98, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -127.83, -11.79, 25.01, 2, 0)
  25. MovementLoopAddLocation(NPC, -125.33, -11.47, 28.68, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -125.33, -10.98, 32.55, 2, 0)
  27. MovementLoopAddLocation(NPC, -119.72, -10.95, 44.41, 2, 0)
  28. MovementLoopAddLocation(NPC, -106.95, -11.45, 55.99, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -120.68, -10.5, 54.56, 2, 0)
  30. MovementLoopAddLocation(NPC, -129.23, -10.5, 54.38, 2, 0)
  31. MovementLoopAddLocation(NPC, -137.56, -11.81, 55.87, 2, 0)
  32. MovementLoopAddLocation(NPC, -144.1, -12.29, 55.84, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -133.25, -11.95, 55.27, 2, 0)
  34. MovementLoopAddLocation(NPC, -130.42, -10.98, 56.16, 2, 0)
  35. MovementLoopAddLocation(NPC, -128.76, -10.5, 58.56, 2, 0)
  36. MovementLoopAddLocation(NPC, -119.27, -10.5, 69.66, 2, 0)
  37. MovementLoopAddLocation(NPC, -115.13, -11.43, 72.86, 2, 0)
  38. MovementLoopAddLocation(NPC, -114.52, -11.42, 76.31, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -134.26, -12.04, 80.87, 2, 0)
  40. MovementLoopAddLocation(NPC, -142.46, -13.08, 74.02, 2, 0)
  41. MovementLoopAddLocation(NPC, -143.88, -13.51, 68.25, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -139.89, -12.28, 50.47, 2, 0)
  43. MovementLoopAddLocation(NPC, -125.34, -11.54, 45.79, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -137.79, -11.18, 29.46, 2, 0)
  45. MovementLoopAddLocation(NPC, -144.21, -12.13, 20.38, 2, 0)
  46. end