asawtoothshark427404.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427404.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427404.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:18:35
  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, 44.98, -10.75, -68.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 66.47, -11.79, -78.24, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 74.99, -11.83, -74.53, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 56.62, -11.85, -74.04, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 71.65, -10.54, -56.1, 2, 0)
  22. MovementLoopAddLocation(NPC, 75.59, -10.84, -49.73, 2, 0)
  23. MovementLoopAddLocation(NPC, 79.83, -10.96, -46.53, 2, 0)
  24. MovementLoopAddLocation(NPC, 84.92, -11.19, -45.01, 2, 0)
  25. MovementLoopAddLocation(NPC, 89.76, -11.79, -43.15, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 88.63, -12.01, -39.97, 2, 0)
  27. MovementLoopAddLocation(NPC, 87.52, -12.27, -32.35, 2, 0)
  28. MovementLoopAddLocation(NPC, 82.86, -12.23, -11.18, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 90.58, -12.26, -20.06, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 94.45, -11.9, -41.52, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 86.87, -12.37, -31.67, 2, 0)
  32. MovementLoopAddLocation(NPC, 84.88, -11.75, -27.64, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 98.81, -11.4, -21.32, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 79.34, -11.22, -35.5, 2, 0)
  35. MovementLoopAddLocation(NPC, 78.06, -11.22, -36.8, 2, 0)
  36. MovementLoopAddLocation(NPC, 75.37, -11.54, -40.74, 2, 0)
  37. MovementLoopAddLocation(NPC, 67.89, -11.32, -48.08, 2, 0)
  38. MovementLoopAddLocation(NPC, 64.18, -11.22, -52.71, 2, 0)
  39. MovementLoopAddLocation(NPC, 62.37, -11.22, -55.97, 2, 0)
  40. MovementLoopAddLocation(NPC, 59.38, -11.24, -59.57, 2, 0)
  41. MovementLoopAddLocation(NPC, 56.34, -11.64, -62.13, 2, math.random(10, 20))
  42. end