atriggerfish425743.lua 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425743.lua
  3. Script Purpose : Waypoint Path for atriggerfish425743.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:58:47
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, -117.64, -10.13, 17.11, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -124.49, -10.36, 28.35, 2, 0)
  19. MovementLoopAddLocation(NPC, -134.16, -12.55, 44.71, 2, 0)
  20. MovementLoopAddLocation(NPC, -135.82, -13.38, 51.4, 2, 0)
  21. MovementLoopAddLocation(NPC, -135.9, -13.69, 58.29, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -143.33, -12.86, 61.52, 2, 0)
  23. MovementLoopAddLocation(NPC, -152.09, -12.93, 61.31, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -139.36, -11.84, 27.7, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -144.04, -12.49, 48.07, 2, 0)
  26. MovementLoopAddLocation(NPC, -147.87, -13.66, 56.35, 2, 0)
  27. MovementLoopAddLocation(NPC, -148.52, -13.83, 61.72, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -147.68, -13.52, 53.37, 2, 0)
  29. MovementLoopAddLocation(NPC, -144.93, -13.28, 51.18, 2, 0)
  30. MovementLoopAddLocation(NPC, -133.07, -12.21, 50.53, 2, 0)
  31. MovementLoopAddLocation(NPC, -114.63, -12.04, 49.83, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -119.8, -11.93, 48.08, 2, 0)
  33. MovementLoopAddLocation(NPC, -131.96, -11.55, 39.29, 2, 0)
  34. MovementLoopAddLocation(NPC, -139.22, -12.98, 31.58, 2, 0)
  35. MovementLoopAddLocation(NPC, -137.86, -12.73, 24.67, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -135.68, -11.2, 26.54, 2, 0)
  37. end