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

    Default PiP issue with WoW using HotKeyNet

    Hi everyone,
    I just started dabbling with multi-boxing about 1 week ago, and set up my first PiP last night. It runs great... most of the time. But occasionally the main window will disappear, the 2 PiP are still there but the Toggle function doesn't do anything.. so I am looking at my desktop with 2 small windows that I can still interact with but cannot see my main one. Below is a screenshot of my set up as well as my code. Any help would be appreciated, I worry that it is an issue with my computer rather than the code. Thanks in advance for any help!

    PS... I dont know how to do spoilers for my code.

    Name:  14o9jld.png
Views: 251
Size:  883.3 KB


    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    
     //----------------------------------------------------------------
                // SET PIP CONFIGURATION
                // This command is called by <Hotkey F4> which is defined below.
                //----------------------------------------------------------------
                <Command SetPip>
                   <TargetWin %3%>
                      <SetWinSize 250 141>
                      <SetWinPos 1065 814>
                      <SetWinRegion none>
                      <SetForegroundWin>
    
    
                   <TargetWin %2%>
                      <SetWinSize 250 141>
                      <SetWinPos 600 814>
                      <SetWinRegion none>
                      <SetForegroundWin>
    
    
                   <TargetWin %1%>
                      <SetWinPos 0 0>
                      <SetWinSize 1920 1080>
                      <SetWinRegion 1065 814 250 141>
                      <SetWinRegion 600 814 250 141>
                      <SetForegroundWin>
    
    
                //----------------------------------------------------------------
                // TOGGLE PIP CONFIG WITH HOTKEY
                //----------------------------------------------------------------
                <Hotkey ScrollLockOn F4>
                   <Toggle>
                      <SetPip WoW1 WoW2 WoW3>
                   <Toggle>
                      <SetPip WoW2 WoW1 WoW3>
                   <Toggle>
                      <SetPip WoW3 WoW1 WoW2>
    
    
     
       
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn 0-9, Plus, Minus>
        <SendLabel w1, w2, w3>
        <Key %Trigger%>
     
    <Hotkey ScrollLockOn R, F, Oem3>
        <If ActiveWinIs WoW1>
            <SendLabel w2, w3>
            <Key %Trigger%>
        <Else if ActiveWinIs WoW2>
            <SendLabel w1, w3>
            <Key %Trigger%>
        <Else if ActiveWinIs WoW3>
            <SendLabel w1, w2>
            <Key %Trigger%>
        
    
    
     
    <Hotkey ScrollLockOn Alt Ctrl Enter>
        <SendLabel w1, w2, w3>
        <Key %Trigger%>
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn Space>
        <SendLabel w1, w2, w3>
        <Key %Trigger%>
    
    
    <MovementHotkey ScrollLockOn End>
        <If ActiveWinIs WoW1>
            <SendLabel w2>
            <Key Left>
            <SendLabel w3>
            <Key Right>
            
        <Else if ActiveWinIs WoW2>
            <SendLabel w1, w3>
            <Key %Trigger%>
        <Else if ActiveWinIs WoW3>
            <SendLabel w1, w2>
            <Key %Trigger%>
    
    
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
    // WANT TO BROADCAST.
    //-----------------------------------------------------------
    //<UseKeyAsModifier LAlt>
     
    <Hotkey ScrollLockOn LAlt LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2, w3>
          <ClickMouse %TriggerMainKey%>
                    <RestoreMousePos>
    Last edited by MiRai : 06-02-2016 at 05:30 PM Reason: [CODE] Tags

  2. #2

    Default

    please note the forum rules

    • No discussion of anything that violates a game's ToU, ToS, EULA or other rules. This includes
      • Hacks, exploits or cheats
      • Account, item and/or currency trading/selling {unless expressly allowed under said game's rules}, leveling services.
      • Bots, including botting software or keyboard automation and other automation
      • Private servers
      • Any means of circumventing a game's anti-cheat detections or software.

  3. #3
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by dblbacker2200 View Post
    PS... I dont know how to do spoilers for my code.
    You can use the [CODE] [/ CODE] forum tags.

    Quote Originally Posted by Dadjitsu View Post
    please note the forum rules

    • No discussion of anything that violates a game's ToU, ToS, EULA or other rules. This includes
      • Hacks, exploits or cheats
      • Account, item and/or currency trading/selling {unless expressly allowed under said game's rules}, leveling services.
      • Bots, including botting software or keyboard automation and other automation
      • Private servers
      • Any means of circumventing a game's anti-cheat detections or software.
    I would say that unless someone is specifically looking for help related directly to a private server (e.g. older add-ons, macros, etc), or straight up advertising for a private server, then everything else should be fair game. In this case, someone is just looking for help with their PiP portion of their HKN setup, and the answer for something so basic is likely going to be the same regardless of live or private servers.

    However, since I don't know much at all about HKN I, unfortunately, cannot answer their question.
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

Posting Rules

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