asawtoothshark427441.lua 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427441.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427441.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:20:48
  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, 59.17, -11.81, 55.34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 50.76, -11.56, 50.61, 2, 0)
  19. MovementLoopAddLocation(NPC, 22.65, -13.43, 44.19, 2, 0)
  20. MovementLoopAddLocation(NPC, 18.23, -13.67, 44.47, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 32.84, -13.12, 35.22, 2, 0)
  22. MovementLoopAddLocation(NPC, 44.83, -12.43, 21.71, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 41.09, -12.21, 30.4, 2, 0)
  24. MovementLoopAddLocation(NPC, 39.32, -11.55, 55.24, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 58.05, -11.64, 53.78, 2, 0)
  26. MovementLoopAddLocation(NPC, 72.68, -11.89, 56.07, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 67.6, -12.65, 45.65, 2, 0)
  28. MovementLoopAddLocation(NPC, 65.8, -12.96, 36.64, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 67.5, -11.19, 52.15, 2, 0)
  30. MovementLoopAddLocation(NPC, 69.01, -11.15, 67.72, 2, 0)
  31. MovementLoopAddLocation(NPC, 67.59, -11.31, 78.91, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 53.2, -10.65, 69.9, 2, 0)
  33. MovementLoopAddLocation(NPC, 20.51, -10.7, 55.93, 2, 0)
  34. MovementLoopAddLocation(NPC, 11.93, -10.7, 52.03, 2, 0)
  35. MovementLoopAddLocation(NPC, -5.86, -13.03, 40.03, 2, 0)
  36. MovementLoopAddLocation(NPC, -10.43, -13.54, 33, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -21.28, -13.18, 33.06, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -2.54, -12.79, 25.27, 2, 0)
  39. MovementLoopAddLocation(NPC, 11.89, -12.6, 19.49, 2, 0)
  40. MovementLoopAddLocation(NPC, 19.76, -12.64, 18.46, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 26.7, -11.87, 22.52, 2, 0)
  42. MovementLoopAddLocation(NPC, 30.95, -11.63, 29.61, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 31.1, -12.28, 45.09, 2, 0)
  44. MovementLoopAddLocation(NPC, 34.69, -12.11, 54.69, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, 25.88, -13.26, 48.06, 2, 0)
  46. MovementLoopAddLocation(NPC, 19.45, -13.9, 45.37, 2, 0)
  47. MovementLoopAddLocation(NPC, 14.41, -14.15, 41.79, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 7.05, -13.09, 33.58, 2, 0)
  49. MovementLoopAddLocation(NPC, -5.39, -13.32, 29.81, 2, math.random(10, 20))
  50. MovementLoopAddLocation(NPC, 14.08, -13.84, 40.13, 2, 0)
  51. MovementLoopAddLocation(NPC, 22.06, -13.73, 41.64, 2, math.random(10, 20))
  52. MovementLoopAddLocation(NPC, 26.1, -13.36, 40.3, 2, 0)
  53. MovementLoopAddLocation(NPC, 44.83, -12.65, 21.14, 2, math.random(10, 20))
  54. MovementLoopAddLocation(NPC, 40.59, -12.34, 32.84, 2, 0)
  55. MovementLoopAddLocation(NPC, 37.48, -11.9, 56.72, 2, math.random(10, 20))
  56. end