asawtoothshark427446.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427446.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427446.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:25:55
  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, -1.1, -11.77, 61.23, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -0.91, -12.11, 49.67, 2, 0)
  19. MovementLoopAddLocation(NPC, -3.95, -12.19, 38.28, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -16.51, -11.75, 36.47, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 3.55, -13.11, 44.06, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 10.39, -14.06, 44.81, 2, 0)
  23. MovementLoopAddLocation(NPC, 15.96, -14.1, 44.21, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 22.09, -12.73, 51.33, 2, 0)
  25. MovementLoopAddLocation(NPC, 26.81, -12.26, 57.34, 2, 0)
  26. MovementLoopAddLocation(NPC, 39.76, -11.8, 65.07, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 35.48, -11.88, 52.89, 2, 0)
  28. MovementLoopAddLocation(NPC, 32.52, -13.11, 43.58, 2, 0)
  29. MovementLoopAddLocation(NPC, 28.65, -13.17, 37.17, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 21.71, -11.52, 41.63, 2, 0)
  31. MovementLoopAddLocation(NPC, 15.39, -11.71, 47.43, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 9.57, -12.39, 50.4, 2, 0)
  33. MovementLoopAddLocation(NPC, 3.72, -12.3, 49.13, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 3.38, -13.28, 39.19, 2, 0)
  35. MovementLoopAddLocation(NPC, -0.3, -12.83, 28.01, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -1.55, -12.81, 37.65, 2, 0)
  37. MovementLoopAddLocation(NPC, -7.52, -11.02, 54.08, 2, 0)
  38. end