diff options
-rw-r--r-- | npc/003-3/malindou.txt | 3 | ||||
-rw-r--r-- | npc/018-2-4/lv1.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 9101349c3..c95ab21ca 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -239,6 +239,7 @@ OnInit: // You may get more points for complexity, difficulty, usability, etc. // You may get less points if you don't do it yourself, eg. a bug report. + // Relevance of the contribution is also to be taken in account. // See 003-2/lua.txt for rewards @@ -256,12 +257,12 @@ OnInit: htput($@CONTRIBUTORS, "ayruss", 210); htput($@CONTRIBUTORS, "dustman", 175); htput($@CONTRIBUTORS, "acsvln", 250); + htput($@CONTRIBUTORS, "xtreem", 150); htput($@CONTRIBUTORS, "ichigoblack",100); htput($@CONTRIBUTORS, "gnulinux", 80); htput($@CONTRIBUTORS, "skydragon", 75); htput($@CONTRIBUTORS, "guy of lieutnant dausen", 70); htput($@CONTRIBUTORS, "dustman", 50); - htput($@CONTRIBUTORS, "xtreem", 50); htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index e4dcf4889..bc04dad18 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -28,6 +28,7 @@ OnInit: tradertype(NST_CUSTOM); + sellitem RaidTrousers,1200; sellitem BugSlayer,800; sellitem LeatherShield,600; sellitem TolchiAmmoBox,270; |