Not sure where else to ask this but thought this was as good a place as any due to it being a hunter macro.
I made the following macro for stings:
/script if IsShiftKeyDown() then CastSpellByName("Viper Sting") elseif IsAltKeyDown() then CastSpellByName("Scorpid Sting") else CastSpellByName("Serpent Sting") end
It worked perfectly until i restarted the game, at which point only the non-modified key works. I can get the shift key modifier to work again if i move the action button which the macro is on, but the alt modifier wont seem to work at all. Putting in the ranks doesnt help.
I did have the stings on different action buttons but i'm running out of space so wanted to try and consolidate.
Anyone help with it? cheers