asawtoothshark427416.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427416.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427416.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:35:54
  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, 25.14, -12.05, -19.75, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 24.32, -12.48, -10.33, 2, 0)
  19. MovementLoopAddLocation(NPC, 22.21, -11.85, 12.14, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 25.86, -12.75, 4.55, 2, 0)
  21. MovementLoopAddLocation(NPC, 45.44, -13.59, -22.89, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 48.6, -12.88, -19.32, 2, 0)
  23. MovementLoopAddLocation(NPC, 53.09, -12.85, -16.87, 2, 0)
  24. MovementLoopAddLocation(NPC, 67.33, -11.84, -13.7, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 49.51, -12.82, -17.86, 2, 0)
  26. MovementLoopAddLocation(NPC, 38.2, -13.64, -21.43, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 10.54, -11.73, -26.35, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 21.16, -12.12, -8.59, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 25.5, -14.02, -16.38, 2, 0)
  30. MovementLoopAddLocation(NPC, 28.98, -14.93, -22.55, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 20.59, -12.5, -21.7, 2, 0)
  32. MovementLoopAddLocation(NPC, 10.18, -11.66, -25.05, 2, math.random(10, 20))
  33. end