Hello,
Is it possible for monk to keep up the cyclone strike buff when wearing Lefebvre's Soliloquy? Currently it doesn't keep up the buff out of combat for me so whenever it skips mobs to find bigger clusters, it does not have the buff up. That makes the monk die for no reason.
I have tried adding the following to the GetPower() method in the MonkCombat.cs (under the if statement with UseOOCBuff and above it but neither worked)
But this without any luck of keeping up the buff, sadly.
Any help is appreciated!
Is it possible for monk to keep up the cyclone strike buff when wearing Lefebvre's Soliloquy? Currently it doesn't keep up the buff out of combat for me so whenever it skips mobs to find bigger clusters, it does not have the buff up. That makes the monk die for no reason.
I have tried adding the following to the GetPower() method in the MonkCombat.cs (under the if statement with UseOOCBuff and above it but neither worked)
Code:
if (CanCast(SNOPower.Monk_CycloneStrike) && TimeSincePowerUse(SNOPower.Monk_CycloneStrike) >= Settings.Combat.Monk.CycloneStrikeDelay)
return new TrinityPower(SNOPower.Monk_CycloneStrike);
But this without any luck of keeping up the buff, sadly.
Any help is appreciated!
Last edited: