From 05f791456d881a2f70b8f25df3a6b1dd5204504c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 13:30:27 -0300 Subject: Reduce odds even further, and raise prices at Black Market (except arrow & coins) --- npc/012-1/shoppakep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index de41acefb..143785cba 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -14,9 +14,9 @@ function ShoppaKepItem { .@i=rand(0,100); - if (.@i > 80) + if (.@i > 85) return Coal; - else if (.@i < 20) + else if (.@i < 25) return IronOre; else return HalfEggshell; -- cgit v1.2.3-70-g09d2