ashoalglider425522.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425522.lua
  3. Script Purpose : Waypoint Path for ashoalglider425522.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:25:03
  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, -11.17, -11.43, 46.54, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 2.59, -11.24, 59.38, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 2.7, -11.97, 54.71, 2, 0)
  20. MovementLoopAddLocation(NPC, 7.41, -13.36, 32.3, 2, 0)
  21. MovementLoopAddLocation(NPC, 9.14, -13.48, 21.61, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 11.25, -11.95, 39.23, 2, 0)
  23. MovementLoopAddLocation(NPC, 12.64, -11.54, 47.15, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 12.32, -11.94, 27.71, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 9.42, -12.88, 44.74, 2, 0)
  26. MovementLoopAddLocation(NPC, 6.95, -12.77, 53.89, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 21.77, -12.26, 50.57, 2, 0)
  28. MovementLoopAddLocation(NPC, 34.43, -11.87, 50.13, 2, 0)
  29. MovementLoopAddLocation(NPC, 42.73, -12, 52.76, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 40.48, -11.93, 43.61, 2, 0)
  31. MovementLoopAddLocation(NPC, 38.82, -12.4, 36.97, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 34.83, -12.87, 37.47, 2, 0)
  33. MovementLoopAddLocation(NPC, 20.79, -13.46, 43.24, 2, 0)
  34. MovementLoopAddLocation(NPC, 16.46, -12.8, 51.02, 2, 0)
  35. MovementLoopAddLocation(NPC, 15.53, -12.43, 59.64, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 2.29, -11.73, 54.42, 2, 0)
  37. end