Output Placeholder

Post Reply
Wipz
Posts: 1
Joined: Sun Jan 10, 2016 1:49 am

Output Placeholder

Post by Wipz » Sun Jan 10, 2016 2:20 am

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.

Sirene
Posts: 38
Joined: Fri Sep 27, 2013 2:52 pm

Re: Output Placeholder

Post by Sirene » Wed Jan 13, 2016 4:41 am

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.

adetia
Posts: 45
Joined: Wed Apr 18, 2012 1:56 am

Re: Output Placeholder

Post by adetia » Wed Mar 02, 2016 6:24 pm

Search Text: (Daks|Bidaum|Sashia|Mako|Clawgrip|Gedi) has been slain

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

Post Reply