

Katrin0522
Member since
discord: Katrin0522
Lang: English & Russian
{
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);
});
"
>
Recent Activity
Created comment
If the server finds banned mods from you (list is in our discord channel), then you will see a notification inside the game. The raid data will not be sent until the banned mods are removed.
Sep 27, 2025 5:23 PM
View details