Advertisement
hhaos

Untitled

Jan 5th, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.37 KB | None | 0 0
  1. function snbcombo(limb, condition)
  2. if Bard.rageblade then
  3. wieldweapon = "rageblade"
  4. else
  5. wieldweapon = "longsword400782"
  6. end
  7. wieldshield = "shield336488"
  8. if condition == "prepped" then
  9. venom = "curare"
  10. shieldattack = "trip"
  11. elseif condition == "normal" or condition == "timebuying" then
  12. if Bard.shallow then
  13. if affstrack.score.asthma<=50 then
  14. venom = "curare"
  15. shieldattack = "drive"
  16. elseif affstrack.score.slickness<=50 then
  17. venom = "gecko"
  18. shieldattack = "smash mid"
  19. else
  20. venom = "euphorbia"
  21. shieldattack = "smash mid"
  22. end
  23. elseif Bard.Group then
  24. if affstrack.score.asthma<=33 then
  25. venom = "curare"
  26. shieldattack = "drive"
  27. elseif affstrack.score.weariness<=33 then
  28. venom = "vernalius"
  29. shieldattack = "smash mid"
  30. elseif affstrack.score.slickness<=33 then
  31. venom = "gecko"
  32. shieldattack = "smash mid"
  33. elseif affstrack.score.anorexia<=20 then
  34. venom = "slike"
  35. shieldattack = "smash high"
  36. elseif affstrack.score.stupidity<=20 then
  37. venom = "aconite"
  38. shieldattack = "smash mid"
  39. elseif affstrack.score.recklessness<=20 then
  40. venom = "eurypteria"
  41. shieldattack = "smash high"
  42. elseif affstrack.score.shyness<=20 then
  43. venom = "digitalis"
  44. shieldattack = "smash high"
  45. else
  46. venom = "prefarar"
  47. shieldattack = "smash high"
  48. end
  49. else
  50. if affstrack.score.nausea <=50 then
  51. venom = "euphorbia"
  52. shieldattack = "smash mid"
  53. elseif affstrack.score.clumsiness<=50 then
  54. venom = "curare"
  55. shieldattack = "smash low"
  56. elseif affstrack.score.asthma<=33 then
  57. venom = "curare"
  58. shieldattack = "drive"
  59. elseif affstrack.score.weariness<=33 then
  60. venom = "vernalius"
  61. shieldattack = "smash mid"
  62. elseif affstrack.score.slickness<=33 then
  63. venom = "gecko"
  64. shieldattack = "smash mid"
  65. elseif affstrack.score.anorexia<=20 then
  66. venom = "slike"
  67. shieldattack = "smash high"
  68. elseif affstrack.score.stupidity<=20 then
  69. venom = "aconite"
  70. shieldattack = "smash mid"
  71. elseif affstrack.score.recklessness<=20 then
  72. venom = "eurypteria"
  73. shieldattack = "smash high"
  74. elseif affstrack.score.shyness<=20 then
  75. venom = "digitalis"
  76. shieldattack = "smash high"
  77. else
  78. venom = "prefarar"
  79. shieldattack = "smash high"
  80. end
  81. end
  82. end
  83.  
  84. --[[ Dummied out until I'm convinced it's worth using
  85. if condition == "normal" then
  86. strikeattack = "strike mid"
  87. elseif condition == "prepped" then
  88. strikeattack = "strike low"
  89. end
  90. --]]
  91. combo = combination
  92. if condition == "arc" then
  93. send("clearqueue all")
  94. send("setalias weapattack stand/get shield from baldric/get body/falcon slay &tar/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/battlecry &tar/arc &tar prefarar".. engagecheck())
  95. send("queue add eqbal weapattack")
  96. elseif Shieldcheck() then
  97. if condition == "aeonarc" then
  98. send("clearqueue all")
  99. send("setalias weapattack stand/get shield from baldric/get body/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/arc curare")
  100. send("queue add eqbal weapattack")
  101. elseif svo.affl.paralysis and svo.stats.hp >= 60 and svo.stats.mana >= 50 then
  102. send("clearqueue all")
  103. send("setalias weapattack stand/get body/falcon slay &tar/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/dedication/grip/parry " .. parryrando() .. "/assess &tar/combination &tar slice " .. limb .. " " .. venom .." " .. shieldattack .. "" .. engagecheck())
  104. send("queue add eqbal weapattack")
  105. elseif svo.stats.weaponmastery == 4 and condition == "timebuying" then
  106. send("clearqueue all")
  107. send("setalias weapattack stand/get body/falcon slay &tar/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/shieldstrike &tar low/combination &tar impale concuss")
  108. send("queue add eqbal weapattack")
  109. elseif svo.stats.weaponmastery == 4 then
  110. send("clearqueue all")
  111. send("setalias weapattack stand/get body/falcon slay &tar/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/shieldstrike &tar mid/combination &tar slice " .. limb .. " " .. venom .." " .. shieldattack .. "" .. engagecheck())
  112. send("queue add eqbal weapattack")
  113. else
  114. send("clearqueue all")
  115. send("setalias weapattack stand/get shield from baldric/get body/falcon slay &tar/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/combination &tar slice " .. limb .. " " .. venom .." " .. shieldattack .. "" .. engagecheck())
  116. send("queue add eqbal weapattack")
  117. end
  118. end
  119. End
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement