CZPZ
Member since
CZPZ
{
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
No recent activity to display
Activity will appear here as the user interacts with the platform
Followers
No followers yet.
Following
Not yet following anyone.
Hey, would you be open to add another EXP-category to your MultiplayAll-mod or for me to open a PR on it? I find that using SVM to adjust the values that I personally want to change is rather annoying and it doesn’t cover all my use cases. Specifically, I would like it to also multiply the value for looting items in raid. I am currently running a hardcore headless setup with almost 1000 quests and set the EXP-multiplier to 0.25 for everything that is available but I feel like I am still progressing too fast because of the looting experience. Otherwise it’s a really great mod for masochists like me 😁