ataintedSapswillscout133769526.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769526.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769526.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:15:58
  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, 233.28, -0.82, -168.21, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 241.1, 0.1, -168.08, 2, 0)
  20. MovementLoopAddLocation(NPC, 245.4, 0.21, -169.71, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 242.93, -0.08, -177.39, 2, math.random(14, 28))
  22. MovementLoopAddLocation(NPC, 251.46, -0.99, -176.22, 2, 0)
  23. MovementLoopAddLocation(NPC, 256.74, -0.97, -177.28, 2, math.random(14, 28))
  24. MovementLoopAddLocation(NPC, 256.6, -0.93, -170.79, 2, 0)
  25. MovementLoopAddLocation(NPC, 254.1, -1.19, -152.77, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 249.04, -0.42, -168.24, 2, math.random(14, 28))
  27. MovementLoopAddLocation(NPC, 245.18, 0.21, -166.97, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 231.68, -0.82, -170.21, 2, 0)
  29. MovementLoopAddLocation(NPC, 228.08, -0.8, -171.78, 2, 0)
  30. MovementLoopAddLocation(NPC, 222.04, -0.78, -172.18, 2, math.random(14, 28))
  31. MovementLoopAddLocation(NPC, 225.05, -0.79, -168.65, 2, 0)
  32. MovementLoopAddLocation(NPC, 228.85, -0.81, -167.57, 2, 0)
  33. end