asawtoothshark427378.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427378.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427378.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:18: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, -20.27, -11.97, -46.86, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -2.95, -12.15, -43.92, 2, 0)
  19. MovementLoopAddLocation(NPC, 2.09, -12.19, -44.11, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -13.01, -11.97, -46.72, 2, 0)
  21. MovementLoopAddLocation(NPC, -26.67, -10.96, -48.83, 2, 0)
  22. MovementLoopAddLocation(NPC, -35.48, -10.61, -53.33, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -45.56, -10.62, -34.74, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -46.6, -10.7, -39.59, 2, 0)
  25. MovementLoopAddLocation(NPC, -51.88, -10.7, -56.72, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -63.46, -10.7, -46.83, 2, 0)
  27. MovementLoopAddLocation(NPC, -71.64, -10.7, -28.22, 2, 0)
  28. MovementLoopAddLocation(NPC, -76.1, -10.7, -18.23, 2, 0)
  29. MovementLoopAddLocation(NPC, -81.17, -11.04, -10.91, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -91.15, -11.65, -17.36, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -85.57, -11.88, 1.39, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -80.88, -11.07, -7.75, 2, 0)
  33. MovementLoopAddLocation(NPC, -76.01, -10.59, -12.49, 2, 0)
  34. MovementLoopAddLocation(NPC, -68.28, -10.7, -16.6, 2, 0)
  35. MovementLoopAddLocation(NPC, -57.35, -10.7, -16.41, 2, 0)
  36. MovementLoopAddLocation(NPC, -43.1, -10.7, -23.29, 2, 0)
  37. MovementLoopAddLocation(NPC, -12.93, -10.7, -56.08, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -8.34, -11.78, -59.85, 2, 0)
  39. MovementLoopAddLocation(NPC, 2.54, -12.05, -67.63, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -9, -10.7, -68.61, 2, 0)
  41. MovementLoopAddLocation(NPC, -19.46, -10.7, -78.51, 2, 0)
  42. MovementLoopAddLocation(NPC, -22.5, -11.15, -83.8, 2, 0)
  43. MovementLoopAddLocation(NPC, -29.85, -11.64, -86.74, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, -26.35, -10.97, -83.56, 2, 0)
  45. MovementLoopAddLocation(NPC, -25, -10.5, -78.6, 2, 0)
  46. MovementLoopAddLocation(NPC, -21.6, -10.5, -54.98, 2, 0)
  47. MovementLoopAddLocation(NPC, -19.54, -11.81, -45.33, 2, 0)
  48. MovementLoopAddLocation(NPC, -21.2, -12.41, -40.06, 2, math.random(10, 20))
  49. end