diff options
Diffstat (limited to 'npc/003-3')
-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; |