diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-18 20:00:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-18 20:00:28 -0300 |
commit | 6c9fae6491cb2cb516905aafa82fa5add4dc9386 (patch) | |
tree | 9ad5693f3558150abbfa35c22449f15a94863a2b /npc/003-3/malindou.txt | |
parent | e7a68d61bb901db0b6909164563e88bf68e84aa7 (diff) | |
download | serverdata-6c9fae6491cb2cb516905aafa82fa5add4dc9386.tar.gz serverdata-6c9fae6491cb2cb516905aafa82fa5add4dc9386.tar.bz2 serverdata-6c9fae6491cb2cb516905aafa82fa5add4dc9386.tar.xz serverdata-6c9fae6491cb2cb516905aafa82fa5add4dc9386.zip |
Merge Saulc's Contributors Scoreboard with my own, to get a "fair" value.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 968fcf856..a26e6dcaa 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -43,20 +43,23 @@ OnInit: // See 003-2/lua.txt for rewards $@CONTRIBUTORS = htnew; - htput($@CONTRIBUTORS, "jesusalva", 1000000); - htput($@CONTRIBUTORS, "saulc", 1000000); - htput($@CONTRIBUTORS, "lawncable", 1020); - htput($@CONTRIBUTORS, "polaczka", 500); - htput($@CONTRIBUTORS, "soren", 500); - htput($@CONTRIBUTORS, "crazyfefe", 420); - htput($@CONTRIBUTORS, "ayruss", 120); - htput($@CONTRIBUTORS, "rakinorf", 100); - htput($@CONTRIBUTORS, "ichigoblack", 100); - htput($@CONTRIBUTORS, "acsvln", 100); - htput($@CONTRIBUTORS, "skydragon", 100); - htput($@CONTRIBUTORS, "dustman", 100); - htput($@CONTRIBUTORS, "4144", 100); - htput($@CONTRIBUTORS, "pookie", 20); + htput($@CONTRIBUTORS, "jesusalva", 15000); + htput($@CONTRIBUTORS, "saulc", 12500); + htput($@CONTRIBUTORS, "lawncable", 1510); + htput($@CONTRIBUTORS, "polaczka", 700); + htput($@CONTRIBUTORS, "crazyfefe", 610); + htput($@CONTRIBUTORS, "4144", 550); + htput($@CONTRIBUTORS, "soren", 450); + htput($@CONTRIBUTORS, "rakinorf", 400); + htput($@CONTRIBUTORS, "pookie", 260); + htput($@CONTRIBUTORS, "ayruss", 210); + htput($@CONTRIBUTORS, "dustman", 175); + htput($@CONTRIBUTORS, "acsvln", 150); + htput($@CONTRIBUTORS, "ichigoblack",100); + htput($@CONTRIBUTORS, "acsvln", 100); + htput($@CONTRIBUTORS, "gnulinux", 80); + htput($@CONTRIBUTORS, "skydragon", 75); + htput($@CONTRIBUTORS, "guy of lieutnant dausen", 70); htput($@CONTRIBUTORS, "dragonstar", 20); //htput($@CONTRIBUTORS, "", 1); end; |