arazortoothshark428510.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428510.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428510.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:37:04
  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, 52.67, -11.64, -14.88, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 49.17, -11.89, -11.25, 2, 0)
  19. MovementLoopAddLocation(NPC, 44.86, -12.44, -8.28, 2, 0)
  20. MovementLoopAddLocation(NPC, 31.8, -12.69, -3.04, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 43.38, -13.72, -8.24, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 39.21, -13.25, -9.51, 2, 0)
  23. MovementLoopAddLocation(NPC, 33.93, -11.93, -9.49, 2, 0)
  24. MovementLoopAddLocation(NPC, 30.46, -11.38, -5.29, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 41.43, -11.82, -9.17, 2, 0)
  26. MovementLoopAddLocation(NPC, 70.68, -12.04, -9.98, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 63.24, -12.37, -12.58, 2, 0)
  28. MovementLoopAddLocation(NPC, 59.08, -12.53, -14.55, 2, 0)
  29. MovementLoopAddLocation(NPC, 40.44, -12.4, -28.66, 2, 0)
  30. MovementLoopAddLocation(NPC, 27.18, -11.65, -41.52, 2, 0)
  31. MovementLoopAddLocation(NPC, 17.04, -12.14, -52.8, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 14.3, -12.57, -54.04, 2, 0)
  33. MovementLoopAddLocation(NPC, 9.37, -12.45, -54.3, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 13.93, -12.14, -48.46, 2, 0)
  35. MovementLoopAddLocation(NPC, 20.93, -13.17, -25.02, 2, 0)
  36. MovementLoopAddLocation(NPC, 22.07, -14.27, -21.66, 2, 0)
  37. MovementLoopAddLocation(NPC, 23.09, -14.72, -15.04, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 35.91, -14.56, -18.68, 2, 0)
  39. MovementLoopAddLocation(NPC, 45.72, -13.64, -20.61, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 40.96, -14.14, -16.5, 2, 0)
  41. MovementLoopAddLocation(NPC, 33.34, -13.64, 0.77, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 37.97, -12.44, -3.67, 2, 0)
  43. end