| Everyone knows for macro, the maximum number of cmds you can add into 1 single macro is only 6 lines and the max timing of each wait cannot exceed xx seconds.(i am not sure how much is xx but i think it is 30 now, use to be 20)
So theoretically, the best you can do is this (assuming 30 is the maximum wait you can have)
/ja steal <t>
/wait 30
/wait 30
/wait 30
/wait 30
/party 3 mins more to go
Ever wonder why SE allow wait up till only such a small value and not 300. Because if you were to excecute a macro tat runs so long, it is not going to be efficent, because of the fact tat only 1 macro can be running at any time.
Say you used the above macro, from the time you used tat macro till the time the /party text is displayed, should you use any other macro, tat steal macro would be aborted.
Eg: if you use a provoke macro within the 2 mins wait period after you use the steal macro, the /party text will never appear on your screen. And now.. you even wanted to wait for up to 5mins. |