asawtoothshark427369.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427369.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427369.lua
  4. Script Author : Rylec
  5. Script Date : 11-11-2019 06:43:43
  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, -105.63, -11.72, 175.61, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -120.21, -13.66, 175.93, 2, 0)
  19. MovementLoopAddLocation(NPC, -136.13, -14.64, 186.49, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -141.46, -13.06, 182.47, 2, 0)
  21. MovementLoopAddLocation(NPC, -143.1, -12.39, 164.73, 2, 0)
  22. MovementLoopAddLocation(NPC, -147.66, -13.01, 153.44, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -142.3, -12.35, 170.98, 2, 0)
  24. MovementLoopAddLocation(NPC, -139.5, -12.46, 197.68, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -141.54, -12.35, 181.65, 2, 0)
  26. MovementLoopAddLocation(NPC, -141.25, -12.37, 157.85, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -146.98, -11.75, 184.6, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -141, -12.49, 188.58, 2, 0)
  29. MovementLoopAddLocation(NPC, -135.79, -13.18, 193.88, 2, 0)
  30. MovementLoopAddLocation(NPC, -131.8, -13.58, 198.24, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -131.2, -12.42, 190.67, 2, 0)
  32. MovementLoopAddLocation(NPC, -129.42, -12.39, 185.24, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -124.49, -13.09, 179.59, 2, 0)
  34. MovementLoopAddLocation(NPC, -119.11, -13.57, 175.8, 2, 0)
  35. MovementLoopAddLocation(NPC, -112.17, -12.85, 165.92, 2, math.random(10, 20))
  36. end