arazortoothshark428522.lua 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428522.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428522.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:25
  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, 40.26, -13.66, -1.43, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 33.65, -13.68, -5.8, 2, 0)
  19. MovementLoopAddLocation(NPC, 24.03, -13.8, -13.56, 2, 0)
  20. MovementLoopAddLocation(NPC, 19.19, -13.92, -18.62, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 30.78, -14.54, -21.07, 2, 0)
  22. MovementLoopAddLocation(NPC, 36.45, -14.82, -20.03, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 31.87, -14.53, -16.61, 2, 0)
  24. MovementLoopAddLocation(NPC, 24.08, -12.21, -10.71, 2, 0)
  25. MovementLoopAddLocation(NPC, 20.67, -11.9, -6.86, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 32.08, -13.27, -9.34, 2, 0)
  27. MovementLoopAddLocation(NPC, 36.78, -13.29, -9.75, 2, 0)
  28. MovementLoopAddLocation(NPC, 52.7, -12.81, -8.86, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 67.15, -11.6, -12.99, 2, 0)
  30. MovementLoopAddLocation(NPC, 76.91, -11.68, -15.08, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 69.58, -12.57, -15.04, 2, 0)
  32. MovementLoopAddLocation(NPC, 64.12, -11.66, -15.84, 2, 0)
  33. MovementLoopAddLocation(NPC, 61.39, -11.61, -16.78, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 58.52, -11.28, -18.76, 2, 0)
  35. MovementLoopAddLocation(NPC, 55.87, -10.7, -21.51, 2, 0)
  36. MovementLoopAddLocation(NPC, 51.23, -10.7, -28.12, 2, 0)
  37. MovementLoopAddLocation(NPC, 48.96, -10.7, -36.32, 2, 0)
  38. MovementLoopAddLocation(NPC, 47.81, -12.64, -43.66, 2, 0)
  39. MovementLoopAddLocation(NPC, 46.27, -12.9, -46.67, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 48.3, -11.7, -40.8, 2, 0)
  41. MovementLoopAddLocation(NPC, 48.89, -11.39, -30, 2, 0)
  42. MovementLoopAddLocation(NPC, 50.18, -11.77, -25.32, 2, 0)
  43. MovementLoopAddLocation(NPC, 55.43, -12.87, -18.55, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 50.83, -13.04, -10.81, 2, 0)
  45. MovementLoopAddLocation(NPC, 45.95, -13.15, -4.69, 2, 0)
  46. MovementLoopAddLocation(NPC, 34.28, -12.94, 6.42, 2, math.random(10, 20))
  47. end