Page 1 of 1

Output Placeholder

Posted: Sun Jan 10, 2016 2:20 am
by Wipz
Been trying different things from board and still stumped. What I am trying to do is not have a <tank_name> has been slain by for each tank. What I would like is to only trigger if tank name is in list. I found the following to work:

(Tank1_name|Tank2_name) has been slain by

What I cannot figure out is how do I get the tanks name from that to display?

Thanks in advance.

Re: Output Placeholder

Posted: Wed Jan 13, 2016 4:41 am
by Sirene
I have a suggestion, not exactly what you're looking for but would work in the meantime:

Display Text: {L}
(displays whole line)

So when a tank dies you'll see:
Soandso has been slain by X!

I use a similar trigger on my cleric for rezzing purposes. I have it go to its own small trigger window. If you're curious, here is that trigger:

Search Text: ^\w+ has been slain

It fires for pets and NPCs with one word names, but overall I really like it and find it useful.

Hope that helps.

Re: Output Placeholder

Posted: Wed Mar 02, 2016 6:24 pm
by adetia
Search Text: (Daks|Bidaum|Sashia|Mako|Clawgrip|Gedi) has been slain

Display Text: ${1} DEAD, NEXT TANK!