arazortoothshark428516.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428516.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428516.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:37:45
  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, 7.78, -11.7, -30.67, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -1.11, -11.67, -25.56, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -0.82, -11.23, -73.46, 2, 0)
  20. MovementLoopAddLocation(NPC, -1.67, -11.63, -77.59, 2, 0)
  21. MovementLoopAddLocation(NPC, -3.76, -11.77, -81.48, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -3.01, -11.11, -76.02, 2, 0)
  23. MovementLoopAddLocation(NPC, -3.38, -11.31, -61.5, 2, 0)
  24. MovementLoopAddLocation(NPC, -4.81, -11.63, -49.05, 2, 0)
  25. MovementLoopAddLocation(NPC, -4.28, -11.82, -44.31, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -4.31, -11.75, -65.33, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 1.26, -12.07, -50.9, 2, 0)
  28. MovementLoopAddLocation(NPC, 5.26, -12.68, -44.07, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 11.29, -12.16, -40.29, 2, 0)
  30. MovementLoopAddLocation(NPC, 26.68, -12.37, -31.55, 2, 0)
  31. MovementLoopAddLocation(NPC, 37.35, -12.62, -25.39, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 27.98, -12.85, -24.29, 2, 0)
  33. MovementLoopAddLocation(NPC, 18.87, -12.15, -25.49, 2, 0)
  34. end