diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 14:44:21 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 14:44:21 -0200 |
commit | 08f31e1b623ca93ae05151d80993a305b585c25c (patch) | |
tree | 518e16140a65c0e41e97bc0e7dfa5814e35573ea | |
parent | e9bb7113696024202aa6c8ae8005aef6b3c27516 (diff) | |
download | serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.gz serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.bz2 serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.tar.xz serverdata-08f31e1b623ca93ae05151d80993a305b585c25c.zip |
Trim a zero. I think this is enough for r7.5 Christmas Revolutionr07.4_181216
-rw-r--r-- | npc/003-1/neko.txt | 4 | ||||
-rw-r--r-- | 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; |