arazortoothshark428437.lua 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428437.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428437.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:14:56
  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, -45.11, -10.7, -53.58, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -49.04, -10.7, -52.39, 2, 0)
  19. MovementLoopAddLocation(NPC, -56.61, -10.7, -49.5, 2, 0)
  20. MovementLoopAddLocation(NPC, -68.12, -10.7, -44.89, 2, 0)
  21. MovementLoopAddLocation(NPC, -72.9, -10.7, -18.38, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -85.97, -11.78, -12.41, 2, 0)
  23. MovementLoopAddLocation(NPC, -91.52, -11.91, -0.56, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -81.74, -11.36, -14.5, 2, 0)
  25. MovementLoopAddLocation(NPC, -71.8, -10.7, -19.31, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -63.89, -10.7, -13.5, 2, 0)
  27. MovementLoopAddLocation(NPC, -50.98, -10.7, -16.09, 2, 0)
  28. MovementLoopAddLocation(NPC, -39.36, -10.7, -24.74, 2, 0)
  29. MovementLoopAddLocation(NPC, -28.32, -11.64, -36.62, 2, 0)
  30. MovementLoopAddLocation(NPC, -13.82, -11.91, -41.88, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -17.92, -12.16, -41.71, 2, 0)
  32. MovementLoopAddLocation(NPC, -22.51, -12.64, -37.98, 2, 0)
  33. MovementLoopAddLocation(NPC, -26.92, -12.45, -31.95, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -18.43, -12.4, -42.96, 2, 0)
  35. MovementLoopAddLocation(NPC, -5.74, -12.09, -46.07, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -11.42, -11.85, -44.75, 2, 0)
  37. MovementLoopAddLocation(NPC, -20.04, -12.09, -39.61, 2, 0)
  38. MovementLoopAddLocation(NPC, -22.23, -12.68, -37.47, 2, 0)
  39. MovementLoopAddLocation(NPC, -24.13, -13.4, -33.45, 2, 0)
  40. MovementLoopAddLocation(NPC, -23.7, -13.25, -29.95, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -22.98, -12.77, -34.82, 2, 0)
  42. MovementLoopAddLocation(NPC, -20.14, -12.49, -39.51, 2, 0)
  43. MovementLoopAddLocation(NPC, -17.4, -12.3, -42.96, 2, 0)
  44. MovementLoopAddLocation(NPC, -10.32, -11.7, -44.52, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -12.38, -11.28, -38.23, 2, 0)
  46. MovementLoopAddLocation(NPC, -13.31, -11.28, -33.41, 2, 0)
  47. MovementLoopAddLocation(NPC, -12.86, -12.25, -17.01, 2, 0)
  48. MovementLoopAddLocation(NPC, -10.38, -12.59, -11.76, 2, math.random(10, 20))
  49. MovementLoopAddLocation(NPC, -15.35, -12.08, -19.52, 2, 0)
  50. MovementLoopAddLocation(NPC, -25.94, -11.31, -31.95, 2, math.random(10, 20))
  51. MovementLoopAddLocation(NPC, -41.93, -10.7, -49.86, 2, 0)
  52. end