In acc. maker in file system/load.compat.php find function check_name_new_char and above return true add:
if (stripos(",The Queen of Banshee,Rook,Orc,", ',' . $name . ',') !== false) { return false; }
Line where you need to paste it: https://github.com/gesior/Gesior2012/blob/268f477369c5c4a8ba88084224142941cba15654/system/load.compat.php#L142
List of monsters of your OTS you can generate using http://halp.skalski.pro/2020/05/21/ots-generating-list-of-monster-names/