asawtoothshark427436.lua 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427436.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427436.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:27:06
  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, 42.46, -11.8, 40.35, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 36.28, -12.34, 43.84, 2, 0)
  19. MovementLoopAddLocation(NPC, 22.38, -13.43, 47.49, 2, 0)
  20. MovementLoopAddLocation(NPC, 13.29, -13.62, 51.38, 2, 0)
  21. MovementLoopAddLocation(NPC, 11.13, -13.52, 53.2, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -7.47, -11.82, 46.24, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 37.05, -13.23, 18.9, 2, 0)
  24. MovementLoopAddLocation(NPC, 48.13, -12.16, 11.46, 2, 0)
  25. MovementLoopAddLocation(NPC, 63.59, -11.95, 1.38, 2, 0)
  26. MovementLoopAddLocation(NPC, 80.51, -12.5, -6.28, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 86.91, -12.43, -3.28, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 79.95, -13.07, 4.12, 2, 0)
  29. MovementLoopAddLocation(NPC, 76.48, -12.3, 24.13, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 73.76, -12.86, 18.86, 2, 0)
  31. MovementLoopAddLocation(NPC, 69.68, -12.92, 14.71, 2, 0)
  32. MovementLoopAddLocation(NPC, 62.56, -12.86, 12.06, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 71.93, -12.58, 15.95, 2, 0)
  34. MovementLoopAddLocation(NPC, 75.84, -13.56, 19.16, 2, 0)
  35. MovementLoopAddLocation(NPC, 76.91, -13.46, 22.49, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 84.34, -11.24, 26.25, 2, 0)
  37. MovementLoopAddLocation(NPC, 87.91, -10.7, 29.12, 2, 0)
  38. MovementLoopAddLocation(NPC, 91.78, -10.7, 33.19, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 87.86, -10.7, 36.94, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 79.21, -10.7, 34.16, 2, 0)
  41. MovementLoopAddLocation(NPC, 59.62, -11.07, 35.27, 2, 0)
  42. MovementLoopAddLocation(NPC, 47.24, -11.09, 38.01, 2, 0)
  43. end