From 8c6b6ab8860faebed92f629761f17f751faad6bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Sep 2021 18:56:54 -0300 Subject: Bump Alliance tax over donations (ITCMD) to 60% of the donated amount. In the end of the day, the regular tax collection might be better =) --- npc/003-3/malindou.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 971d33665..b59dbe268 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -70,7 +70,7 @@ OnInit: $BETASERVER = false; $AUTORESTART = false; $ALLIANCE_TAX1 = 7500; - $ALLIANCE_TAX2 = 30; + $ALLIANCE_TAX2 = 60; $FIRESOFSTEAM[1] = 2000; $FIRESOFSTEAM[2] = 2000; $FIRESOFSTEAM[3] = 2000; @@ -640,7 +640,7 @@ OnInit: if ($UPDATE < 1632433596) { $UPDATE=1632433596; $ALLIANCE_TAX1 = 7500; - $ALLIANCE_TAX2 = 30; + $ALLIANCE_TAX2 = 60; debugmes ""; debugmes "* New global variables"; debugmes ""; -- cgit v1.2.3-60-g2f50