asawtoothshark427392.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/asawtoothshark427392.lua
  3. Script Purpose : Waypoint Path for saw_021_07.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:40
  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, 59.05, -11.74, -71.9, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 73.16, -11.8, -59.44, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 73.59, -12.05, -50.88, 2, 0)
  20. MovementLoopAddLocation(NPC, 75.86, -12.32, -46.27, 2, 0)
  21. MovementLoopAddLocation(NPC, 81.19, -12.27, -39.54, 2, 0)
  22. MovementLoopAddLocation(NPC, 92.09, -11.83, -27.9, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 88.76, -12.19, -31.22, 2, 0)
  24. MovementLoopAddLocation(NPC, 80.68, -11.82, -37.1, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 83.24, -12.08, -33.11, 2, 0)
  26. MovementLoopAddLocation(NPC, 85.2, -12.58, -24.96, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 82.83, -11.18, -39.24, 2, 0)
  28. MovementLoopAddLocation(NPC, 75.38, -10.7, -52.95, 2, 0)
  29. MovementLoopAddLocation(NPC, 74, -10.7, -58.54, 2, 0)
  30. MovementLoopAddLocation(NPC, 80.15, -10.7, -72.02, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 64.28, -11.16, -58.03, 2, 0)
  32. MovementLoopAddLocation(NPC, 57.83, -11.19, -56.32, 2, 0)
  33. MovementLoopAddLocation(NPC, 53.2, -11.22, -55.73, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 68.3, -10.7, -42.57, 2, 0)
  35. MovementLoopAddLocation(NPC, 74.92, -10.7, -36.43, 2, 0)
  36. MovementLoopAddLocation(NPC, 80.44, -11.68, -30.04, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 77.82, -11.78, -36.84, 2, 0)
  38. MovementLoopAddLocation(NPC, 76.29, -11.66, -39.72, 2, 0)
  39. MovementLoopAddLocation(NPC, 68.88, -11.65, -49.45, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 76.7, -12.13, -43.45, 2, 0)
  41. MovementLoopAddLocation(NPC, 85.18, -11.85, -35.04, 2, math.random(10, 20))
  42. MovementLoopAddLocation(NPC, 87.31, -11.83, -23.67, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, 80.46, -11.53, -31.48, 2, 0)
  44. MovementLoopAddLocation(NPC, 78.48, -11.32, -36.2, 2, 0)
  45. MovementLoopAddLocation(NPC, 74.91, -11.27, -42.02, 2, 0)
  46. MovementLoopAddLocation(NPC, 73.1, -11.04, -46.14, 2, 0)
  47. MovementLoopAddLocation(NPC, 70.39, -11.58, -53.97, 2, 0)
  48. MovementLoopAddLocation(NPC, 68.3, -11.82, -58.41, 2, math.random(10, 20))
  49. end