summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-27 09:35:43 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-27 09:35:43 -0300
commit6d540f557dad255cf0c859d8d5362304bef84d80 (patch)
tree3b94c95a261a6518495cd7535a14cabeddaf32fb
parent30a26692d3f59b07beca450a3ae773767c24dfc0 (diff)
downloadserverdata-6d540f557dad255cf0c859d8d5362304bef84d80.tar.gz
serverdata-6d540f557dad255cf0c859d8d5362304bef84d80.tar.bz2
serverdata-6d540f557dad255cf0c859d8d5362304bef84d80.tar.xz
serverdata-6d540f557dad255cf0c859d8d5362304bef84d80.zip
Update contributor scores, but not contributor list
-rw-r--r--npc/003-3/malindou.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 6a8e506ed..cd5e53cc4 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -1002,7 +1002,7 @@ OnInit:
htput($@CONTRIBUTORS, "jesusalva", 250);
htput($@CONTRIBUTORS, "saulc", 250);
htput($@CONTRIBUTORS, "lawncable", 180);
- htput($@CONTRIBUTORS, "thinksome", 75);
+ htput($@CONTRIBUTORS, "thinksome", 85);
htput($@CONTRIBUTORS, "crazyfefe", 70);
htput($@CONTRIBUTORS, "mishana", 70);
htput($@CONTRIBUTORS, "esteria", 70);
@@ -1014,26 +1014,26 @@ OnInit:
htput($@CONTRIBUTORS, "kolchak", 30);
htput($@CONTRIBUTORS, "jak1", 30);
htput($@CONTRIBUTORS, "meway", 25);
+ htput($@CONTRIBUTORS, "testuser", 25);
htput($@CONTRIBUTORS, "HoraK", 20);
htput($@CONTRIBUTORS, "dustman", 18);
+ htput($@CONTRIBUTORS, "manatauro", 12);
htput($@CONTRIBUTORS, "povo", 10);
- htput($@CONTRIBUTORS, "manatauro", 10);
htput($@CONTRIBUTORS, "minegamerbr", 10);
htput($@CONTRIBUTORS, "yuckfou", 10);
htput($@CONTRIBUTORS, "kytty", 10);
htput($@CONTRIBUTORS, "ledmitz", 10);
- htput($@CONTRIBUTORS, "testuser", 10);
htput($@CONTRIBUTORS, "liangtai", 4);
htput($@CONTRIBUTORS, "demure", 2);
htput($@CONTRIBUTORS, "seeds", 2);
htput($@CONTRIBUTORS, "lilanna", 1);
- htput($@CONTRIBUTORS, "hocus pocus fidibus", 40);
+ htput($@CONTRIBUTORS, "hocus pocus fidibus", 42);
htput($@CONTRIBUTORS, "cadis etrama di raizel", 20);
//htput($@CONTRIBUTORS, "", 1);
end;
-// Maintain only 7 days of chatlog and 2 months of picklog
+// Maintain only 7 days of chatlog and a month of picklog
OnClock0500:
if (gettime(GETTIME_DAYOFMONTH) >= 7)
query_sql("DELETE FROM `chatlog` WHERE `time` < '"+sqldate(-7)+"'");