Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
427 views
Hi, can someone create a checker for „Die 101 Geocaches Challenge“ (GC3WZKT)?

These are the requirements:
„To log this cache as found you need to have 101 geocaches found. The GC number ends with the number from 00 to 100, with the 00 and the 100 has to be different caches.“

I have tried to find a code in the scripts (http://project-gc.com/Tools/Challenges?script) but unfortunately haven’t get it. :(

As long as it’s not mine challenge, is it nevertheless possible to mark this checker to the challenge?
in Miscellaneous by geoGRAV (6.9k points)
Just an additional information: there is a GSAK macro (I don't know - but that's maybe helpful)

2 Answers

+1 vote
 
Best answer

I've created the following tag here http://project-gc.com/Challenges/GC3WZKT/5388

I've been working on a generic checker that allows the use of (semi) natural language to define the conditions. Its still a work in progress but In this case the translation of the challenge is:


define 'number' as match '(%d%d)$' on gccode.
define 'hundreds' as match '(1?%d%d)$' on gccode.
with name '01-99' find 99 caches with unique number field where number <> '' and number > '0'.
with name '00' find 2 caches where number == '00'.
with name '100' find a cache where hundreds == '100'.
output sorted by number table number, gccode, cache_name as 'Name'.

 

The slight annoyance with how this works is I have to find both a matching cache for 100 and two matching caches for '00' - one of which will probably be the one we were using for 100. Otherwise if the cache has found two caches ending in 100 they wouldn't be marked as being qualified even though they are.

by mole125 (Expert) (21.1k points)
selected by geoGRAV
Hi mole125,

it looks realy good! :) ... And right now I can use your checker (as a lot of other users as well :) ) so thank you very much!
0 votes

Can you check this if the qualifications are correct my german language is bad

<a href="http://project-gc.com/Challenges/GC3WZKT/5302">Project-GC Challenge checker</a>

by vogelbird (Expert) (56.5k points)
Hi,

thanks a lot for you effort. But the numbers has to be at the end of the GC number.

„To log this cache as found you need to have 101 geocaches found. [b]The GC number ends with the number from 00 to 100[/b], with the 00 and the 100 has to be different caches.“
Hey that's really quick :) .... The icon for the cache is allready green on the challenge map! :) *top*
geoGRAV, I have to remove the tag the script does not detect the numbers from the end. Please contact the script writer (lillfiluren) if something can be done about it.
Hi Vogelbird, ok - but thanks again for your effort!! :)
...