Arlensauce
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
Edited comment
hey i get issues when i have Repeatable quests on, the raid failed to load back to main menu after, and i lost all progress on that raid when i restarted. got a lot of red logs in the cmd window. i should have saved them. also noted. it happened as soon as daily's were available due to level being reached. turned off and game works again, the only settings o changed was how many daily's and weekly's i could do, and how many kills and items required for each.
Oct 13, 2025 3:21 PM
View details
Created comment
hey i get issues when i have Repeatable quests on, the raid failed to load back to main menu after, and i lost all progress on that raid when i restarted. got a lot of red logs in the cmd window. i should have saved them. also noted. it happened as soon as daily's were available due to level being reached. turned off and game works again, the only settings o changed was how many daily's and weekly's i could do, and how many kills and items required for each.
Oct 13, 2025 3:19 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.