arazortoothshark428524.lua 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428524.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428524.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:08
  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, -29.18, -11.67, -89.13, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -22.04, -11.05, -83.45, 2, 0)
  19. MovementLoopAddLocation(NPC, -18.09, -10.7, -76.89, 2, 0)
  20. MovementLoopAddLocation(NPC, -11.78, -10.7, -71.16, 2, 0)
  21. MovementLoopAddLocation(NPC, -3.99, -11.13, -67.15, 2, 0)
  22. MovementLoopAddLocation(NPC, 2.61, -12.83, -62.12, 2, 0)
  23. MovementLoopAddLocation(NPC, 3.43, -12.83, -59.56, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -0.42, -11.03, -68.21, 2, 0)
  25. MovementLoopAddLocation(NPC, -4.08, -10.7, -72.31, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 0.71, -11.15, -67.31, 2, 0)
  27. MovementLoopAddLocation(NPC, 28.31, -11.28, -40.24, 2, 0)
  28. MovementLoopAddLocation(NPC, 32.45, -11.33, -37.33, 2, 0)
  29. MovementLoopAddLocation(NPC, 37.8, -11.37, -35.26, 2, 0)
  30. MovementLoopAddLocation(NPC, 44.23, -11.38, -30.14, 2, 0)
  31. MovementLoopAddLocation(NPC, 48.44, -11.17, -25.34, 2, 0)
  32. MovementLoopAddLocation(NPC, 55.35, -11.3, -19.61, 2, 0)
  33. MovementLoopAddLocation(NPC, 62.29, -12.61, -15.44, 2, 0)
  34. MovementLoopAddLocation(NPC, 69.7, -13.98, -11.6, 2, 0)
  35. MovementLoopAddLocation(NPC, 72.17, -13.98, -7.81, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 62.38, -14.13, -7.94, 2, 0)
  37. MovementLoopAddLocation(NPC, 49.81, -13.18, -3.64, 2, 0)
  38. MovementLoopAddLocation(NPC, 40.66, -12.3, -0.16, 2, 0)
  39. MovementLoopAddLocation(NPC, 35, -11.82, -0.3, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 27.03, -13.66, -3.16, 2, 0)
  41. MovementLoopAddLocation(NPC, 23.44, -13.78, -6.77, 2, 4)
  42. MovementLoopAddLocation(NPC, 36.63, -12.93, -17.25, 2, 0)
  43. MovementLoopAddLocation(NPC, 44.2, -12.55, -21.79, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 35.26, -14.51, -16.81, 2, 0)
  45. MovementLoopAddLocation(NPC, 26.33, -14.87, -14.88, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 28.08, -14.41, -8.89, 2, 0)
  47. MovementLoopAddLocation(NPC, 31.1, -13.13, -2.25, 2, 0)
  48. MovementLoopAddLocation(NPC, 35.87, -12.88, 5.19, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, 30.78, -12.8, -7.57, 2, 0)
  50. MovementLoopAddLocation(NPC, 11.08, -11.5, -44.92, 2, 0)
  51. MovementLoopAddLocation(NPC, 7.3, -11.43, -49.91, 2, 0)
  52. MovementLoopAddLocation(NPC, -1.16, -11.23, -57.96, 2, 0)
  53. MovementLoopAddLocation(NPC, -11.98, -10.7, -68.05, 2, 0)
  54. MovementLoopAddLocation(NPC, -16.13, -10.7, -72.98, 2, math.random(10, 20))
  55. MovementLoopAddLocation(NPC, -22.6, -10.7, -80.84, 2, 0)
  56. MovementLoopAddLocation(NPC, -26.71, -11.55, -85, 2, 0)
  57. end