Thread: P99 Add-Ons
View Single Post
  #13  
Old 11-11-2017, 08:00 PM
Akg49 Akg49 is offline
Kobold


Join Date: Aug 2014
Posts: 146
Default

Quote:
Originally Posted by paulgiamatti [You must be logged in to view images. Log in or Register.]
And a set of triggers which display a con-color box next to my target window whenever I use my /consider hotkey, which makes it so much easier to tell when something is light blue vs green.
That is awesome. Able to share your setup for that? That sounds great.

It is amazing what you can do with Regex. I am just starting to dabble. I was super happy just getting my rogue's backstab to appear on the screen above his head, so I could watch those nice big numbers more easily.

My search text for that is "you backstab (?<mob>.+) for \b([1-9]|[1-9][0-9]|[1-9][0-9][0-9])\b" and I display ${1} in an overlay. Just figuring out the number range and applying it was so much fun.