Search found 4 matches
- Tue Feb 26, 2019 4:03 am
- Forum: General Discussion
- Topic: Trigger overlay "grow up" option
- Replies: 1
- Views: 37409
Re: Trigger overlay "grow up" option
Same issue here. Would like an option to have timer bars grow upwards instead of downwards
- Fri Jan 25, 2019 2:45 pm
- Forum: Specific Trigger Questions
- Topic: Critical Hits
- Replies: 2
- Views: 15024
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...
- Wed Jan 23, 2019 7:24 am
- Forum: Specific Trigger Questions
- Topic: Critical Hits
- Replies: 2
- Views: 15024
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!
search text:
You ([^\s]*) (.*) for (\d*) points of damage. (Critical)
display:
SKILL ${1} -- MOB ${2} -- DMG ${3}
Works like a charm.
Cheers!
- Wed Jan 23, 2019 5:33 am
- Forum: Specific Trigger Questions
- Topic: Critical Hits
- Replies: 2
- Views: 15024
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...