arazortoothshark428441.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428441.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428441.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:53:07
  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, -89.34, -11.76, 10.53, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -82.87, -10.6, 2.83, 2, 0)
  19. MovementLoopAddLocation(NPC, -70.79, -10.6, -0.49, 2, 0)
  20. MovementLoopAddLocation(NPC, -62.48, -10.6, -6.04, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -65.05, -10.6, -5.81, 2, 0)
  22. MovementLoopAddLocation(NPC, -71.25, -10.6, -6.79, 2, 0)
  23. MovementLoopAddLocation(NPC, -76.82, -10.6, -12.4, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -75.41, -10.4, -14.73, 2, 0)
  25. MovementLoopAddLocation(NPC, -72.48, -10.4, -18.15, 2, 0)
  26. MovementLoopAddLocation(NPC, -59.87, -10.5, -22.82, 2, 0)
  27. MovementLoopAddLocation(NPC, -50.19, -10.6, -25.39, 2, 0)
  28. MovementLoopAddLocation(NPC, -42.64, -10.6, -29.69, 2, 0)
  29. MovementLoopAddLocation(NPC, -30.71, -10.6, -33.31, 2, 0)
  30. MovementLoopAddLocation(NPC, -19.73, -10.65, -37.75, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -24.23, -11.09, -42.87, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -23, -11.96, -34.79, 2, 0)
  33. MovementLoopAddLocation(NPC, -17.93, -11.83, -25.28, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -16.63, -11.41, -32.98, 2, 0)
  35. MovementLoopAddLocation(NPC, -16.82, -11.22, -44.24, 2, 0)
  36. MovementLoopAddLocation(NPC, -15.53, -11.01, -50.66, 2, 0)
  37. MovementLoopAddLocation(NPC, -13.17, -10.6, -57.02, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -16.55, -10.6, -56.38, 2, 0)
  39. MovementLoopAddLocation(NPC, -20.7, -10.6, -52.46, 2, 0)
  40. MovementLoopAddLocation(NPC, -35.81, -10.6, -46.16, 2, 0)
  41. MovementLoopAddLocation(NPC, -41.83, -10.6, -42.64, 2, 0)
  42. MovementLoopAddLocation(NPC, -64.2, -10.6, -40.58, 2, 0)
  43. MovementLoopAddLocation(NPC, -69.71, -10.6, -34.88, 2, 0)
  44. MovementLoopAddLocation(NPC, -68.68, -10.6, -26.55, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -76.31, -10.6, -20.42, 2, 0)
  46. MovementLoopAddLocation(NPC, -87.6, -11.48, -14.05, 2, math.random(10, 20))
  47. MovementLoopAddLocation(NPC, -84.08, -11.58, 0.43, 2, 0)
  48. MovementLoopAddLocation(NPC, -83.94, -11.74, 12.17, 2, 0)
  49. MovementLoopAddLocation(NPC, -86.29, -11.63, 16.14, 2, math.random(10, 20))
  50. end