Hello all, i have holy pala and want to use some macros to make my heal better.
I tried to use general macros to use trinkets with spells, and 2 spells, but it just wont work.
Here are few examples:
1.) Holy Light + both trinkets
#showtooltip Holy Light
/use Core of Ripeness (trinket)
/cast Holy Light
This wont work, i tried to write /use 13 for trinket, wont work, only cast Holy Light.
2.)
#showtooltip Word Of Glory
/console Sound_EnableSFX 0
/cast Word of Glory
/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 1
/cast Holy Radiance
This wont cast Word of Glory when i have Holy Power.
3.)
#showtooltip Divine Light
/console Sound_EnableSFX 0
/cast [help] Divine Favor
/script UIErrorsFrame:Hide()
/console Sound_EnableSFX 1
/cast Divine Light
This wont cast Divine Favor, it casts only Divine Light.
I also tried to use macros without these scripts, /script UIErrorsFrame:Hide(), /console Sound_EnableSFX 0 and /console Sound_EnableSFX 1, those are just some to remove those sounds and messages that alert you that spell is on cd.
Anyone can help with these examples?
Thank you!

