ashoalglider425503.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425503.lua
  3. Script Purpose : Waypoint Path for ashoalglider425503.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:58
  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, 61.96, -14.2, -12.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 59.21, -13.78, -13.46, 2, 0)
  19. MovementLoopAddLocation(NPC, 55.27, -12.79, -15.92, 2, 0)
  20. MovementLoopAddLocation(NPC, 43.76, -12.66, -21, 2, 0)
  21. MovementLoopAddLocation(NPC, 38.42, -13.28, -24.34, 2, 0)
  22. MovementLoopAddLocation(NPC, 35.21, -13.49, -26.92, 2, 0)
  23. MovementLoopAddLocation(NPC, 31.53, -13.48, -28.74, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 23.15, -12.98, -34.12, 2, 0)
  25. MovementLoopAddLocation(NPC, 16.01, -12.05, -39.94, 2, 0)
  26. MovementLoopAddLocation(NPC, 10.08, -11.56, -45.33, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 16.76, -11.7, -33.65, 2, 0)
  28. MovementLoopAddLocation(NPC, 19.03, -11.85, -27.08, 2, 0)
  29. MovementLoopAddLocation(NPC, 29.34, -12.91, -7.78, 2, 0)
  30. MovementLoopAddLocation(NPC, 34.41, -12.5, -1.27, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 34.02, -12.09, -7.32, 2, 0)
  32. MovementLoopAddLocation(NPC, 33.94, -12.03, -12.42, 2, 0)
  33. MovementLoopAddLocation(NPC, 31.49, -12.95, -26.23, 2, 0)
  34. MovementLoopAddLocation(NPC, 28.64, -12.13, -36.67, 2, 0)
  35. MovementLoopAddLocation(NPC, 28.06, -11.56, -40.42, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 24.36, -11.63, -41.24, 2, 0)
  37. MovementLoopAddLocation(NPC, 16.08, -11.51, -45.54, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 12.96, -11.56, -48.01, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 13.26, -11.52, -37.16, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 37.38, -12.48, -34.38, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 31.91, -12.84, -29.51, 2, 0)
  42. MovementLoopAddLocation(NPC, 29.86, -12.87, -25.93, 2, 0)
  43. MovementLoopAddLocation(NPC, 25.22, -12.52, -9.38, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 52.71, -13.25, -10.52, 2, 0)
  45. end