aneedlefang427617.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427617.lua
  3. Script Purpose : Waypoint Path for aneedlefang427617.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:43:16
  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, 24.93, -12.97, 10.08, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 37.37, -12.6, 1.47, 2, 0)
  19. MovementLoopAddLocation(NPC, 43.49, -12.74, -1.73, 2, 0)
  20. MovementLoopAddLocation(NPC, 51.97, -12.95, -4.45, 2, 0)
  21. MovementLoopAddLocation(NPC, 57.13, -13.19, -9.24, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 48.01, -13.07, -12.33, 2, 0)
  23. MovementLoopAddLocation(NPC, 36.42, -14.82, -16.03, 2, 0)
  24. MovementLoopAddLocation(NPC, 33.57, -15.35, -17.78, 2, 0)
  25. MovementLoopAddLocation(NPC, 31.48, -15.53, -20.85, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 37.76, -12.92, -27.21, 2, 0)
  27. MovementLoopAddLocation(NPC, 43.84, -11.99, -34.92, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 40.9, -12.19, -26.34, 2, 0)
  29. MovementLoopAddLocation(NPC, 36.97, -12.56, -13.25, 2, 0)
  30. MovementLoopAddLocation(NPC, 35.67, -12.91, 5.37, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 31.32, -11.74, -2.54, 2, 0)
  32. MovementLoopAddLocation(NPC, 25.99, -12.12, -11.32, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 26.52, -12.1, -15.47, 2, 0)
  34. MovementLoopAddLocation(NPC, 31.88, -12.09, -32.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 33.69, -11.74, -40.47, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 40.65, -11.09, -42.47, 2, 0)
  37. MovementLoopAddLocation(NPC, 43.06, -11.15, -44.17, 2, 0)
  38. MovementLoopAddLocation(NPC, 46.7, -12.89, -48.03, 2, 0)
  39. MovementLoopAddLocation(NPC, 47.92, -12.73, -50.24, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 44.49, -11.9, -47.15, 2, 0)
  41. MovementLoopAddLocation(NPC, 38.95, -11.08, -46.34, 2, 0)
  42. MovementLoopAddLocation(NPC, 30.97, -11.34, -42.25, 2, 0)
  43. MovementLoopAddLocation(NPC, 0.1, -11.99, -30.92, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 0.55, -11.98, -35.51, 2, 0)
  45. MovementLoopAddLocation(NPC, 2.45, -12.18, -39.46, 2, 0)
  46. MovementLoopAddLocation(NPC, 7.17, -13, -43.46, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 8.14, -11.98, -37.55, 2, 0)
  48. MovementLoopAddLocation(NPC, 16.39, -12.24, -22.98, 2, 0)
  49. MovementLoopAddLocation(NPC, 19.91, -13.1, -18.22, 2, 0)
  50. MovementLoopAddLocation(NPC, 22.72, -13.27, -15.17, 2, math.random(10, 20))
  51. end