Macros and "/wait" function issue
Hello SE. I'm having a bit of an issue that is lowering my spirit to play. I'm trying to use custom "/wait" timers attached to my Macros, to help notify me when a cooldown or a DoT is ready or gonna end soon.
Example
http://i.imgur.com/4jVTYjY.png
http://i.imgur.com/ITdSeRh.png
http://i.imgur.com/p7zdQCq.png
Problem with this is, each macro's "/wait" function will cancel the other. Meaning i can only use the "/wait" function for only one macro at a time. I would really like for this issue to be looked into. This would help a lot of players avoid the use of third party programs for custom timers.
Example 2
Macro#1
/micon "Mutilate"
/ac "Mutilate" <t>
/wait 25
/echo <se.2>
/echo <se.2> Mutilate 5 seconds
/echo <se.2>
--------------------------
Macro#2
/micon "Dancing Edge"
/ac "Dancing Edge" <t>
/wait 15
/echo <se.6>
/echo <se.6> Dancing Edge 5 sec
/echo <se.6>
-------------------------
Macro#3
/micon "Shadow Fang"
/ac "Shadow Fang" <t>
/wait 13
/echo <se.9>
/echo <se.9> Shadow Fang 5 sec
/echo <se.9>
--------------------------
This might seem working as intended to SE, but to a player this feels like a bug. Please forgive me.
Please help the players avoid the use of third party tools for custom timers!