aneedlefang427589.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427589.lua
  3. Script Purpose : Waypoint Path for aneedlefang427589.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:53:00
  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, -49.88, -10.3, -47.79, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -48.37, -10.3, -51.32, 2, 0)
  19. MovementLoopAddLocation(NPC, -42.65, -12.06, -60.63, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -39.98, -10.68, -47.72, 2, 0)
  21. MovementLoopAddLocation(NPC, -26.43, -10.36, -18.77, 2, 0)
  22. MovementLoopAddLocation(NPC, -22.92, -12.06, -8.66, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -25.67, -11.23, -4.4, 2, 0)
  24. MovementLoopAddLocation(NPC, -32.8, -11.08, 4.44, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -33.24, -10.3, 0.61, 2, 0)
  26. MovementLoopAddLocation(NPC, -45.94, -10.44, -39.02, 2, 0)
  27. MovementLoopAddLocation(NPC, -47.35, -10.9, -44.42, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -44.73, -10.33, -46.13, 2, 0)
  29. MovementLoopAddLocation(NPC, -18.74, -10.42, -53.31, 2, 0)
  30. MovementLoopAddLocation(NPC, -7.42, -11.95, -57.56, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -10.41, -11.17, -54.2, 2, 0)
  32. MovementLoopAddLocation(NPC, -15.61, -11.02, -47.49, 2, 0)
  33. MovementLoopAddLocation(NPC, -20.28, -11.66, -37.72, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -40.4, -11.64, -41.01, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -30.35, -11.78, -40.89, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -25.81, -11.19, -47.18, 2, 0)
  37. MovementLoopAddLocation(NPC, -16.31, -10.3, -56.25, 2, 0)
  38. MovementLoopAddLocation(NPC, -10.17, -10.98, -61.32, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -12.79, -10.31, -59.73, 2, 0)
  40. MovementLoopAddLocation(NPC, -64.01, -10.42, -47.81, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -69.07, -10.3, -36.45, 2, 0)
  42. MovementLoopAddLocation(NPC, -73.21, -10.3, -18.37, 2, 0)
  43. MovementLoopAddLocation(NPC, -92.02, -12.08, -5.07, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -83.09, -10.3, 11.56, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -77.4, -11.06, 13.93, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -72.16, -10.3, 7.01, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -50.65, -10.3, -36.43, 2, 0)
  48. end