arazortoothshark428514.lua 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428514.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428514.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:37:24
  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, 40.14, -11.88, -4.51, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 32.14, -11.71, -11.58, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 24.26, -12.24, -19.76, 2, 0)
  20. MovementLoopAddLocation(NPC, 17.66, -11.7, -28.92, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 21.38, -12.18, -24.76, 2, 0)
  22. MovementLoopAddLocation(NPC, 48.58, -11.83, -2.27, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 29.85, -10.7, -16.42, 2, 0)
  24. MovementLoopAddLocation(NPC, 17.17, -10.7, -30.42, 2, 0)
  25. MovementLoopAddLocation(NPC, 10.43, -10.7, -35.11, 2, 0)
  26. MovementLoopAddLocation(NPC, 4.14, -11.77, -38.29, 2, 0)
  27. MovementLoopAddLocation(NPC, -0.02, -12.09, -41.46, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 6.38, -11.79, -33.89, 2, 0)
  29. MovementLoopAddLocation(NPC, 14.44, -11.72, -17.85, 2, 0)
  30. MovementLoopAddLocation(NPC, 16.08, -12.32, -2.78, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 17.24, -12.13, 2.42, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 29.88, -12.31, -4.1, 2, 0)
  33. MovementLoopAddLocation(NPC, 46.33, -12.83, -6.6, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 30.5, -13.31, -8.27, 2, 0)
  35. MovementLoopAddLocation(NPC, 17.72, -12.53, -8.46, 2, 0)
  36. MovementLoopAddLocation(NPC, 10.73, -12.36, -8.79, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 42.95, -11.84, -3.78, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 30.13, -12.12, -10.94, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 23.71, -12.53, -19.81, 2, 0)
  40. MovementLoopAddLocation(NPC, 17.42, -11.68, -29.02, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 20.5, -12.1, -26.22, 2, 0)
  42. MovementLoopAddLocation(NPC, 48.52, -11.8, -2.31, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 29.06, -10.7, -17.62, 2, 0)
  44. MovementLoopAddLocation(NPC, 17.2, -10.7, -30.82, 2, 0)
  45. MovementLoopAddLocation(NPC, 6.59, -11.12, -42.86, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, 23.01, -12.34, -20.41, 2, 0)
  47. end