ashoalglider425620.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425620.lua
  3. Script Purpose : Waypoint Path for ashoalglider425620.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:27
  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, -95.37, -10.7, -5.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -78.72, -10.7, -4.16, 2, 0)
  19. MovementLoopAddLocation(NPC, -48.72, -10.7, 0.31, 2, 0)
  20. MovementLoopAddLocation(NPC, -35.67, -10.7, 1, 2, 0)
  21. MovementLoopAddLocation(NPC, -27.5, -10.62, 2.94, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -30.3, -10.7, -4.61, 2, 0)
  23. MovementLoopAddLocation(NPC, -24.08, -10.7, -40.06, 2, 0)
  24. MovementLoopAddLocation(NPC, -20.27, -10.7, -50.37, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -47.43, -10.7, -54.58, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -46.31, -10.7, -48.06, 2, 0)
  27. MovementLoopAddLocation(NPC, -35.97, -10.7, -12.26, 2, 0)
  28. MovementLoopAddLocation(NPC, -35.87, -10.7, -7.88, 2, 0)
  29. MovementLoopAddLocation(NPC, -32.78, -10.7, 0.66, 2, 0)
  30. MovementLoopAddLocation(NPC, -28.7, -11.04, 7.46, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -26.79, -11.43, 11.25, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -22.03, -11.84, 10.77, 2, 0)
  33. MovementLoopAddLocation(NPC, -16.84, -12.18, 8.94, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -17.83, -11.97, 2.05, 2, 0)
  35. MovementLoopAddLocation(NPC, -16.16, -11.81, -9.53, 2, 0)
  36. MovementLoopAddLocation(NPC, -10.72, -11.42, -18.27, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -27.44, -10.99, -16.81, 2, 0)
  38. MovementLoopAddLocation(NPC, -66.71, -10.7, -9.1, 2, 0)
  39. MovementLoopAddLocation(NPC, -73.43, -10.7, -8.93, 2, 0)
  40. end