arazortoothshark428519.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428519.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428519.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:41:01
  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, 23.15, -13.05, -25.38, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 31.84, -13.12, -19.49, 2, 0)
  19. MovementLoopAddLocation(NPC, 47.05, -13.56, -11.36, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 37.17, -13.94, -25.03, 2, 0)
  21. MovementLoopAddLocation(NPC, 30.57, -14.1, -29.77, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 21.53, -13.06, -29.94, 2, 0)
  23. MovementLoopAddLocation(NPC, 13.79, -12.29, -31.17, 2, 0)
  24. MovementLoopAddLocation(NPC, 6.12, -11.97, -33.25, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 34.45, -11.75, -38.6, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 23.73, -11.98, -20.62, 2, 0)
  27. MovementLoopAddLocation(NPC, 20.97, -12.02, -17.43, 2, 0)
  28. MovementLoopAddLocation(NPC, 16.13, -12.33, -9.55, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 15.21, -12.02, -21.46, 2, 0)
  30. MovementLoopAddLocation(NPC, 17.91, -11.82, -30.24, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 16.01, -11.69, -35.9, 2, 0)
  32. MovementLoopAddLocation(NPC, 8.45, -11.7, -50.23, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 15.1, -11.66, -29.26, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 21.31, -11.33, -36.46, 2, 0)
  35. MovementLoopAddLocation(NPC, 29.88, -11.13, -41.8, 2, 0)
  36. MovementLoopAddLocation(NPC, 39.12, -11.18, -48.11, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 34.6, -11.04, -41.84, 2, 0)
  38. MovementLoopAddLocation(NPC, 28.85, -11.85, -35.11, 2, 0)
  39. end