This worked for me.
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;
}
}
Worked for me.
This worked for me.
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;
}
}
Worked for me.
Fun fact, when I move this into singular for class specific mage or whatever it disables singular for ALL my other toons and I get this error
"Compiler Error: c:\Game\Honor Buddy\Routines\Singular\ClassSpecific\Mage\Common.cs(110,50) : error CS0119: 'Singular.Settings.SingularSettings.Mage()' is a 'method', which is not valid in the given context"
Me too, this CR doesnt work with the newest HB it seems. Any fixes availible?
Anyone that has it working and can send the common.cs to me? I am an idiot and can't get it to work :/
works great. dps is phenomenal even though I'm not in full pvp gear yet.
couple things I noticed:
1) Ring of Frost is never used
2) Alter Time is never used but I understand you're addressing that
3) No Spellsteal but I understand you're addressing that
4) Evocation is rarely (if ever) used. I think the routine isn't aware of the Evocation glyph or something. I've seen it used when I have low mana, but not as a heal.
5) Frozen Orb is never used (or rarely, but I've never seen it)
6) Frost Nova is never used, but I understand you're addressing that as well
7) Cone of Cold is never used
8) Remove Curse is never used
9) Counterspell is never used
Minor problems considering how balls to the wall this routine is. Great job!
can you make it cast icy veins on cd too