summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-21 17:23:03 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-21 17:23:03 -0300
commit47d5e5177185cea1ed8ff60698d70ff90b94f170 (patch)
treea4b01dbfe0ff8b2bb9758e37de4177cfa4fd45f4
parent1d9ae1919a63cfad6f020767b6a2bfad0bcf3ba4 (diff)
downloadserverdata-47d5e5177185cea1ed8ff60698d70ff90b94f170.tar.gz
serverdata-47d5e5177185cea1ed8ff60698d70ff90b94f170.tar.bz2
serverdata-47d5e5177185cea1ed8ff60698d70ff90b94f170.tar.xz
serverdata-47d5e5177185cea1ed8ff60698d70ff90b94f170.zip
Wait... Pihro wants a Lead Ingot. Boost amount of bullets from 300 to 1000
-rw-r--r--npc/017-4/pihro.txt6
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 "";