You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after completing a missile attack the attacker and defender statistics do not update automatically but after the queues are updated. as for the attacker add this line before RecalcRanks() in raketen.php:
I managed to integrate the statistics update for defenses too. the only thing is that I used a variable that is not present in this online source as I inserted the feature as in the original version which counts how many defenses have been destroyed next to the type of defense.
in any case these are the codes to insert into raketen.php after these lines:
after completing a missile attack the attacker and defender statistics do not update automatically but after the queues are updated. as for the attacker add this line before RecalcRanks() in raketen.php:
AdjustStats ( $origin['owner_id'], (25000*$amount), 0, 0, '-' );
However, the update of the defender who calculates the costs of the destroyed defenses would be missing
The text was updated successfully, but these errors were encountered: