ashoalglider425515.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425515.lua
  3. Script Purpose : Waypoint Path for ashoalglider425515.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:38
  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, 4.14, -11.53, -34.09, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 6.41, -11.73, -31.49, 2, 0)
  19. MovementLoopAddLocation(NPC, 11.9, -11.74, -23.19, 2, 0)
  20. MovementLoopAddLocation(NPC, 17.09, -11.91, -17.85, 2, 0)
  21. MovementLoopAddLocation(NPC, 27.56, -13.61, -0.82, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 32.1, -12.59, -29.48, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 27.65, -12.79, -30.48, 2, 0)
  24. MovementLoopAddLocation(NPC, 14.54, -12.3, -38.72, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 23.52, -12.73, -34.97, 2, 0)
  26. MovementLoopAddLocation(NPC, 35.22, -12.93, -28.49, 2, 0)
  27. MovementLoopAddLocation(NPC, 42.39, -13.18, -23.61, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 47.89, -11.61, -16.57, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 41.89, -11.76, -20.31, 2, 0)
  30. MovementLoopAddLocation(NPC, 28.29, -11, -34.77, 2, 0)
  31. MovementLoopAddLocation(NPC, 23.7, -11.09, -39.88, 2, 0)
  32. MovementLoopAddLocation(NPC, 19.44, -11.5, -42.32, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 22.16, -11.22, -40.93, 2, 0)
  34. MovementLoopAddLocation(NPC, 28.06, -11.29, -36.05, 2, 0)
  35. MovementLoopAddLocation(NPC, 38, -12.25, -28.42, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 49.71, -11.97, -22.79, 2, 0)
  37. MovementLoopAddLocation(NPC, 60.92, -11.47, -19.58, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 48.69, -11.78, -17.64, 2, 0)
  39. MovementLoopAddLocation(NPC, 39.58, -12.03, -15.04, 2, 0)
  40. MovementLoopAddLocation(NPC, 30.42, -12.04, -10.9, 2, 0)
  41. MovementLoopAddLocation(NPC, 19.38, -12.6, -7.1, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 40.66, -12.36, -12.15, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 20.81, -12.54, 3.16, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 18.15, -11.85, -1.34, 2, 0)
  45. end