Reply
 
Thread Tools Display Modes
Unread 04-08-12, 07:46 AM   #1
Mere
Zombie
AddOn Author - Click to view addons
Join Date: Mar 2012
Posts: 4
Quote:
Originally Posted by Lanacan View Post
@Mere
From what I've seen I do not think the api to do this is in the game either or else a click cast addon would have been made already I believe.
Actually since I wrote the original post, 1.8 on the PTS appears to have gained right-click menu functionality.

I need to test it out, however, I suspect that it may still be limited, a simple implementation might take over a mouse button completely including all modifiers, however, it could be assigned to a less used button.
Mere is offline   Reply With Quote
Unread 04-16-12, 07:08 AM   #2
Skun
Zombie
Join Date: Apr 2012
Posts: 1
I would love the ability to be able to rather use the original raid frames then third party addons.
It would be nice to be able to resize and reorder the raid frames (vertically/horizontally, pretty much like with the action bars), setup color coding for debuff-affected targets and most importantly, to be able to setup click-through healing utilizing the left and right MB.

I wonder why the game devs never thought of that.

Last edited by Skun : 04-16-12 at 08:45 AM.
Skun is offline   Reply With Quote
Unread 04-21-12, 06:07 AM   #3
jca
Zombie
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 3
Setting up click healing/casting is actually pretty easy and I know my unit frames support it and I'm sure others do as well but I haven't checked them out lately. Each unit frame will be assigned a unit identifier (ie target, target.target, group01, group02, etc) which can be used in macros w/ the '@' specifier. Using my implementation, using '%u' in a macro will replace it with @[unit] for whatever unit frame that macro is assigned to when those macros are loaded up into the addon. I'm sure other authors do something similar.

As to the right-click functionality (for the default menu), as far as I know that isn't available but I haven't had a chance to check out the 1.8 changes so that could have changed.
jca is offline   Reply With Quote
Unread 04-21-12, 02:42 PM   #4
Mere
Zombie
AddOn Author - Click to view addons
Join Date: Mar 2012
Posts: 4
Quote:
Originally Posted by jca View Post

As to the right-click functionality (for the default menu), as far as I know that isn't available but I haven't had a chance to check out the 1.8 changes so that could have changed.
That's been added, but I suspect it takes over the whole mouse button (IE if you bind menu, then it's an all or nothing)
Mere is offline   Reply With Quote
Unread 04-22-12, 06:32 AM   #5
jca
Zombie
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 3
Quote:
Originally Posted by Mere View Post
That's been added, but I suspect it takes over the whole mouse button (IE if you bind menu, then it's an all or nothing)
Thanks, I will have to investigate that. As long as you only have to bind it to one of the five available buttons it wouldn't be bad I'd think. Especially if you could make it optional so the button could show the menu or cast a macro depending on user preference. I've got my fingers crossed that it works that way.
jca is offline   Reply With Quote
Reply

Go BackRiftui » AddOns, Layouts and Macros » AddOn Search/Requests » [Request] Click casting that uses default unit frames


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off