asawtoothshark427451.lua 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427451.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427451.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:49:11
  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, 86.41, -11, 5.76, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 80.24, -11, 8.56, 2, 0)
  19. MovementLoopAddLocation(NPC, 72.26, -12.33, 12.61, 2, 0)
  20. MovementLoopAddLocation(NPC, 61.2, -12.51, 12.67, 2, 0)
  21. MovementLoopAddLocation(NPC, 54.17, -12.67, 9.62, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 49.18, -12.06, 15.39, 2, 0)
  23. MovementLoopAddLocation(NPC, 41.39, -12.22, 25.77, 2, 0)
  24. MovementLoopAddLocation(NPC, 27.07, -13.56, 42.37, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 30.25, -11.97, 54.43, 2, 0)
  26. MovementLoopAddLocation(NPC, 31.88, -10.7, 68.88, 2, 0)
  27. MovementLoopAddLocation(NPC, 35.48, -10.7, 80.03, 2, 0)
  28. MovementLoopAddLocation(NPC, 38.16, -10.7, 84.93, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 41.99, -10.7, 71.44, 2, 0)
  30. MovementLoopAddLocation(NPC, 56.76, -10.7, 45.17, 2, 0)
  31. MovementLoopAddLocation(NPC, 63.19, -10.7, 25.16, 2, 0)
  32. MovementLoopAddLocation(NPC, 72.96, -12.2, 13.78, 2, 0)
  33. MovementLoopAddLocation(NPC, 76.63, -13.2, 8.33, 2, 0)
  34. MovementLoopAddLocation(NPC, 82.75, -12.92, -4.23, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 83.82, -12.56, 9.95, 2, 0)
  36. MovementLoopAddLocation(NPC, 84.39, -12.67, 22.71, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 90.46, -12.77, 28.62, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 94.92, -12.62, 14.45, 2, math.random(10, 20))
  39. end