summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;