Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function snbcombo(limb, condition)
- if Bard.rageblade then
- wieldweapon = "rageblade"
- else
- wieldweapon = "longsword400782"
- end
- wieldshield = "shield336488"
- if condition == "prepped" then
- venom = "curare"
- shieldattack = "trip"
- elseif condition == "normal" or condition == "timebuying" then
- if Bard.shallow then
- if affstrack.score.asthma<=50 then
- venom = "curare"
- shieldattack = "drive"
- elseif affstrack.score.slickness<=50 then
- venom = "gecko"
- shieldattack = "smash mid"
- else
- venom = "euphorbia"
- shieldattack = "smash mid"
- end
- elseif Bard.Group then
- if affstrack.score.asthma<=33 then
- venom = "curare"
- shieldattack = "drive"
- elseif affstrack.score.weariness<=33 then
- venom = "vernalius"
- shieldattack = "smash mid"
- elseif affstrack.score.slickness<=33 then
- venom = "gecko"
- shieldattack = "smash mid"
- elseif affstrack.score.anorexia<=20 then
- venom = "slike"
- shieldattack = "smash high"
- elseif affstrack.score.stupidity<=20 then
- venom = "aconite"
- shieldattack = "smash mid"
- elseif affstrack.score.recklessness<=20 then
- venom = "eurypteria"
- shieldattack = "smash high"
- elseif affstrack.score.shyness<=20 then
- venom = "digitalis"
- shieldattack = "smash high"
- else
- venom = "prefarar"
- shieldattack = "smash high"
- end
- else
- if affstrack.score.nausea <=50 then
- venom = "euphorbia"
- shieldattack = "smash mid"
- elseif affstrack.score.clumsiness<=50 then
- venom = "curare"
- shieldattack = "smash low"
- elseif affstrack.score.asthma<=33 then
- venom = "curare"
- shieldattack = "drive"
- elseif affstrack.score.weariness<=33 then
- venom = "vernalius"
- shieldattack = "smash mid"
- elseif affstrack.score.slickness<=33 then
- venom = "gecko"
- shieldattack = "smash mid"
- elseif affstrack.score.anorexia<=20 then
- venom = "slike"
- shieldattack = "smash high"
- elseif affstrack.score.stupidity<=20 then
- venom = "aconite"
- shieldattack = "smash mid"
- elseif affstrack.score.recklessness<=20 then
- venom = "eurypteria"
- shieldattack = "smash high"
- elseif affstrack.score.shyness<=20 then
- venom = "digitalis"
- shieldattack = "smash high"
- else
- venom = "prefarar"
- shieldattack = "smash high"
- end
- end
- end
- --[[ Dummied out until I'm convinced it's worth using
- if condition == "normal" then
- strikeattack = "strike mid"
- elseif condition == "prepped" then
- strikeattack = "strike low"
- end
- --]]
- combo = combination
- if condition == "arc" then
- send("clearqueue all")
- 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())
- send("queue add eqbal weapattack")
- elseif Shieldcheck() then
- if condition == "aeonarc" then
- send("clearqueue all")
- send("setalias weapattack stand/get shield from baldric/get body/wield " .. wieldweapon .. "/wield " .. wieldshield .. "/grip/parry " .. parryrando() .. "/assess &tar/arc curare")
- send("queue add eqbal weapattack")
- elseif svo.affl.paralysis and svo.stats.hp >= 60 and svo.stats.mana >= 50 then
- send("clearqueue all")
- 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())
- send("queue add eqbal weapattack")
- elseif svo.stats.weaponmastery == 4 and condition == "timebuying" then
- send("clearqueue all")
- 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")
- send("queue add eqbal weapattack")
- elseif svo.stats.weaponmastery == 4 then
- send("clearqueue all")
- 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())
- send("queue add eqbal weapattack")
- else
- send("clearqueue all")
- 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())
- send("queue add eqbal weapattack")
- end
- end
- End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement