Hey everyone, first off I wanna say this site is awesome. I just started multi-boxing probably a few months ago and this site has been ridiculously helpful in starting up my multi-boxing team With it and my google-fu I've been able to answer pretty much any question I've had about my script without having to make a new thread. UNTIL NOW

Basically right now I've got my team pretty squared away where I'd like them. I've been running a Warrior Tank master with 4 Druid slaves. 1 being the healer and the other 3 melee dps (for now).

For healing I've relied on the Healbot addon and designating that region in HKN to broadcast the necessary clicks to my healer. Until now it's worked great, but I've ran into some issues. My healing arsenal is getting bigger and I need to be able to use more than just the Left, Right and Middle clicks (the standard clicks work fine) in order to heal like I want. My problem is I can't figure out how to get my modifiers to work (i.e. LMouse uses Regrowth while LShift LMouse uses Swiftmend). For some reason when I hold the modifier keys, the mouse clicks are not broadcasting at all. If anyone has any idea on how I can remedy this problem, I will be greatly appreciative Or even if you guys have suggestions on healing more effectively while multiboxing rather than region designated Healbot XD

Below is my current script, my healbot stuff is towards the bottom but I included all of it in case there is a scripting error that prevents my broadcasting how I want.

Thanks again!

P.S. This is the error message I get when I try to use the modifier.

<Clickmouse LShift LButton> failed: Unrecognized argument: LShift
<RestoreMousePos> failed: you must use SaveMousePos in this hotkey before RestoreMousePos.

Code:
//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
//-----------------------------------------------------------
<Keylist MyList A-Z, 0-9, Space, Plus, Minus, Multiply, Divide, Tab, Esc, Home, F1-F12 except W, A, S, D, Q, E>
<Keylist All 0-9, A-Z, Space, Esc, Enter, Backspace, Numpad0-Numpad9, Tab, Oem1-Oem7>


<Hotkey CapsLockOn MyList; CapsLockOn Shift MyList; CapsLockOn Alt MyList; CapsLockOn Ctrl MyList>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
<Hotkey ScrollLockOn All; ScrollLockOn LShift All>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>




//-----------------------------------------------------------
// RESIZE AND POSTION WINDOWS
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM WoW1>
<SetWinRect 0 0 1300 1080>
<SendWinM WoW2>
<SetWinRect 1300 0 620 270>
<SendWinM WoW3>
<SetWinRect 1300 270 620 270>
<SendWinM WoW4>
<SetWinRect 1300 540 620 270>
<SendWinM WoW5>
<SetWinRect 1300 810 620 270>

//-----------------------------------------------------------
// HOTKEY TO RESIZE AND POSITION
//-----------------------------------------------------------
<Hotkey LCtrl LShift R>
<ResizeAndPosition WoW1, WoW2, WoW3, WoW4, WoW5>


//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT. 
//-----------------------------------------------------------
<MovementHotkey CapsLockOn up, down, left, right>
<SendLabel w1, w2, w3, w4, w5> 
<Key %Trigger%>


//-----------------------------------------------------------
// GATHERING FORMATION HOTKEY
//-----------------------------------------------------------
<MovementHotkey CapsLockOn LCtrl S>
<SendLabel w1>
 <Key 0>
 <Key S>
<SendLabel w2, w3, w4, w5>
 <Key 0>
 <Key Up> 


//-----------------------------------------------------------
// 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 CapsLockOn Oem3 LButton, MButton, RButton>
   <SendLabel w1, w2, w3, w4, w5>
      <Keydown LButton> 
      <ClickMouse Both Window Scale %TriggerMainKey%>
      <RestoreMousePos>




//-----------------------------------------------------------
//Cat DPS, castsequence spam and interact with target
//-----------------------------------------------------------


<Hotkey CapsLockOn NumLockOn 1>
 <SendLabel w3, w4, w5>
 <Key Home>
 <Key 1>


//-----------------------------------------------------------
//Keys for clicks
//-----------------------------------------------------------
<Hotkey CapsLockOn NumLockOn LCtrl 1>
 <SendLabel w2>
 <ClickMouse LShift LClick>

//-----------------------------------------------------------
// Healbot Box
//-----------------------------------------------------------
<Hotkey CapsLockOn LButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse LButton>
              


<Hotkey CapsLockOn LShift LButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LShift LButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse LShift LButton>
              


<Hotkey CapsLockOn LCtrl LButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LCtrl LButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse LCtrl LButton>
              




<Hotkey CapsLockOn LAlt LButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LAlt LButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LAlt LButton>


<Hotkey CapsLockOn RButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 150>
                <SendLabel w2>
                <Clickmouse RButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse RButton>
              


<Hotkey CapsLockOn LShift RButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LShift RButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LShift RButton>


<Hotkey CapsLockOn LCtrl RButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LCtrl RButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LCtrl RButton>




<Hotkey CapsLockOn LAlt RButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LAlt RButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse LAlt RButton>


          
<Hotkey CapsLockOn MButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse MButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
            <Clickmouse MButton>              


<Hotkey CapsLockOn LShift MButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LShift MButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LShift MButton>


<Hotkey CapsLockOn LCtrl MButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LCtrl MButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LCtrl MButton>




<Hotkey CapsLockOn LAlt MButton>
     <If MouseIsOverWindowRect WoW1 210 335 350 175>
                <SendLabel w2>
                <Clickmouse LAlt MButton>
                    <RestoreMousePos>
        <Else>
      <SendFocusWin>
              <Clickmouse LAlt MButton>