aneedlefang427604.lua 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427604.lua
  3. Script Purpose : Waypoint Path for aneedlefang427604.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:35:11
  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, -5.67, -12.1, -81.89, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -1.55, -11.99, -77.53, 2, 0)
  19. MovementLoopAddLocation(NPC, 2.52, -12.01, -71, 2, 0)
  20. MovementLoopAddLocation(NPC, 4.53, -12.14, -65.49, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -0.17, -10.42, -68.13, 2, 0)
  22. MovementLoopAddLocation(NPC, -9.44, -10.3, -72.35, 2, 0)
  23. MovementLoopAddLocation(NPC, -13.02, -10.3, -74.4, 2, 0)
  24. MovementLoopAddLocation(NPC, -21.61, -11.03, -81.66, 2, 0)
  25. MovementLoopAddLocation(NPC, -26.28, -11.76, -84.22, 2, 0)
  26. MovementLoopAddLocation(NPC, -31.67, -12.14, -85.03, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -24.25, -10.5, -81.22, 2, 0)
  28. MovementLoopAddLocation(NPC, -12.42, -10.3, -71.33, 2, 0)
  29. MovementLoopAddLocation(NPC, -7.74, -11.14, -67.08, 2, 0)
  30. MovementLoopAddLocation(NPC, -1.77, -11.94, -63.5, 2, 0)
  31. MovementLoopAddLocation(NPC, 3.36, -12.96, -59.47, 2, 0)
  32. MovementLoopAddLocation(NPC, 7.13, -12.91, -57.2, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 20.06, -11.75, -56.26, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 21.93, -10.38, -45.2, 2, 0)
  35. MovementLoopAddLocation(NPC, 24.61, -10.95, -33.91, 2, 0)
  36. MovementLoopAddLocation(NPC, 28.94, -14.14, -24.03, 2, 0)
  37. MovementLoopAddLocation(NPC, 29.22, -14.44, -18.15, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 23.68, -11.64, -37.01, 2, 0)
  39. MovementLoopAddLocation(NPC, 19.75, -11.27, -42.59, 2, 0)
  40. MovementLoopAddLocation(NPC, 15.54, -11.94, -49.12, 2, 0)
  41. MovementLoopAddLocation(NPC, 13.06, -12.77, -56.17, 2, 0)
  42. MovementLoopAddLocation(NPC, 10.64, -12.93, -60.34, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 7.1, -12.05, -49.96, 2, 0)
  44. MovementLoopAddLocation(NPC, 6.55, -12.32, -42.07, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -5.46, -11.99, -67.71, 2, 0)
  46. MovementLoopAddLocation(NPC, -5.4, -12, -67.74, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 0.7, -12.02, -71.07, 2, 0)
  48. MovementLoopAddLocation(NPC, 7.22, -11.85, -75.85, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -4.44, -10.3, -78.74, 2, 0)
  50. MovementLoopAddLocation(NPC, -11.37, -10.3, -82.93, 2, 0)
  51. MovementLoopAddLocation(NPC, -19.57, -11.85, -92.07, 2, 0)
  52. MovementLoopAddLocation(NPC, -23.75, -11.93, -92.59, 2, math.random(10, 20))
  53. MovementLoopAddLocation(NPC, -17.26, -11.3, -88.44, 2, 0)
  54. MovementLoopAddLocation(NPC, -10.83, -11.59, -85.24, 2, 0)
  55. end