Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default

    The answer is directly in the error message. You need to assign the IP address of the second computer in the script.

    Line 44 in C:\Users\*name*\Documents\hotkeynet_210\Script 1.txt: <SendLabel w2>
    you must specify an IP for <Hotkey ScrollLockOn 0> with SendLabel or SendPC
    Code:
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <Launch Local>
        <Launch IP_ADDRESS_2>
    Line 53 in C:\Users\*name*\Documents\hotkeynet_210\Script 1.txt: <SendLabel w2>
    "w2" has not been defined as the name of a label.
    you must specify an IP
    for <Hotkey ScrollLockOn A> with SendLabel or SendPC.
    Line 66 in C:\Users\*name*Documents\hotkeynet_210\Script 1.txt: <SendLabel w2>
    "w2" has not been defined as the name of a label.
    you must specify an IP
    for <Hotkey ScrollLockOn Oem3 LButton> with SendLabel or SendPC.
    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin "World of Warcraft">
    <Label w2 2ND_IP_ADDRESS SendWin "World of Warcraft">
    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. #2

    Default

    Quote Originally Posted by Khatovar View Post
    The answer is directly in the error message. You need to assign the IP address of the second computer in the script.



    Code:
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <Launch Local>
        <Launch IP_ADDRESS_2>




    Code:
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWin "World of Warcraft">
    <Label w2 2ND_IP_ADDRESS SendWin "World of Warcraft">

    I see, thank you very much for the help. =D

Posting Rules

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