I'm a sauceror
Did 12778 fix it?
I'm a sauceror
No you don't.No, but I found the problem -- you have to set mana to auto-recover.
float current1 = KoLCharacter.getCurrentHP();
float maximum1 = KoLCharacter.getMaximumHP();
//float target1 = Preferences.getFloat( "hpAutoRecoveryTarget" );
//float threshold1 = maximum1; // * target1
float dangerous1 = maximum1 * Preferences.getFloat( "hpAutoRecovery" );
float current2 = KoLCharacter.getCurrentMP();
float maximum2 = KoLCharacter.getMaximumMP();
//target2 = Preferences.getFloat( "mpAutoRecoveryTarget" );
//threshold2 = maximum2; // * target2
float dangerous2 = maximum2 * Preferences.getFloat( "mpAutoRecovery" );
// replace maximum with threshold if above code is changed
CharPaneDecorator.addRestoreLinks( buffer,
"HP", current1, maximum1, dangerous1,
"MP", current2, maximum2, dangerous2 );
I am so sorry that this is such an annoying program. What can we possibly do to make you feel better?That's actually kind of annoying, that you can't restore MP in the relay browser unless auto restore is on.
Have you tried clearing your browser's cache? if that doesn't help, check /images/relayimages/chit/redup.png and let us know if that is blank.
Future FAQ said:Q. ChIT doesn't work at all! I copy/pasted the svn checkout command in the first post into KoLmafia CLI and pressed enter and then clicked "Yes" at the pop-up box to install it. Despite that it does absolutely nothing!
A. I suspect that you have installed bUMRATS relay override. Even if you delete the files, bUMRATS is still affecting your system until you remove a KoLmafia setting. Into your CLI copy/paste: set masterRelayOverride =
Q. Some images don't appear in my browser, even though I can click the spots where they should be and everything works.
A. Clear your browser cache.