the last rev update gives me the following (rev 25) Compiler Error: e:\Downloads\Honorbuddy 2.5.6519.513\Routines\TuanHAMonkSpecialEdition\THCombat.cs(616,68) : error CS0103: The name 'WindwalkerRotation' does not exist in the current context and i can't choose my MW CC :/ here's a screenshot so that u see what i mean exactly:
Compiler Error: c:\Program Files (x86)\HonorBuddy\Routines\TuanHAMonkSpecialEdition\THCombat.cs(616,68) : error CS0103: The name 'WindwalkerRotation' does not exist in the current context The update deleted the THWindWalker file....
Same error because of the WindWalker file is deleted. Hopefull for the fix be fest. Becuase i play only WindWalker...
If your trinket is not usable, please don't choose the option to activate it. Current HB build have bug, it don't report correct usable and unusable trinket.
Seems like it's not jabbing, will attatch log after fight. edit 1: Changing settings for mistweaver to jab and stuff made it jab while in Windwalker. edit 2: added log.
What is your dps on new Windwalker guys? I'm doing solid 50k+ dps on 90 dummy on ilevel 463 Hope new fix on Windwalker good enough for raid. Please let me know any broken thing to fix.
If you could check my log if this was randomness or a fault in code? The cc didn't use Jab untill I clicked it off for Mistweaver in Raidsettings. EDIT 1: Don't know why but it's working fine on dummies, doing 50k as well.
Josh is making change to GUI so there will be no mistake between Brewmaster Jab / Mistweaver Jab / Windwalker Jab and that the root of major problem xD
Tuan's update from earlier readded the bug I fixed about an hour or so ago, I've uploaded a new copy that includes his updates and mine. Enjoy. Current Rev: 27
wont blackout kick for me since the patch, so only hitting 50k with an ilevel of 479! will upload log asap
where i can find best settings (pvp and pve GUIDE) for mist monk in Spec Edition ver? analogy in TUANHA PALADIN - The Ultimate Experience (Extreme PvP)
Non-Special Edition Version: Open THWindwalker.cs find: Code: (!SpellManager.HasSpell("Blackout Kick") || !Me.HasAura("Tiger Power") || Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").StackCount < 3 || Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds < 10 && Me.CurrentTarget.CurrentHealth < Me.MaxHealth/4 || Me.HasAura("Tiger Power") && Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds < 5) && (Me.CurrentChi >= 1 || Me.HasAura("Combo Breaker: Tiger Palm")) && replace with Code: (!Me.HasAura("Tiger Power") && Me.CurrentChi >= 1) || Me.HasAura("Combo Breaker: Tiger Palm") && There will be a big update to the public version in a few days.