mardi 30 septembre 2014

Barbarian Ignore Pain

Basically I use this mainly for the move speed buff from the bravado rune and would like to spam it whenever it's off cooldown, in or out of combat. What do I edit in BarbarianCombat.cs to make this happen?



public static bool CanCastIgnorePain

{

get

{

return

!UseOOCBuff &&

CanCast(SNOPower.Barbarian_IgnorePain) &&

(Player.CurrentHealthPct <= V.F("Barbarian.IgnorePain.MinHealth") ||

(Sets.TheLegacyOfRaekor.IsFullyEquipped && (Player.CurrentHealthPct <= V.F("Barbarian.FuryDumpRaekor.MinHealth")

|| CurrentTarget.IsBossOrEliteRareUnique ||

Settings.Combat.Barbarian.FuryDumpWOTB && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin"))

&& (GetHasBuff(SNOPower.Barbarian_WrathOfTheBerserker )) ||

Settings.Combat.Barbarian.FuryDumpAlways && Player.PrimaryResourcePct >= V.F("Barbarian.WOTB.FuryDumpMin")));

}

}



this is currently the code for ignore pain



Thank you.





Barbarian Ignore Pain

Aucun commentaire:

Enregistrer un commentaire