asawtoothshark427426.lua 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427426.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427426.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:42:23
  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, 28.43, -13.68, -4.29, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 39.21, -13.9, -10.41, 2, 0)
  19. MovementLoopAddLocation(NPC, 44.28, -13.89, -11.7, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 40.98, -11.76, -34.94, 2, 0)
  21. MovementLoopAddLocation(NPC, 42.37, -10.95, -45.01, 2, 0)
  22. MovementLoopAddLocation(NPC, 44.65, -10.73, -48.76, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 32.58, -10.94, -48.52, 2, 0)
  24. MovementLoopAddLocation(NPC, 4.31, -11.64, -44.87, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 11.49, -11.71, -37.23, 2, 0)
  26. MovementLoopAddLocation(NPC, 17.41, -12.2, -25.47, 2, 0)
  27. MovementLoopAddLocation(NPC, 23.94, -13.98, -14.06, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 24.68, -13.64, -19.5, 2, 0)
  29. MovementLoopAddLocation(NPC, 23.09, -13.25, -34.78, 2, 0)
  30. MovementLoopAddLocation(NPC, 18.25, -12.43, -42.98, 2, 0)
  31. MovementLoopAddLocation(NPC, 18.33, -11.9, -48.78, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 1.64, -11.7, -27.02, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 11.23, -11.74, -19.92, 2, 0)
  34. MovementLoopAddLocation(NPC, 18.7, -12.22, -7.81, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 38.82, -13.14, -12.81, 2, math.random(10, 20))
  36. end