I've been playing with macros to switch librams and keep up trinket effects while casting my healing spells.
Basically, what I want to do, is:
1. Equip the right libram
2. Use the Essence of the Martyr, if it's CD is ok
3. Cast my healing spell
I've tested different order for this lines (equipping before/after casting, swapping the stopcasting), and I've also tested other targets (mouseover, hbtarget from HealBot), and my last result is:
#show Holy Light
/script UIErrorsFrame:Hide();
/stopcasting;
/use Essence of the Martyr;
/equip Libram of the Lightbringer;
/script UIErrorsFrame:Clear(); UIErrorsFrame:Show();
/cast [target=mouseover] Holy Light;
The problem is, sometimes, when the combat gets too fast, or in BG, it breaks (probably triggers the GCD) and I must cast a manual Heal to start using it again.
As I said, I've also tried to equip the libram after the cast, and the effect was the same. What am I missing? May fault? HealBot's fault? Any Ideas?
