maybe i'll right a little how to tuanha Mistweaver advice "guide" in the next few day with a few advices from personal experience and the experience other users made with the short advices i told them.
It actually udated. The current Special Edition have bugs, once it stable, Josh will do a major update to Public Release too. Thank you for your patience and understanding.
fixed the issue thanks ^ but actually nerfs the dps? haha dont quite get it, will just AFK this weeks raids i guess haha
No, dps is still the same or better due to Tiger Palm buff. And there are will be major update for Public Release soon (better at everything), once we fix the Special Edition. It kinda overload if we try to fix 2 version at the same time so please give us time
grr. replace the line I gave you with: Code: ((!Me.HasAura("Tiger Power") && Me.CurrentChi >= 1) || Me.HasAura("Combo Breaker: Tiger Palm")) && find Code: Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 && Me.GetAuraByName("Tiger Power").StackCount > 2 && (CountEneyNeary(Me, 8) < 3 || !SpellManager.HasSpell("Spinning Crane Kick")) && replace with Code: Me.HasAura("Tiger Power") && (CountEneyNeary(Me, 8) < 3 || !SpellManager.HasSpell("Spinning Crane Kick")) && find Code: CountEneyNeary(Me, 8) >= THSettings.Instance.SSpinningCraneKick && Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 && Me.GetAuraByName("Tiger Power").StackCount > 2) && SpellManager.HasSpell("Spinning Crane Kick"), replace with Code: Me.HasAura("Tiger Power") && SpellManager.HasSpell("Spinning Crane Kick"), find Code: !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange && Me.CurrentChi >= Me.MaxChi - 2 && SpellManager.HasSpell("Rising Sun Kick") && replace with (not relevant but a bug fix regardless) Code: !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange && Me.CurrentChi >= 2 && SpellManager.HasSpell("Rising Sun Kick") && find Code: Me.CurrentEnergy <= 30 && Me.CurrentChi < 2 && Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 && Me.GetAuraByName("Tiger Power").StackCount > 2 && SpellManager.HasSpell("Energizing Brew") && replace with Code: Me.CurrentEnergy <= 30 && Me.CurrentChi < 2 && Me.HasAura("Tiger Power") && SpellManager.HasSpell("Energizing Brew") && find (another bug fix non relevant) Code: !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange && Me.CurrentChi >= Me.MaxChi - 1 && SpellManager.HasSpell("Blackout Kick"), replace with Code: !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange && Me.CurrentChi >= 2 && SpellManager.HasSpell("Blackout Kick"),
Hi CrazyJosh, Thanks for your reply to my post. Yes, I have MoveToTarget enabled: <SMoveToTarget>True</SMoveToTarget> Do you know why the movement was working before Monday, but then stopped working? Keep in mind, this was all pre-5.1 so maybe this has been fixed. If not, anything I can try?
Tested with Power Strikes and Ascension Ascension give more dps for me. Feel free to try whatever you want, CR support all, including Chi Brew
i'm trying the golden lotus daily profile with the questing bot but the char seems standing near the mob without starting the battle, is a cc problem or a profile problem? (if i engage the combat manually all goes fine)
Movement was broken yesterday due to HB beta issues. They all seem to be fixed with the latest HB release (non beta) Either/or. I find myself getting energy too quickly to use the chi gained by jab with Ascension right now, but haste affects energy regen - so it's gear related. Depends how the character got there. Did you get there by Flying Serpent Kick?
Doesnt (shouldn't) matter for Mistweaver. I havent tried anything but ascension since 5.1 I have an idea - I'll look into it.
was the latest svn meant to fix the tiger palm spam ? because mines still doing it appreciate your work btw!
brewmaster still broken, seems he stops attacks sometimes and then starting again after a few seconds.
had a wow pause and now i would like to download my specialedition the username and password i recived wirth the email where you annouce the change to sourcerepo but theres no link which i can checkout svn -.-