summaryrefslogtreecommitdiff
path: root/npc/017-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-28 01:01:23 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-28 01:01:23 -0300
commit627e69543e6c663ce62a732560e2eabd66a89b6b (patch)
tree60a6827e8829223db0161448822ac80d18fcf053 /npc/017-4
parent204469b1f1f9c256dd2f8692c64c202b706585f3 (diff)
downloadserverdata-627e69543e6c663ce62a732560e2eabd66a89b6b.tar.gz
serverdata-627e69543e6c663ce62a732560e2eabd66a89b6b.tar.bz2
serverdata-627e69543e6c663ce62a732560e2eabd66a89b6b.tar.xz
serverdata-627e69543e6c663ce62a732560e2eabd66a89b6b.zip
Fusus: Require 20 Silk Cocoon, lower results, and reduce cap to 5
Diffstat (limited to 'npc/017-4')
-rw-r--r--npc/017-4/refine.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/017-4/refine.txt b/npc/017-4/refine.txt
index dddb2e0ef..cb465f5fd 100644
--- a/npc/017-4/refine.txt
+++ b/npc/017-4/refine.txt
@@ -35,7 +35,7 @@ OnInit:
L_Fusus:
inventoryplace Iten, 1;
mesn;
- mesq l("I can fuse an @@ and an @@, besides @@ GP, into 3~6 @@.", getitemlink(CopperIngot), getitemlink(SilkCocoon), 500, getitemlink(Wurtizite));
+ mesq l("I can fuse an @@ and 20 @@, besides @@ GP, into 3~5 @@.", getitemlink(CopperIngot), getitemlink(SilkCocoon), 500, getitemlink(Wurtizite));
mesc l("5 @@ can be fused in a @@", getitemlink(Wurtizite), getitemlink(Graphene));
mesc l("5 @@ can be fused in a @@", getitemlink(Graphene), getitemlink(Arcanum));
select
@@ -48,10 +48,10 @@ L_Fusus:
case 4:
close;
case 1:
- if (!transcheck(CopperIngot, 1, SilkCocoon, 1))
+ if (!transcheck(CopperIngot, 1, SilkCocoon, 20))
close;
Zeny -= 500;
- getitem Wurtizite, any(3,4,4,5,6);
+ getitem Wurtizite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5, 6: ~17% each
break;
case 2:
delitem Wurtizite, 5;