
Originally Posted by
noodles355
Is there a way to make Silence display one "Equipment changed" line like it's used to on 3.#, instead of just no message at all?
not tested at all, but try making a file called Silence.xml in your settings folder with the following and play with the settings. I've seen this asked but never looked at the code before.
Code:
<?xml version="1.0" ?>
<settings>
<global>
<showMessage>true</showMessage>
<EquipFloodLimit>1800</EquipFloodLimit>
<ErrorFloodLimit>1800</ErrorFloodLimit>
</global>
</settings>