ciallomako
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
If it shows like an item keep blinking after moved, or the traders and flea can't load any item, I can reproduce this in 3.11.x easily:
right click and search anything in flea,
keep the searching tag and go back to inventory,
mod any weapon in the preset view and add a module you don't have,
click the assemble button and buy it in the flea-like list,
add a sell of anything on flea.
Then the client will keep in load forever until pop out a SSL error. Seems it caused by the searching tag filter or sth.
Oct 20, 2025 2:48 AM
View details
Created comment
I think the tip of hvb.spt should keep in forge site too: Do NOT ask when a mod will update to x.xx.
Oct 20, 2025 2:34 AM
View details
Liked comment
When you move things on the client, the change is not immediately sent to the server. Presumably this was done by BSG to avoid slamming their servers. Instead changes are only sent every 60 seconds, which means if you make a change and then hit alt-f4, the change might not be persisted. Anything that requires the server to be up-to-date (e.g. buying something) causes the changes to be synced immediately.
I found this annoying so I changed it to 15 seconds, and you can change to be even shorter if you like. It doesn't really matter outside of the above example and some dev work, which is why it's hidden by default.
Oct 19, 2025 5:28 AM
View details
Edited comment
What does this parameter mean? The client waits 15 ms to update the inventory operations? or it waits 15 number of items moved/sold/... to update?
## The client waits this long to batch inventory operations before sending them to the server. Vanilla Tarkov is 60 (!)
# Setting type: Int32
# Default value: 15
# Acceptable value range: From 0 to 60
Server Operation Queue Time = 15
Oct 18, 2025 6:43 PM
View details
Created comment
What does this parameter mean? The client waits 15 ms to update the inventory operations? or it waits 15 number of items moved/sold/... to update?
## The client waits this long to batch inventory operations before sending them to the server. Vanilla Tarkov is 60 (!)
# Setting type: Int32
# Default value: 15
# Acceptable value range: From 0 to 60
Server Operation Queue Time = 15
Oct 18, 2025 6:42 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.