Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 15 of 15

Thread: Managing procs

  1. #11

    Default

    That should be fine, as long as the mouse is mirrored and not jumping to a specific location no matter where your master's mouse is.

    Examples -

    You put a button/icon/notification of some fashion at 25 25 on all your screens.

    1 - Your mouse is somewhere else. You hit the modifier and your mouse moves itself to 25 25 and starts clicking.

    Not acceptable.

    Code:
    <Hotkey X>
    <MoveMouse screen 25 25>
               <SendWinM wow1>
                 <ClickMouse>
                 <SendWinM wow2>
                 <ClickMouse>
                <SendWinM wow3>
                 <ClickMouse>


    2 -You manually move your mouse to 25 25, then hit the button. The mouse clicks at 25 25 on your main screen, but is redirected using altered clickmouse commands

    Not Acceptable.

    Code:
    <Hotkey X>
               <SendWinM w1>
                 <ClickMouse Window 25 25>
                 <SendWinM w2>
                 <ClickMouse Window 150 275>
                <SendWinM w3>
                 <ClickMouse Window 250 25>


    3 - You manually move your mouse to 25 25, then hit the button. The mouse clicks in the same relative position on all screens.

    Acceptable.

    Code:
    <UseKeyAsModifier X>
    <Hotkey X LButton>  
    	<SendLabel w1, w2, w3, w4, w5>
    		<Clickmouse %TriggerMainKey%>
    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 _

  2. #12

    Default

    Quote Originally Posted by Khatovar View Post
    That should be fine, as long as the mouse is mirrored and not jumping to a specific location no matter where your master's mouse is.

    Examples -

    You put a button/icon/notification of some fashion at 25 25 on all your screens.

    1 - Your mouse is somewhere else. You hit the modifier and your mouse moves itself to 25 25 and starts clicking.

    Not acceptable.

    Code:
    <Hotkey X>
    <MoveMouse screen 25 25>
               <SendWinM wow1>
                 <ClickMouse>
                 <SendWinM wow2>
                 <ClickMouse>
                <SendWinM wow3>
                 <ClickMouse>


    2 -You manually move your mouse to 25 25, then hit the button. The mouse clicks at 25 25 on your main screen, but is redirected using altered clickmouse commands

    Not Acceptable.

    Code:
    <Hotkey X>
               <SendWinM w1>
                 <ClickMouse Window 25 25>
                 <SendWinM w2>
                 <ClickMouse Window 150 275>
                <SendWinM w3>
                 <ClickMouse Window 250 25>


    3 - You manually move your mouse to 25 25, then hit the button. The mouse clicks in the same relative position on all screens.

    Acceptable.

    Code:
    <UseKeyAsModifier X>
    <Hotkey X LButton>  
        <SendLabel w1, w2, w3, w4, w5>
            <Clickmouse %TriggerMainKey%>

    Well, is it legal to manage fulmination with the last method there + Atramedes Shield Clicker?

  3. #13

    Default

    I don't know about the shield clicker. All I can say is I don't use it.
    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 _

  4. #14

    Default

    There is a way to do this all (and much more) without needing to 'automate' stuff. I doubt blizzard intended this, but basically you (ab)use the world map. You check against a stack of lightning shield orbs, if it's more than 7 all good, if not the world map is triggered which prevents the spell from going through. It takes a bit of creativity to set it all up with isboxer and the flow on your actionbar, but it works 100% fine.
    In pvp you could use windshear spam, and let your addon check if a spell is interrupted or not, if one of your guys interrupted it, the other ones won't blow their as it gets blocked by the world map. If you find it annoying, you can also change the opacity/transparency of it.
    Everything that is fun in life is either bad for your health, immoral or illegal!

  5. #15
    Rated Arena Member
    Join Date
    Feb 2008
    Location
    Budapest Hungary
    Posts
    126

    Default

    Since quite a few people were asking for update, or just generally wanted some help of getting it work, here is what I am using right now.

    http://www.wowace.com/paste/4058/

    I still don't have time to help each and everyone of you to adjust it to your setup. It is still not user friendly, however if you look at the code you might get the general idea and maybe can fix it to suit your own needs.
    Kaat/Laat/Maat <Forte>@EU-Boulderfist(very old team)
    CalebX/CalebY/CalebZ/CalebW@EU-Tarren Mill(rank1 in 5v5 )(shaman pvp team)
    Maata/Maatb/Maatc/Maatd@EU-Tarren Mill(old pala pve team)
    Calebpa/Calebhu/Calebhh/Calebhg/Calebd@EU-Draenor(current pve team)
    CalebV<Ensidia>@EU-Tarren Mill (quit hardcore PvE)

Posting Rules

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