I've noticed that monk is not spamming mantra / sweeping wind when breath of heaven - infused with light is activated while fighting Rift boss. Also while using empathy - insight. Possible too high spirit regen?
Edit: Hm, trying to add log files some probs with forum.
Ok breath of heaven totaly blocks spamming mantra and sweeping wind while fighting rift bosses. Does not matter what kind of skill set i use. After using BoH spirit is at max and monk waits till full cd of mantra. Then when BoH is on cooldown he uses all spirit at once with SW / mantra spam in same time. Guess BoH is blocking spirit dump.
yeapp havent notice that yet but your right when breath of heaven is activated it doesnt spam mantra waiting for it to end to start spamming again !
only on the boss like u said
Try this, let me know if it works:
Code:private static bool CanCastSteedChargeOutOfCombat() { return CanCast(SNOPower.X1_Crusader_SteedCharge) && CrusaderSettings.SteedChargeOOC && Player.MovementSpeed > 0 && !Player.IsInTown && [B][COLOR=#ff0000]ZetaDia.Me.LoopingAnimationEndTime == 0;[/COLOR][/B] }
Is there anything in this to indicate why bot is not casting soul harvest ever in this build of trinity?
public static Set RaimentOfTheJadeHarvester = new Set
To:ThirdBonusItemCount = 6
ThirdBonusItemCount = 5
Try this, let me know if it works:
Code:private static bool CanCastSteedChargeOutOfCombat() { return CanCast(SNOPower.X1_Crusader_SteedCharge) && CrusaderSettings.SteedChargeOOC && Player.MovementSpeed > 0 && !Player.IsInTown && [B][COLOR=#ff0000]ZetaDia.Me.LoopingAnimationEndTime == 0;[/COLOR][/B] }
I'm getting this error with it
using System.Linq;
using Zeta.Game;
FoT:Q is not even attacking. When BoH is activated monk seems to attack air around instead of rift boss.Could you try see if it works fine if you use "Fists of Thunder:Quickening"
The problem is with Trinity not counting RoRG. When u have 5 pieces (giving the effect of 6), trinity only see these 5.
Workaround for Jade:
1) Open the file Plugins\Trinity\Reference\Sets.cs
2) Look for
3) A few lines below, change
From:
To:
This will do for any 6 pieces set not working (like crusader Akkhan set with Stampede, look for ArmorOfAkkhan in the same file)
Bug Report form:
------------------------
What's the problem?
I've noticed that monk is not spamming mantra / sweeping wind when breath of heaven - infused with light is activated while fighting Rift boss.
What steps will reproduce the problem?
Do full rift and watch monk behaviour while fighting Rift Boss and while using Breath of Heaven - infused.
What is the expected result?
Spamming mantra and SW all the time.
What happens instead?
Monk gains Spirit to max untill BoH - Infused active skill has ended. Then he starts spamming mantra and SW like he used to.
Edit: fixed bug report post.