ashoalglider425482.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425482.lua
  3. Script Purpose : Waypoint Path for ashoalglider425482.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:12
  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, 85.19, -12.5, -41.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 83.79, -11.79, -42.97, 2, 0)
  19. MovementLoopAddLocation(NPC, 79.94, -10.66, -46, 2, 0)
  20. MovementLoopAddLocation(NPC, 75.24, -10.7, -52.05, 2, 0)
  21. MovementLoopAddLocation(NPC, 73.06, -11.07, -64.4, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 75.32, -10.7, -53.05, 2, 0)
  23. MovementLoopAddLocation(NPC, 77.87, -10.7, -47.03, 2, 0)
  24. MovementLoopAddLocation(NPC, 83.48, -10.7, -41.26, 2, 0)
  25. MovementLoopAddLocation(NPC, 96.9, -11, -34.55, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 96.24, -12.13, -39.11, 2, 0)
  27. MovementLoopAddLocation(NPC, 92.07, -12.5, -43.58, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 80.35, -12.47, -36.89, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 94.86, -11.51, -39.76, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 84.97, -11.13, -44.26, 2, 0)
  31. MovementLoopAddLocation(NPC, 79.24, -11.29, -46.08, 2, 0)
  32. MovementLoopAddLocation(NPC, 76.06, -11.13, -48.54, 2, 0)
  33. MovementLoopAddLocation(NPC, 73.99, -11.12, -52.06, 2, 0)
  34. MovementLoopAddLocation(NPC, 73.15, -11.44, -58.11, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 73.22, -11.52, -74.33, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 73.86, -11.11, -63.83, 2, 0)
  37. MovementLoopAddLocation(NPC, 75.14, -10.7, -54.88, 2, 0)
  38. MovementLoopAddLocation(NPC, 76.88, -10.7, -47.06, 2, 0)
  39. MovementLoopAddLocation(NPC, 81.17, -11.14, -42.75, 2, 0)
  40. MovementLoopAddLocation(NPC, 85.63, -12.42, -41.09, 2, 0)
  41. MovementLoopAddLocation(NPC, 88.36, -12.63, -41.19, 2, math.random(10, 20))
  42. end