Thanks for that link.
Is it possible that Qtracker don't care about capital or normal letters in rules?
(I just ask, because the filter options below filters out servers that don't have a rule called omniBot_Enable
"omniBot_Enable" doesn't exist -----> "if rule("omniBot_Enable") != 1" returns true
"omnibot_enable" exist and is 1 -----> "if rule("omnibot_enable") != 1" returns false
-----> the whole thing returns true -----> the server shouldn't be filtered)
ET-Filter wrote:if rule("omnibot_enable") != 1
or if rule("omniBot_Enable") != 1
So however, the OmniBot-OFF-Filter filters everything that got "omniBot_Enable 1" or "omnibot_enable 1" (I don't know why, but it does^^).
But the second problem:
E.g. this server: 91.121.61.141:28100
It says nothing about omnibot (so it shouldn't have bots) but it has bots!
A sign for bots: Players with Ping = 0
Is it possible to filter servers with a payer whose ping is 0 ??