ataintedSapswillinvader431138.lua 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillinvader431138.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillinvader431100.lua
  4. Script Author : Rylec
  5. Script Date : 11-19-2020 05:12:27
  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. MoveToLocation(NPC, 173.78, -3.27, 184.43, 2)
  19. MoveToLocation(NPC, 132.9, -3.47, 184.05, 2)
  20. MoveToLocation(NPC, 129.58, -3.81, 184.97, 2)
  21. MoveToLocation(NPC, 115.63, -3.99, 184.71, 2)
  22. MoveToLocation(NPC, 111.1, -4, 186.03, 2)
  23. MoveToLocation(NPC, 87.75, -4.36, 185.2, 2)
  24. MoveToLocation(NPC, 83.66, -4.35, 186.02, 2)
  25. MoveToLocation(NPC, 79.71, -4.33, 185.89, 2)
  26. MoveToLocation(NPC, 67.56, -4.17, 189.22, 2)
  27. MoveToLocation(NPC, 65.63, -4, 188.88, 2)
  28. MoveToLocation(NPC, 61.5, -4, 183.71, 2)
  29. MoveToLocation(NPC, 76.53, -4.32, 198.53, 2)
  30. MoveToLocation(NPC, 75.82, -4.48, 180.13, 2)
  31. MoveToLocation(NPC, 68.99, -4.49, 177.68, 2, "waypointsLoop")
  32. end
  33. function waypointsLoop(NPC)
  34. MovementLoopAddLocation(NPC, 60.48, -4, 189.65, 2, 0)
  35. MovementLoopAddLocation(NPC, 72.34, -4.3, 169.86, 2, 0)
  36. MovementLoopAddLocation(NPC, 67.34, -4.28, 154.56, 2, 0)
  37. MovementLoopAddLocation(NPC, 71.9, -4.3, 170.88, 2, 0)
  38. end