Release Corpse while QuestBot using is a CR Problem? With Singular my toon always release in time. with your CR it waits 5 minutes will the auto release comes.
Will upload a fix now!

Release Corpse while QuestBot using is a CR Problem? With Singular my toon always release in time. with your CR it waits 5 minutes will the auto release comes.
Will upload a fix now!![]()
Compiler Error: f:\TNS\001-Honorbuddy-CAVA\Routines\Superbad\DpsMeter.cs(146,51) : error CS0173: Der Typ des bedingten Ausdrucks kann nicht bestimmt werden, weil keine implizite Konvertierung zwischen 'System.TimeSpan' und 'int' erfolgt.
Did this fix the FoN issue while questing?
Cukie! I finally found the issue!
Will be solved within the next release!
Cukie! I finally found the issue!
Will be solved within the next release!
hello again!
its good to see this awesome cr back![]()
everything works fine except sometimes toon leaving the cat form and casting healing touch? maybe some issue with doc charges or buff duration remaining.
i saw some older posts regarding this issue but 200TPS solution still didnt work for me.
can you check this one when you're available handnavi?
cheers![]()
if (talent.dream_of_cenarius.enabled && buff.predatory_swiftness.up && buff.dream_of_cenarius.down &&
(buff.predatory_swiftness.remains < 2.3 || combo_points >= 4))
if (healing_touch())
return;
And that's the reason why :
Check for remaining time on predatory or if combopoints >= 4.
If time left < 2.3 and have >= 4 combopoints he will cast Healing Touch.
Just remove the combopoints check, because you don't need that to cast Healing Touch.
buff.predatory_swiftness.up = StyxWoW.Me.HasBuff(69369) && buff.predatory_swiftness.remains > 1.6 &&
TimeSincePS > 3;