ataintedSapswillscout133769608.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillscout133769608.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillscout133769608.lua
  4. Script Author : Rylec
  5. Script Date : 06-26-2020 06:29:35
  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, 146.33, 0.47, -183.14, 2, math.random(14, 28))
  19. MovementLoopAddLocation(NPC, 147.96, 0.46, -186.01, 2, math.random(14, 28))
  20. MovementLoopAddLocation(NPC, 135.29, -0.46, -190.09, 2, math.random(14, 28))
  21. MovementLoopAddLocation(NPC, 146.16, -0.43, -193.22, 2, 0)
  22. MovementLoopAddLocation(NPC, 155.21, -0.53, -198.92, 2, math.random(14, 28))
  23. MovementLoopAddLocation(NPC, 151.67, -0.52, -191.1, 2, 0)
  24. MovementLoopAddLocation(NPC, 151.32, -0.46, -188.28, 2, math.random(14, 28))
  25. MovementLoopAddLocation(NPC, 148.31, 0.46, -186.06, 2, math.random(14, 28))
  26. MovementLoopAddLocation(NPC, 143.82, -0.34, -192.85, 2, 0)
  27. MovementLoopAddLocation(NPC, 142.49, -0.48, -197.45, 2, math.random(14, 28))
  28. MovementLoopAddLocation(NPC, 133.49, -0.19, -175.5, 2, math.random(14, 28))
  29. MovementLoopAddLocation(NPC, 135.61, -0.19, -184.26, 2, math.random(14, 28))
  30. MovementLoopAddLocation(NPC, 138.61, -0.36, -186.13, 2, math.random(14, 28))
  31. MovementLoopAddLocation(NPC, 158.15, -0.54, -195.11, 2, math.random(14, 28))
  32. MovementLoopAddLocation(NPC, 153.67, -0.52, -192.27, 2, math.random(14, 28))
  33. end