I started playing God Wars II again and I've got my prompt set up to look like this:
<1036/1036hp 386/386m 2100/2100ap 1027/2332pr Boosts: 2>
<None: Age: N/A HP: N/A Dist: 100 feet>
I'd like to get a miniwindow set up for each individual line, but the problem is I can't seem to get my trigger(s) to match either one as it comes from the mud. It can grab one after something forces the output from the game to scroll up the screen, but that's not all that useful.
I've tried using the following for the target, second line:
^\<(.*?)\: Age\: (N/A|\d+) HP\: (N/A|\d+\%) Dist\: (\d+) feet\>$
It triggers just fine but again, only after some scrolling in the buffer. Any idea on how to get it to fire when sent from the mud?
Here's an example of what it should be triggering on with a target: <the minor fire elemental: Age: 50 HP: 100% Dist: 0 feet>
There's a slight difference for the Age: spot when targeting players but I'm not too concerned with that right now.
<1036/1036hp 386/386m 2100/2100ap 1027/2332pr Boosts: 2>
<None: Age: N/A HP: N/A Dist: 100 feet>
I'd like to get a miniwindow set up for each individual line, but the problem is I can't seem to get my trigger(s) to match either one as it comes from the mud. It can grab one after something forces the output from the game to scroll up the screen, but that's not all that useful.
I've tried using the following for the target, second line:
^\<(.*?)\: Age\: (N/A|\d+) HP\: (N/A|\d+\%) Dist\: (\d+) feet\>$
It triggers just fine but again, only after some scrolling in the buffer. Any idea on how to get it to fire when sent from the mud?
Here's an example of what it should be triggering on with a target: <the minor fire elemental: Age: 50 HP: 100% Dist: 0 feet>
There's a slight difference for the Age: spot when targeting players but I'm not too concerned with that right now.