View Single Post
  #2  
Old 06-17-2018, 11:25 AM
Barm McLir Barm McLir is offline
Kobold

Barm McLir's Avatar

Join Date: Mar 2016
Posts: 140
Default

Thanks, I'm checking them out.

One trigger that I find handy is the Search Text;

Code:
scowls at you, ready to attack|glares at you threateningly
That plays a quick "bzzt!" wav file I found online. I use this with a key bound to /consider to test for see-invis mobs when running through a zone.

Somewhere I found this variant of Tell that filters out pets.

Code:
^((?:\w+\.)?\w+) ((tells|told) you,|-> {c}:) (?!'Attacking |'I am unable |'By your command)
Last edited by Barm McLir; 06-17-2018 at 11:38 AM..