diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-23 18:56:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-23 18:56:54 -0300 |
commit | 8c6b6ab8860faebed92f629761f17f751faad6bb (patch) | |
tree | b73f188da2b72ff646186fba28812a51b4aafc50 /npc/003-3/malindou.txt | |
parent | 6e498ef65cef5d78e76f2f9146875a06c5fcd996 (diff) | |
download | serverdata-8c6b6ab8860faebed92f629761f17f751faad6bb.tar.gz serverdata-8c6b6ab8860faebed92f629761f17f751faad6bb.tar.bz2 serverdata-8c6b6ab8860faebed92f629761f17f751faad6bb.tar.xz serverdata-8c6b6ab8860faebed92f629761f17f751faad6bb.zip |
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 =)
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 4 |
1 files 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 ""; |