the oRA2 maintanks should be compatible with the original oRAMTF stuff as of this morning.
So the original plugin should work.
-AMmo
Hmm after testing a bit, I can't seem to get Clique to work with the oRA2 MainTankFrames. I tried with the "Clickcasting" option on and off, neither of which seem to make a difference.
I know oRA2 is still not released but since Ammo posted a response here, I thought I'd let him know.
Those are debug messages, not feedback. I'll be putting feedback in momentarily.
YOu shoudln't heal anyone who is at full health, as long as you dont use the plushealing or modifiers code, which alters that value.
Could I get a plugin for SqueakyWheel? All my hack and slash attempts have failed... even with all the help files for both programs. My fake programming skills fail.
SqueakyWheel worked before with my CastParty/CTRA combo by piggybacking the clicks. Now I want to finally get rid of my CastParty/CTRA/Emergency Monitor healing setup and go with aguf/Clique/SqueakyWheel.
-- Squeaky_CustomOnClickFunction, CT_RA_CustomOnClickFunction
-- SqueakyWheel takes advantage of any settings to CT_RA_CustomOnClickFunction
-- If distinct behavior from CT_RA is desired, any changes to
-- Squeaky_CustomOnClickFunction take priority over CT_RA_CustomOnClickFunction
-- note: Squeaky_CustomOnClickFunction will take priority over CT_RA_CustomOnclickFunction in the integrated CT_RA Emergency Monitor
-- Set this variable (Squeaky_CustomOnClickFunction) in your own mod to your function to handle OnClicks.
-- Two arguments are passed, button and unitid.
-- Button is a string that refers to the mouse button pressed, "LeftButton" or "RightButton".
-- unitid is a string with the unit id, such as "raid1".
-- Example: function MyFunction(button, unitid) doStuff(); end
-- Squeaky_CustomOnClickFunction = MyFunction;
Believe me, I've tried and tried, but Squishy won't work for me until there is some sort of sorting and filtering. I've kept Squishy in my UI ever since it came out, but I just can't use it in my raiding.
Yesterday, I bit the bullet and dumped my old healing mods and went with Clique and whatever worked with it: aguf and Squishy... and it went horrible. Heigan trash and Gothik were impossible with Squishy. There is so much constant AE damage, that it takes too long to find the proper person to heal on the Squishy bars. And most of the time, by the time I find them the bars then move to different positions.
I can't really use a macro with the recommended target either because we usually have assigned people on the MT and most of the time Squishy points me to the main tank.
I was on the caster side on the Gothik encounter and was assigned to heal mages, warlocks, then hunters. With a mod like SqueakyWheel, I can just give those classes priority and, since it's sorted by most damage taken, just chain heal the top slot over and over again to heal the raid up. Honestly in situations like this, these two mods are totally different. Those extra seconds required to hunt and click for the correct Squishy bars can take a big cut out of your healing output.
So I've gotta use SqueakyWheel until Squishy gets the functionality I need.
I'll try to throw together a quick plugin at some point today, but if you follow the exact same format as the PerfectRaid plugin, then make sure to add the new plugin to Plugins.xml it should work without any issue.
Got it to work, thanks cladhaire! I had overlooked the Plugins.xml file. Just a straight find/replace of "Squeaky_CustomOnClickFunction" with the PerfectRaid template.
*chuckle*, I won't embarrassed by the heal meter any more. And yeah, if you guys haven't seen the post 1.12 shammy chain heal in action... it's a sight to behold. So imba for raid healing.
--
BTW, clad, hows the Clique/RDX plugin coming along?
I use RDX5 windows for a few encounters and plan on using RDX6 when it is ready to go. Being able to use Clique across all my frames is going to be awesome.
As a priest, the Dispel Magic only work on me if I have no target selected.
Of course I'm clicking on my frame (DUF), and when I have a target, it tries to dispel it.
It's a problem when I have a mob bashing me and I'm trying to dispel whatever it throws at me...
Downloaded the latest archive on the svn site, and still have that issue.
Using Detox to dispel works, though, with or without target.
I'm sorry to bump this again, cladhaire, but can I have a comment/suggestion/advice/whatever on that matter ?
I do have a a feature request, if it is at all possible and not too much work;
Spell-scaling. I.e if you're casting healing/buff-spells on lower level characters.
As a priest, the Dispel Magic only work on me if I have no target selected.
Of course I'm clicking on my frame (DUF), and when I have a target, it tries to dispel it.
It's a problem when I have a mob bashing me and I'm trying to dispel whatever it throws at me...
Downloaded the latest archive on the svn site, and still have that issue.
Using Detox to dispel works, though, with or without target.
I'm sorry to bump this again, cladhaire, but can I have a comment/suggestion/advice/whatever on that matter ?
plugin for ora2 maintank frames, probably not the cleanest way to make it but it works for me.
dont forget to turn on clickcasting support in the ora2 maintank menu.
ps.: its a slightly modified version of the ora mtf plugin from clique build 10095
I'm using Clique-r10296 and I just can't seem to get the UnitMenu working with DUF.
I'm just creating a binding for my RightButton, assigning Clique:UnitMenu to it but it just doesn't seem to work, other spells / buttons etc bind fine...
Is this the best spot to report bugs for you? Could post this on wowi instead, if you'd prefer.
Bug with revision 10801.
With a level 8 Priest, setting Renew (Rank 1) and Power Word: Shield (Rank 1) to Max causes them to not work. If left them at Rank 1 they will function.
Did not see this behavior with Lesser Heal (Rank 2) set to Max, although I did not test it when I only had Rank 1.
Also did not see this happen with Power Word: Fortitude (Rank 1) set to Max.
Shadow Word: Pain (Rank 1) would work at Max, although it would only cast in Rank 1 and Max form if the click casting was performed on another frame besides the target frame. This could possibly be an issue with WatchDog, though.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hmm after testing a bit, I can't seem to get Clique to work with the oRA2 MainTankFrames. I tried with the "Clickcasting" option on and off, neither of which seem to make a difference.
I know oRA2 is still not released but since Ammo posted a response here, I thought I'd let him know.
Thanks
YOu shoudln't heal anyone who is at full health, as long as you dont use the plushealing or modifiers code, which alters that value.
SqueakyWheel worked before with my CastParty/CTRA combo by piggybacking the clicks. Now I want to finally get rid of my CastParty/CTRA/Emergency Monitor healing setup and go with aguf/Clique/SqueakyWheel.
Thanks!
http://www.curse-gaming.com/en/wow/addons-2205-1-squeakywheel.html
From squeakywheel.lua:
Believe me, I've tried and tried, but Squishy won't work for me until there is some sort of sorting and filtering. I've kept Squishy in my UI ever since it came out, but I just can't use it in my raiding.
Yesterday, I bit the bullet and dumped my old healing mods and went with Clique and whatever worked with it: aguf and Squishy... and it went horrible. Heigan trash and Gothik were impossible with Squishy. There is so much constant AE damage, that it takes too long to find the proper person to heal on the Squishy bars. And most of the time, by the time I find them the bars then move to different positions.
I can't really use a macro with the recommended target either because we usually have assigned people on the MT and most of the time Squishy points me to the main tank.
I was on the caster side on the Gothik encounter and was assigned to heal mages, warlocks, then hunters. With a mod like SqueakyWheel, I can just give those classes priority and, since it's sorted by most damage taken, just chain heal the top slot over and over again to heal the raid up. Honestly in situations like this, these two mods are totally different. Those extra seconds required to hunt and click for the correct Squishy bars can take a big cut out of your healing output.
So I've gotta use SqueakyWheel until Squishy gets the functionality I need.
*chuckle*, I won't embarrassed by the heal meter any more. And yeah, if you guys haven't seen the post 1.12 shammy chain heal in action... it's a sight to behold. So imba for raid healing.
--
BTW, clad, hows the Clique/RDX plugin coming along?
I use RDX5 windows for a few encounters and plan on using RDX6 when it is ready to go. Being able to use Clique across all my frames is going to be awesome.
I'm sorry to bump this again, cladhaire, but can I have a comment/suggestion/advice/whatever on that matter ?
I do have a a feature request, if it is at all possible and not too much work;
Spell-scaling. I.e if you're casting healing/buff-spells on lower level characters.
Fixed this today.
Ah. I didn't know, sorry.
Thanks :-)
dont forget to turn on clickcasting support in the ora2 maintank menu.
ps.: its a slightly modified version of the ora mtf plugin from clique build 10095
I'm using Clique-r10296 and I just can't seem to get the UnitMenu working with DUF.
I'm just creating a binding for my RightButton, assigning Clique:UnitMenu to it but it just doesn't seem to work, other spells / buttons etc bind fine...
Any ideas? :(
bye.
Bug with revision 10801.
With a level 8 Priest, setting Renew (Rank 1) and Power Word: Shield (Rank 1) to Max causes them to not work. If left them at Rank 1 they will function.
Did not see this behavior with Lesser Heal (Rank 2) set to Max, although I did not test it when I only had Rank 1.
Also did not see this happen with Power Word: Fortitude (Rank 1) set to Max.
Shadow Word: Pain (Rank 1) would work at Max, although it would only cast in Rank 1 and Max form if the click casting was performed on another frame besides the target frame. This could possibly be an issue with WatchDog, though.