diff options
Diffstat (limited to 'npc/012-1/shoppakep.txt')
-rw-r--r-- | npc/012-1/shoppakep.txt | 10 |
1 files changed, 4 insertions, 6 deletions
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; |