View Full Version : Easy Healing???? 5 boxing
crckwow
09-24-2009, 12:18 AM
Im running 5clients on 1 computer, 2 screens. 1 screen( pally)MT, 2nd screen 4 chacs( 4 shaman, 1 resto, 3 ele). Is there a way to to use the mouse over healing on the screen 1, hover over the name in group and make shaman heal ? Im looking into clique, healbot, grid, But i cant seem to get it to work or maybe i cant do it please... adivse... what prog and what to do thnks !!!!
Fizzler
09-24-2009, 12:34 AM
What program are you using to key broadcast?
crckwow
09-24-2009, 12:40 AM
What program are you using to key broadcast?
none of those prog can key broadcast? keyclone lol?
i tried hotkeynet but i guess i couldnt figure it out...
Khatovar
09-24-2009, 01:20 AM
I switched to HotKeyNet specifically to do mouseover healing. Took me like 2 days to sort out what the hell I was doing and was worth every PMS moment.
crckwow
09-24-2009, 01:35 AM
I switched to HotKeyNet specifically to do mouseover healing. Took me like 2 days to sort out what the hell I was doing and was worth every PMS moment.
help me out please ? i got hotkeynet but i have no clue what to do with it lol....
sp0000n
09-24-2009, 02:36 AM
I switched to HotKeyNet specifically to do mouseover healing. Took me like 2 days to sort out what the hell I was doing and was worth every PMS moment.
Wow... how did you get this to work?
Khatovar
09-24-2009, 03:06 AM
Wow... how did you get this to work?
Owltoid is the brainchild for it, not me. Post here (http://www.dual-boxing.com/showthread.php?t=18499&highlight=mouseover+healing)
My code
//----------------------------------------------------------
//MOUSEOVER HEALING
//----------------------------------------------------------
//----------------------------------------------------------
//CHAIN HEALS
//----------------------------------------------------------
<Hotkey 2>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 1>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
//----------------------------------------------------------
//BIG HEALS
//----------------------------------------------------------
<Hotkey Lctrl 2>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 2>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
//----------------------------------------------------------
//SF ECLIPSE PLUS CHAIN HEALS
//----------------------------------------------------------
<Hotkey 3>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 1>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 3>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 3>
//----------------------------------------------------------
//SF ECLIPSE PLUS BIG HEAL
//----------------------------------------------------------
<Hotkey Lctrl 3>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 2>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 3>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 3>
//----------------------------------------------------------
//CLEANSE ON MOUSEOVER
//----------------------------------------------------------
<Hotkey r>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 3>
<Restoremousepos>
<SendLabel w1>
<Key Lctrl 3>
<SendLabel w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key r>
What this does is allows me to mouseover heal with both my DPS buttons. Adding the CTRL Modifier sends the same buttons to the DPS and tanks, but uses LHW or HW as the heal instead of chain heal.
If the mouse is NOT over my party/raid area {the main reason I wanted mouseover healing...ease of use between party and raid, no reconfiguring} my shaman will purge my target if available and spams Riptide on my tank and melee DPS. R allows my paladin and my shaman to remove curse, magic, poison, disease without interrupting DPS. I'll probably actually add w3 to R as well, so I can have 2 shammies removing disease/poison, and a few more mouseover enabled keys to allow for NS and LoH.
crckwow
09-24-2009, 04:27 AM
which programs do i need ? thnks.!
Owltoid is the brainchild for it, not me. Post here (http://www.dual-boxing.com/showthread.php?t=18499&highlight=mouseover+healing)
My code
//----------------------------------------------------------
//MOUSEOVER HEALING
//----------------------------------------------------------
//----------------------------------------------------------
//CHAIN HEALS
//----------------------------------------------------------
<Hotkey 2>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 1>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
//----------------------------------------------------------
//BIG HEALS
//----------------------------------------------------------
<Hotkey Lctrl 2>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 2>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
//----------------------------------------------------------
//SF ECLIPSE PLUS CHAIN HEALS
//----------------------------------------------------------
<Hotkey 3>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 1>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 3>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 3>
//----------------------------------------------------------
//SF ECLIPSE PLUS BIG HEAL
//----------------------------------------------------------
<Hotkey Lctrl 3>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 2>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 3>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 3>
//----------------------------------------------------------
//CLEANSE ON MOUSEOVER
//----------------------------------------------------------
<Hotkey r>
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 3>
<Restoremousepos>
<SendLabel w1>
<Key Lctrl 3>
<SendLabel w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key r>What this does is allows me to mouseover heal with both my DPS buttons. Adding the CTRL Modifier sends the same buttons to the DPS and tanks, but uses LHW or HW as the heal instead of chain heal.
If the mouse is NOT over my party/raid area {the main reason I wanted mouseover healing...ease of use between party and raid, no reconfiguring} my shaman will purge my target if available and spams Riptide on my tank and melee DPS. R allows my paladin and my shaman to remove curse, magic, poison, disease without interrupting DPS. I'll probably actually add w3 to R as well, so I can have 2 shammies removing disease/poison, and a few more mouseover enabled keys to allow for NS and LoH.
SideWays
09-24-2009, 04:39 AM
Umm.. HotKeyNet? lol
HPAVC
09-24-2009, 07:50 AM
Just to be clear you want to mouse over heal on your tank's interface and have your resto shaman heal?
Getting that to work I find is somewhat easy technically, but the muscle mechanics of it require a finesse. Its definitely a style change.
In this setup example he has a window region defined 36x57x274x631 (something like a grid layout) if your mouse is in that area its going to send w2 some targeted key/mouse actions and his other w# copies are going to do the normal spam (the 2 key) if the mouse isn't in that area, all the copies are going to do the normal spam.
You would have to adapt this to your labels (his are w1,w2,w3,w4) and windows (wow1,wow2,etc) and your UI setup (the grid dimensions (the 36x57x274x631 part)
<If MouseIsOverWindowRect WoW1 36 57 274 631>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick 60% 60% Norestore>
<Key Lctrl 1>
<Restoremousepos>
<SendLabel w1, w3, w4, w5>
<Key 2>
<Else>
<SendLabel w1, w2, w3, w4, w5>
<Key 2>
Otlecs
09-24-2009, 08:05 AM
none of those prog can key broadcast? keyclone lol?
What?
Never mind.
Look, if you can't get your head around the mouseover healing scripts posted here then why not just forget about it and go with a very simple "key" based system?
1 button to heal the tank.
1 button to get everybody to cast chain heal to get the group healed up.
Then you don't have to worry about mouse broadcasting at all.
Khatovar
09-24-2009, 08:07 AM
<~ Is a she, thanks. ;)
I've been a healer in games since *mumblesincoherantlyandcursesbirthdayspast* so mouseover healing is second nature to me. A lot easier than trying to deal with more buttons to keep track of.
HPAVC
09-24-2009, 11:14 AM
I've been a healer in games since *mumblesincoherantlyandcursesbirthdayspast* so mouseover healing is second nature to me. A lot easier than trying to deal with more buttons to keep track of.
I understand healing and dualbox healing, the method you describe is exactly what I do with my priest + druid, mirrored grid panels on each computer and mouse over actions for each with my n52 keypad.
But right now I am playing my paladin+shamans and I am having a hard time imagining continuing this instance with your method, mostly because I am not getting how your movement for the tank works ... which I would be using the mouse for.
Your mouse is wandering off grid (or whatever unitframe bank) and back again or do you have a click through ability on the unitframe that I am missing.
Not a criticism, just a curiosity.
Khatovar
09-24-2009, 02:14 PM
I still use mouse movement for my tank when my tank is moving a lot, but usually, once things are positioned, there's not much you need the mouse for. Most of the time I'm not over my healing section, it only takes a second to pop my mouse over the appropriate unit frame and start a heal going. And fights where healing is intensive, there's generally not a whole lot of delicate movement required, so I can focus more on the healing section and use keyboard movements.
crckwow
09-24-2009, 03:30 PM
Thanks everyone for helping me!! Im going to try to set it up tonite... !!!
zanthor
09-24-2009, 05:03 PM
ISBoxer can do this with zero-coding if you want the easier (albiet pay-to-play) version.
Durzil
10-23-2009, 10:20 PM
//----------------------------------------------------------
//CHAIN HEALS
//----------------------------------------------------------
<Hotkey 2>
<If MouseIsOverWindowRect WoW1 0 90 365 585>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick Norestore>
<Key Lctrl 8>
<Restoremousepos>
<SendLabel w1>
<Key 2>
<Else>
<SendLabel w1>
<Key 2>
//----------------------------------------------------------
//Riptide
//----------------------------------------------------------
<Hotkey ALT 2>
<If MouseIsOverWindowRect WoW1 0 90 365 585>
<SendLabel w2>
<SaveMousePos>
<Clickmouse Noclick Norestore>
<Key Lctrl 7>
<Restoremousepos>
<SendLabel w1>
<Key 2>
<Else>
<SendLabel w1>
<Key 2>This is what I'm using so far trying to get mouseover healing working, I'm having an issue where I have the cursor on the dead center of the unit frame on my main screen, but its much lower on my slaves screen, any suggestions on how one might fix this?
Also any tips on the code would be welcome as well I just started with HKN and am still slowly figuring things out. If anyone has a good 2 box setup they'd like to share please PM it :)
Khatovar
10-24-2009, 01:19 AM
Are the screens the same size? Same scale? My screens are not the same size, so I had to use a scaling paramater in my code.
http://hotkeynet.com/ref/clickmouse.html
effep
01-08-2013, 04:52 PM
Do you have an FTL version of mouseover casting?
You are only checking for WoW1. Meaning if your char from WoW1 dies, you either have to keep controlling your party from WoW1's window, or lose this mouseover casting ability.
Am looking to make a mouseover casting ability for decursing etc but it needs to be FTL compliant.
Suggestions?
Khatovar
01-08-2013, 11:54 PM
It's not going to be any different than the other FTL stuff you've already set up. Please don't rez old threads that don't really relate to your issue.
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.