From 08f31e1b623ca93ae05151d80993a305b585c25c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Dec 2018 14:44:21 -0200 Subject: Trim a zero. I think this is enough for r7.5 Christmas Revolution --- npc/003-1/neko.txt | 4 ++-- npc/003-3/malindou.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 5d9b63d08..57f83fe51 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -65,7 +65,7 @@ OnInit: tradertype(NST_MARKET); sellitem LeatherShirt, 120000, 1; - sellitem ShortTankTop, 80000, 1; + sellitem ShortTankTop, 8000, 1; sellitem TrainingBow, 990, 2; sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); @@ -78,7 +78,7 @@ OnInit: OnClock2359: restoreshopitem LeatherShirt, 120000, 1; restoreshopitem TrainingBow, 990, 2; - restoreshopitem ShortTankTop, 80000, 1; + restoreshopitem ShortTankTop, 8000, 1; restoreshopitem Arrow, -1, rand(10000,30000); restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 670dcc3e2..5f6695d59 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -199,8 +199,8 @@ OnInit: htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); htput($@CONTRIBUTORS, "aisen", 8); + htput($@CONTRIBUTORS, "xtreem", 6); htput($@CONTRIBUTORS, "john h", 2); - htput($@CONTRIBUTORS, "xtreem", 1); //htput($@CONTRIBUTORS, "", 1); end; -- cgit v1.2.3-60-g2f50