
BabushkaCookie
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Edited comment
Excuse me, could you help me understand how scav spawning timers work?
I do quite understand what these machanisms mean, but I ain't got to see the actual implication in raid.
"active spawning min/max timer" = scav spawning time value i.e : min60 max70= scav spawning 60 seconds minimum 70 seconds maximum
"quite spawning min/max timer" = scav not spawning(break time) time value
???
what does check to spawn timer mean? 15 check to spawn timer=check if there are scavs has to be spawn by 15 seconds?
what does pending bots required value mean?
Oct 17, 2025 11:22 AM
View details
Edited comment
Excuse me, could you help me understand how scav spawning timers work?
I do quite understand what these machanisms mean, but I ain't got to see the actual implication in raid.
"active spawning min/max timer" = scav spawning time value i.e : min60 max70= scav spawning 60 seconds minimum 70 seconds maximum
"quite spawning min/max timer" = scav not spawning(break time) time value
???
what does check to spawn timer mean? 15 check to spawn timer=check if there are scavs has to be spawn by 15 seconds?
what does pending bots required value mean?
Oct 17, 2025 11:18 AM
View details
Created comment
Excuse me, could you help me understand how scav spawning timers work?
I do quite understand what these machanisms mean, but I ain't got to see the actual implication in raid.
"active spawning min/max timer" = scav spawning time value i.e : min60 max70= scav spawning 60 seconds minimum 70 seconds maximum
"quite spawning min/max timer" = scav not spawning(break time) time value
???
what does check to spawn timer mean? 15 check to spawn timer=check if there are scavs has to be spawn by 15 seconds?
what does pending bots required value mean?
Oct 17, 2025 11:18 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.