Save set then swap spec and set

Hello,

I want to play druid for SL and I was wondering if there is any way to create macro that would let me tiny bit in gear swapping activities.
The idea is as follows :

if Spec = Feral
save currently equipped set as Feral
/run SetSpecialization Resto
/equipset Resto
else if Spec = Resto
save currently equipped set as Resto
/run SetSpecialization Feral
/equipset Feral

I was looking for save set command but I must have missed it. Also, I am not sure if there is a way to implement that IF (GetSpecialization??) statement.

I know this is ridiculous that I would rather spend time to make 1 button solution to avoid saving sets before swapping specs, but here we are. We are talking about saving 2 clicks every upgrade :stuck_out_tongue: any bored problem solvers here? :slight_smile:

Regards!

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