diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-08 23:53:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-08 23:53:26 -0300 |
commit | fd92b0f61b678fd709abc2095b4ec7e13e7991a5 (patch) | |
tree | 1c46d9aae30bc1044665614b5317c2ae35a399e9 | |
parent | daf21a1b8a06cb002261bcc99c25bfc92231c707 (diff) | |
download | serverdata-fd92b0f61b678fd709abc2095b4ec7e13e7991a5.tar.gz serverdata-fd92b0f61b678fd709abc2095b4ec7e13e7991a5.tar.bz2 serverdata-fd92b0f61b678fd709abc2095b4ec7e13e7991a5.tar.xz serverdata-fd92b0f61b678fd709abc2095b4ec7e13e7991a5.zip |
C'mon Pylon!
-rw-r--r-- | npc/007-1/pylon.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/007-1/pylon.txt b/npc/007-1/pylon.txt index f6917f88a..0331cab1d 100644 --- a/npc/007-1/pylon.txt +++ b/npc/007-1/pylon.txt @@ -92,14 +92,14 @@ L_MenuOre: L_OreOk: // Amount iron ore - .@amo=rand2(1,2); + .@amo=rand2(2,3); inventoryplace IronPowder, .@amo, SulfurPowder, 1; delitem IronOre, 1; Zeny = Zeny - 100; getexp 10, 0; getitem IronPowder, .@amo; - if (!(rand2(BaseLevel)/2)) + if (!(rand2(BaseLevel)/3)) getitem SulfurPowder, 1; mes ""; mesn; |