aneedlefang427643.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427643.lua
  3. Script Purpose : Waypoint Path for aneedlefang427643.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:51:57
  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, 59.53, -12.03, 33.92, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 72.61, -11.44, 31.7, 2, 0)
  19. MovementLoopAddLocation(NPC, 82.45, -11.53, 31.01, 2, 0)
  20. MovementLoopAddLocation(NPC, 89.57, -12.54, 26.32, 2, 0)
  21. MovementLoopAddLocation(NPC, 93.46, -12.78, 25.7, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 73.11, -10.3, 25.9, 2, 0)
  23. MovementLoopAddLocation(NPC, 53.9, -10.3, 28.06, 2, 0)
  24. MovementLoopAddLocation(NPC, 43.18, -12.11, 29.65, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 39.08, -12.89, 37.89, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 38.94, -12.95, 27.15, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 47.12, -11.13, 26.5, 2, 0)
  28. MovementLoopAddLocation(NPC, 55.37, -11.43, 27.28, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 69.65, -11.96, 16.15, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.25, -13.37, 9.03, 2, 0)
  31. MovementLoopAddLocation(NPC, 78.46, -13.69, 5.17, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 73.96, -12.37, 11.58, 2, 0)
  33. MovementLoopAddLocation(NPC, 63.76, -11.87, 20.49, 2, 0)
  34. MovementLoopAddLocation(NPC, 55.85, -12.2, 21.99, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 58.37, -11.31, 27.37, 2, 0)
  36. end