ashoalglider425472.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425472.lua
  3. Script Purpose : Waypoint Path for ashoalglider425472.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:19:07
  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, -35.24, -11.44, 13.87, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -35.51, -10.7, 3.97, 2, 0)
  19. MovementLoopAddLocation(NPC, -36.77, -10.7, -10.61, 2, 0)
  20. MovementLoopAddLocation(NPC, -44.03, -10.7, -24.71, 2, 0)
  21. MovementLoopAddLocation(NPC, -45.66, -10.96, -35.72, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -26.31, -11.02, -25.17, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -25.18, -10.7, -49.52, 2, 0)
  24. MovementLoopAddLocation(NPC, -19.38, -10.7, -74.7, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -17.59, -10.7, -78, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -15.08, -10.7, -73.78, 2, 0)
  27. MovementLoopAddLocation(NPC, -9.76, -10.7, -69.67, 2, 0)
  28. MovementLoopAddLocation(NPC, -0.72, -12.56, -65.21, 2, 0)
  29. MovementLoopAddLocation(NPC, 2.01, -12.77, -61.77, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -8.12, -11.49, -58.49, 2, 0)
  31. MovementLoopAddLocation(NPC, -12.18, -11.13, -55.58, 2, 0)
  32. MovementLoopAddLocation(NPC, -16.56, -11.22, -50.57, 2, 0)
  33. MovementLoopAddLocation(NPC, -20.15, -11.33, -47.92, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -29.3, -10.7, -48.99, 2, 0)
  35. MovementLoopAddLocation(NPC, -33.2, -10.7, -52.8, 2, 0)
  36. MovementLoopAddLocation(NPC, -40.06, -10.7, -54.35, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -24.22, -11.23, -47.64, 2, 0)
  38. MovementLoopAddLocation(NPC, -16.98, -11.03, -42.71, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -24.16, -11.12, -34.88, 2, 0)
  40. MovementLoopAddLocation(NPC, -26.8, -11.03, -30.61, 2, 0)
  41. MovementLoopAddLocation(NPC, -35.18, -11.46, -18.66, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -35.87, -10.7, -14.57, 2, 0)
  43. MovementLoopAddLocation(NPC, -35.93, -10.7, 2.94, 2, 0)
  44. end