aneedlefang427609.lua 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427609.lua
  3. Script Purpose : Waypoint Path for aneedlefang427609.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:40:30
  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, -27.13, -11.97, -92.6, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -19.56, -11.33, -94.29, 2, 0)
  19. MovementLoopAddLocation(NPC, -5.27, -11.07, -93.84, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -1.36, -10.51, -88.78, 2, 0)
  21. MovementLoopAddLocation(NPC, 1.63, -10.57, -80.99, 2, 0)
  22. MovementLoopAddLocation(NPC, 10.9, -10.3, -65.85, 2, 0)
  23. MovementLoopAddLocation(NPC, 24.49, -10.4, -49.76, 2, 0)
  24. MovementLoopAddLocation(NPC, 38.4, -11.6, -31.9, 2, 0)
  25. MovementLoopAddLocation(NPC, 45.12, -12.34, -22.3, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 50.96, -13.07, -14.37, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 42.93, -12.75, -16.72, 2, 0)
  28. MovementLoopAddLocation(NPC, 30.55, -12.18, -25.49, 2, 0)
  29. MovementLoopAddLocation(NPC, 25.29, -12.09, -30.35, 2, 0)
  30. MovementLoopAddLocation(NPC, 18.85, -12.1, -32.83, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 36.6, -12.03, -34.37, 2, 0)
  32. MovementLoopAddLocation(NPC, 43.12, -11.88, -33.65, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 37.24, -12.97, -28.38, 2, 0)
  34. MovementLoopAddLocation(NPC, 26.43, -14.52, -20.82, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 37.08, -13.29, -17.94, 2, 0)
  36. MovementLoopAddLocation(NPC, 43.73, -13.03, -16.34, 2, 0)
  37. MovementLoopAddLocation(NPC, 48.3, -13.06, -15.73, 2, 0)
  38. MovementLoopAddLocation(NPC, 54.73, -13.07, -14.33, 2, 0)
  39. MovementLoopAddLocation(NPC, 62.2, -13.13, -14.44, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 60.03, -13.34, -9.03, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 53.96, -12.11, -17.72, 2, 0)
  42. MovementLoopAddLocation(NPC, 48.56, -12.04, -23.32, 2, 0)
  43. MovementLoopAddLocation(NPC, 42.94, -11.93, -30.24, 2, 0)
  44. MovementLoopAddLocation(NPC, 37.78, -11.94, -34.64, 2, 0)
  45. MovementLoopAddLocation(NPC, 32.6, -12.24, -36.54, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 28.19, -11.65, -39.97, 2, 0)
  47. MovementLoopAddLocation(NPC, 17.38, -11.3, -51.39, 2, 0)
  48. MovementLoopAddLocation(NPC, 1.23, -10.3, -66.13, 2, 0)
  49. MovementLoopAddLocation(NPC, -10.18, -10.3, -80.03, 2, 0)
  50. MovementLoopAddLocation(NPC, -18.05, -10.65, -87.79, 2, 0)
  51. end