Log in

View Full Version : Spellicons with trinity bar macros



cepheus
05-13-2008, 05:37 AM
I'm in the process of converting to Trinity bars. It seems very nice for me since I macro everything, and I'm running out of macrospace.

However I cant seem to find one feature: When you select the "?" as spellicon in the default blizzard macro system you will automatically get the right icon for the spell you are macroing. It will also show you the icon and cooldown for any other spells that you have in that macro with a modifier.

Example:
/cast [mod:ctrl] Nature's Swiftness
/cast Chain lightning

In the default Blizzard macro ui this will show the CL cd normally, but switch icon to NS when you hold down ctrl.

Is there any way to replicate this when using the Trinitybars macro system? I cant seem to find it.

Ilion Sturmlied
05-13-2008, 06:02 AM
try addin #showtooltip <spellname> <modifer> <spellname>.... to the start of the macro.

cepheus
05-13-2008, 06:21 AM
try addin #showtooltip <spellname> <modifer> <spellname>.... to the start of the macro.

Not quite right, but you set me on the right track. I got it working with the following:
#showtooltip [modifier:ctrl] Nature's Swiftness; Chain Lightning

thanks :)