asawtoothshark427410.lua 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427410.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427410.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:31:45
  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, 22.56, -11.88, -20.97, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 37.7, -12.23, -34.84, 2, 0)
  19. MovementLoopAddLocation(NPC, 49.3, -11.86, -42.31, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 38.54, -11.84, -33.61, 2, 0)
  21. MovementLoopAddLocation(NPC, 29.49, -12.29, -27.58, 2, 0)
  22. MovementLoopAddLocation(NPC, 19.55, -13.67, -18.26, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 22.07, -13.78, -20.2, 2, 0)
  24. MovementLoopAddLocation(NPC, 33.45, -12.86, -31.19, 2, 0)
  25. MovementLoopAddLocation(NPC, 36.82, -12.6, -35.67, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 30.65, -12.37, -32.74, 2, 0)
  27. MovementLoopAddLocation(NPC, 7.29, -11.83, -25.76, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 12.39, -12.12, -20.47, 2, 0)
  29. MovementLoopAddLocation(NPC, 16.63, -12.19, -17.97, 2, 0)
  30. MovementLoopAddLocation(NPC, 22.09, -13.2, -16.37, 2, 0)
  31. MovementLoopAddLocation(NPC, 25.78, -13.57, -14.76, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 38.55, -13.86, -9.53, 2, 0)
  33. MovementLoopAddLocation(NPC, 40.74, -13.66, -9.49, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 43.92, -13.5, -15.97, 2, 0)
  35. MovementLoopAddLocation(NPC, 46.97, -12.31, -26.32, 2, 0)
  36. MovementLoopAddLocation(NPC, 49.39, -11.72, -45.64, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 42.2, -10.6, -45.04, 2, 0)
  38. MovementLoopAddLocation(NPC, 36.92, -10.7, -43.17, 2, 0)
  39. MovementLoopAddLocation(NPC, 22.27, -12.42, -39.81, 2, math.random(10, 20))
  40. end