diff options
-rw-r--r-- | npc/017-4/pihro.txt | 6 |
1 files 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 ""; |