I've never used the autobasement script, so I'm not sure but what you posted above does look like it's affecting something that might conflict with proper behavior.
It looks like the autobasement script is trying to do something, saw this in the code:
There is also some code regarding the jumbo dr. lucifer to restore mana, which of course would require having fullness available to do so. I'm not sure what the solution for you would be, but I think that the basement script is conflicting with this script's behavior.
It looks like the autobasement script is trying to do something, saw this in the code:
Code:
string mp_recovery = get_property("mpAutoRecovery");
string mp_recovery_target = get_property("mpAutoRecoveryTarget");
set_property("mpAutoRecovery", "-0.05");
set_property("mpAutoRecoveryTarget", "-0.05");
There is also some code regarding the jumbo dr. lucifer to restore mana, which of course would require having fullness available to do so. I'm not sure what the solution for you would be, but I think that the basement script is conflicting with this script's behavior.
Last edited: