VladYvhuce
Member
As of r26000, the effects section of CHIT's charpane is empty.
I have no idea how to make sense of this formula stuff, but presumably someone does. If the site doesn't open to the section, it's "New Formula/Calculator" section. https://docs.google.com/spreadsheet...m2dLkbZ1OL4RYWueWz750vC00/edit#gid=1446144025I see that since Jan 12, ChIT has beard tracking. But I cannot find any sort of predictive tracker in the effects pane. Do I need to look somewhere else? Enable it first?
By the way, I also would really love tracking support for cosmic bowling ball (i. e. when it will return) and cursed magnifying glass (for the free fights).
surprisingly some of them work. it is very mysterious.Auto-updates have broken for various GitHub-hosted Mafia scripts (pretty much all in the Loathing-Associates-Scripting-Society repo I think).
You'll need to delete it and install it again.
void SVN_ChIT_fix() {
if(svn_info("ChIT").last_changed_rev > 0 && !get_property("_chitUpdatedToday").to_boolean()) {
cli_execute("svn delete Loathing-Associates-Scripting-Society-ChIT-branches-main-src");
cli_execute("svn checkout https://github.com/Loathing-Associates-Scripting-Society/ChIT/branches/main/src/");
set_property("_chitUpdatedToday", true);
}
}
void main()
{
SVN_ChIT_fix();
SVN_autoscend_fix();
}
Garbo has a github action that publishes then git sha when it runs, and then we have an action that tells a user if they are out of date using the github API, if that is helpful.could have a script called gitfix that does the above for all the known broken scripts.Code:void SVN_ChIT_fix() { if(svn_info("ChIT").last_changed_rev > 0 && !get_property("_chitUpdatedToday").to_boolean()) { cli_execute("svn delete Loathing-Associates-Scripting-Society-ChIT-branches-main-src"); cli_execute("svn checkout https://github.com/Loathing-Associates-Scripting-Society/ChIT/branches/main/src/"); set_property("_chitUpdatedToday", true); } }
gitfix:
etcCode:void main() { SVN_ChIT_fix(); SVN_autoscend_fix(); }
hmm... is there actually a way to retrieve the version of a url? so we can compare and only trigger the uninstall - reinstall if it is actually older?
It does, thank you. I will take a look at how garbo does itGarbo has a github action that publishes then git sha when it runs, and then we have an action that tells a user if they are out of date using the github API, if that is helpful.
Same thing happened to me. I fixed it by uninstalling and reinstalling the script.A couple of days ago, CHiT stopped working for one of my chars: completely blank character panel for one of my chars. My other chars seem to work just fine, even one who's running at the same time. I have no idea what to look at or tweak to get it running again. Any body have any suggestions on how to fix it or what to check to find out what's wrong? I'm afraid I don't really understand the workings of relay scripts very well, so I'd appreciate any debugging guidance anyone can provide.
System Info:
MacOS Monterey 12.6.3
openjdk 17.0.5 2022-10-18
OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8)
OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode)
Mafia: KoLmafia-27295.jar
I'm having the same issue - it just stopped working and reverted to vanilla KoL within the last hour. Have tried restarting mafia, updating mafia, uninstalling and reinstalling the script... Anyone have any ideas?Anybody have any issues with CHIT lately? I just started playing KoL. ChIT was working fine for a few days and now it doesn't work for either of my accounts. The character pane looks like vanilla KoL.
Running Mafia r27935 java version.
Turns out - the llama llama gong Path of the Mole adventure somehow disables ChIT. As soon as the llama came back to say I was done, chit came back. Weird!I'm having the same issue - it just stopped working and reverted to vanilla KoL within the last hour. Have tried restarting mafia, updating mafia, uninstalling and reinstalling the script... Anyone have any ideas?
So does Half-Astral! I guess anything that overrides the ability to adventure freely disables ChIT. interesting...Turns out - the llama llama gong Path of the Mole adventure somehow disables ChIT. As soon as the llama came back to say I was done, chit came back. Weird!
Oh! Good investigation, I can see why that would be. I should be able to fix that shortly.So does Half-Astral! I guess anything that overrides the ability to adventure freely disables ChIT. interesting...
Done!It was good to see ChIT was updated to force an update to today's KoLmafia build to read something about the bat wings. But is it going to be updated to account for the extra weight from the twitch soups in calculating the number of familiar actions available? It gets the weight, and the main mafia window gets the number of actions correct (Bandersnatch runaways shown); it's just ChIT that shows the wrong number.
View attachment 11273View attachment 11274