ashoalglider425526.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425526.lua
  3. Script Purpose : Waypoint Path for ashoalglider425526.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:26:55
  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, 39.27, -13.44, 18.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 34.04, -12.86, 20.64, 2, 0)
  19. MovementLoopAddLocation(NPC, 22.4, -12, 28.02, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 25.95, -11.96, 31.1, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 9.22, -12.14, 49.41, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 29.18, -13.4, 27.98, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 31.82, -12.41, 46.37, 2, 0)
  24. MovementLoopAddLocation(NPC, 33.97, -11.77, 53.29, 2, 0)
  25. MovementLoopAddLocation(NPC, 36.01, -11.6, 62.11, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 58.73, -10.7, 59.09, 2, 0)
  27. MovementLoopAddLocation(NPC, 63.45, -10.7, 59.16, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 55.96, -11.55, 96.17, 2, 0)
  29. MovementLoopAddLocation(NPC, 52.84, -11.44, 102.83, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 50.37, -11.64, 82.02, 2, 0)
  31. MovementLoopAddLocation(NPC, 48.22, -11.43, 74.59, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 49.46, -11.54, 87.3, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 62.22, -11.08, 80.39, 2, 0)
  34. MovementLoopAddLocation(NPC, 69.17, -11.52, 71.83, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 55.59, -11.3, 78.09, 2, 0)
  36. MovementLoopAddLocation(NPC, 45.85, -10.7, 80.36, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 44.23, -10.7, 70.15, 2, 0)
  38. MovementLoopAddLocation(NPC, 43.69, -10.7, 39.06, 2, 0)
  39. MovementLoopAddLocation(NPC, 39.9, -12.78, 26.26, 2, 0)
  40. end