GridClickSets
An alternative of Clique for those who use only Grid (Blizzard RaidUI is also supported now). Provides an easy & quick configuration frame.
Choose "Grid - Frames - Click Set“ menu to open the configration frame. It is self-explained(I only have Chinese client screen shot:).
PS: You can use "##"
in a macro, for example, "/cast [target=##]Healing Wave"
will be parsed into "/cast [target=raid1]Healing Wave”. The "raid1" is just the raid unit id of each grid button.
The edit box for macros needs to be increased to 256 chars as this is what WoW's default length is.
Secondly when you have seperate profiles for the same character the keys which I have set to "None" come back as their default setting when next I load them. Suggest key combos set none need to be saved as such also.
Pliz fix addon!
is there anyway to change that?
Hopefully it will be changed in a future update, i cant see why that should not be for the user to decide
Line 192 in GridClickSetsFrame.lua
from
if ( GridClickSetsFrame.selectedTab == 1 ) then
to
if ( false and GridClickSetsFrame.selectedTab == 1 ) then
I disabled changing of left click because I thought targeting is the most important action and should not be changed, and people may be confused if they assign left click to other actions.
You may want to try putting GridClickSets folder into the Grid folder, and appending a "GridClickSets\embeds.xml" to the end of "Grid.toc". I'm always using my grid modules this way, sometimes forget to test it as an individual addon...
The menu is just the first one in "Grid - Frame", you couldn't miss it.
Try run script "/run GridClickSetsFrame:Show()".