atriggerfish425758.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425758.lua
  3. Script Purpose : Waypoint Path for atriggerfish425758.lua
  4. Script Author : Rylec
  5. Script Date : 11-14-2019 08:59:51
  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, -140.86, -11.72, 9.1, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -142.4, -11.77, 35.69, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -142.71, -12.49, 48.7, 2, 0)
  20. MovementLoopAddLocation(NPC, -144.52, -13.48, 52.15, 2, 0)
  21. MovementLoopAddLocation(NPC, -145.4, -13.93, 57.98, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -147.05, -12.82, 19.14, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -145.13, -13.17, 8.68, 2, 0)
  24. MovementLoopAddLocation(NPC, -138.47, -13.15, 7.94, 2, 0)
  25. MovementLoopAddLocation(NPC, -134.39, -12.35, 9.22, 2, 0)
  26. MovementLoopAddLocation(NPC, -130.31, -11.55, 11.84, 2, 0)
  27. MovementLoopAddLocation(NPC, -123.93, -11.85, 15.12, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -128.81, -11.53, 14.11, 2, 0)
  29. MovementLoopAddLocation(NPC, -135.69, -12.44, 8.04, 2, 0)
  30. MovementLoopAddLocation(NPC, -144.73, -13.7, 7.82, 2, 0)
  31. MovementLoopAddLocation(NPC, -146.93, -13.91, 13.34, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -143.9, -13.62, 19.19, 2, 0)
  33. MovementLoopAddLocation(NPC, -137.79, -12.13, 25.75, 2, 0)
  34. MovementLoopAddLocation(NPC, -135.51, -11.56, 27.35, 2, 0)
  35. MovementLoopAddLocation(NPC, -128.41, -11.5, 27.23, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -138.37, -10.56, 7.39, 2, 0)
  37. MovementLoopAddLocation(NPC, -139.09, -11.5, 6.8, 2, 0)
  38. end