diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:51:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:51:54 -0300 |
commit | b5027d7107db3d5cffcaa9fa09ddce6476d43093 (patch) | |
tree | 95d283d59bd4e8e55e234c1876951dc2b30d5e18 /npc/003-3/malindou.txt | |
parent | 46c45f25ed776881bb90181b358a3d3343ce01a1 (diff) | |
download | serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.gz serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.bz2 serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.tar.xz serverdata-b5027d7107db3d5cffcaa9fa09ddce6476d43093.zip |
Double effect of move rate changes. This means you can go from -20% to +7% iirc
(being that, 180ms to 140ms, being 150 the default). Might need rebalance
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 06f02fe98..affd5cf50 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -284,7 +284,7 @@ OnInit: htput($@CONTRIBUTORS, "saulc", 12500); htput($@CONTRIBUTORS, "lawncable", 1600); htput($@CONTRIBUTORS, "polaczka", 700); - htput($@CONTRIBUTORS, "crazyfefe", 641); + htput($@CONTRIBUTORS, "crazyfefe", 671); htput($@CONTRIBUTORS, "4144", 550); htput($@CONTRIBUTORS, "mishana", 500); htput($@CONTRIBUTORS, "soren", 450); @@ -300,13 +300,14 @@ OnInit: htput($@CONTRIBUTORS, "xanthem", 46); htput($@CONTRIBUTORS, "liangtai", 36); htput($@CONTRIBUTORS, "msawis", 30); + htput($@CONTRIBUTORS, "xanthem", 28); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 22); - htput($@CONTRIBUTORS, "xanthem", 18); htput($@CONTRIBUTORS, "aisen", 8); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); htput($@CONTRIBUTORS, "filhote", 1); + htput($@CONTRIBUTORS, "arthur", 1); //htput($@CONTRIBUTORS, "", 1); end; |