Advanced

Change History

Topics that don't fit elsewhere, but still are related to challenge checkers.

Message: Re: New script required

Changed By: RaMaRoMa
Change Date: June 29, 2016 08:15PM

Re: New script required
I think I have found the correct script, Script name: Generic favorite points Checker (by Target.).
The tag should be something like:
{
"country": "Netherlands",
"regions": "Drenthe",
"toptype": "favorite_points",
"nrtop": 5
"percentFound": 20,
"types": [ "Traditional Cache"],
"excludeArchived": false
''excludeDisabled'': false
}
The output of this checker would be that you have to find 1 out of the top 5 traditional caches with the most favourite points in the region/province "Drenthe".
Only thing I would like is to do this for all regions of the Netherlands. Is it possible to do this by only adjusting the region
to
, something like this:
{
"regions": 12,
"country": "Netherlands",
"toptype": "favorite_points",
"nrtop": 5
"percentFound": 20,
"types": [ "Traditional Cache"],
"excludeArchived": false
''excludeDisabled'': false

"region": [
"Drenthe",
"Flevoland",
"Friesland",
"Gelderland",
"Groningen",
"Limburg",
"Noord-Brabant",
"Noord-Holland",
"Overijssel",
"Utrecht",
"Zeeland",
"Zuid-Holland",
]
}
or is it a little bit more complex?

Original Message

Author: RaMaRoMa
Date: June 29, 2016 07:52PM

Re: New script required
I think I have found the correct script, Script name: Generic favorite points Checker (by Target.).
The tag should be something like:
{
"country": "Netherlands",
"region": "Drenthe",
"toptype": "favorite_points",
"nrtop": 5
"percentFound": 20,
"types": [ "Traditional Cache"],
"excludeArchived": false
''excludeDisabled'': false
}
The output of this checker would be that you have to find 1 out of the top 5 traditional caches with the most favourite points in the region/province "Drenthe".
Only thing I would like is to do this for all regions of the Netherlands. Is it possible to do this by only adjusting the region
to
"region": "Drenthe","Flevoland","Friesland","Gelderland","Groningen","Limburg","Noord-Brabant","Noord-Holland","Overijssel","Utrecht","Zeeland","Zuid-Holland",
or is it a little bit more complex?