View Full Version : Arrange your healing addons (healbot, Clique, VhuDo) to only show your characters in raid.
remanz
12-30-2009, 08:44 PM
I use mouse repeated region to heal. And I've been using healbot, sorted by name. This works fine for a 5 man group. When I am in WG and battlegrounds, my toons are scattered into different groups. My repeated region is small. and I don't want to show the whole raid and try to find my characters in there to heal them. So I am trying to find a way to only show my characters with healbot. Unfortunately, I couldn't find any options to allow me to show healbars with a pre-defined name set. The best I can do is to show by class and sort by names. That gives me like 15 paladins in raid lol. The list is still too big. If I add DK in there, it is like showing half of the raid.
I have not tried Clique or Vhudo. would those two addons allow "true" customization of raid health bars? I want to show just 5 characters even if they are scattered to different groups (1-8). And to take this 1 step further, is it possible to show heal bar for characters that are not in the same raid group as you ? (this is for WG, the auto inv sometimes to put my toons into different raid groups).
Mosg2
12-30-2009, 09:04 PM
Grid allows you to *only* show the characters you select it to, in any order you wish. It's not fancy but it's dependable and simple. I swapped to it for repeater regions and BG's and I'm not going back.
remanz
12-30-2009, 09:19 PM
Grid allows you to *only* show the characters you select it to, in any order you wish. It's not fancy but it's dependable and simple. I swapped to it for repeater regions and BG's and I'm not going back.
Thanks. I might try Grid out. I never used Grid. Does it allow click to heal ? or is it just showing the status of a certain character. I've read somewhere that you have to combine Grid + Clique to heal. I am bit confused here. If Clique allows click to heal, what would I need Grid for? to show raid debuffs ?
Fizzler
12-30-2009, 09:22 PM
I use Pitbull4 for my raid frames and have used Vuhdo and Grid in the past. What I do to keep my party together is to use the Blizzard Raid Frames.
Open your Raid Options "O" and in the Raid tab Shift Drag out your five players and place them where you will. Each time you join a raid the same 5 players will always be in the same place from there on out. It works very well sure it does not have the nice big bars that a typical custom raid frame has but it works nicely If you want them bigger I imagine you can use MoveAnything to resize them.
remanz
12-30-2009, 09:31 PM
I tried to drag my characters out with blizzard raid frame. It worked ok. Every time I join raids. They will be there. But that's for showing their status only. I have to combine it with some kinda click healing addon to allow me to click heal them. I don't want to de-select my current target and select them to heal.
Fizzler
12-30-2009, 09:45 PM
You can use Clique or Mouseover healing macro's which is what I use.
remanz
12-30-2009, 10:02 PM
You can use Clique or Mouseover healing macro's which is what I use.
Thanks I see. Maybe I will build this into my dps macro.
/cast [target=mouseover,help,exists,nodead] Flash of Light
This saves me from clicking it. and I can keep spamming my attack macro.
gitcho
12-30-2009, 11:04 PM
i tried healbot, but switched to vuhdo ... i have the vuhdo frame in the same spot on all characters, and just have a mouse repeater region passthrough to the healer.
What I can't figure out though, is how to prevent a "click" from changing my target. If i'm targetting the boss, and left-click one of my players (left-click = flash heal), the tank changes target to the player needing a heal ... i would prefer that a "click" does nothing for vuhdo - but even if i set left-click to nothing in the options, it still targets.
Any way around this? how are other people doing it?
Fizzler
12-31-2009, 12:17 AM
I know Pitbull supports Click Through I am not sure if Vuhdo does.
What you can do is change the "Target" binding to use a modifier you do not use. Ctrl-Alt Left Click would be target
crowdx
12-31-2009, 12:21 AM
Yes Vuhdo supports passthrough also. It is on the first options screen underneath lock panels options
remanz
12-31-2009, 12:45 AM
Just put "None" as command for left click. Don't leave it blank. It will not target when you left click.
I spend sometime with VuhDo. It still doesn't do what I want though. I want to just show character A,B,C,D,E in the raid when there are 40 people in it. I don't see how can I configure it by name. I only see sort by name. or show by groups.
Nuclearone
12-31-2009, 01:08 AM
I wish I knew how to code addons. I'm of the opinion that perhaps it is time for one of our enterprising addon authors to write a healing addon with multiboxers as the main "customer". We have been bending other's work to our needs. Perhaps one of you is talented enough to do this? I do admit that I have no clue as to how much work this would actually take. Thoughts?
J6mpsikas
12-31-2009, 06:13 AM
Grid also has addon named GridClickSet, it applies heals like healbot and with GridCustomLayouts you can show only your team or toon if you want.
I use it like so that my own toons have the first row and there i also have the repeater region. You can see some screenshots in my blog.
Altsoba
12-31-2009, 07:37 AM
Grid allows you to *only* show the characters you select it to, in any order you wish. It's not fancy but it's dependable and simple. I swapped to it for repeater regions and BG's and I'm not going back.
I had to edit one lua file to get it ordered alphabetically but knowing how to do this would be awesome in raiding context like BGs and WG.
Does this means it'll only show toons with a specific name or...? And how, please :°?
Thank you
Ualaa
12-31-2009, 03:58 PM
With Grid, the best sorting options will require also having GridCustomLayouts.
The two main sorts I use are:
/Grid Config
Click on Layouts.
Click on Custom Layouts.
Click on New.
Entering: " order=NAME; " (without the quotes, will get you an alphabetical listing).
Entering: " nameList="ToonA,ToonB,ToonC,ToonD,ToonE" " (without the outside quotes, will get you a static listing of those toons and no one else).
On the addons used thread, on the isboxer.com forums, one guy mentioned he is using both Grid (+GridCustomLayouts) and Vuhdo for his team.
Basically has one set of unit frames configured to do certain things on clicks.
And the other unit frame does different actions on clicks.
I've not gone this route, but thought it was a neat idea.
You can also have your repeater region covering only the left or right half of the bars (assuming vertical layout), which can allow for Cleanse from the tank if you click the left half, or a click passed to the healer if you click the right half.
A lot of options.
remanz
12-31-2009, 04:51 PM
With Grid, the best sorting options will require also having GridCustomLayouts.
The two main sorts I use are:
/Grid Config
Click on Layouts.
Click on Custom Layouts.
Click on New.
Entering: " order=NAME; " (without the quotes, will get you an alphabetical listing).
Entering: " nameList="ToonA,ToonB,ToonC,ToonD,ToonE" " (without the outside quotes, will get you a static listing of those toons and no one else).
On the addons used thread, on the isboxer.com forums, one guy mentioned he is using both Grid (+GridCustomLayouts) and Vuhdo for his team.
Basically has one set of unit frames configured to do certain things on clicks.
And the other unit frame does different actions on clicks.
I've not gone this route, but thought it was a neat idea.
You can also have your repeater region covering only the left or right half of the bars (assuming vertical layout), which can allow for Cleanse from the tank if you click the left half, or a click passed to the healer if you click the right half.
A lot of options.
This is more like it. Exactly what I am looking for. repeated mouse region clicking works ok for PVE healing. It is a bit troublesome in PVP as I am constantly using mouse to turn my camera and clicking on new enemies. Moving the mouse cursor across the screen to heal and then move back takes sometime. Perhaps it is time for me to get a mouse with more buttons. http://www.amazon.com/gp/product/B002MPPRPO/ref=ox_ya_os_product
MageMe
01-05-2010, 10:33 AM
Thanks. I might try Grid out. I never used Grid. Does it allow click to heal ? or is it just showing the status of a certain character. I've read somewhere that you have to combine Grid + Clique to heal. I am bit confused here. If Clique allows click to heal, what would I need Grid for? to show raid debuffs ?
Grid shows you the toons in the raid/BG/group and gives you a small box (sizable) to "click heal" each toon. Grid also allows for aggro, buffs, debuffs, mouseovers combined with macros, etc.
Clique allows you to set up your mouse buttons to a specific type of heal ( Flash heal, renew, etc.) It also can be set up to "follow" your specs with different sets of heals or combinations.
Together they cant be beat imo. It can be somewhat a task to set it up to suit your play style but once it is done, they are a click/mouseover and forget addon(s).
MageMe
01-05-2010, 10:35 AM
The naga mouse is a wonder, but I would suggest going to the actual Razor website to order.
http://www.razerzone.com/
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.