From e403eeaf44f4178b622af8026acbcac640e21380 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 13:33:56 -0300 Subject: ShoppaKep is better without rare items (Leather Shirt, Jeans Shorts, Iron Ore/Coal) Replace the random feature with Mananas and Aquadas --- npc/012-1/shoppakep.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'npc/012-1/shoppakep.txt') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index 143785cba..884c925de 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -14,10 +14,10 @@ function ShoppaKepItem { .@i=rand(0,100); - if (.@i > 85) - return Coal; - else if (.@i < 25) - return IronOre; + if (.@i > 75) + return Aquada; + else if (.@i < 35) + return Manana; else return HalfEggshell; } @@ -31,8 +31,6 @@ OnInit: tradertype(NST_MARKET); - sellitem LeatherShirt, 125000, 1; - sellitem JeansShorts, 125000, 1; sellitem CottonSkirt, 100000, 1; sellitem MiniSkirt, 100000, 1; sellitem ShortTankTop, 100000, 1; -- cgit v1.2.3-60-g2f50