summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-20 17:02:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-20 17:02:41 -0300
commit1dca814646914ecd6063ce9f25892bf31ede1396 (patch)
treec3334561fa5d3d1f344b6f0c213550447bbd9499 /npc/003-3/malindou.txt
parentcb2fe76a1b2683f1f7891fbc6372aa4a8beef601 (diff)
downloadserverdata-1dca814646914ecd6063ce9f25892bf31ede1396.tar.gz
serverdata-1dca814646914ecd6063ce9f25892bf31ede1396.tar.bz2
serverdata-1dca814646914ecd6063ce9f25892bf31ede1396.tar.xz
serverdata-1dca814646914ecd6063ce9f25892bf31ede1396.zip
Rewrite Lua table so it makes sense
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt68
1 files changed, 34 insertions, 34 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 562a5445c..50db3de97 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -621,7 +621,7 @@ OnInit:
// This mensures Contributors Credits, and changes only during updates.
- // All names in lower case. standard: 100 points. Non-TMW2 contributors
+ // All names in lower case. standard: 10 points. Non-TMW2 contributors
// should be disregarded if they're not involved with the project.
// You may get more points for complexity, difficulty, usability, etc.
@@ -631,41 +631,41 @@ OnInit:
// See 003-2/lua.txt for rewards
$@CONTRIBUTORS = htnew;
- htput($@CONTRIBUTORS, "jesusalva", 15000);
- htput($@CONTRIBUTORS, "saulc", 12500);
- htput($@CONTRIBUTORS, "lawncable", 1800);
- htput($@CONTRIBUTORS, "polaczka", 700);
- htput($@CONTRIBUTORS, "crazyfefe", 694);
- htput($@CONTRIBUTORS, "4144", 560);
- htput($@CONTRIBUTORS, "mishana", 500);
- htput($@CONTRIBUTORS, "soren", 450);
- htput($@CONTRIBUTORS, "rakinorf", 400);
- htput($@CONTRIBUTORS, "pookie", 360);
- htput($@CONTRIBUTORS, "xtreem", 340);
- htput($@CONTRIBUTORS, "acsvln", 260);
- htput($@CONTRIBUTORS, "ayruss", 210);
- htput($@CONTRIBUTORS, "dangerduck", 200);
- htput($@CONTRIBUTORS, "kolchak", 200);
- htput($@CONTRIBUTORS, "dustman", 175);
- htput($@CONTRIBUTORS, "arthur", 111);
- htput($@CONTRIBUTORS, "ichigoblack",100);
- htput($@CONTRIBUTORS, "gnulinux", 90);
- htput($@CONTRIBUTORS, "skydragon", 75);
- htput($@CONTRIBUTORS, "xanthem", 61);
- htput($@CONTRIBUTORS, "liangtai", 36);
- htput($@CONTRIBUTORS, "kolchak", 31);
- htput($@CONTRIBUTORS, "msawis", 30);
- htput($@CONTRIBUTORS, "dragonstar", 26);
- htput($@CONTRIBUTORS, "demure", 24);
- htput($@CONTRIBUTORS, "seeds", 23);
- htput($@CONTRIBUTORS, "lilanna", 9);
- htput($@CONTRIBUTORS, "aisen", 8);
- htput($@CONTRIBUTORS, "maisquestce",5);
- htput($@CONTRIBUTORS, "john h", 2);
- htput($@CONTRIBUTORS, "krists", 2);
+ htput($@CONTRIBUTORS, "jesusalva", 250);
+ htput($@CONTRIBUTORS, "saulc", 250);
+ htput($@CONTRIBUTORS, "lawncable", 180);
+ htput($@CONTRIBUTORS, "polaczka", 70);
+ htput($@CONTRIBUTORS, "crazyfefe", 70);
+ htput($@CONTRIBUTORS, "4144", 56);
+ htput($@CONTRIBUTORS, "mishana", 50);
+ htput($@CONTRIBUTORS, "soren", 45);
+ htput($@CONTRIBUTORS, "rakinorf", 40);
+ htput($@CONTRIBUTORS, "pookie", 36);
+ htput($@CONTRIBUTORS, "xtreem", 34);
+ htput($@CONTRIBUTORS, "acsvln", 26);
+ htput($@CONTRIBUTORS, "ayruss", 21);
+ htput($@CONTRIBUTORS, "dangerduck", 20);
+ htput($@CONTRIBUTORS, "kolchak", 20);
+ htput($@CONTRIBUTORS, "dustman", 18);
+ htput($@CONTRIBUTORS, "arthur", 30);
+ htput($@CONTRIBUTORS, "ichigoblack",10);
+ htput($@CONTRIBUTORS, "gnulinux", 9);
+ htput($@CONTRIBUTORS, "skydragon", 8);
+ htput($@CONTRIBUTORS, "xanthem", 6);
+ htput($@CONTRIBUTORS, "liangtai", 4);
+ htput($@CONTRIBUTORS, "kolchak", 3);
+ htput($@CONTRIBUTORS, "msawis", 3);
+ htput($@CONTRIBUTORS, "dragonstar", 3);
+ htput($@CONTRIBUTORS, "demure", 2);
+ htput($@CONTRIBUTORS, "seeds", 2);
+ htput($@CONTRIBUTORS, "lilanna", 1);
+ htput($@CONTRIBUTORS, "aisen", 1);
+ htput($@CONTRIBUTORS, "maisquestce",1);
+ htput($@CONTRIBUTORS, "john h", 1);
+ htput($@CONTRIBUTORS, "krists", 1);
htput($@CONTRIBUTORS, "filhote", 1);
- htput($@CONTRIBUTORS, "mathias cronqvist", 200);
+ htput($@CONTRIBUTORS, "mathias cronqvist", 20);
//htput($@CONTRIBUTORS, "", 1);
end;