ataintedSapswillambusher133770253.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ataintedSapswillambusher133770253.lua
  3. Script Purpose : Waypoint Path for ataintedSapswillambusher133770253.lua
  4. Script Author : Rylec
  5. Script Date : 07-28-2020 10:36:28
  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, -5.99, 2.05, -131.82, 7.5, 3)
  19. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  20. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  21. MovementLoopAddLocation(NPC, -54.28, 2.04, -152.77, 7.5, 0)
  22. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  23. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  24. MovementLoopAddLocation(NPC, -5.99, 2.05, -131.82, 7.5, 0)
  25. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  26. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  27. MovementLoopAddLocation(NPC, -54.28, 2.04, -152.77, 7.5, 0)
  28. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  29. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  30. MovementLoopAddLocation(NPC, -5.99, 2.05, -131.82, 7.5, 0)
  31. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  32. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  33. MovementLoopAddLocation(NPC, -54.28, 2.04, -152.77, 7.5, 0)
  34. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  35. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  36. MovementLoopAddLocation(NPC, -5.99, 2.05, -131.82, 7.5, 0)
  37. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  38. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  39. MovementLoopAddLocation(NPC, -54.28, 2.04, -152.77, 7.5, 0)
  40. MovementLoopAddLocation(NPC, -48.62, 2.02, -158.23, 7.5, 0)
  41. MovementLoopAddLocation(NPC, -36.12, 2.34, -153.05, 7.5, 0)
  42. end