asawtoothshark427379.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427379.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427379.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:18:41
  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, -7.38, -11.8, -63.63, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -0.64, -11.83, -68, 2, 0)
  19. MovementLoopAddLocation(NPC, 2.84, -11.79, -73.01, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 6.27, -11.87, -55.81, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -12.37, -11.57, -41.1, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -18.43, -11.61, -35.93, 2, 0)
  23. MovementLoopAddLocation(NPC, -37.19, -11.06, -20.35, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -32.53, -11.22, -20, 2, 0)
  25. MovementLoopAddLocation(NPC, -27.98, -11.4, -17.98, 2, 0)
  26. MovementLoopAddLocation(NPC, -22.09, -11.74, -10.71, 2, 0)
  27. MovementLoopAddLocation(NPC, -16.68, -11.91, -6.03, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -19.97, -12.27, 6.69, 2, 0)
  29. MovementLoopAddLocation(NPC, -19.52, -12.47, 15.77, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -25.41, -12.61, 10.13, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -28.27, -11.19, 0.13, 2, 0)
  32. MovementLoopAddLocation(NPC, -30.22, -10.56, -3.89, 2, 0)
  33. MovementLoopAddLocation(NPC, -35.88, -10.52, -22.46, 2, 0)
  34. MovementLoopAddLocation(NPC, -40.37, -10.59, -49.94, 2, 0)
  35. MovementLoopAddLocation(NPC, -44.91, -11.32, -56.49, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -46.17, -11.45, -58.59, 2, 0)
  37. MovementLoopAddLocation(NPC, -48.43, -11.83, -60.66, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -51.88, -11.4, -56.18, 2, 0)
  39. MovementLoopAddLocation(NPC, -62.38, -10.7, -48.64, 2, 0)
  40. MovementLoopAddLocation(NPC, -69.62, -10.7, -41.17, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -57.43, -10.58, -48.07, 2, 0)
  42. MovementLoopAddLocation(NPC, -37.41, -10.7, -54.78, 2, 0)
  43. MovementLoopAddLocation(NPC, -23.27, -10.7, -57.65, 2, 0)
  44. MovementLoopAddLocation(NPC, -13.45, -10.7, -60.46, 2, 0)
  45. MovementLoopAddLocation(NPC, 4.6, -11.94, -58.37, 2, math.random(10, 20))
  46. end