Ejemplo n.º 1
0
        public async override Task <bool> CombatBuff()
        {
            // Auto Focus in PVP
            if (Globals.Pvp && PaladinSettings.Instance.AutoFocusUse && SpellBooks.Global.AutoFocus.AutoFocusMethod())
            {
                return(true);
            }

            if (await MySpells.HotkeysMethod())
            {
                return(true);
            }

            if (await MySpells.BurstMethod())
            {
                return(true);
            }

            // if (await MySpells.GuardianOfTheForgottenQueenMethod()) return true; // Honor Talent

            if (await MySpells.GuardianOfAncientKingsMethod())
            {
                return(true);
            }

            if (await MySpells.ArdentDefenderMethod())
            {
                return(true);
            }

            return(false);
        }