Been looking around a bit, but have only seen frostfire\fire-mage, and one Frost-Mage which seemed good, but was bugged. Any1 got some thats actually working better than the deafult?
There is no love for pvp
Nobber it is working fine with the fix 1. Open your common.cs in the mage singular folder (something like \HonorBuddy\Routines\Singular\ClassSpecific\Mage)
2. Find the function ShouldSummonTable it's around line 106
3. replace the function with this: private static bool ShouldSummonTable
{
get
{
return SingularSettings.Instance.Mage().SummonTableIfInParty && SpellManager.HasSpell("Conjure Refreshment Table") &&
StyxWoW.Me.PartyMembers.Count(p => p.DistanceSqr < 40 * 40) >= 2;
}
}
i have used all possible routines ( Singular,CLU,KingMage,FTW, Revised Singular Editions) but all of them have performed poorly.
Anyone can recommend a way to bot with a frost or fire mage at bgs?