arazortoothshark428503.lua 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428503.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428503.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:34:23
  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, 37.82, -12.8, 4.27, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 39.89, -12.46, 0.65, 2, 0)
  19. MovementLoopAddLocation(NPC, 55.87, -12.28, -13.69, 2, 0)
  20. MovementLoopAddLocation(NPC, 58.96, -12.78, -17.93, 2, 0)
  21. MovementLoopAddLocation(NPC, 58.9, -12.78, -17.95, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 51.92, -12.6, -20.45, 2, 0)
  23. MovementLoopAddLocation(NPC, 37.9, -13.04, -25.67, 2, 0)
  24. MovementLoopAddLocation(NPC, 34.24, -13.19, -27.12, 2, 0)
  25. MovementLoopAddLocation(NPC, 25.22, -13.63, -28.57, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 25.87, -14.16, -15.71, 2, 0)
  27. MovementLoopAddLocation(NPC, 28.43, -13.8, -4.22, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 29.47, -13.62, -12.38, 2, 0)
  29. MovementLoopAddLocation(NPC, 31.25, -13.12, -20.59, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 22.59, -12.74, -20.93, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 31.47, -13.66, -28.94, 2, 0)
  32. MovementLoopAddLocation(NPC, 32.74, -13.39, -31.35, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 38, -12.34, -36.05, 2, 0)
  34. MovementLoopAddLocation(NPC, 44.64, -12.02, -40.13, 2, 0)
  35. MovementLoopAddLocation(NPC, 50.17, -12.52, -42.98, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 47.98, -11.82, -41.58, 2, 0)
  37. MovementLoopAddLocation(NPC, 38.87, -11.86, -33.05, 2, 0)
  38. MovementLoopAddLocation(NPC, 34.49, -12.23, -28.03, 2, 0)
  39. MovementLoopAddLocation(NPC, 22.73, -12.66, -17.64, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 31.37, -13.21, -16.13, 2, 0)
  41. MovementLoopAddLocation(NPC, 49.26, -12.82, -9.67, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 18.21, -12.48, -14.78, 2, 0)
  43. MovementLoopAddLocation(NPC, 14.15, -12.23, -16.34, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 18.97, -12.26, -16.56, 2, 0)
  45. MovementLoopAddLocation(NPC, 46.64, -12.02, -28.27, 2, 0)
  46. MovementLoopAddLocation(NPC, 46.62, -12.03, -28.16, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, 43.77, -12.57, -16.59, 2, 0)
  48. MovementLoopAddLocation(NPC, 40.28, -12.23, -2.64, 2, 0)
  49. end