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
469 views

http://coord.info/GC5KWP9

 

Could someone make a challenge-checker for me.

The task is to take: Found 25 unique DT combinations in one day

If the user dont have 25 unique DT on the same day it would be great if the script show how many unique combinations the user has on his best day.



I have a little trail of challenges here in Harstad and it would be great if i could have a challengechecker for this cache also. Make the task to control the logs better, some users hide their stats.
 

in Miscellaneous by Team Karlsen (4.2k points)

1 Answer

+1 vote
 
Best answer
Hello again :)

Here comes the checker for you: http://project-gc.com/Challenges/GC5KWP9/9275

 

I know that the script is marked as "do not tag this script", but as of now it seems to be the only way to create the checker for you challenge.

 

Cheers,

Mikolaj
by kuchomik (2.3k points)
selected by Team Karlsen
You can do it with my Easy Tagging Generic Checker (except for the part of showing your best day).
The config would be something like the following:
 { "challenge": [
"define 'cell' as expression difficulty * 1000 + terrain*100.",
"find 25 caches with unique cell field.",
"fulfilled within 1 day.",
"if win output table gccode, visitdate, difficulty, terrain, cache_name."
 ] }
I will take a look, thanks for the information!
...