asawtoothshark427413.lua 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427413.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427413.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:34:42
  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, 22.03, -13.64, -31.12, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 23.95, -14.56, -15.31, 2, 0)
  19. MovementLoopAddLocation(NPC, 27.01, -13.62, -9.55, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 37.54, -13.78, -16.8, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 49.28, -12.81, -22.78, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 37.61, -12.95, -28.24, 2, 0)
  23. MovementLoopAddLocation(NPC, 31.74, -12.81, -32.02, 2, 0)
  24. MovementLoopAddLocation(NPC, 14.04, -12.51, -44.37, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 24.57, -11.63, -48.9, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 22.98, -11.86, -37.24, 2, 0)
  27. MovementLoopAddLocation(NPC, 22.29, -14.09, -26.06, 2, 0)
  28. MovementLoopAddLocation(NPC, 23.05, -14.57, -20.98, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 19.99, -13.44, -32.62, 2, 0)
  30. MovementLoopAddLocation(NPC, 14.47, -12.39, -41.38, 2, 0)
  31. MovementLoopAddLocation(NPC, 9.57, -12.12, -47.08, 2, 0)
  32. MovementLoopAddLocation(NPC, 2.46, -12.19, -53.77, 2, 0)
  33. MovementLoopAddLocation(NPC, -2.74, -12.54, -61.55, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 1.15, -12.12, -55.23, 2, 0)
  35. MovementLoopAddLocation(NPC, 14.69, -12.33, -41.29, 2, 0)
  36. end