What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Any viable FROST-MAGE BG-CC'S around here?

nobber

New Member
Joined
Jan 13, 2013
Messages
22
Reaction score
0
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?

,Thanks.
 
nothing i tried in the last few days is viable for bg , theres one overwrite for singular somewhere, but that is
not something you want either.
 
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?
 
Back
Top