diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:30:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:30:27 -0300 |
commit | 05f791456d881a2f70b8f25df3a6b1dd5204504c (patch) | |
tree | bddcba37ff7e398c086cc082838a0cc8dfc0e526 /npc/012-1 | |
parent | e95cb7625e655119d6b14b3d9979f091163953e1 (diff) | |
download | serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.gz serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.bz2 serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.tar.xz serverdata-05f791456d881a2f70b8f25df3a6b1dd5204504c.zip |
Reduce odds even further, and raise prices at Black Market (except arrow & coins)
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/shoppakep.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |