Kharne2006-03-05 11:05:44
I was involved in a good gang bashing today and the rebound echo spam was rediculous.
I have the trigger simply like this- You suddenly perceive the vague outline of an aura of
and the echo like- #echo ----ENEMY REBOUNDING UP-----
Is their a way to just see your targets rebounding?
I have the trigger simply like this- You suddenly perceive the vague outline of an aura of
and the echo like- #echo ----ENEMY REBOUNDING UP-----
Is their a way to just see your targets rebounding?
Unknown2006-03-05 11:50:51
CODE
#REGEX {^You suddenly perceive the vague outline of an aura of rebounding around @target\\.$} {#echo ----ENEMY REBOUNDING UP----}
#REGEX {^You suddenly perceive the vague outline of an aura of rebounding around} {}
#COND {@target\\.$} {#echo ----ENEMY REBOUNDING UP----} {regex|within|param=1}
#REGEX {^You suddenly perceive the vague outline of an aura of rebounding around} {}
#COND {@target\\.$} {#echo ----ENEMY REBOUNDING UP----} {regex|within|param=1}
Kharne2006-03-05 20:32:52
thank you