arazortoothshark428538.lua 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428538.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428538.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:20:30
  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, 72.93, -12.21, 31.42, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 69.99, -12.06, 37.29, 2, 0)
  19. MovementLoopAddLocation(NPC, 63.48, -11.59, 45.51, 2, 0)
  20. MovementLoopAddLocation(NPC, 48.82, -11.06, 60.05, 2, 0)
  21. MovementLoopAddLocation(NPC, 40.02, -10.7, 66.18, 2, 0)
  22. MovementLoopAddLocation(NPC, 29.18, -10.7, 77.99, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 52.12, -11.16, 65.24, 2, 0)
  24. MovementLoopAddLocation(NPC, 58.37, -11.21, 59.31, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 60.75, -11.56, 52.4, 2, 0)
  26. MovementLoopAddLocation(NPC, 66.78, -11.95, 43.65, 2, 0)
  27. MovementLoopAddLocation(NPC, 72.19, -12.25, 35.13, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, 71.94, -11.97, 41.06, 2, 0)
  29. MovementLoopAddLocation(NPC, 73.4, -12.02, 59.17, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 75.67, -10.7, 47, 2, 0)
  31. MovementLoopAddLocation(NPC, 76.55, -10.7, 37.41, 2, 0)
  32. MovementLoopAddLocation(NPC, 76.53, -11.79, 24.96, 2, 0)
  33. MovementLoopAddLocation(NPC, 78.44, -12.08, 20.69, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 71.21, -10.7, 39.3, 2, 0)
  35. MovementLoopAddLocation(NPC, 67.64, -10.7, 49.82, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 70.35, -10.7, 44.94, 2, 0)
  37. MovementLoopAddLocation(NPC, 72.07, -11.96, 37.9, 2, 0)
  38. end