ashoalglider425542.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425542.lua
  3. Script Purpose : Waypoint Path for ashoalglider425542.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:48:24
  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, 35.99, -12.51, 46.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 21.99, -12.18, 32.67, 2, 0)
  19. MovementLoopAddLocation(NPC, 13.3, -12.42, 19.36, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 15.8, -12.71, 24.91, 2, 0)
  21. MovementLoopAddLocation(NPC, 23.28, -13.23, 33.06, 2, 0)
  22. MovementLoopAddLocation(NPC, 25.74, -13.29, 37.29, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 24.1, -12.47, 51.59, 2, 0)
  24. MovementLoopAddLocation(NPC, 16.55, -11.06, 71.12, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 24.03, -10.7, 64.63, 2, 0)
  26. MovementLoopAddLocation(NPC, 45.79, -10.7, 40.68, 2, 0)
  27. MovementLoopAddLocation(NPC, 63.85, -10.66, 21.38, 2, 0)
  28. MovementLoopAddLocation(NPC, 81.01, -11.77, 13.41, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 77.49, -11.96, 25.5, 2, 0)
  30. MovementLoopAddLocation(NPC, 75.49, -12.65, 31.97, 2, 0)
  31. MovementLoopAddLocation(NPC, 73.16, -12.67, 35.8, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 58.93, -11.07, 36.08, 2, 0)
  33. MovementLoopAddLocation(NPC, 21.01, -11.87, 34.36, 2, 0)
  34. MovementLoopAddLocation(NPC, 8.55, -11.84, 31.26, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 1.22, -12.07, 31.78, 2, 0)
  36. MovementLoopAddLocation(NPC, -11.16, -12.03, 35.83, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 6.72, -12.43, 50.27, 2, 0)
  38. MovementLoopAddLocation(NPC, 17.82, -12.47, 60.27, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 21.25, -12.77, 50.28, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 34.78, -12.23, 41, 2, 0)
  41. MovementLoopAddLocation(NPC, 41.31, -12.37, 39.24, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 45.01, -10.7, 34.87, 2, 0)
  43. MovementLoopAddLocation(NPC, 54.69, -10.7, 30.67, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 44.71, -10.7, 36.34, 2, 0)
  45. MovementLoopAddLocation(NPC, 42.65, -10.7, 39.11, 2, 0)
  46. MovementLoopAddLocation(NPC, 38.15, -12.36, 45.14, 2, 0)
  47. end