HeroRotation

HeroRotation

5M Downloads

Outlaw RTB Logic doesn't seem to be working as intended

GarrettCottrell opened this issue ยท 4 comments

commented

else -- # Reroll BT + GM or single buffs early other than Broadside, TB with Shadowdust, or SnC with Blunderbuss -- actions+=/variable,name=rtb_reroll,value=rtb_buffs<2&(!buff.broadside.up&(!runeforge.concealed_blunderbuss|!buff.skull_and_crossbones.up)&(!runeforge.invigorating_shadowdust|!buff.true_bearing.up))|rtb_buffs=2&buff.buried_treasure.up&buff.grand_melee.up if RtB_Buffs() == 2 and Player:BuffUp(S.BuriedTreasure) and Player:BuffUp(S.GrandMelee) then Cache.APLVar.RtB_Reroll = true elseif RtB_Buffs() < 2 and (not Player:BuffUp(S.Broadside) and (not ConcealedBlunderbussEquipped or not Player:BuffUp(S.SkullandCrossbones)) and (not InvigoratingShadowdustEquipped or not Player:BuffUp(S.TrueBearing))) then Cache.APLVar.RtB_Reroll = true else Cache.APLVar.RtB_Reroll = false end end

rerolllogic
this seems to not be a correct recommendation - perhaps I'm wrong but there is a 5 buff with 11s remaining and I'm being recommended to reroll off of it

commented

Sounds like you are likely on the older version. The pre-10.0 method for determining RtB duration was made non-functional by the patch. Please update to 10.0 version!

commented

Thanks - I currently have version 10.0.0.01 from curseforge. In order to get the version you're referring to, should I download directly from github? There does not appear to be an option to update past what I am currently using in curseforge
herorotation

commented

I've triggered a new version to be published. You can grab it directly from here or you can wait for CurseForge to pick it up. Hopefully shouldn't take long. Either 10.0.0.02 or 10.0.0.03 should work.

commented

Thanks - appreciate such a fast response - awesome work with the addon btw, very cool