Unknown2005-11-29 03:59:05
Alright, I was wondering how to use echoes to tell me messages like rebounding and one of those box thingies around the balance recovery so that I can see them more clearly in combat.
BTW, for Zmud.
BTW, for Zmud.
Unknown2005-11-29 05:37:15
Pretty simple
#TRIGGER {^You perceive the vague outline of a weapons rebounding aura around %1.$} {#SAY --%1 has rebounding up!--}
And suchlike, use #SAY instead of #ECHO, else you'll get the echoes sent to any window you're looking at.
I'm no good with the ASCII boxy word-art, someone else will have to fill in.
Edit: The trigger isnt accurate, by the way, put the real rebounding message in
#TRIGGER {^You perceive the vague outline of a weapons rebounding aura around %1.$} {#SAY --%1 has rebounding up!--}
And suchlike, use #SAY instead of #ECHO, else you'll get the echoes sent to any window you're looking at.
I'm no good with the ASCII boxy word-art, someone else will have to fill in.
Edit: The trigger isnt accurate, by the way, put the real rebounding message in
Unknown2005-11-29 06:31:30
Thanks, that helps a lot. I might just put bright highlights over my balances.