From fd92b0f61b678fd709abc2095b4ec7e13e7991a5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 8 Dec 2022 23:53:26 -0300 Subject: C'mon Pylon! --- npc/007-1/pylon.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-60-g2f50