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

    Default Vanilla WoW 1.12 Private server- Laptop without scroll lock, issues

    I was using an external keyboard initially but it died, so I tried using Caps Lock in the script. I was able to operate the main window (WoW1) but the mouse was completely unresponsive. The key strokes were NOT transmitting to the slave/ 2nd window (WoW2). Upon a search, I found this, so I'll give it a try.

    http://h30434.www3.hp.com/t5/Other-N.../832883#M29329

    I figured there may be other laptop players with a similar issue. I'll post the results.

    Fwiw, I've also used several scrips with the same results.

  2. #2

    Default

    Still no joy. Cannot use mouse for anything other than targeting. Also getting an error in the 2nd running "WoW2"

    "Interface\FrameXML\Chatframe.lua:1122: attempt to call global 'CastSpellByName' (a nil value)"

    Will post the script I'm using but I doubt it'll help. HKN is not giving me any errors in the compile.

    Code:
    //================================================================
    // SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file.
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You
    // can change this if you want, just like you can change
    // everything else with HotkeyNet.)
    //
    // Requires HotkeyNet build 147 or higher.
    //
    // For more info, go to www.hotkeynet.com
    //================================================================
     
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn LCtrl R>
        <SendPC local>
            <RenameWin "World of Warcraft" WoW1>
            <RenameWin "World of Warcraft" WoW2>
     
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%>
          <Run "c:\Program Files (x86)\WoW\WoW.exe">
            <RenameTargetWin %2%>
     
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn LAlt LCtrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
     
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
     
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, 0-9, Tab, Esc, LShift, RShift, Space, Button4, Button5, 
    
    Plus, Minus, oem2, F1-F12 except w, A, S, D, LButton, MButton, RButton; 
    
    ScrollLockOn Shift A-Z; ScrollLockOn Shift 0-9>
    <SendLabel w1, w2>
    <Key %Trigger%>
     
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT.
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn W, A, S, D, RButton, LButton, MButton>
    <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 Oem3>
     
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2>
          <ClickMouse %TriggerMainKey%>
                    <RestoreMousePos>
    Last edited by Khatovar : 05-29-2014 at 11:39 PM Reason: formatting

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

    Default

    No discussion of private servers.

Posting Rules

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