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.
-
View User Profile
-
Send Message
Posted Jan 30, 2010The 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.
-
View User Profile
-
Send Message
Posted Dec 28, 2009Pliz fix addon!
-
View User Profile
-
Send Message
Posted Dec 3, 2009-
View User Profile
-
Send Message
Posted Dec 14, 2009-
View User Profile
-
Send Message
Posted Nov 8, 2009is 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
-
View User Profile
-
Send Message
Posted Oct 2, 2009-
View User Profile
-
Send Message
Posted Sep 21, 2009-
View User Profile
-
Send Message
Posted Sep 22, 2009Line 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.
-
View User Profile
-
Send Message
Posted Aug 30, 2009-
View User Profile
-
Send Message
Posted Sep 2, 2009You 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...
-
View User Profile
-
Send Message
Posted Sep 3, 2009-
View User Profile
-
Send Message
Posted Sep 3, 2009The menu is just the first one in "Grid - Frame", you couldn't miss it.
Try run script "/run GridClickSetsFrame:Show()".