hellchickens
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
Not sure about that behavior, never saw a difference with starting gear. But I noticed that first raid after server start has tons of ground loot (and that looks really close to my actual config), but all subsequent raids have loot much closer to vanilla amounts.
Nov 9, 2025 10:36 PM
View details