Close
Showing results 1 to 3 of 3
  1. #1

    Default Little problem with mouse broadcasts.

    Hey guys! First off a huge thanks to everyone on this site, the information is great and has helped me start off multiboxing; but i have a little problem, maybe i'm just being silly but:

    I'm Using AutoHotKey for WoW, running 2 windows on the same computer, I've got my follow macro and macro's for spells to correspond with both games, eg: press 1 for frostbolt on first client, does it on second wow client, so everything like that is fine.
    The problem i have, is wanting to loot mobs/pick up items/accept quests. This is the script i have:

    Code:
     <UseKeyAsModifier OEM3>
    
    <Hotkey NumLockOn OEM3 LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2> 
          <ClickMouse %TriggerMainKey%>
    Now, i'm guessing that means, hold down OEM3 and click a mouse button: eg right mouse button/middle mouse button, and it also does it on the slave, But i am having no such luck, maybe the key isn't registered as that on my laptop? it's a Macbook Pro, I'm just looking to be able to loot and stuff as i can attack and would love some suggestions
    Last edited by Khatovar : 06-24-2013 at 11:33 PM

  2. #2

    Default

    That does not look like AutoHotKey code, it looks like HotKeyNet code. If this is the case, yes, that is what it means, however, I'm not sure it should work at all on a Macbook unless you are running Windows on it. HKN is for Windows.

    Either way, for looting and quests you shouldn't be broadcasting the mouse. Jamba manages quest pickups and turnins. For looting, you should use assist + interact with target. This post talks about assisting and the bottom starts discussing Interact With Target.
    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 _

  3. #3

    Default

    Quote Originally Posted by Khatovar View Post
    That does not look like AutoHotKey code, it looks like HotKeyNet code. If this is the case, yes, that is what it means, however, I'm not sure it should work at all on a Macbook unless you are running Windows on it. HKN is for Windows.

    Either way, for looting and quests you shouldn't be broadcasting the mouse. Jamba manages quest pickups and turnins. For looting, you should use assist + interact with target. This post talks about assisting and the bottom starts discussing Interact With Target.
    Thanks! Yeah it was Hotkeynet, sorry i was pretty tired when i wrote the post, just got Jamba running and interact with target seems to be working so i should be all set, thanks again.

Tags for this Thread

Posting Rules

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