ashoalglider425539.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425539.lua
  3. Script Purpose : Waypoint Path for ashoalglider425539.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:47:34
  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, 59.7, -12.43, 46.5, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 51.02, -12.05, 50.35, 2, 0)
  19. MovementLoopAddLocation(NPC, 40.04, -11.53, 57.81, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 29.88, -12.1, 50.75, 2, 0)
  21. MovementLoopAddLocation(NPC, 17.98, -13.51, 44.11, 2, 0)
  22. MovementLoopAddLocation(NPC, 9.96, -13.8, 40.14, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 11.9, -13.94, 45.4, 2, 0)
  24. MovementLoopAddLocation(NPC, 14.23, -13.17, 50.92, 2, 0)
  25. MovementLoopAddLocation(NPC, 18.05, -12.85, 53.84, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 26.29, -11.76, 57.7, 2, 0)
  27. MovementLoopAddLocation(NPC, 34.97, -11.46, 60.88, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 42.59, -10.7, 74.56, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 48.29, -10.7, 73.12, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 47.2, -10.7, 60.99, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 52.29, -11.05, 54.97, 2, 0)
  32. MovementLoopAddLocation(NPC, 56.3, -12.18, 48.44, 2, 0)
  33. end