ataintedSapswillscout133769623.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769623.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769623.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:31:14
  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, 165.66, -0.43, -177.81, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 188.04, -0.66, -164.92, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 188.14, -0.66, -141.84, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 185.14, -0.65, -171.28, 2, math.random(14, 28))
  22. MovementLoopAddLocation(NPC, 183.13, -0.64, -165.47, 2, 0)
  23. MovementLoopAddLocation(NPC, 181.01, -0.41, -162.45, 2, math.random(14, 28))
  24. MovementLoopAddLocation(NPC, 180.17, 0.33, -159.45, 2, 0)
  25. MovementLoopAddLocation(NPC, 181.15, 0.24, -148.04, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 200.64, -0.7, -161.08, 2, math.random(14, 28))
  27. MovementLoopAddLocation(NPC, 193.71, -0.68, -161.01, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 213.45, -0.75, -154.71, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 185.34, -0.64, -175.37, 2, math.random(14, 28))
  30. MovementLoopAddLocation(NPC, 195.13, -0.68, -172.83, 2, math.random(14, 28))
  31. MovementLoopAddLocation(NPC, 191.14, -0.67, -171.54, 2, 0)
  32. MovementLoopAddLocation(NPC, 177.34, -0.11, -164.87, 2, 0)
  33. MovementLoopAddLocation(NPC, 175.38, 0.7, -162.55, 2, math.random(14, 28))
  34. end