Search found 4 matches

by EarthlingZero
Tue Feb 26, 2019 4:03 am
Forum: General Discussion
Topic: Trigger overlay "grow up" option
Replies: 1
Views: 33730

Re: Trigger overlay "grow up" option

Same issue here. Would like an option to have timer bars grow upwards instead of downwards :)
by EarthlingZero
Fri Jan 25, 2019 2:45 pm
Forum: Specific Trigger Questions
Topic: Critical Hits
Replies: 2
Views: 10802

Re: Critical Hits

After some research I am now able to respond to my own post in hope it might help anybody out: search text: You ([^\s]*) (.*) for (\d*) points of damage. (Critical) display: SKILL ${1} -- MOB ${2} -- DMG ${3} Works like a charm. Cheers! I've been made aware that my search string is not working prop...
by EarthlingZero
Wed Jan 23, 2019 7:24 am
Forum: Specific Trigger Questions
Topic: Critical Hits
Replies: 2
Views: 10802

Re: Critical Hits

After some research I am now able to respond to my own post in hope it might help anybody out:

search text:
You ([^\s]*) (.*) for (\d*) points of damage. (Critical)

display:
SKILL ${1} -- MOB ${2} -- DMG ${3}


Works like a charm.


Cheers!
by EarthlingZero
Wed Jan 23, 2019 5:33 am
Forum: Specific Trigger Questions
Topic: Critical Hits
Replies: 2
Views: 10802

Critical Hits

Hello folks, I am fairly new to this and I am having trouble setting up a trigger and I'd be grateful if anybody could help me out. I basically want it displayed on my screen when I score a critical hit, what value it was and what skill was used. This is an expample line that appears in the log: You...