ataintedSapswillscout133769537.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769537.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769537.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:18:00
  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, 244.16, 0.08, -172.19, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 247.89, -0.06, -165.41, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 246.57, -0.4, -148.72, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 243.65, -0.09, -152.46, 2, 0)
  22. MovementLoopAddLocation(NPC, 220.56, -0.77, -169.35, 2, math.random(14, 28))
  23. MovementLoopAddLocation(NPC, 225.67, -0.79, -167.87, 2, 0)
  24. MovementLoopAddLocation(NPC, 249.02, -0.41, -164.41, 2, math.random(14, 28))
  25. MovementLoopAddLocation(NPC, 236.61, -0.51, -165.71, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 225.87, -0.79, -168.39, 2, 0)
  27. MovementLoopAddLocation(NPC, 219.07, -0.77, -173.47, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 237.85, -0.84, -157.78, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 253.97, -1.2, -168.25, 2, math.random(14, 28))
  30. MovementLoopAddLocation(NPC, 252.64, -1.07, -148.57, 2, math.random(14, 28))
  31. MovementLoopAddLocation(NPC, 241.66, -0.86, -140.85, 2, math.random(14, 28))
  32. MovementLoopAddLocation(NPC, 241.05, -0.46, -149.7, 2, 0)
  33. end