asawtoothshark427454.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427454.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427454.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:54:04
  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, -15.51, -11.68, -25.16, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -15.71, -11.38, -34.55, 2, 0)
  19. MovementLoopAddLocation(NPC, -16.67, -11.15, -40.45, 2, 0)
  20. MovementLoopAddLocation(NPC, -15.55, -10.7, -57.46, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -16.82, -10.7, -46.1, 2, 0)
  22. MovementLoopAddLocation(NPC, -13.39, -11.84, -2.25, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -17.58, -12.18, -0.27, 2, 0)
  24. MovementLoopAddLocation(NPC, -35.11, -12.05, 16.76, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -35.69, -10.76, 9.24, 2, 0)
  26. MovementLoopAddLocation(NPC, -34.81, -10.7, -12, 2, 0)
  27. MovementLoopAddLocation(NPC, -35.17, -11.13, -22.05, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -31.84, -12.07, -27.1, 2, 0)
  29. MovementLoopAddLocation(NPC, -25.47, -11.36, -43.96, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -25.06, -11.89, -28.22, 2, 0)
  31. MovementLoopAddLocation(NPC, -26.89, -10.7, -3.23, 2, 0)
  32. MovementLoopAddLocation(NPC, -30.3, -11.56, 10.67, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -27.82, -11.63, 17.07, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -32.69, -10.7, -3.52, 2, 0)
  35. MovementLoopAddLocation(NPC, -32.28, -10.7, -15.56, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -15.36, -11.56, -24.87, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -2.11, -11.48, -22.03, 2, math.random(10, 20))
  38. end