Quote Originally Posted by 'Pocalypse',index.php?page=Thread&postID=103921#po st103921
Bounded to #, ingame on each toon, you need the following macro:

/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA]
[mod:ctrl,mod:alt,nomod:shift,target=ToonB]
[mod:alt,mod:shift,nomod:ctrl,target=ToonC]
[mod:ctrl,mod:alt,mod:shift,target=ToonD]
[mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
/cast [target=targettarget,harm] Lightning Bolt
/targetlasttarget
I just spend some time this weekend trying this technique. Although 'focus' works just fine for me at the moment, I can see that having it free for use for cc etc could be invaluable in the future, so I thought I'd give this a shot.

I'm not sure I entirely understood, but I think what's basically happening is that when you press a specific key, keyclone also sends a set string (which changes depending on which client presses the key). This string then in turn triggers a macro which determines what the target should be based on which string it gets sent (from Keyclone).

The whole thing makes my head hurt a bit but it works pretty well. One problem I did run into though was that the macro listed wouldn't work for me. I have only every used simple macros in WoW in the past, so I may be doing something completely wrong; however, I got the (conditional) macro printed above (which is somewhat essential to the whole method) working by adding /target before the [mod: lines. So...


/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA]
/target [mod:ctrl,mod:alt,nomod:shift,target=ToonB]
/target [mod:alt,mod:shift,nomod:ctrl,target=ToonC]
/target [mod:ctrl,mod:alt,mod:shift,target=ToonD]
/target [mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
/cast [target=targettarget,harm] Lightning Bolt
/targetlasttarget

Nice idea btw Deceased :thumbsup: