Wulf, we finally mde it to deathwing on HC and that Impale is doing a lot of damage (840K), so I'm going to have to make sure i maximise my defenses for that one and I need a bit of help on that one.
Basically im back to using Stay of Execution again (trinket with 20% damage reduction). I'm taking an Impale on every platform and unfortunatele Icebound Fortutide won't be available for everyone. This means I'm juggling around with Bone Shield (20%), the trinket (20%), bloodshield (20% shield based on my health per stack) etc.
On first platform I make do with Bone Shield, trinket and Dream button, for second platform I have Icebound fortitude as well as Bone Shield and the trinket. The third platform is dicey as I no longer have Icebound Fortitude available so I can channel Army of the dead for, in my case, an additional 33% damage reduction.
Obviously I have made a macro that will chain Blood Shield and the trink, but can I call a macro in game from CLU? What's the command for that if possible?
Failing the macro I am going to try with the following in the code, can you comment on that (I wan to use the trinket about a second before the channeling of the spell is done):
Item.UseTrinket("Stay of Execution", ret => Me.CurrentTarget.ChanneledCastingSpellId == 109632 && Me.CurrentTarget.IsTargetingMeOrPet && CurrentCastTimeLeft.TotalMilliseconds <= 1000, "Trinket for Impale"),
Spells.CastSelfSpell("Bone Shield", ret => Me.CurrentTarget.ChanneledCastingSpellId == 109632 && Me.CurrentTarget.IsTargetingMeOrPet, "Bone Shield for Impale"),
Spells.CastSpell("Death Strike", ret => Me.CurrentTarget.ChanneledCastingSpellId == 109632 && Me.CurrentTarget.IsTargetingMeOrPet, "DS for shield"),
I do Icebound Fortitude manually (commented out along with Bone Shield)
I'm sure my implementation won't work, but hopefully you get the gist of my intentions and let me know how it should be
Oh, one more thing,
Would it be possible on the buff section to put in a check for having targeted a worthy target before casting blood shield and horn of winter out of combat? It is kinda suspecious that if you go afk with the bot online it will do Horn every two minutes and Shield every 5