From 47d5e5177185cea1ed8ff60698d70ff90b94f170 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Mar 2021 17:23:03 -0300 Subject: Wait... Pihro wants a Lead Ingot. Boost amount of bullets from 300 to 1000 --- npc/017-4/pihro.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 5be95f6ef..6b5b9ae3e 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -48,15 +48,15 @@ cond_check(.@base2, .@amon2) && cond_check(.@base3, .@amon3) && Zeny >= .@price) { - inventoryplace .@prize, 320; + inventoryplace .@prize, 1024; delitem .@base1, .@amon1; if (.@base2 > 0) delitem .@base2, .@amon2; if (.@base3 > 0) delitem .@base3, .@amon3; POL_PlayerMoney(.@price); - getitem .@prize, rand2(270,320); - getexp rand2(270, 320), rand2(270, 320); + getitem .@prize, rand2(980, 1024); + getexp rand2(980, 1024), rand2(270, 320); Mobpt+=rand2(270, 320); mes ""; -- cgit v1.2.3-60-g2f50