asawtoothshark427381.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427381.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427381.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:19:27
  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, -15.58, -11.82, -8.98, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -23.68, -12.04, -1.18, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -21.02, -12.6, 5.86, 2, 0)
  20. MovementLoopAddLocation(NPC, -16.98, -13.35, 13.06, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -14.7, -12.44, 1.55, 2, 0)
  22. MovementLoopAddLocation(NPC, -14.24, -12, -9.27, 2, 0)
  23. MovementLoopAddLocation(NPC, -23.17, -11.62, -25.6, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -34.76, -11.44, -27.49, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -40.8, -10.98, -34.07, 2, 0)
  26. MovementLoopAddLocation(NPC, -44.81, -10.7, -36.4, 2, 0)
  27. MovementLoopAddLocation(NPC, -58.9, -10.7, -46.57, 2, 0)
  28. MovementLoopAddLocation(NPC, -65.97, -11.04, -53.39, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -57.01, -11.03, -53.38, 2, 0)
  30. MovementLoopAddLocation(NPC, -40.61, -10.62, -55.43, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -48.75, -10.7, -35.06, 2, 0)
  32. MovementLoopAddLocation(NPC, -54.22, -10.7, -24.8, 2, 0)
  33. MovementLoopAddLocation(NPC, -56.03, -10.7, -13.8, 2, 0)
  34. MovementLoopAddLocation(NPC, -73.8, -10.7, -7.59, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -84.75, -10.7, 4.83, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -79.36, -10.7, -2.6, 2, 0)
  37. MovementLoopAddLocation(NPC, -70.53, -10.7, -23.57, 2, 0)
  38. MovementLoopAddLocation(NPC, -61.87, -10.7, -42.64, 2, 0)
  39. MovementLoopAddLocation(NPC, -53.59, -10.7, -51.19, 2, 0)
  40. MovementLoopAddLocation(NPC, -43.86, -11.1, -63.96, 2, 0)
  41. MovementLoopAddLocation(NPC, -35.16, -11.21, -72.01, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, -44.85, -11.4, -62.34, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -39.16, -10.7, -56.95, 2, 0)
  44. MovementLoopAddLocation(NPC, -29.52, -10.66, -52.11, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -24.93, -10.7, -37.32, 2, 0)
  46. MovementLoopAddLocation(NPC, -22.81, -11.36, -25.46, 2, 0)
  47. end