ataintedSapswillscout133769574.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769574.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769574.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:21:27
  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, 128.73, -0.43, -208.81, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 131.37, -0.44, -207.25, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 127.64, -0.42, -209.64, 2, 0)
  21. MovementLoopAddLocation(NPC, 122.53, -0.59, -214.5, 2, math.random(14, 28))
  22. MovementLoopAddLocation(NPC, 124.02, -0.84, -218.76, 2, math.random(14, 28))
  23. MovementLoopAddLocation(NPC, 135.28, -0.63, -214.87, 2, math.random(14, 28))
  24. MovementLoopAddLocation(NPC, 123.86, -0.41, -208.65, 2, math.random(14, 28))
  25. MovementLoopAddLocation(NPC, 122.45, -0.4, -206.58, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 146.76, -0.85, -216.88, 2, math.random(14, 28))
  27. MovementLoopAddLocation(NPC, 148.1, -0.58, -209.68, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 152.83, -0.52, -212.68, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 144.17, -0.48, -211.21, 2, 0)
  30. MovementLoopAddLocation(NPC, 135.78, -0.45, -207.97, 2, 0)
  31. MovementLoopAddLocation(NPC, 129.17, -0.43, -208.69, 2, math.random(14, 28))
  32. MovementLoopAddLocation(NPC, 123.13, -0.78, -215.88, 2, math.random(14, 28))
  33. end