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.
Hi. Could you please please update your addon , can't set it up it doesn't respond at all.
不加载Blizzard_CompactRaidFrames
有个按钮贴在屏幕下方
Thank you!
Hello is there meanwhile any hotfix? I still cant use GridClickSets like before. I can only set the left mouseclick and not anymore the other keys. Thats really annoying.
In reply to Forge_User_78722611:
PSA:How to fix config error
Open GridClickSetsFrame.xml with notepad or any other editor tool.
Line273,291,309,327,345,363,381
PlaySound("igCharacterInfoTab");
->Replace to
PlaySound(841);
I cant set the spells for any of the buttons except left click it's like this for more then a month comon fix it all rdy
If you look down the comments it tells you how to fix it. Or you can go to the project site and it will tell you there.
Idk if im blind or whats wrong but i cant see or find the fix.
Can we get an update on this, please? Since 7.3 my grid click set options cant be modified, i cant switch between layouts to modify my spells.. the version is stuck in 7.2
Is there going to be an update for patch 7.3?
I lately have a problem trying to set the spells. When i try to change the buttons clicking in the tabs in the addons (to switch between right mouse button or left, etc) it doesnt let me change and i cant set it. Anyone knows how to solve it?
I am having the same problem. Were you able to fix it?
I am also having this problem. I've tried disabling all addons besides grid and grid click sets and I couldn't even open up grid click sets then!
If you look down the comments it tells you how to fix it. Or you can go to the project site and it will tell you there
To fix 7.3.0 PlaySound error,
Open GridClickSetsFrame.xml with notepad or any other editor tool.
Line273,291,309,327,345,363,381
PlaySound("igCharacterInfoTab");
->Replace to
PlaySound(841);
Thank you!
how to fix the error? when will be update?
how do i make this so it works on press instead of release?
I ended up doing this myself since there hasn't been any updates for it in a while.
You'll need to edit SetupCompactUnitFrames.lua from the GridClicksSet folder inside your wow addon folder, and replace the 3 instances of:
'frame:RegisterForClicks("AnyUp");'
with ->
'frame:RegisterForClicks("AnyDown");'
Or you can try my copy from pastebin: https://pastebin.com/Fghs7Dhm
I'll let you know if I do any other work on it, as I very well may since there are other little annoying bugs with this addon after the last few patches.