atriggerfish425751.lua 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425751.lua
  3. Script Purpose : Waypoint Path for atriggerfish425751.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:16:04
  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, -116.08, -12.03, 164.5, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -139.3, -12.68, 172.02, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -133.75, -13.49, 182.1, 2, 0)
  20. MovementLoopAddLocation(NPC, -120.85, -14.68, 187.56, 2, 0)
  21. MovementLoopAddLocation(NPC, -115.93, -15, 190.41, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -120.07, -14.94, 183.93, 2, 0)
  23. MovementLoopAddLocation(NPC, -141.39, -13.55, 182.03, 2, 0)
  24. MovementLoopAddLocation(NPC, -144.2, -12.75, 180.6, 2, 0)
  25. MovementLoopAddLocation(NPC, -146.63, -12.59, 178.86, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -144.88, -14.54, 152.9, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -137.59, -12.57, 183.02, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -127.83, -12.7, 172.91, 2, 0)
  29. MovementLoopAddLocation(NPC, -108.77, -11.97, 164.49, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -115.16, -12.48, 172.18, 2, 0)
  31. MovementLoopAddLocation(NPC, -117.44, -13.61, 179.2, 2, 0)
  32. MovementLoopAddLocation(NPC, -119.63, -13.78, 183.1, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -132.85, -14.03, 166.76, 2, 0)
  34. MovementLoopAddLocation(NPC, -143.01, -13.77, 157.06, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -131.87, -13.45, 164.05, 2, 0)
  36. MovementLoopAddLocation(NPC, -130.31, -13.45, 164.67, 2, 0)
  37. MovementLoopAddLocation(NPC, -125.51, -11.99, 168.12, 2, 0)
  38. MovementLoopAddLocation(NPC, -119.32, -11.92, 172, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -115.42, -12.92, 179.75, 2, 0)
  40. MovementLoopAddLocation(NPC, -114.37, -12.68, 194.05, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -127.88, -14.86, 184.16, 2, 0)
  42. MovementLoopAddLocation(NPC, -133.94, -15, 183, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -124.47, -13.52, 174.46, 2, 0)
  44. MovementLoopAddLocation(NPC, -120.6, -12.55, 168.78, 2, 0)
  45. end