Advanced

Re: Modify a checker GC8JRKP/48640

[Resolved] Modify a checker GC8JRKP/48640
January 31, 2020 01:00PM
Hello,
Recently I used (clone) this checker for a challenge => https://project-gc.com/Challenges/GC8JRKP/48640

We must have found 2,000 caches while on holiday in foreign countries...

But If I understand correctly, the problem is that he doesn't look at the caches outside the country of residence, but he removes the most heavily logged caches.
A boundary geocacher asks me because he has more caches found in the neighbouring country than at home.
is there a solution?
Thank you for your help.
Frank

{
"func": "and",
"conf": [
{
"func": "number",
"conf": {
"limit": 2000,
"brief": true,
"excludeMostFoundCountry": true
}
},
{
"func": "adv_number",
"conf": {
"conditions": {
"nrtypes": 7
},
"excludeMostFoundCountry": true
}
}
]
}
Re: Modify a checker GC8JRKP/48640
January 31, 2020 01:59PM
I'm sorry but you have to change the conditions of your challenge

A checker does not know the home coordinate of the user therefor the only possible way is to assume that the country of residence is the country with most finds.
That's why when we issue such a checker we always point out not to mention the country of residence but in stead the country of most finds

But I also see the the other qualification is not correct
The checker cannot detect Lab.caches which you allow in your finds
Re: Modify a checker GC8JRKP/48640
January 31, 2020 02:48PM
Thanks vogelbird (tu)
Sorry, only registered users may post in this forum.

Click here to login