ashoalglider425488.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425488.lua
  3. Script Purpose : Waypoint Path for ashoalglider425488.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:16
  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.07, -11.48, -70.28, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 43.29, -11.6, -80.34, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 78.62, -11.5, -72.8, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 75.16, -11.13, -63.82, 2, 0)
  21. MovementLoopAddLocation(NPC, 74.54, -10.98, -59.49, 2, 0)
  22. MovementLoopAddLocation(NPC, 74.19, -10.7, -52.66, 2, 0)
  23. MovementLoopAddLocation(NPC, 75.11, -11.32, -46.66, 2, 0)
  24. MovementLoopAddLocation(NPC, 79.45, -11.64, -38.73, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 95.2, -12.63, -42.16, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 88.26, -11.57, -43.11, 2, 0)
  27. MovementLoopAddLocation(NPC, 82.68, -11.02, -45.19, 2, 0)
  28. MovementLoopAddLocation(NPC, 77.89, -10.63, -47.76, 2, 0)
  29. MovementLoopAddLocation(NPC, 74.37, -10.59, -51.38, 2, 0)
  30. MovementLoopAddLocation(NPC, 70.83, -11.29, -59.67, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 72.8, -11.55, -52.82, 2, 0)
  32. MovementLoopAddLocation(NPC, 74.11, -11.73, -49.81, 2, 0)
  33. MovementLoopAddLocation(NPC, 79.84, -12, -41.15, 2, 0)
  34. MovementLoopAddLocation(NPC, 90.48, -12.66, -22.14, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 92.51, -12.36, -35.64, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 98.65, -12.49, -41.83, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 87.8, -12.4, -43.54, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 83.99, -11.09, -45.01, 2, 0)
  39. MovementLoopAddLocation(NPC, 79.9, -10.7, -46.73, 2, 0)
  40. MovementLoopAddLocation(NPC, 75.44, -10.7, -50.64, 2, 0)
  41. MovementLoopAddLocation(NPC, 71.27, -10.7, -56.72, 2, 0)
  42. end