
Devraccoon
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);
});
"
>
ShearedLugs
1 Like
Recent Activity
Created comment
Yes, undoubtedly. The two mods modify largely the same values
Oct 17, 2025 9:48 AM
View details
Created comment
I'll look into configuration. It worked ok last time I tried.
If you're using SVM while using this, SVM will likely override it.
Otherwise I can't do much about saving equipment, all it's editing is the lostondeath.json values in memory on server start. I'll look into it though
Oct 17, 2025 9:47 AM
View details
Liked comment
This seems very interesting, giving it a go right now. From the description it would appear to solve some of the more annoying aspects to BSG's quest design. Thank you for sharing this work.
Oct 16, 2025 2:46 PM
View details
Unliked comment
This seems very interesting, giving it a go right now. From the description it would appear to solve some of the more annoying aspects to BSG's quest design. Thank you for sharing this work.
Oct 16, 2025 2:46 PM
View details
Liked comment
This seems very interesting, giving it a go right now. From the description it would appear to solve some of the more annoying aspects to BSG's quest design. Thank you for sharing this work.
Oct 16, 2025 2:46 PM
View details