ashoalglider425490.lua 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425490.lua
  3. Script Purpose : Waypoint Path for ashoalglider425490.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:17:01
  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, 85.14, -11.52, -43.83, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 87.61, -12.31, -36.74, 2, 0)
  19. MovementLoopAddLocation(NPC, 92.26, -12.54, -17.09, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 80.7, -11.78, -31.75, 2, 0)
  21. MovementLoopAddLocation(NPC, 76.57, -11.76, -40.25, 2, 0)
  22. MovementLoopAddLocation(NPC, 73.79, -11.49, -44, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 78.66, -11.78, -35.36, 2, 0)
  24. MovementLoopAddLocation(NPC, 85.32, -12.01, -26.4, 2, 0)
  25. MovementLoopAddLocation(NPC, 91.03, -12.63, -22.51, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 95.95, -12.63, -36.46, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 101.72, -11.97, -30.63, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 81.5, -11.3, -39.35, 2, 0)
  29. MovementLoopAddLocation(NPC, 59.62, -10.7, -48.14, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 82.35, -11.05, -44.74, 2, 0)
  31. MovementLoopAddLocation(NPC, 96.65, -12.18, -42.84, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 88.22, -10.7, -45.25, 2, 0)
  33. MovementLoopAddLocation(NPC, 81.81, -10.7, -47.23, 2, 0)
  34. MovementLoopAddLocation(NPC, 78.07, -10.7, -49.82, 2, 0)
  35. MovementLoopAddLocation(NPC, 75.76, -10.7, -53.8, 2, 0)
  36. MovementLoopAddLocation(NPC, 73.74, -10.7, -57.81, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 74.73, -10.7, -52.35, 2, 0)
  38. MovementLoopAddLocation(NPC, 77.52, -11.3, -47.73, 2, 0)
  39. MovementLoopAddLocation(NPC, 80.34, -11.54, -44.87, 2, 0)
  40. end