Page 1 of 1

Tusker Tusk not Tusker Head?

Posted: October 11th, 2017, 2:30 am
by CyberKnight
If I make a rule that name matches tusk it will get both, if I make a rule Tusker Tusk it gets nothing because there is a tusker guard tusk, a tusker slave tusk etc. So how would I make a rule to get tusker tusks of all kinds but not tusker heads? with out making a rule and typing in every type of tusker tusk there is.... Thanks in advance

Re: Tusker Tusk not Tusker Head?

Posted: October 11th, 2017, 9:13 am
by Immortalbob
add a second name match in the same rule with

Code: Select all

^((?!Head).)*$
this will match anything with tusk, but without Head.

copy/paste example rule below:

Code: Select all

    (T) Tusk

0;1;1;1
9
Tusk
1
19
^((?!Head).)*$
1