Can Anyone explain to me what I'm doing wrong on this expression
I want it to send a page to me if someone else other then Jordan sends me a tell..
If I take out (?!Jordan ) the expression works fine.
And Yes i know its matching my prompt. I cant get it to work with out having it match my Prompt. ^ wouldnt work at all. But it's fine that it matches my prompt because I only want this trigger to run when im crafting and I will have full health when Im crafting.
<triggers>
<trigger
enabled="y"
match="698H 717M 947S > (?!Jordan ) (\w*) (gossips|say|states|tells you)\, '(.*?)$"
regexp="y"
sequence="100"
>
<send>Page Joe
</send>
</trigger>
</triggers>
Heres a line from the game
698H 717M 947S > Jordan tells you, 'I'll give you 50000 coins for that'
I want it to send a page to me if someone else other then Jordan sends me a tell..
If I take out (?!Jordan ) the expression works fine.
And Yes i know its matching my prompt. I cant get it to work with out having it match my Prompt. ^ wouldnt work at all. But it's fine that it matches my prompt because I only want this trigger to run when im crafting and I will have full health when Im crafting.
<triggers>
<trigger
enabled="y"
match="698H 717M 947S > (?!Jordan ) (\w*) (gossips|say|states|tells you)\, '(.*?)$"
regexp="y"
sequence="100"
>
<send>Page Joe
</send>
</trigger>
</triggers>
Heres a line from the game
698H 717M 947S > Jordan tells you, 'I'll give you 50000 coins for that'