arazortoothshark428465.lua 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428465.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428465.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:19: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, -22.83, -11.44, -34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -16.07, -12.25, -22.08, 2, 0)
  19. MovementLoopAddLocation(NPC, -1.85, -12.42, -19.81, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -12.41, -11.93, -28.37, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -13.54, -12.04, -13.05, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.26, -12, -5, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -20.15, -12.1, 2.87, 2, 0)
  24. MovementLoopAddLocation(NPC, -27.08, -12.63, 13.29, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -27.37, -11.94, 6.24, 2, 0)
  26. MovementLoopAddLocation(NPC, -27.02, -11.46, -0.85, 2, 0)
  27. MovementLoopAddLocation(NPC, -26.69, -11.33, -7.06, 2, 0)
  28. MovementLoopAddLocation(NPC, -26.64, -11.25, -12.33, 2, 0)
  29. MovementLoopAddLocation(NPC, -28.01, -11.61, -18.42, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -36.29, -10.7, -17.12, 2, 0)
  31. MovementLoopAddLocation(NPC, -47.17, -10.7, -9.63, 2, 0)
  32. MovementLoopAddLocation(NPC, -54.42, -10.7, -2.21, 2, 0)
  33. MovementLoopAddLocation(NPC, -68.51, -10.7, 7.85, 2, 0)
  34. MovementLoopAddLocation(NPC, -78.84, -10.7, 18.6, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -72.22, -10.7, 10.26, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -69.21, -10.7, 6.17, 2, 0)
  37. MovementLoopAddLocation(NPC, -58.21, -10.7, -5.67, 2, 0)
  38. MovementLoopAddLocation(NPC, -55.12, -10.7, -12.68, 2, 0)
  39. MovementLoopAddLocation(NPC, -34.96, -10.7, -36.43, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -24.38, -10.7, -47.71, 2, 0)
  41. MovementLoopAddLocation(NPC, -14.48, -10.58, -55.38, 2, 0)
  42. MovementLoopAddLocation(NPC, -5.1, -12.39, -63.7, 2, 0)
  43. MovementLoopAddLocation(NPC, -1.89, -12.45, -68.64, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -8.17, -10.99, -66.19, 2, 0)
  45. MovementLoopAddLocation(NPC, -13.07, -10.6, -65.45, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -28.55, -10.7, -78.28, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -38.56, -10.91, -68.94, 2, 0)
  48. MovementLoopAddLocation(NPC, -37.49, -10.61, -62.67, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -37.44, -10.7, -59.68, 2, 0)
  50. MovementLoopAddLocation(NPC, -31.2, -10.56, -52.71, 2, 0)
  51. MovementLoopAddLocation(NPC, -27.16, -11.63, -48.24, 2, 0)
  52. MovementLoopAddLocation(NPC, -26.5, -12.73, -42.44, 2, math.random(10, 20))
  53. MovementLoopAddLocation(NPC, -24.47, -11.7, -37.95, 2, 0)
  54. end