ataintedSapswillscout133769561.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769561.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769561.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:21:04
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 124.21, -0.41, -209.72, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 147.82, -0.5, -211.83, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 140.3, -0.63, -214.74, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 135.94, -0.72, -215.59, 2, 0)
  22. MovementLoopAddLocation(NPC, 128.78, -0.48, -213.65, 2, math.random(14, 28))
  23. MovementLoopAddLocation(NPC, 152.3, -0.83, -218.73, 2, 0)
  24. MovementLoopAddLocation(NPC, 156.03, -0.58, -220.68, 2, math.random(14, 28))
  25. MovementLoopAddLocation(NPC, 146.54, -0.65, -214.85, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 142.83, -0.8, -216.27, 2, 0)
  27. MovementLoopAddLocation(NPC, 131.03, -0.76, -217.89, 2, 0)
  28. MovementLoopAddLocation(NPC, 123.75, -0.74, -220.12, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 138.3, -0.46, -208.7, 2, math.random(14, 28))
  30. MovementLoopAddLocation(NPC, 135.55, -0.45, -210.55, 2, 0)
  31. MovementLoopAddLocation(NPC, 128.93, -0.73, -215.63, 2, math.random(14, 28))
  32. MovementLoopAddLocation(NPC, 136.83, -0.75, -215.8, 2, math.random(14, 28))
  33. end