Basically what I am trying to do is this:
I type in WHO HERE and get a prompt that looks like this:
4304h, 1810m, 20420e, 8086w, 72% exdb-(-32 Mana)
who here
You see the following people here:
Hatusk, Jerminyn, Glacial, Derilek
4304h, 1778m, 20420e, 8086w, 72% exdb-(-32 Mana)
Basically what I would like to do is have it trigger on that and send
ENEMY HATUSK
ENEMY JARMINYN
ENEMY GLACIAL
ENEMY DERILEK
I am having issues with the commas and simply getting the trigger to fire at all with two lines.
this is what I have so far, any tips would be greatly appreciated.
<triggers>
<trigger
enabled="y"
expand_variables="y"
lines_to_match="2"
match="You see the following people here:$ ^\w, \w, \w, \w, \w, \w"
multi_line="y"
regexp="y"
sequence="100"
>
<send>sit</send>
</trigger>
</triggers>
I type in WHO HERE and get a prompt that looks like this:
4304h, 1810m, 20420e, 8086w, 72% exdb-(-32 Mana)
who here
You see the following people here:
Hatusk, Jerminyn, Glacial, Derilek
4304h, 1778m, 20420e, 8086w, 72% exdb-(-32 Mana)
Basically what I would like to do is have it trigger on that and send
ENEMY HATUSK
ENEMY JARMINYN
ENEMY GLACIAL
ENEMY DERILEK
I am having issues with the commas and simply getting the trigger to fire at all with two lines.
this is what I have so far, any tips would be greatly appreciated.
<triggers>
<trigger
enabled="y"
expand_variables="y"
lines_to_match="2"
match="You see the following people here:$ ^\w, \w, \w, \w, \w, \w"
multi_line="y"
regexp="y"
sequence="100"
>
<send>sit</send>
</trigger>
</triggers>