asawtoothshark427398.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427398.lua
  3. Script Purpose : Waypoint Path for asawtoothshark427398.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:16:50
  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, 49.83, -11.92, -68.09, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 55.37, -12.08, -68.56, 2, 0)
  19. MovementLoopAddLocation(NPC, 70, -12.18, -72.67, 2, 0)
  20. MovementLoopAddLocation(NPC, 77.1, -11.99, -75.55, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 76.51, -11.94, -72.62, 2, 0)
  22. MovementLoopAddLocation(NPC, 68.95, -11.29, -56.03, 2, 0)
  23. MovementLoopAddLocation(NPC, 67.47, -11.87, -50.35, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 74.63, -11.85, -43.26, 2, 0)
  25. MovementLoopAddLocation(NPC, 79.03, -11.91, -37.39, 2, 0)
  26. MovementLoopAddLocation(NPC, 86.9, -12.46, -29.4, 2, 0)
  27. MovementLoopAddLocation(NPC, 91.72, -12.89, -24.68, 2, 0)
  28. MovementLoopAddLocation(NPC, 96.32, -12.66, -19.39, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 83.64, -12.33, -34.39, 2, 0)
  30. MovementLoopAddLocation(NPC, 80.26, -12.5, -39.28, 2, 0)
  31. MovementLoopAddLocation(NPC, 77.57, -12.47, -42.56, 2, 0)
  32. MovementLoopAddLocation(NPC, 74.96, -11.84, -45.87, 2, 0)
  33. MovementLoopAddLocation(NPC, 69.43, -11.85, -50.96, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 69.48, -12.01, -58.77, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 65.33, -11.77, -79.6, 2, math.random(10, 20))
  36. end