arazortoothshark428474.lua 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/arazortoothshark428474.lua
  3. Script Purpose : Waypoint Path for arazortoothshark428474.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:13:26
  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, 41.5, -11.58, -76.28, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 47.94, -11.86, -79.84, 2, 0)
  19. MovementLoopAddLocation(NPC, 51.41, -11.77, -80.53, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 47.63, -11.81, -81.09, 2, 0)
  21. MovementLoopAddLocation(NPC, 34.54, -11.2, -85.79, 2, 0)
  22. MovementLoopAddLocation(NPC, 25.65, -11.28, -88.03, 2, 0)
  23. MovementLoopAddLocation(NPC, 18.64, -11.74, -87.62, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, 30.1, -12.03, -84.69, 2, 0)
  25. MovementLoopAddLocation(NPC, 35.76, -12.02, -82.13, 2, 0)
  26. MovementLoopAddLocation(NPC, 54.43, -11.8, -73.8, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 77.69, -10.7, -47.93, 2, 0)
  28. MovementLoopAddLocation(NPC, 82.4, -10.55, -45.18, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 88.38, -11.7, -40.87, 2, 0)
  30. MovementLoopAddLocation(NPC, 92.46, -12, -36.85, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 89.79, -11.86, -19.87, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 79.72, -11.51, -32.53, 2, 0)
  33. MovementLoopAddLocation(NPC, 78.61, -11.37, -34.48, 2, 0)
  34. MovementLoopAddLocation(NPC, 77.31, -11.24, -38.56, 2, 0)
  35. MovementLoopAddLocation(NPC, 75.29, -11.21, -41.99, 2, 0)
  36. MovementLoopAddLocation(NPC, 73.05, -10.98, -45.98, 2, 0)
  37. MovementLoopAddLocation(NPC, 69.14, -11.09, -51.07, 2, 0)
  38. MovementLoopAddLocation(NPC, 58.92, -11.7, -63.62, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, 58.7, -11.62, -58.29, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 53.35, -11.28, -64.78, 2, 0)
  41. MovementLoopAddLocation(NPC, 50.53, -11.15, -68.68, 2, 0)
  42. MovementLoopAddLocation(NPC, 46.01, -11.25, -73.48, 2, 0)
  43. end