Hi guys, I was able to multibox at the beginning of BFA with no problem. Now after returning recently, I haven't been able to get the resizing working. My hardware has remained the same, so I'm not sure what is causing it. It kind of feels like the client crashes and resets in a way. When two windows swap places from the ResizeAndPosition command (F8 - F12 in my script), this happens to one of the windows:

  • The label (normally WoW1, WoW2, etc but in this case I use WoW5, WoW6, etc.) goes away resets and defaults back to World of Warcraft
  • The <RemoveWinFrame> is undone and gains back its frame.
  • The window also defaults back to its original launching position and window size (generally in the middle of the screen)
  • The newly "reset" window doesn't actually become non responsive/crashed, but since the label and position reset it makes it hard to multibox... no label no broadcasting


I'm thinking it's an issue with resolution changing during the swaps, but the same type of swapping worked fine at the start of BFA even with the same screen size layout too. My script is below. Any ideas? Thanks

Code:
<Command LaunchAndRename>
   <SendPC %1%>
      <Run "F:\Blizzard\World of Warcraft\_retail_\Wow.exe">
    <RenameWin "World of Warcraft" %2%> 
    <wait 1000>
    <RenameWin "World of Warcraft" %3%>

<Command ResizeAndPosition>
    <SendPC Local>
        <TargetWin %1%> 
            <SetWinRect 0 0 1536 1030>  
              <TargetWin %2%>
            <SetWinRect 1536 0 384 257>
              <TargetWin %3%>
            <SetWinRect 1536 257 384 257>
             <TargetWin %4%>
            <SetWinRect 1536 514 384 257>
              <TargetWin %5%>
            <SetWinRect 1536 771 384 257>
                  


<Hotkey LCtrl  LAlt R>
    <LaunchAndRename Local WoW1 WoW6>
    <LaunchAndRename Local WoW2 WoW7>
    <LaunchAndRename Local WoW3 WoW8>
    <LaunchAndRename Local WoW4 WoW9>
    <LaunchAndRename Local WoW4 WoW10>
<wait 5000>
<ResizeAndPosition WoW6 WoW7 WoW8 WoW9 WoW10>


<Hotkey LCtrl  LAlt E>
   <sendpc local>
       <TargetWin "WoW6">
       <RemoveWinFrame>
<wait 250>
       <TargetWin "WoW7">
       <RemoveWinFrame>
<wait 250>
       <TargetWin "WoW8">
       <RemoveWinFrame>
<wait 250>
       <TargetWin "WoW9">
       <RemoveWinFrame>
<wait 250>
       <TargetWin "WoW10">
       <RemoveWinFrame>

<Label w1 Local SendWin WoW6>
<Label w2 Local SendWin WoW7>
<Label w3 Local SendWin WoW8>
<Label w4 Local SendWin WoW9>
<Label w5 Local SendWin WoW10>



<Hotkey Numpad0-Numpad9, A-U, W-Z, 0-9, F1-F4, Enter, Oem2, Esc, Tab, Backspace, except W, A, S, D, Q, E>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%> 


<MovementHotkey Space, Up, Down, Left, Right>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>


<MovementHotkey F5>
    <SendLabel w2>
        <Key Q>
    <Key %Trigger%>
    <SendLabel w3>
        <Key E>
    <Key %Trigger%>
    <SendLabel w4>
        <Key Down>
    <Key %Trigger%>
    <SendLabel w5>
        <Key Up>
    <Key %Trigger%>

 
       
<Hotkey F8>
    <ResizeAndPosition WoW6 WoW7 WoW8 WoW9 WoW10>

<Hotkey F9>
    <ResizeAndPosition WoW7 WoW6 WoW8 WoW9 WoW10>

<Hotkey F10>
    <ResizeAndPosition WoW8 WoW7 WoW6 WoW9 WoW10>

<Hotkey F11>
    <ResizeAndPosition WoW9 WoW8 WoW7 WoW6 WoW10>

<Hotkey F12>
    <ResizeAndPosition WoW10 WoW9 WoW8 WoW7 WoW6>




<Hotkey Ctrl A-Q, S-W, Y, Z, 1, 3-9>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>


<Hotkey Alt A-Z, 1-9>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Hotkey Shift A-Z, 1-9>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

    

<Hotkey Button4>
   <SendLabel w1, w2, w3, w4, w5>
      <ClickMouse LButton>


<Hotkey Button5>
   <SendLabel w1, w2, w3, w4, w5>
      <ClickMouse RButton>



<Hotkey Ctrl 2>
<Toggle>
   <SendLabel w1>
      <Key %Trigger%>
<Toggle>
   <SendLabel w2>
      <Key %Trigger%>
<Toggle>
   <SendLabel w3>
      <Key %Trigger%>
<Toggle>
   <SendLabel w4>
      <Key %Trigger%>
<Toggle>
   <SendLabel w5>
      <Key %Trigger%>
<Toggle>
<ResetToggles>

<Hotkey Ctrl X>
<Toggle>
   <SendLabel w1>
      <Key %Trigger%>
<Toggle>
   <SendLabel w2>
      <Key %Trigger%>
<Toggle>
   <SendLabel w3>
      <Key %Trigger%>
<Toggle>
   <SendLabel w4>
      <Key %Trigger%>
<Toggle>
   <SendLabel w5>
      <Key %Trigger%>
<Toggle>
<ResetToggles>


<hotkey NumpadMinus>
    <sendpc local>
    <ToggleHotkeys>