Quote:
Today at 03:22 PM lioncool1589 said this in Post #1996
bitsys how do i disable Anger
|
In the template battle_arenaattack, find:
and DELETE it.
Quote:
Today at 03:22 PM lioncool1589 said this in Post #1996
and money interest cause has bugs
i couldnt fix it
|
In itemshop.php, find:
PHP Code:
$bankval=floor($bankval*(pow(1.1,$presenttime)));
and CHANGE it to:
PHP Code:
$bankval=floor($bankval*(pow(1.0,$presenttime)));
Quote:
Today at 03:22 PM lioncool1589 said this in Post #1996
% interest daily give user alot money and anger massive dmg
how i do 10 posts limit per days they wont get exp after 10 posts cause some ppl spam alot lately
|
I do not know of an easy way to limit the amount xp gained per day through posts. Sorry

The best thing to do would be to disable the gaining of XP through posting.