arazortoothshark428533.lua 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428533.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428533.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 10:26:09
  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, 82.76, -12.7, 5.85, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 76.61, -12.65, 6.13, 2, 0)
  19. MovementLoopAddLocation(NPC, 70.74, -12.39, 5.22, 2, 0)
  20. MovementLoopAddLocation(NPC, 63.01, -12.27, 6.22, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 64.96, -12.58, 10.86, 2, 0)
  22. MovementLoopAddLocation(NPC, 68.6, -12.22, 14.67, 2, 0)
  23. MovementLoopAddLocation(NPC, 74.59, -11.44, 18.87, 2, 0)
  24. MovementLoopAddLocation(NPC, 80.06, -10.63, 24.14, 2, 0)
  25. MovementLoopAddLocation(NPC, 86.69, -10.7, 27.45, 2, 0)
  26. MovementLoopAddLocation(NPC, 90.72, -10.7, 31.19, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 90.06, -10.7, 35.68, 2, 0)
  28. MovementLoopAddLocation(NPC, 80.72, -10.7, 46.24, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 76.6, -10.7, 40.32, 2, 0)
  30. MovementLoopAddLocation(NPC, 63.13, -11.24, 37.04, 2, 0)
  31. MovementLoopAddLocation(NPC, 56.41, -11.58, 39.67, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 56.38, -11.08, 35.41, 2, 0)
  33. MovementLoopAddLocation(NPC, 55.09, -11.35, 17.85, 2, 0)
  34. MovementLoopAddLocation(NPC, 52.7, -12.75, 11.75, 2, 0)
  35. MovementLoopAddLocation(NPC, 49.48, -12.74, 8.83, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 46.5, -12.13, 18.66, 2, 0)
  37. MovementLoopAddLocation(NPC, 32.34, -12.89, 33.92, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 16.18, -13.25, 33.45, 2, 0)
  39. MovementLoopAddLocation(NPC, 9.63, -13.2, 32.62, 2, 0)
  40. MovementLoopAddLocation(NPC, 0.69, -12.6, 33.74, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 27.97, -12.81, 33.58, 2, 0)
  42. MovementLoopAddLocation(NPC, 32.85, -12.65, 34.47, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 32.24, -12.53, 39.49, 2, math.random(10, 20))
  44. MovementLoopAddLocation(NPC, 44.66, -11.49, 28.68, 2, 0)
  45. MovementLoopAddLocation(NPC, 63.3, -11.47, 18.1, 2, 0)
  46. MovementLoopAddLocation(NPC, 76.8, -12.6, 10.11, 2, 0)
  47. end