Monk 2.0 is nearly but not ready yet, it's still beta. Monk 2.0 for testing is available for all donor, just update the donor svn and you will see a file #Guide for testing BETA TuanHA Monk 2.0.txt New on Monk 2.0 beta today: Improved Mana saving logic. Improved Surge of Mist logic (with/without glyph, use when 5 stack vital mist about to expire so you don't waste it and more...) Improved facing before Roll/Flying Serpent Kick/Charging Ox Wave/Chi Torpedo/Chi Burst... Please update svn and let me know. Thank you.
yes that would be nice mosuri, when i go to raids with my mistweaver i use lazyraider, and select run without tanks, and sometimes it works perfect...but i have the feeling that he heals to slow, the other healers cast much faster
Hmm, that's strange. I can't find any .txt file with instructions for the beta inside my CR folder. I used the donor svn to update the folder but there's still no .txt file. Am I missing something? I've got an lvl 84 mistweaver monk with this insane ilvl 409+ gear and I would love to try the new beta in some BGs
I confirmed that mine is set to 1 and I just tested detox in a ToES LFR and it did not dispell Lightning Prison at all, I had to manually do that.
I have the same problem. In LFR i dont dispell nothing in HoF and Mogu And in Brewmaster, you must stay in Brewmaster stance until active CC or no use abilitys or try to change stance
Combat Routine will dispel any dispellabe debuff when there no one else need heal. I just confirm that it dispel Lightning Prison and other stuff in LFR. Problem is it will not dispel if someone need heal, because normal dispel is in low priority. However, combat routine will also included logic to dispel important debuff before healing - that the meaning of the checkbox Detox Crowd Control Immediately. If you want to add Lightning Prison (or any other debuff) fast, open the THDebuff.cs add it into the following function:
Thanks for your fast response, I've just sent you an email. edit: wow, that was fast. Thank you very much! Now I'm going to rock some BGs haha
Just finished the Lei Shi fight and a lot of truefacing errors when trying to cast Chi Burst. I had the same errors during the Sha of Fear fight. Attached is the log from the LFR run. View attachment 78222
Yeah, I'm surprised myself how MistWeaver work in BG (was too busy coding and no time to test in bg till now) Monk Healing Sphere make me feel like a Paladin spamming Flash of Light with no Cast time... this is really overpower... well it absurd. There no other spell in WoW history that can spam with no cooldown and heal as much as a 1.5 sec cast... Hope they will not nerf us for this xD.
Would it be possible to put this custom list of things to be detox'ed in a file that is not going to get updated every time you do an update. As in not in a cs file.
In the new build, I've add an code that will make sure you face the target (maximum 5 degree differrent) to make sure the spell cast on the target. It not an errors, if the degree condition not meet, it just don't waste the spell Edit, I may lower the timeout, if after 300 ms and the spell can not cast, i will make it use something else.
I've add this on the old version but I feel like not a lot ppl have time to make their own list so this change will not hurt everybody. Anyway, you can change the list easy, just open the file in a text editor and put your own spell in.
I may not aggree with you. In PvP: If tank about to die and dps get Light Prison, should heal > dispel In PvE: If 1 partner about to die and the other get Polymorph, heal > dispel That also the reason I made 2 dispel on separate priority: Dispel ASAP and Dispel when no one need heal.