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

    Question Movement keys for all nonactive windows

    G,day i was thinking i would like to be able to move my slaves with out moving my master. what ever wow window i have active.
    thought id create a new post just incase any one else wants this help.

    I was looking at this code
    Code:
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn Numpad8, Numpad2, Numpad4, Numpad6>
    <SendLabel w1, w2, w3>
    <Key %Trigger%>
    How would i change it so that it wouldent move the toon on the active window, but it would move the toons on the unactive windows?
    Would i add something like <SendLabel unactive windows>
    is this possiable?
    I want to set movement, for unactive windows (Slaves) on my numpad for unactive windows. and i would like to add the straf left and right to Numpad7 and Numpad8.

  2. #2

    Default

    Just remove the master window from the list that receives the keys

    Code:
    <MovementHotkey ScrollLockOn Numpad8, Numpad2, Numpad4, Numpad6>
    <SendLabel w2, w3>
    <Key %Trigger%>
    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
    Just remove the master window from the list that receives the keys
    So i need to always use wow1 as my master? and Rename windows?
    And how do i keybind the straffing?

    or is there some way to incorparate
    <If ActiveWinIs>
    and
    <Else If ActiveWinIs>
    functions So that it wouldent matter what WoW i was on as master.
    Last edited by Musterd : 05-24-2012 at 06:00 AM

  4. #4

    Default

    You can set up a FTL system to make it so you can swap to and run from any window, but I haven't actually set one up. Technically, I would guess you could do the IfActiveWin stuff, but that's going to be a pretty huge mess and a lot of work compared to FTL.
    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 _

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
  •