THIS IS FOR STAFF MEMBERS ONLY!!!
Since this wiki has a rule that tells us not to necropost, and I found out how to lock old comments, I am going to TRY to help. I believe this is how to lock old comments:
Add this to MediaWiki:ImportJS: dev:LockOldComments.js
Then, to set the time limit of how long someone can reply to a comment before it locks (in this wiki's case, 30 days), add this to MediaWiki:Common.js:
window.lockOldComments = (window.lockOldComments || {});
window.lockOldComments.limit = 30;
window.lockOldComments.addNoteAbove = true;