ashoalglider425529.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425529.lua
  3. Script Purpose : Waypoint Path for ashoalglider425529.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:19:43
  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, -17.64, -11.99, 37.06, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -9.07, -12.46, 39.92, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -12.96, -11.61, 33.24, 2, 0)
  20. MovementLoopAddLocation(NPC, -18.45, -11.66, 28.03, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -16.19, -11.87, 34.2, 2, 0)
  22. MovementLoopAddLocation(NPC, -12.18, -11.9, 40.24, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -5.46, -12.38, 34.69, 2, 0)
  24. MovementLoopAddLocation(NPC, 0.85, -12.94, 30.52, 2, 0)
  25. MovementLoopAddLocation(NPC, 15.45, -12.35, 18.6, 2, 0)
  26. MovementLoopAddLocation(NPC, 19.26, -12.7, 13.32, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 23.95, -12.54, 23.22, 2, 0)
  28. MovementLoopAddLocation(NPC, 29.35, -12.54, 30.45, 2, 0)
  29. MovementLoopAddLocation(NPC, 38.09, -12.47, 39.5, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 27.47, -13.09, 40.42, 2, 0)
  31. MovementLoopAddLocation(NPC, 8.1, -12.82, 47.97, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 5.95, -11.87, 52.86, 2, 0)
  33. MovementLoopAddLocation(NPC, -6.96, -10.45, 67.7, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 28.08, -12.51, 36.75, 2, 0)
  35. MovementLoopAddLocation(NPC, 34.63, -12.5, 27.28, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 26.44, -12.42, 29.61, 2, 0)
  37. MovementLoopAddLocation(NPC, 3.66, -12.43, 31.99, 2, 0)
  38. end