I use shift as a modifier in my spells. This wasn't a problem with 3-boxing as I could use ctrl and alt to build an FTL system. However, with 5-boxing, I need to use the shift modifier.
I'm using Bartender 4, and I don't know if it can tell the difference between lshift and rshift. From what I understand, you can keybind in WoW and have it tell the difference between left and right shift, but I don't know how to do that. Any help?
My macros:
//Target macro (is called by the click command
/targetexact [mod:rctrl,nomod:ralt,nomod:rshift]Grouser,[mod:rctrl,mod:ralt,nomod:rshift]Owltoîd,[mod:rctrl,mod:ralt,mod:rshift]Owltoïd,[nomod:rctrl,mod:ralt,nomod:rshift]Stròng,[nomod:rctrl,mod:ralt,mod:rshift]Curiously
//Follow macro
/click BT4Button120;LeftButton
/follow
My macro works fine for Strong following Curiously, but Curiously will not follow Strong. I'm pretty sure that's because in order to target Strong the rshift cannot be pushed down (nomod:rshift).
When Curiously is supposed to follow Strong, the following is being sent by Hotkeynet:
<KeyUp RAlt LShift Z> completed
Everything is working properly from the HKN perspective, but since it's sending LShift Z (what the follow macro is keybound to) I think WoW is seeing that as shift, and not specifically left shift. Because of that the "nomod:rshift" is failing and the follow is not working.
Any suggestions?
Connect With Us