ashoalglider425678.lua 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425678.lua
  3. Script Purpose : Waypoint Path for ashoalglider425678.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:08
  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, -73.62, -10.7, -57.95, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -70.76, -10.5, -53.13, 2, 0)
  19. MovementLoopAddLocation(NPC, -62.69, -10.5, -38.04, 2, 0)
  20. MovementLoopAddLocation(NPC, -52.57, -10.7, -24.83, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -55.23, -10.7, -21.87, 2, 0)
  22. MovementLoopAddLocation(NPC, -64.78, -10.7, -14.06, 2, 0)
  23. MovementLoopAddLocation(NPC, -69.22, -10.7, -6.51, 2, 0)
  24. MovementLoopAddLocation(NPC, -75.64, -10.7, -2.29, 2, 0)
  25. MovementLoopAddLocation(NPC, -80.6, -11.24, 5.25, 2, 0)
  26. MovementLoopAddLocation(NPC, -86.25, -11.47, 7.76, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -89.46, -11.42, 1.28, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -89.69, -11.51, 10.12, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -77.64, -10.7, 1.38, 2, 0)
  30. MovementLoopAddLocation(NPC, -69.39, -10.7, -3.45, 2, 0)
  31. MovementLoopAddLocation(NPC, -62.7, -10.7, -10.61, 2, 0)
  32. MovementLoopAddLocation(NPC, -59.18, -10.7, -11.99, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -56.85, -10.7, -18.75, 2, 0)
  34. MovementLoopAddLocation(NPC, -56.42, -10.7, -24.93, 2, 0)
  35. MovementLoopAddLocation(NPC, -53.4, -10.7, -39.27, 2, 0)
  36. MovementLoopAddLocation(NPC, -52.22, -10.7, -49.46, 2, 0)
  37. MovementLoopAddLocation(NPC, -47.9, -11.42, -59.99, 2, 0)
  38. MovementLoopAddLocation(NPC, -43.23, -11.74, -66.53, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -46.3, -10.7, -54.23, 2, 0)
  40. MovementLoopAddLocation(NPC, -44.92, -10.7, -47.79, 2, 0)
  41. MovementLoopAddLocation(NPC, -44.28, -10.7, -36.12, 2, 0)
  42. MovementLoopAddLocation(NPC, -42.8, -10.7, -30.76, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -46.47, -10.7, -34.15, 2, 0)
  44. MovementLoopAddLocation(NPC, -48.24, -10.7, -38.29, 2, 0)
  45. MovementLoopAddLocation(NPC, -51.75, -10.7, -41.72, 2, 0)
  46. MovementLoopAddLocation(NPC, -63.76, -10.7, -48.54, 2, 0)
  47. end