Weird. My mage is at 365 ilvl right now, and was staying at around 80-85% .. but i was testing on a dummy. I'll try it out in the real world asap.
I do my rotation testing on a dummy but try to basy my real world on at least BH, as i can normally get groups with ok comp and it has a bit of movement and aoe, very good for testing purposes.
I poked thru all the pages and didnt recall running across a Warrior SMF setup? Be interested in seeing a nice setup for raiding. If its here I apologize in advance Thanks for the great work guys!!
my DK casts Horn of winter way to early...like every 40 seconds or so, can anyone show me how i can fix this?
Replace any lines that read something like SC.CastSpell("Horn of Winter",a=> true,"Horn of Winter") with SC.CastBuff("Horn of Winter", a => true, "Horn of Winter") or SC.CastSpell("Horn of Winter", a => !SC.PlayerHasBuff("Horn of Winter"),"Horn of Winter") They both only cast Horn of winter if you do not have the buff.
Hi mrwowbuddy, Just some feedback - I tried your test-resto druid profile in Headless Horseman instance today again and had tried it previously but with no joy. Again today it just stood there for the most part and did nothing apart from 1 cast of wild growth part through the fight. The rest of the healing I had to do by hand. I have attached a log for your reference. Was hoping it would work as well as your other excellent CCs =D
Hey mrwowbuddy, just wanted to ask which of your both sub ccs does the most dmg in highend pve ? did you test it ? or, whats the difference of the two cc ? thanks for reply
Yeah, resto is buggy and broken, it has to be in combat and targeting someone to start off. The best plan is to just not use felmaster to heal with The main difference is one will use Shadowstep and one doesnt, SublteyNS is there for reasons such as ragnaros/alysrazor/etc.... where shadow stepping every vanish/dance is not the best plan. If you are geared right both should perform very damn well.
Hello is anyone else having problems loading this cc i reinstalled everything but no go still not showing up on list
No problems here. Are you making sure you have HB fully loaded before switching zones? That can sometimes cause problems with selecting a CC. For some reason HB can't work out what class you are.
For the Destruction rotaion is there anyway to throw and expection if Bane of Doom is present on any target so you dont cast any other bane?
Anyone Know how to add a cast at location script? Trying to add force of nature cast for boomkins to the one from page 14 or so. SC.CastSpellAtTargetLocation seems to crash HB
Code: new Decorator( ret => Me.GotTarget && SC.CanCast("Force of Nature"), new Sequence( new TreeSharp.Action(ret => SC.CastSpell("Force of Nature")), new TreeSharp.Action(ret => Styx.Logic.Combat.LegacySpellManager.ClickRemoteLocation(WoWMathHelper.CalculatePointFrom(Me.Location, Me.CurrentTarget.Location,Math.Max(0, Me.CombatReach+0.33333f + Me.CurrentTarget.CombatReach) - 3f))) ) ), Try something like that, it should cast FoN on the edge of a targets hitbox.