ApalkovNik
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
Liked comment
Yes, that needs to be enabled in SAIN. Unfortunately, it doesn't work correctly in SAIN 4.1.x. It only works in SAIN 4.0.3 and 4.0.4. Load order doesn't matter.
There is currently no vanilla extract behavior supported by Questing Bots.
Oct 17, 2025 12:20 PM
View details
Created comment
Thank you very much for your answer and this mod!
P.S. I think extract logic don't work on 4.1.x SAIN at all (without QB and with QB)
Oct 17, 2025 12:20 PM
View details
Created comment
Do I need to turn the switch "SAIN Extract Behavior" to true in SAIN?
Is it matter which mod is loaded first, Quests or SAIN?
Thank very much for your work!
Oct 17, 2025 12:29 AM
View details
Downloaded mod
Version 1.9.4 of APBS - Acid's Progressive Bot System
Oct 16, 2025 10:29 PM
View details
Created comment
questing.extraction_requirements.use_sain_for_extracting: If SAIN should be used to control extract behavior for bots. Otherwise, vanilla EFT logic will be used. This is false by default.
I looked in config and it's True.
Is it error on config or in ReadMe?
What it need be to do mod's Extraction_requirements?
Oct 16, 2025 3:29 PM
View details