ataintedSapswillscout133769624.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769624.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769624.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:31:16
  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, 186.73, -0.65, -176.25, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 186.77, -0.66, -143.05, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 188.04, -0.66, -145.75, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 183.81, -0.64, -160.95, 2, math.random(14, 28))
  22. MovementLoopAddLocation(NPC, 187.3, -0.65, -156.95, 2, 0)
  23. MovementLoopAddLocation(NPC, 199.02, -0.7, -146.85, 2, math.random(14, 28))
  24. MovementLoopAddLocation(NPC, 185.49, -0.65, -145.9, 2, math.random(14, 28))
  25. MovementLoopAddLocation(NPC, 169.84, 0.12, -171.37, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 178.4, 0.36, -160.98, 2, math.random(14, 28))
  27. MovementLoopAddLocation(NPC, 214.66, -0.76, -153.29, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 196.63, -0.69, -143.86, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 176.66, 0.64, -159.7, 2, math.random(14, 28))
  30. MovementLoopAddLocation(NPC, 175.5, 0.51, -163.73, 2, math.random(14, 28))
  31. MovementLoopAddLocation(NPC, 178.86, -0.62, -169.54, 2, 0)
  32. end