atriggerfish425767.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425767.lua
  3. Script Purpose : Waypoint Path for atriggerfish425767.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:17:26
  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, -32.81, -12.06, 16.94, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -31.94, -10.48, -12.52, 2, 0)
  19. MovementLoopAddLocation(NPC, -30.02, -11.04, -15.67, 2, 0)
  20. MovementLoopAddLocation(NPC, -26.06, -11.3, -16.45, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -6.32, -10.65, -42.44, 2, 0)
  22. MovementLoopAddLocation(NPC, -2.51, -11.52, -48.2, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -7.78, -11.52, -36.9, 2, 0)
  24. MovementLoopAddLocation(NPC, -8.83, -11.54, -32.15, 2, 0)
  25. MovementLoopAddLocation(NPC, -14.29, -12.3, -18.39, 2, 0)
  26. MovementLoopAddLocation(NPC, -14.76, -12.38, -16.73, 2, 0)
  27. MovementLoopAddLocation(NPC, -22.02, -11.62, -4.55, 2, 0)
  28. MovementLoopAddLocation(NPC, -24.83, -11.39, 6.33, 2, 0)
  29. MovementLoopAddLocation(NPC, -25.66, -11.33, 8.42, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -30.92, -11.66, 19.79, 2, 0)
  31. MovementLoopAddLocation(NPC, -31.6, -11.9, 21.26, 2, 0)
  32. MovementLoopAddLocation(NPC, -32.18, -12.21, 23.53, 2, 0)
  33. MovementLoopAddLocation(NPC, -32.68, -12.24, 26.6, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -32.97, -12.22, 9.78, 2, 0)
  35. MovementLoopAddLocation(NPC, -32.71, -12, 7.46, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -35.36, -12.48, 24.26, 2, 0)
  37. MovementLoopAddLocation(NPC, -35.87, -12.49, 24.87, 2, 0)
  38. MovementLoopAddLocation(NPC, -39.73, -12.44, 25.05, 2, 0)
  39. MovementLoopAddLocation(NPC, -39.93, -12.92, 29.72, 2, 0)
  40. MovementLoopAddLocation(NPC, -40.54, -12.93, 30.06, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -55.03, -11.06, 26.82, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -46.43, -11.47, 22.28, 2, 0)
  43. MovementLoopAddLocation(NPC, -43.28, -12.31, 20.37, 2, 0)
  44. MovementLoopAddLocation(NPC, -37.51, -12.58, 19.47, 2, 0)
  45. end