PP transfers and recent battle reports modified as suggested:
<?php
$BattleRepDelay = 0; // Delay in minutes before battles appear on the recent battles page
$BattleRepNum = 200; // Number of Recent battles to report - keep low to minimise server load
$usePPtransfers = 1; // Allow character to character prestige transfers, set to zero to disable
if ($usePPtransfers == 1) {
$PPtransfersMin = 6000; // Minimum transfer
$PPtransfersMax = 1000000; // Maximum transfer
$PPtransfersTax = 10; // Transfer service charge in percent, charged to donor
$PPtransfersSur = 500; // Transfer surcharge, charged to donor
}
?>
Recent battle reports are not delayed in The Forge OCI config file, but we can set it to whatever is desired for SG6, (762 suggests 180 minutes). Eventually I'll need to move all these configuration parameters to a database table and make them editable in the OCI Admin Controls, but not until I stop adding features (or at least slow down) to avoid duplicating effort.
They whole Destroyed ships function needs reworking, the report delay is not applied there yet, but it is not so critical as ships are destroyed less frequently than battles occur. And people usually crow about it on TS anyway so everyone knows it has happened and when.