havoc0178
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
press ingame "F12" - scroll to the "Radar Mod" - click on it (it opens a drop downmenu) - change the position settings of the radar.
Nov 6, 2025 7:45 PM
View details
Edited comment
The mod works perfectly. The only problem I have is:
I'm using the UNTAR go home and RUAF mod. These NPCs are marked as "boss" on the radar. Unfortunately, this makes it difficult to keep track of them. Sometimes the entire radar is full of "boss" markers, and I can't distinguish between boss, UNTAR, or RUAF. Is it possible to give them a different color?
Or do I need to change something in the UNTAR go home and RUAF configs because they might be listed as boss NPCs there?
Or could you make this mod compatible?
Nov 6, 2025 7:41 PM
View details
Created comment
The mod works perfectly. The only problem I have is:
I'm using the UNTAR go home and RUAF mod. These NPCs are marked as "boss" on the radar. Unfortunately, this makes it difficult to keep track of them. Sometimes the entire radar is full of "boss" markers, and I can't distinguish between boss, UNTAR, or RUAF. Is it possible to give them a different color?
Or do I need to change something in the UNTAR go home and RUAF configs because they might be listed as boss NPCs there?
Or could you make this mod compatible?
Nov 6, 2025 7:41 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.