Quote Originally Posted by Zzyzxx71 View Post
That first macro is exactly what I used until I switched to /click.

Notice the first macro was /cast - not /castsequence.

I definitely will try the abovelisted alternatives, thanks all.
this:

/cast [target=targettarget] [] Lightning Bolt

definately does not work (I am at the target dummy now) the only way I could see it working is if you are using an addon such as BT4 which allows you to autoassist

Just think about it logically you need the first condition to be false before it will try the second catch all condition. It will not be false if you have a target so it will try to target your targets target which will most likely be your tank. You can make it false in multiple ways (like adding the ,harm) or add a condition before it to test if you have a hostile targetted ie

[target=target,harm][target=targettarget,harm]