Right then. I've been having a go at this for some time now. I've exhausted everything that I can think of on how to do this.
My prompt changes at various times, depending on what I'm doing.
If I'm just hanging around it looks like this:If I'm in combat it looks like this:When I gain power level it looks like this:Now then. The problem I'm having is I want to set a trigger to constantly monitor my max power level. I need it to keep track during combat, and during non combat periods. Sounds simple right? Well, I wish it were. Here is my trigger, followed by what I see on the screen(I'm using send to output to check the wildcards)My output looks like this:That was not exactly what I was looking for.
The first line is the actual prompt, the second is the whole line as a wild card, the third is the 2nd wild card, the fourth is the 3rd wildcard, but the fourth line keeps screwing up. I can't figure out how to get it to ignore that vs. part.
I know the trigger is working properly. When not in combat I get:Which is exactly what I'm supposed to be getting. it's matching on the two different prompt lines. The problem is It's not breaking up the wildcards in the combat prompt properly.
My prompt changes at various times, depending on what I'm doing.
If I'm just hanging around it looks like this:
<100%> / <8,291/8,291><98%> / <7,056/7,895> vs. <232><100%> / <7,450/7,895> +197 Max Powerlevel<triggers>
<trigger
custom_colour="2"
enabled="y"
match="^(^\<(.*)\%\> \/ \<(.*)\/(.*)\>$|^\<(.*)\%\> \/ \<(.*)/(.*)\> vs. \<(.*)\>$)$"
regexp="y"
repeat="y"
send_to="2"
>
<send>%1
%2
%3
%4</send>
</trigger>
</triggers><100%> / <8,774/8,774> vs. <4,397>
<100%> / <8,774/8,774> vs. <4,397>
100
8,774
8,774> vs. <4,397The first line is the actual prompt, the second is the whole line as a wild card, the third is the 2nd wild card, the fourth is the 3rd wildcard, but the fourth line keeps screwing up. I can't figure out how to get it to ignore that vs. part.
I know the trigger is working properly. When not in combat I get:
<100%> / <9,212/9,212>
<100%> / <9,212/9,212>
100
9,212
9,212