if u are donor - check folder with CR, .txthello where can we get monk 2.0? sounds like its released, but i have no e-mail with new monk 2.0, or when i update svn it goes to 49-52 not 62.
but it's still beta
if u are donor - check folder with CR, .txthello where can we get monk 2.0? sounds like its released, but i have no e-mail with new monk 2.0, or when i update svn it goes to 49-52 not 62.
Monk 2.0 is nearly but not ready yet, it's still beta.hello where can we get monk 2.0? sounds like its released, but i have no e-mail with new monk 2.0, or when i update svn it goes to 49-52 not 62.
if u are donor - check folder with CR, .txt
but it's still beta
In mistweaver tab check Detox Exceed Number Debuffs and set it to 1
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.
Can you send me an email, I think there something wrong with your svn.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![]()
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.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.
private static bool DebuffCCCleanseASAP(WoWUnit target)
{
//using (StyxWoW.Memory.AcquireFrame())
{
if (!target.IsPlayer)
{
return false;
}
return target.HasAura(105421) || //Blinding Light
target.HasAura(123393) || //Breath of Fire (Glyph of Breath of Fire)
target.HasAura(44572) || //Deep Freeze
target.HasAura(605) || //Dominate Mind
target.HasAura(31661) || //Dragon's Breath
target.HasAura(5782) || //Fear
target.HasAura(118699) || //Fear
target.HasAura(130616) || //Fear (Glyph of Fear)
target.HasAura(3355) || //Freezing Trap
target.HasAura(853) || //Hammer of Justice
target.HasAura(110698) || //Hammer of Justice (Paladin)
target.HasAura(2637) || //Hibernate
target.HasAura(88625) || //Holy Word: Chastise
target.HasAura(119072) || //Holy Wrath
target.HasAura(5484) || //Howl of Terror
target.HasAura(115268) || //Mesmerize (Shivarra)
target.HasAura(6789) || //Mortal Coil
target.HasAura(115078) || //Paralysis
target.HasAura(113953) || //Paralysis (Paralytic Poison)
target.HasAura(126355) || //Paralyzing Quill (Porcupine)
target.HasAura(118) || //Polymorph
target.HasAura(61305) || //Polymorph: Black Cat
target.HasAura(28272) || //Polymorph: Pig
target.HasAura(61721) || //Polymorph: Rabbit
target.HasAura(61780) || //Polymorph: Turkey
target.HasAura(28271) || //Polymorph: Turtle
target.HasAura(64044) || //Psychic Horror
target.HasAura(8122) || //Psychic Scream
target.HasAura(113792) || //Psychic Terror (Psyfiend)
target.HasAura(107079) || //Quaking Palm
target.HasAura(115001) || //Remorseless Winter
target.HasAura(20066) || //Repentance
target.HasAura(82691) || //Ring of Frost
target.HasAura(1513) || //Scare Beast
target.HasAura(132412) || //Seduction (Grimoire of Sacrifice)
target.HasAura(6358) || //Seduction (Succubus)
target.HasAura(9484) || //Shackle Undead
target.HasAura(30283) || //Shadowfury
target.HasAura(87204) || //Sin and Punishment
target.HasAura(104045) || //Sleep (Metamorphosis)
target.HasAura(118905) || //Static Charge (Capacitor Totem)
target.HasAura(10326) || //Turn Evil
target.HasAura(19386); //Wyvern Sting
Can you send me an email, I think there something wrong with your svn.
Yeah, I'm surprised myself how MistWeaver work in BG (was too busy coding and no time to test in bg till now)Did some rbgs with the beta it's friggin awesome keep up the good work!Mistweaver I might add
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:
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:
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
[14:22:15.091 N] ChiBurst - Waiting TrueFacing
[14:22:15.391 N] ChiBurst - TrueFacing fail
[14:22:15.667 N] ChiBurst - Waiting TrueFacing
[14:22:15.966 N] ChiBurst - TrueFacing fail
[14:22:16.243 N] ChiBurst - Waiting TrueFacing
[14:22:16.543 N] ChiBurst - TrueFacing fail
[14:22:16.805 N] ChiBurst - Waiting TrueFacing
[14:22:17.105 N] ChiBurst - TrueFacing fail
[14:22:17.348 N] ChiBurst - Waiting TrueFacing
[14:22:17.648 N] ChiBurst - TrueFacing fail
[14:22:17.919 N] ChiBurst - Waiting TrueFacing
[14:22:18.220 N] ChiBurst - TrueFacing fail
[14:22:18.498 N] ChiBurst - Waiting TrueFacing
[14:22:18.798 N] ChiBurst - TrueFacing fail
[14:22:19.659 N] ChiBurst - Waiting TrueFacing
[14:22:19.959 N] ChiBurst - TrueFacing fail
[14:22:20.889 N] ChiBurst - Waiting TrueFacing
[14:22:21.180 N] ChiBurst - TrueFacing fail
[14:22:21.464 N] ChiBurst - Waiting TrueFacing
[14:22:21.764 N] ChiBurst - TrueFacing fail
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.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.
I may not aggree with you.In all my experience in wow, always is better dispell that heal first...