atriggerfish425813.lua 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/atriggerfish425813.lua
  3. Script Purpose : Waypoint Path for atriggerfish425813.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:32
  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, 73.61, -12.75, -12.65, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 77.51, -12.82, -7.31, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 70.39, -12.35, -11.37, 2, 0)
  20. MovementLoopAddLocation(NPC, 64.34, -11.39, -17.34, 2, 0)
  21. MovementLoopAddLocation(NPC, 58.77, -11.29, -20.94, 2, 0)
  22. MovementLoopAddLocation(NPC, 51.59, -11.92, -25.28, 2, 0)
  23. MovementLoopAddLocation(NPC, 49.66, -12.15, -27.39, 2, 0)
  24. MovementLoopAddLocation(NPC, 48.28, -11.58, -32.27, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 44.17, -11.53, -41.01, 2, 0)
  26. MovementLoopAddLocation(NPC, 41.68, -11.44, -45.85, 2, 0)
  27. MovementLoopAddLocation(NPC, 39.23, -11.14, -48.7, 2, 0)
  28. MovementLoopAddLocation(NPC, 34.54, -10.36, -52.66, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 32.12, -11.41, -39.43, 2, 0)
  30. MovementLoopAddLocation(NPC, 30.06, -12.46, -32.93, 2, 0)
  31. MovementLoopAddLocation(NPC, 26.56, -11.75, -29.36, 2, 0)
  32. MovementLoopAddLocation(NPC, 25.06, -11.73, -28.47, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 1.07, -11.89, -44.63, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -0.49, -11.58, -51.7, 2, 0)
  35. MovementLoopAddLocation(NPC, -1.31, -12, -56.74, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -0.89, -10.21, -74.35, 2, 0)
  37. MovementLoopAddLocation(NPC, -0.8, -11.01, -84.15, 2, 0)
  38. MovementLoopAddLocation(NPC, -1.15, -11.68, -89.77, 2, 0)
  39. MovementLoopAddLocation(NPC, -2.52, -11.68, -93.66, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 1.07, -11.62, -83.43, 2, 0)
  41. MovementLoopAddLocation(NPC, 2.76, -11.36, -80.3, 2, 0)
  42. MovementLoopAddLocation(NPC, 12.83, -10.17, -72.3, 2, 0)
  43. MovementLoopAddLocation(NPC, 21.1, -10.2, -64.87, 2, 0)
  44. MovementLoopAddLocation(NPC, 27.2, -10.2, -56.98, 2, 0)
  45. MovementLoopAddLocation(NPC, 37.65, -10.2, -46.79, 2, 0)
  46. MovementLoopAddLocation(NPC, 50.03, -10.41, -29.51, 2, 0)
  47. MovementLoopAddLocation(NPC, 54.99, -10.2, -23.66, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 59.94, -10.59, -19.98, 2, 0)
  49. MovementLoopAddLocation(NPC, 70.16, -12.68, -14.24, 2, 0)
  50. end