Ollie7802
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
Created comment
Once you've changed the prices go to user/cache/bundles and delete "contra" worked for me 👍
Oct 19, 2025 1:50 PM
View details
Created comment
OK, thanks. just getting this error, I understand it's modded items and you're not inclined to help, but if there's anything obvious, thanks.
[SVM] INVENTORY AND ITEMS - Custom properties failed to load, error of the code:
TypeError: Cannot read properties of undefined (reading '_props')
Oct 5, 2025 7:10 PM
View details
Liked comment
Can't really assist with modded items, looks correct on a first glance however, just be sure both of gear mods are loaded before SVM to actually apply filter change to them.
Oct 5, 2025 7:05 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.