summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-18 20:00:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-18 20:00:28 -0300
commit6c9fae6491cb2cb516905aafa82fa5add4dc9386 (patch)
tree9ad5693f3558150abbfa35c22449f15a94863a2b /npc
parente7a68d61bb901db0b6909164563e88bf68e84aa7 (diff)
downloadserverdata-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')
-rw-r--r--npc/003-10/guarddevoir.txt5
-rw-r--r--npc/003-3/malindou.txt31
2 files changed, 22 insertions, 14 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt
index 628d6bb1c..46abc2c2d 100644
--- a/npc/003-10/guarddevoir.txt
+++ b/npc/003-10/guarddevoir.txt
@@ -31,6 +31,11 @@ L_Quest:
if (.@q == 0) goto L_Continue;
if (.@q == 1 && gettimetick(2) >= getq2(TulimsharQuest_Devoir) + 60 * 60 * 36) setq1 TulimsharQuest_Devoir, 2; // Repats every 36 hours
if (.@q == 2) goto L_Repeat;
+ mesn;
+ mesq l("But, it wouldn't look nice if I let you do all the killing! The other guards are working right now!");
+ next;
+ mesn;
+ mesq l("Come back in a few hours, and we can fix that!");
close;
L_Continue:
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;