I know there are lots of topics for this, but i want to discuss something else here.
This is the python code for the SAS service ribbon. I'm not used to python but i can see that it says 18000(seconds) as time requirement which is indeed 5 hours. However, you don't get it after 5 hours, but there are people who got it.
Well, looking at the code i think 'atm-4' is the army(SAS), 18000 is the time requirement in seconds and '3261901' is the medal id. But i don't know what global_stat_multiple_times means(notice the multiple).
Can anyone completely read/translate the code and figure out if there is another requirement maybe? It just doesn't make any sense if it says 18000 seconds and in reality it's a much higher number.
Code:
# SAS Service Ribbon #('3261901', 'X1Sas', 1, f_and( global_stat_multiple_times ('atm-4', 18000, '3261901'), # )),
Well, looking at the code i think 'atm-4' is the army(SAS), 18000 is the time requirement in seconds and '3261901' is the medal id. But i don't know what global_stat_multiple_times means(notice the multiple).
Can anyone completely read/translate the code and figure out if there is another requirement maybe? It just doesn't make any sense if it says 18000 seconds and in reality it's a much higher number.