ataintedSapswillinvader431120.lua 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillinvader431120.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillinvader431120.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, 184.32, -3.93, 182.86, 2)
  19. MoveToLocation(NPC, 144.39, -2.96, 183.07, 2)
  20. MoveToLocation(NPC, 135.68, -3.47, 179.97, 2)
  21. MoveToLocation(NPC, 123.73, -3.73, 180.13, 2)
  22. MoveToLocation(NPC, 119.59, -3.8, 179.02, 2)
  23. MoveToLocation(NPC, 103.25, -4, 180.26, 2)
  24. MoveToLocation(NPC, 99.37, -4, 181.02, 2)
  25. MoveToLocation(NPC, 93.94, -4.18, 181.37, 2)
  26. MoveToLocation(NPC, 87.95, -4.36, 180.09, 2)
  27. MoveToLocation(NPC, 75.82, -4.48, 180.13, 2)
  28. MoveToLocation(NPC, 68.99, -4.49, 177.68, 2, "waypointsLoop")
  29. end
  30. function waypointsLoop(NPC)
  31. MovementLoopAddLocation(NPC, 60.48, -4, 189.65, 2, 0)
  32. MovementLoopAddLocation(NPC, 72.34, -4.3, 169.86, 2, 0)
  33. MovementLoopAddLocation(NPC, 67.34, -4.28, 154.56, 2, 0)
  34. MovementLoopAddLocation(NPC, 71.9, -4.3, 170.88, 2, 0)
  35. end