aneedlefang427634.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427634.lua
  3. Script Purpose : Waypoint Path for aneedlefang427634.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:26:14
  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, 90.13, -12.78, 6.07, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 83.83, -13.08, 1.07, 2, 0)
  19. MovementLoopAddLocation(NPC, 75.5, -13.55, -2.96, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 81.78, -12.94, -0.96, 2, 0)
  21. MovementLoopAddLocation(NPC, 88.19, -12.96, -0.51, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 80.85, -12.29, 7.69, 2, 0)
  23. MovementLoopAddLocation(NPC, 73.81, -12.11, 12.84, 2, 0)
  24. MovementLoopAddLocation(NPC, 65.98, -12.8, 15.63, 2, 0)
  25. MovementLoopAddLocation(NPC, 61.34, -12.73, 17.87, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 62.49, -12.36, 10.17, 2, 0)
  27. MovementLoopAddLocation(NPC, 69.32, -12.91, -3.23, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 64.65, -12.04, 11.15, 2, 0)
  29. MovementLoopAddLocation(NPC, 57.09, -12.65, 17.06, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 51.77, -10.95, 24.71, 2, 0)
  31. MovementLoopAddLocation(NPC, 50.24, -10.99, 37.83, 2, 0)
  32. MovementLoopAddLocation(NPC, 51.09, -11.77, 44.91, 2, 0)
  33. MovementLoopAddLocation(NPC, 51.33, -12.95, 51.01, 2, 0)
  34. MovementLoopAddLocation(NPC, 50.8, -12.76, 53.7, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 58.15, -11.64, 43.53, 2, 0)
  36. MovementLoopAddLocation(NPC, 62.82, -11.61, 34.84, 2, 0)
  37. MovementLoopAddLocation(NPC, 65.49, -11.62, 21.13, 2, 0)
  38. MovementLoopAddLocation(NPC, 72.39, -11.89, 12.86, 2, 0)
  39. MovementLoopAddLocation(NPC, 75.96, -12.69, 5.53, 2, 0)
  40. MovementLoopAddLocation(NPC, 77.34, -13.73, -0.16, 2, 0)
  41. MovementLoopAddLocation(NPC, 77.16, -13.72, -4.4, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 77.77, -12.57, 17.3, 2, math.random(10, 20))
  43. end