ashoalglider425458.lua 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425458.lua
  3. Script Purpose : Waypoint Path for ashoalglider425458.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:38
  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, -137.94, -12.44, 27.46, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -142.81, -12.71, 28.54, 2, 0)
  19. MovementLoopAddLocation(NPC, -146.94, -13.38, 15.17, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -145.02, -13.49, 7.96, 2, 0)
  21. MovementLoopAddLocation(NPC, -137.27, -12.17, 6.55, 2, 0)
  22. MovementLoopAddLocation(NPC, -131.39, -11.59, 4.33, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -137.66, -12.34, 37.56, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -127.72, -10.5, 44.25, 2, 0)
  25. MovementLoopAddLocation(NPC, -121.04, -10.5, 48.63, 2, 0)
  26. MovementLoopAddLocation(NPC, -116.3, -11.42, 55.75, 2, 0)
  27. MovementLoopAddLocation(NPC, -111.26, -11.55, 58.13, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -121.59, -10.5, 46.85, 2, 0)
  29. MovementLoopAddLocation(NPC, -135.87, -10.5, 37.93, 2, 0)
  30. MovementLoopAddLocation(NPC, -137.85, -12.5, 23.34, 2, 0)
  31. MovementLoopAddLocation(NPC, -132.6, -12.42, 16.03, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -134.35, -12.2, 8.64, 2, 0)
  33. MovementLoopAddLocation(NPC, -136.64, -12.45, 8.09, 2, 0)
  34. MovementLoopAddLocation(NPC, -144.84, -13.61, 8.11, 2, 0)
  35. MovementLoopAddLocation(NPC, -149.03, -13.54, 5.46, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -143.84, -13.35, 2.85, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -145.18, -12.75, 7.02, 2, 0)
  38. MovementLoopAddLocation(NPC, -145.25, -12.64, 11.44, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -138.4, -11.23, 22.93, 2, 0)
  40. MovementLoopAddLocation(NPC, -128.75, -10.5, 29.87, 2, 0)
  41. MovementLoopAddLocation(NPC, -119.37, -10.5, 42.9, 2, 0)
  42. MovementLoopAddLocation(NPC, -108.8, -11.31, 50.41, 2, 0)
  43. MovementLoopAddLocation(NPC, -104.7, -11.14, 48.2, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -116.24, -10.55, 48.25, 2, 0)
  45. MovementLoopAddLocation(NPC, -129.52, -10.5, 42.66, 2, 0)
  46. MovementLoopAddLocation(NPC, -135.65, -11.74, 37.12, 2, 0)
  47. end