Close
Showing results 1 to 10 of 10

Threaded View

  1. #10

    Default

    I gave your suggestion a try tonight and things seem to be working perfectly! No errors at all! Muldorante, thank you!

    I did notice just a little lag when I toggled between windows. I bumped up the max FPS for background windows and the lag went away.

    I have to say, this is a big relief. I could still play with the errors, but it drained some of the fun out of it when there were constant delays when trying to switch from character to character. So glad things are fixed in time for classic!

    Thanks again

    update: For completeness sake, here is my updated script which is working thanks to Muldorante's suggestion:

    Code:
    <Hotkey ScrollLockOn Ctrl F12>
        <SendPC local>
            <RenameWin "World of Warcraft" hidden-wow-1> 
            <RenameWin "World of Warcraft" hidden-wow-2> 
            <RenameWin "World of Warcraft" hidden-wow-3> 
            
    <Hotkey ScrollLockOn Shift Ctrl F12>
        <SendPC local>
            <RenameWin "World of Warcraft" wow1> 
            <RenameWin "World of Warcraft" wow2>
            <RenameWin "World of Warcraft" wow3>
    
    
    <Label w1 Local SendWinM wow1>
    <Label w2 Local SendWinM wow2>
    <Label w3 Local SendWinM wow3>
    
    
    <Hotkey ScrollLockOn B, C, M, 0-9, Plus, Minus, Space>
    <SendLabel w1, w2, w3>
    <Key %Trigger%> 
    
    
    <Hotkey ScrollLockOn Ctrl B, 0-9, Plus, Minus>
    <SendLabel w1, w2, w3>
    <Key %Trigger%> 
    
    
    <MovementHotkey ScrollLockOn S, down>
    <SendLabel w1, w2, w3>
    <Key %Trigger%> 
                
    <Command DelayedToggleWin>
        <SendPC local>
            <TargetWin %1%>
                <SetActiveWin>
       
    <Hotkey ScrollLockOn Shift Ctrl F8>
        <DelayedToggleWin wow1>
    
    
    <Hotkey ScrollLockOn Shift Ctrl F9>            
        <DelayedToggleWin wow2>
    
    
    <Hotkey ScrollLockOn Shift Ctrl F10>
        <DelayedToggleWin wow3>    
    
    
    <Hotkey ScrollLockOn Shift Ctrl F11>
        <If ActiveWinIs wow1>
            <DelayedToggleWin wow2>
        <Else If ActiveWinIs wow2>
            <DelayedToggleWin wow3>
        <Else>
            <DelayedToggleWin wow1>
    Last edited by raikodin : 08-19-2019 at 09:06 PM Reason: added working configuration

Posting Rules

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