ashoalglider425600.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425600.lua
  3. Script Purpose : Waypoint Path for ashoalglider425600.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27: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, -83.23, -10.7, 0.17, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -73.61, -10.7, -3.9, 2, 0)
  19. MovementLoopAddLocation(NPC, -65.01, -10.7, -3.82, 2, 0)
  20. MovementLoopAddLocation(NPC, -60.12, -10.7, -5.7, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -35.22, -10.7, 5.51, 2, 0)
  22. MovementLoopAddLocation(NPC, -21.82, -11.21, 8.64, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -25.07, -11.27, 0.42, 2, 0)
  24. MovementLoopAddLocation(NPC, -23.16, -11.33, -17.49, 2, 0)
  25. MovementLoopAddLocation(NPC, -20.42, -11.48, -21.51, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -22.59, -11.73, -32.66, 2, 0)
  27. MovementLoopAddLocation(NPC, -27.92, -11.45, -47.43, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -43.16, -11.31, -33.92, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -36.04, -11.54, -41.89, 2, 0)
  30. MovementLoopAddLocation(NPC, -32.84, -11.44, -47.51, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -32.54, -10.7, -51.97, 2, 0)
  32. MovementLoopAddLocation(NPC, -32.26, -10.7, -65.19, 2, 0)
  33. MovementLoopAddLocation(NPC, -34.69, -10.7, -70.99, 2, 0)
  34. MovementLoopAddLocation(NPC, -33.92, -11.82, -78.75, 2, 0)
  35. MovementLoopAddLocation(NPC, -30.53, -12.25, -87.35, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -37.69, -10.7, -69.84, 2, 0)
  37. MovementLoopAddLocation(NPC, -47.73, -10.7, -52.69, 2, 0)
  38. MovementLoopAddLocation(NPC, -60.03, -10.7, -38.15, 2, 0)
  39. MovementLoopAddLocation(NPC, -71.86, -10.7, -19.79, 2, 0)
  40. MovementLoopAddLocation(NPC, -82.3, -10.7, -2.2, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -90.77, -11.19, 6.74, 2, math.random(10, 20))
  42. end