Advanced

Change History

Request new methods needed to make challenge checkers. One method request per thread please.

Message: Re: Possibility to filter in GetFinds by the amount of FP

Changed By: Target.
Change Date: October 15, 2016 02:47PM

Re: Possibility to filter in GetFinds by the amount of FP
Not to my knowledge.
But
Is it necessary? It is is a trivial to code a filter for that in lua.
check if fp filter is set
create a new table.
loop over all find and add all caches with fp>10 to the table.
set the old table to the new table.
And the existing checker would be unaffected by that change.

Original Message

Author: Target.
Date: October 15, 2016 02:46PM

Re: Possibility to filter in GetFinds by the amount of FP
Not to my knowledge.
But is is a trivial to code a filter for that in lua.
check if fp filter is set
create a new table.
loop over all find and add all caches with fp>10 to the table.
set the old table to the new table.
And the existing checker would be unaffected by that change.