
Originally Posted by
sp0000n
Wow... how did you get this to work?
Owltoid is the brainchild for it, not me. Post here
My code
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.
Connect With Us