Hey Tekkub,
I love the work that you do and have been a long time fan.
I was wondering if there was any thoughts of doing an LDB based Spec
changer that I can drop into my LDB bar. I like the simplicity of
crossdresser and it's ability to manage my gear, but I'm saddened that
I still need to dedicate a button on my action bars to switch specs
quickly.
A simple click to switch specs thing that also takes care of the gear
switch would be awesome! Though I'm sure it's not needed, here's my
current switcher macro for reference.
/equipset [spec:2] Tank; DPS
/script if (GetActiveTalentGroup()==1) then SendChatMessage("is now
Ret.", "EMOTE") else SendChatMessage("is now Prot.", "EMOTE");end
/usetalents [spec:1] 2; [spec:2] 1
If you find time to do it, that's be awesome. Thanks again for your
contributions!