Quote Originally Posted by asonimie View Post
Um, why do you think /click has an advantage in arena?

I don't so I can't comment on what you're trying to accomplish.
Using click can have a definite advanatge, it depends on your latency - castsequence basically pauses inbetween each step and waits for confirmation from the server before moving to the next step. The pause will effectively last as long as 2 x your latency becuase its a round trip - client sends a request to the server, server sends the response back to the client (i.e. if your latency is 50ms, the delay will be 100ms). Click minimises the delay between spells becuase it's calling several macros at once.

If you already play on low latency, you won't notice much of a difference. But for someone like me playing from Australia with a 300-500ms latency, the difference is noticable (on my shams it works out to about 400-600 dps improvement).

Hope this helps...

Cheers,
S