Page 1 of 1

Multi Log Line Trigger

Posted: Tue Aug 18, 2015 9:00 am
by Rrowzing
In the Demiplane of Blood event, The Performer, emotes are sent to multiple people in the raid and they have to reply to the correct npc with the correct line of text. Since multiple players will be sending lines that exactly match lines that are being asked for from the NPCs, it is impossible to do a single log line GINA trigger. But the emotes sent out are dual line like:

Aelfric recites a line of his song and beckons for you to approach him and sing the next line.
Dreaming with me.

So will a RegEx like this work? Does it need to deal with the timestamp in the log?

Aelfric recites a line of his song and beckons for you to approach him and sing the next line\.\r?\n?Dreaming with me\.

Re: Multi Log Line Trigger

Posted: Tue Aug 18, 2015 9:44 am
by Rrowzing
Ah I am thinking of an alternative. When a player sings the next line, the log looks like:

Rrowzing says, 'Dreaming with me.'

So my trigger needs to reject lines with | says, '| in the line!

^(?:(?! says, '| say, ').)*Dreaming with me\.