[mod:ctrl]/compact help

i have problem whit this macro i can’t make it equip both my main hand and off-hand. one or the other. Any tips to makemacro more compact or how you use multiple items in a [mod:ctrl] command

#showtooltip [mod:shift] Bright Baubles; Fishing <— (just show how many i Bright Baubles i have whant i press shift)
/equip [mod:shift] Nat Pagle’s Extreme Angler FC-5000 <-----( enchat my sishing pole)
/use [mod:shift] Bright Baubles <----( select what to enchat my fishing pole with)
/use [mod:shift] 16 <---- (enchat my fishing pole)
/cast [nomod] Fishing <— (start fishing)
/equip [mod:ctrl] Charstone Dirk Gizlock’s Hypertech Buckler <----(equip my normal wepons. it is this part that not work )

it wood work if i had like:

/equip [mod:ctrl] Charstone Dirk
/equip [mod:ctrl]Gizlock’s Hypertech Buckler

But in hitting the max characters in a macro then. im 239/255 atm

and now when pvp is out. wood be good to able to swich back to my wepons fast

Keybinds take priority over macro modifiers. By default, CTRL 1-6 are bound to the pet bar. They’ll need to be unbound to use a CTRL modified macro on the same combo.

As for macro optimization…

#showtooltip [mod:shift] Bright Baubles; Fishing
/equip [mod:shift] Nat Pagle's Extreme Angler FC-5000; [mod:ctrl] Charstone Dirk 
/equip [mod:ctrl] Gizlock's Hypertech Buckler
/use [mod:shift] Bright Baubles; [nomod] Fishing
/use [mod:shift] 16

249 chars

Man thanks :blush:, you are macro god :grinning:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.