Im using keyclone aye, using the new system without using focus for folow/assist

i.e.

/target [mod:ctrl,mod:shift,nomod:alt,target=Tilce1]
[mod:ctrl,mod:alt,nomod:shift,target=Tilce2]
[mod:alt,mod:shift,nomod:ctrl,target=Tilce3]
[mod:ctrl,mod:alt,mod:shift,target=Tilce4]
/cast [target=targettarget] Lightning Bolt
/targetlasttarget

The above works fine for me with LB , CL & Shocks

I'm basically trying to make it as simple as possible, the extra /clearfocus button is something i'd like (ideally) to avoid, to clear the focus, i want them to die

In theory, i want to enter the arena, use proximo to select a target on my main, hit my "set focus" button so all toons set that as their focus. Then on my main i want to select someone else, it is this guy i want to open up on first with a shock/purge etc. then when they start healing him i want to rape my focus target to bits.

So from going from your example i should be able to do:

/target [mod:ctrl,mod:shift,nomod:alt,target=Tilce1]
[mod:ctrl,mod:alt,nomod:shift,target=Tilce2]
[mod:alt,mod:shift,nomod:ctrl,target=Tilce3]
[mod:ctrl,mod:alt,mod:shift,target=Tilce4]
/cast [mod:shift,target=focus,harm,nodead][harm,nodead] Lightning Bolt
/cast [nomod:shift,target=targettarget,harm,nodead][harm,nodead] Lightning Bolt
/targetlasttarget

or

/target [mod:ctrl,mod:shift,nomod:alt,target=Tilce1]
[mod:ctrl,mod:alt,nomod:shift,target=Tilce2]
[mod:alt,mod:shift,nomod:ctrl,target=Tilce3]
[mod:ctrl,mod:alt,mod:shift,target=Tilce4]
/cast [mod:shift,target=focus,harm,nodead][target=targettarget,harm,nodead] Lightning Bolt
/targetlasttarget

Also i should note, if im holding down SHIFT wont this be passed through to the macro as mod:shift being active, meaning "[mod:ctrl,mod:alt,nomod:shift,target=Tilce2]" wont actually then work since there is a mod:shift.


? :>