aneedlefang427621.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427621.lua
  3. Script Purpose : Waypoint Path for aneedlefang427621.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:25:32
  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, 14.4, -12.54, 60.78, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 25.5, -11.98, 57.5, 2, 0)
  19. MovementLoopAddLocation(NPC, 32.62, -12.07, 55.97, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 15.78, -11.81, 68.48, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 6.92, -11.52, 58.93, 2, 0)
  22. MovementLoopAddLocation(NPC, 2.17, -11.9, 49.64, 2, 0)
  23. MovementLoopAddLocation(NPC, -0.51, -12.32, 42.73, 2, 0)
  24. MovementLoopAddLocation(NPC, -4.15, -13.16, 35.6, 2, 0)
  25. MovementLoopAddLocation(NPC, -8.19, -13.74, 30.53, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 2.3, -13.74, 38.61, 2, 0)
  27. MovementLoopAddLocation(NPC, 6.37, -13.9, 42.13, 2, 0)
  28. MovementLoopAddLocation(NPC, 9.05, -13.96, 47.32, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -0.55, -12.11, 46.35, 2, 0)
  30. MovementLoopAddLocation(NPC, -7.03, -11.79, 46.27, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 4.18, -12.21, 56.19, 2, 0)
  32. MovementLoopAddLocation(NPC, 12.23, -12.76, 62.24, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 24.21, -12.18, 57.59, 2, 0)
  34. MovementLoopAddLocation(NPC, 40.55, -11.73, 61.42, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 30.54, -12, 64.15, 2, 0)
  36. end