asawtoothshark427438.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427438.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427438.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:27:29
  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, 12.83, -13.58, 21.5, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 18.28, -12.95, 21.58, 2, 0)
  19. MovementLoopAddLocation(NPC, 40.56, -12.19, 17.49, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 73.38, -12.18, 18.07, 2, 0)
  21. MovementLoopAddLocation(NPC, 81.65, -12.65, 15.7, 2, 0)
  22. MovementLoopAddLocation(NPC, 88.94, -12.56, 14.54, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 82.75, -12.81, 13.94, 2, 0)
  24. MovementLoopAddLocation(NPC, 77.72, -13, 11.48, 2, 0)
  25. MovementLoopAddLocation(NPC, 71.05, -13.09, 7.37, 2, 0)
  26. MovementLoopAddLocation(NPC, 61.43, -12.13, 4.55, 2, 0)
  27. MovementLoopAddLocation(NPC, 53.99, -12.25, 0.64, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 68.1, -10.7, 18.43, 2, 0)
  29. MovementLoopAddLocation(NPC, 71.06, -10.7, 24.04, 2, 0)
  30. MovementLoopAddLocation(NPC, 73.96, -11.73, 33.68, 2, 0)
  31. MovementLoopAddLocation(NPC, 75.64, -12.07, 37.64, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 61.39, -12.66, 16.01, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 55.25, -11.05, 27.52, 2, 0)
  34. MovementLoopAddLocation(NPC, 45.73, -11.12, 38.18, 2, 0)
  35. MovementLoopAddLocation(NPC, 40.03, -11.7, 42.47, 2, 0)
  36. MovementLoopAddLocation(NPC, 35.38, -11.79, 44.61, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 42.88, -11.92, 26.4, 2, 0)
  38. MovementLoopAddLocation(NPC, 46.8, -12.27, 20.69, 2, 0)
  39. MovementLoopAddLocation(NPC, 55, -12.75, 13.45, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 46.42, -12.15, 20.84, 2, 0)
  41. MovementLoopAddLocation(NPC, 44.12, -12.04, 26.67, 2, 0)
  42. MovementLoopAddLocation(NPC, 41.92, -11.52, 52.16, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 37.53, -10.7, 79.99, 2, 0)
  44. MovementLoopAddLocation(NPC, 34.05, -10.7, 86.54, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, 44.51, -10.7, 67.12, 2, 0)
  46. MovementLoopAddLocation(NPC, 53.61, -10.7, 38.18, 2, 0)
  47. MovementLoopAddLocation(NPC, 57.38, -10.7, 23.04, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, 40.44, -11.74, 25.42, 2, 0)
  49. end