Quote:
Originally Posted by EQAditu
Yes, yes... I did not mean those. I meant at the end of your examples you used a period before the end-of-line character, $. You meant to match a period, but you told it to match any character instead.
Code:
.+? (?:Dispatched|Dispatch)(?: critically)? hits.+
I half stole this from a Regex I used to warn when mobs used skills on players. Should work otherwise.
|
Doesn't work =(
I'll copy what i exactly have in there when i get home.
And I'm recently now the 2nd in line to apply dispatch, so i wanna time it more succently
In essence i want it to warn me that dispatch is already in, and when to apply mine ;) I had it setup before, but it always said "persons name dispatch hits MOB NAME for x points of damage" was irritating as hell and i'm trying to improve it.