aneedlefang427633.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427633.lua
  3. Script Purpose : Waypoint Path for aneedlefang427633.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:22:34
  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, -11.21, -11.04, 55.9, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -4.16, -10.37, 54.29, 2, 0)
  19. MovementLoopAddLocation(NPC, 69.59, -11.6, 51.39, 2, 0)
  20. MovementLoopAddLocation(NPC, 85.07, -12.48, 47.42, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 73.94, -12.06, 48.14, 2, 0)
  22. MovementLoopAddLocation(NPC, 61.03, -13, 45.85, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 55.12, -11.27, 41.66, 2, 0)
  24. MovementLoopAddLocation(NPC, 45.82, -11.22, 38.37, 2, 0)
  25. MovementLoopAddLocation(NPC, 35.85, -12.9, 35.71, 2, 0)
  26. MovementLoopAddLocation(NPC, 32.98, -13.08, 35.43, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 22.12, -13.87, 39.01, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 17.65, -13.08, 44.88, 2, 0)
  29. MovementLoopAddLocation(NPC, 10.02, -11.42, 62.71, 2, 0)
  30. MovementLoopAddLocation(NPC, 7.08, -11.04, 71.38, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 20.41, -11.07, 68.13, 2, 0)
  32. MovementLoopAddLocation(NPC, 49.28, -10.71, 71.27, 2, 0)
  33. MovementLoopAddLocation(NPC, 66.87, -10.98, 74.39, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 42.72, -11.05, 68.87, 2, 0)
  35. MovementLoopAddLocation(NPC, 33.38, -10.71, 65.58, 2, 0)
  36. MovementLoopAddLocation(NPC, 24.55, -11.12, 59.82, 2, 0)
  37. MovementLoopAddLocation(NPC, 7.51, -12.74, 52.71, 2, 0)
  38. MovementLoopAddLocation(NPC, -1.71, -12.65, 45.03, 2, 0)
  39. MovementLoopAddLocation(NPC, -11.37, -13.14, 40.19, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -3.73, -13.11, 41.47, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -17.65, -14.7, 33.5, 2, 0)
  42. MovementLoopAddLocation(NPC, -24.24, -14.51, 31.74, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -14.24, -11.09, 50.83, 2, 0)
  44. end