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

Singular Mage Revamped. (FROST)

Status
Not open for further replies.
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.
got this error after replace
Routines\Singular\ClassSpecific\Mage\Common.cs(110,75) : error CS1002: ; expected
 
any update on this?

no fix as promissed when u came back

no word at 22nd, wich is... ye.. today

mages realy need this shizzle m8 :)
 
wish i had read the forums stating this was broke b4 i did a full spec change lol. oh well ill wait for a fix looks like a good cc
 
Status
Not open for further replies.
Back
Top