Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 20
  1. #1

    Default Easy Healing???? 5 boxing

    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 !!!!

  2. #2

    Default

    What program are you using to key broadcast?

  3. #3

    Default

    Quote Originally Posted by Fizzler View Post
    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...

  4. #4

    Default

    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.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  5. #5

    Default

    Quote Originally Posted by Khatovar View Post
    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....

  6. #6

    Default

    Quote Originally Posted by Khatovar View Post
    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?

  7. #7

    Default

    Quote Originally Posted by sp0000n View Post
    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.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  8. #8

    Default

    which programs do i need ? thnks.!
    Quote Originally Posted by Khatovar View Post
    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.

  9. #9

    Default

    Umm.. HotKeyNet? lol


    <<Grim Batol - EU>>

  10. #10

    Default

    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)


    Code:
    <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>

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •