aMudpawguardPatrol.lua 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. --[[
  2. Script Name : SpawnScripts/Caves/aMudpawguardPatrol.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.10.04 06:10:26
  5. Script Purpose :
  6. :
  7. --]]
  8. dofile("SpawnScripts/Generic/MonsterCallouts/BaseGnoll1.lua")
  9. function spawn(NPC)
  10. local Level = GetLevel(NPC)
  11. local level1 = 8
  12. local level2 = 9
  13. local difficulty1 = 6
  14. local hp1 = 240
  15. local power1 = 100
  16. local difficulty2 = 6
  17. local hp2 = 290
  18. local power2 = 110
  19. if Level == level1 then
  20. SpawnSet(NPC, "difficulty", difficulty1)
  21. SpawnSet(NPC, "hp", hp1)
  22. SpawnSet(NPC, "power", power1)
  23. elseif Level == level2
  24. then
  25. SpawnSet(NPC, "difficulty", difficulty2)
  26. SpawnSet(NPC, "hp", hp2)
  27. SpawnSet(NPC, "power", power2)
  28. end
  29. waypoints(NPC)
  30. end
  31. function hailed(NPC, Spawn)
  32. FaceTarget(NPC, Spawn)
  33. end
  34. function respawn(NPC)
  35. spawn(NPC)
  36. end
  37. function waypoints(NPC)
  38. MovementLoopAddLocation(NPC, 45.09, 12.12, -93.56, 2, 6)
  39. MovementLoopAddLocation(NPC, 45.09, 12.12, -93.56, 2, 0)
  40. MovementLoopAddLocation(NPC, 51.55, 12.38, -97.69, 2, 0)
  41. MovementLoopAddLocation(NPC, 55.23, 12.38, -101.99, 2, 0)
  42. MovementLoopAddLocation(NPC, 57.71, 12.35, -103.29, 2, 0)
  43. MovementLoopAddLocation(NPC, 60.49, 12.35, -103.38, 2, 0)
  44. MovementLoopAddLocation(NPC, 61.81, 13.37, -99.64, 2, 0)
  45. MovementLoopAddLocation(NPC, 64.15, 15.07, -94.64, 2, 0)
  46. MovementLoopAddLocation(NPC, 64.78, 15.67, -92.7, 2, 0)
  47. MovementLoopAddLocation(NPC, 65.14, 17.13, -87.78, 2, 0)
  48. MovementLoopAddLocation(NPC, 64.04, 19.39, -81.57, 2, 0)
  49. MovementLoopAddLocation(NPC, 62.56, 20.91, -78.5, 2, 0)
  50. MovementLoopAddLocation(NPC, 59.02, 23.29, -73.89, 2, 0)
  51. MovementLoopAddLocation(NPC, 57.47, 24.2, -71.24, 2, 0)
  52. MovementLoopAddLocation(NPC, 57.64, 24.31, -69.97, 2, 0)
  53. MovementLoopAddLocation(NPC, 59.93, 24.56, -65.22, 2, 0)
  54. MovementLoopAddLocation(NPC, 62.61, 25.98, -59.85, 2, 0)
  55. MovementLoopAddLocation(NPC, 65.81, 27.5, -55.78, 2, 0)
  56. MovementLoopAddLocation(NPC, 69.54, 28.12, -54.58, 2, 0)
  57. MovementLoopAddLocation(NPC, 73.49, 28.87, -54.84, 2, 0)
  58. MovementLoopAddLocation(NPC, 77.28, 30.72, -58.78, 2, 0)
  59. MovementLoopAddLocation(NPC, 80.1, 34.02, -64.35, 2, 0)
  60. MovementLoopAddLocation(NPC, 80.13, 34.54, -66.15, 2, 0)
  61. MovementLoopAddLocation(NPC, 80.13, 34.54, -66.15, 2, 0)
  62. MovementLoopAddLocation(NPC, 80.02, 33.89, -64.13, 2, 0)
  63. MovementLoopAddLocation(NPC, 78.5, 31.81, -60.84, 2, 0)
  64. MovementLoopAddLocation(NPC, 75.78, 29.99, -57.01, 2, 0)
  65. MovementLoopAddLocation(NPC, 72.96, 28.73, -54.97, 2, 0)
  66. MovementLoopAddLocation(NPC, 70.4, 28.24, -54.8, 2, 0)
  67. MovementLoopAddLocation(NPC, 66.93, 27.84, -55.51, 2, 0)
  68. MovementLoopAddLocation(NPC, 64.95, 27, -56.91, 2, 0)
  69. MovementLoopAddLocation(NPC, 60.97, 25.03, -63.14, 2, 0)
  70. MovementLoopAddLocation(NPC, 59.27, 24.45, -67.22, 2, 0)
  71. MovementLoopAddLocation(NPC, 57.75, 24.32, -68.83, 2, 0)
  72. MovementLoopAddLocation(NPC, 57.87, 24.03, -71.85, 2, 0)
  73. MovementLoopAddLocation(NPC, 61.41, 22.24, -76.26, 2, 0)
  74. MovementLoopAddLocation(NPC, 63.04, 20.68, -78.9, 2, 0)
  75. MovementLoopAddLocation(NPC, 65.6, 17.42, -87.04, 2, 0)
  76. MovementLoopAddLocation(NPC, 65.51, 15.89, -91.97, 2, 0)
  77. MovementLoopAddLocation(NPC, 62.83, 14.24, -97.02, 2, 0)
  78. MovementLoopAddLocation(NPC, 61.67, 13.07, -100.55, 2, 0)
  79. MovementLoopAddLocation(NPC, 61.38, 12.36, -103.21, 2, 0)
  80. MovementLoopAddLocation(NPC, 60.44, 12.32, -104.15, 2, 0)
  81. MovementLoopAddLocation(NPC, 59.52, 12.32, -104.19, 2, 0)
  82. MovementLoopAddLocation(NPC, 52.6, 12.38, -98.46, 2, 0)
  83. MovementLoopAddLocation(NPC, 45.09, 12.12, -93.56, 2, 0)
  84. end