ashoalglider425534.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425534.lua
  3. Script Purpose : Waypoint Path for ashoalglider425534.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:21:49
  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, 5.77, -11.87, 24.64, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 7.34, -13.7, 34.77, 2, 0)
  19. MovementLoopAddLocation(NPC, 11.62, -14.01, 45.27, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 2.32, -13.43, 34.91, 2, 0)
  21. MovementLoopAddLocation(NPC, -3.21, -13.53, 31.33, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -1.4, -12.7, 38.07, 2, 0)
  23. MovementLoopAddLocation(NPC, 2.31, -12.66, 41.81, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 10.51, -13.4, 29.17, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 6.52, -12.8, 39.92, 2, 0)
  26. MovementLoopAddLocation(NPC, 1.67, -11.8, 49.62, 2, 0)
  27. MovementLoopAddLocation(NPC, -2.46, -11.63, 57.18, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 0.11, -12.39, 44.82, 2, 0)
  29. MovementLoopAddLocation(NPC, 1.89, -12.8, 39.65, 2, 0)
  30. MovementLoopAddLocation(NPC, -0.51, -12.41, 30.49, 2, 0)
  31. MovementLoopAddLocation(NPC, -1.45, -12.6, 26.19, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 2.56, -11.77, 25.8, 2, 0)
  33. end