ashoalglider425514.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425514.lua
  3. Script Purpose : Waypoint Path for ashoalglider425514.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:15
  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, 37.24, -11.43, -1.23, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 24.35, -11.22, -5.95, 2, 0)
  19. MovementLoopAddLocation(NPC, 15.91, -10.79, -8.02, 2, 0)
  20. MovementLoopAddLocation(NPC, 10.17, -10.7, -10.48, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 13.46, -10.99, -10.06, 2, 0)
  22. MovementLoopAddLocation(NPC, 18.6, -11.28, -9.84, 2, 0)
  23. MovementLoopAddLocation(NPC, 26.32, -11.99, -10.69, 2, 0)
  24. MovementLoopAddLocation(NPC, 40.49, -11.66, -11.82, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 39.67, -12.57, -17.47, 2, 0)
  26. MovementLoopAddLocation(NPC, 38.93, -12.16, -25.17, 2, 0)
  27. MovementLoopAddLocation(NPC, 38.48, -10.7, -46.04, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 29.76, -10.7, -53, 2, 0)
  29. MovementLoopAddLocation(NPC, 26.17, -10.7, -54.38, 2, 0)
  30. MovementLoopAddLocation(NPC, 21.29, -10.7, -54.53, 2, 0)
  31. MovementLoopAddLocation(NPC, 17.74, -11.12, -58.4, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 30.25, -10.7, -42.08, 2, 0)
  33. MovementLoopAddLocation(NPC, 34.86, -11.55, -34.87, 2, 0)
  34. MovementLoopAddLocation(NPC, 37.28, -11.94, -29.41, 2, 0)
  35. MovementLoopAddLocation(NPC, 43.16, -12.09, -18.36, 2, 0)
  36. MovementLoopAddLocation(NPC, 48.19, -11.59, -12.2, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 54.37, -13.06, -13.91, 2, 0)
  38. MovementLoopAddLocation(NPC, 59.88, -13.81, -14.14, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 53.01, -11.94, -9.88, 2, 0)
  40. MovementLoopAddLocation(NPC, 39.03, -11.59, 0.52, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 12.89, -11, -5.97, 2, math.random(10, 20))
  42. end