asawtoothshark427397.lua 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427397.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427397.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:21
  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, 64.14, -11.76, -66.97, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 56.13, -11.76, -80.99, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 52.13, -11.21, -82.59, 2, 0)
  20. MovementLoopAddLocation(NPC, 43.71, -10.7, -85.08, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 50.33, -10.7, -80.01, 2, 0)
  22. MovementLoopAddLocation(NPC, 71.41, -11.6, -50.1, 2, 0)
  23. MovementLoopAddLocation(NPC, 76.23, -11.74, -41.43, 2, 0)
  24. MovementLoopAddLocation(NPC, 80.84, -11.95, -29.77, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 85.99, -11.77, -19.61, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 88.48, -12.29, -32.67, 2, 0)
  27. MovementLoopAddLocation(NPC, 93.25, -11.8, -44.59, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 88.77, -10.7, -45.33, 2, 0)
  29. MovementLoopAddLocation(NPC, 79.5, -10.7, -47.82, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.02, -10.7, -50.75, 2, 0)
  31. MovementLoopAddLocation(NPC, 69.41, -11.51, -62.3, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 78.87, -10.7, -77.67, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 77.43, -10.7, -68.92, 2, 0)
  34. MovementLoopAddLocation(NPC, 76.09, -10.7, -61.39, 2, 0)
  35. MovementLoopAddLocation(NPC, 75.61, -10.7, -54.73, 2, 0)
  36. MovementLoopAddLocation(NPC, 76.15, -10.7, -49.35, 2, 0)
  37. MovementLoopAddLocation(NPC, 77.68, -11.19, -41.84, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 90.3, -11.68, -44.23, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 72.13, -10.94, -41.35, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 97, -11.95, -41.72, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 85.49, -10.7, -44.47, 2, 0)
  42. MovementLoopAddLocation(NPC, 79.91, -10.7, -47.56, 2, 0)
  43. MovementLoopAddLocation(NPC, 75.36, -10.7, -53.27, 2, 0)
  44. MovementLoopAddLocation(NPC, 70.43, -11.28, -65.26, 2, 0)
  45. MovementLoopAddLocation(NPC, 66.64, -12.03, -78.72, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 53.8, -11.87, -75.28, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 60.47, -11.67, -80.84, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 55.85, -11.28, -81.34, 2, 0)
  49. MovementLoopAddLocation(NPC, 43.73, -11.05, -85.6, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, 47.74, -10.7, -83.01, 2, 0)
  51. MovementLoopAddLocation(NPC, 72.13, -11.51, -49.07, 2, 0)
  52. MovementLoopAddLocation(NPC, 76.72, -11.84, -40.49, 2, 0)
  53. MovementLoopAddLocation(NPC, 84.65, -11.81, -20.68, 2, math.random(10, 20))
  54. MovementLoopAddLocation(NPC, 89.14, -12.02, -31.63, 2, 0)
  55. MovementLoopAddLocation(NPC, 92.61, -11.84, -45.12, 2, math.random(10, 20))
  56. MovementLoopAddLocation(NPC, 87.13, -10.6, -45.46, 2, 0)
  57. MovementLoopAddLocation(NPC, 79.48, -10.7, -48.08, 2, 0)
  58. MovementLoopAddLocation(NPC, 76.06, -10.7, -52.21, 2, 0)
  59. MovementLoopAddLocation(NPC, 75.67, -10.7, -56.85, 2, 0)
  60. MovementLoopAddLocation(NPC, 78.16, -11.01, -77.37, 2, math.random(10, 20))
  61. MovementLoopAddLocation(NPC, 77.47, -10.7, -68.12, 2, 0)
  62. MovementLoopAddLocation(NPC, 63.86, -11.01, -47.73, 2, math.random(10, 20))
  63. end