diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-30 10:41:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-30 10:41:31 -0300 |
commit | ce75463a748bf00714c7ee4d438e6948697cc5c3 (patch) | |
tree | 7c504411fa0cd98b7b95fb504547397c274ce0b5 /npc/017-4/refine.txt | |
parent | 2fdd1dc0ccb1047200f8142002c7dfe84e7905ba (diff) | |
download | serverdata-ce75463a748bf00714c7ee4d438e6948697cc5c3.tar.gz serverdata-ce75463a748bf00714c7ee4d438e6948697cc5c3.tar.bz2 serverdata-ce75463a748bf00714c7ee4d438e6948697cc5c3.tar.xz serverdata-ce75463a748bf00714c7ee4d438e6948697cc5c3.zip |
Wurtizite → Wurtzite
Diffstat (limited to 'npc/017-4/refine.txt')
-rw-r--r-- | npc/017-4/refine.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/017-4/refine.txt b/npc/017-4/refine.txt index 4c3e472d7..2bed9cee8 100644 --- a/npc/017-4/refine.txt +++ b/npc/017-4/refine.txt @@ -35,12 +35,12 @@ OnInit: L_Fusus: inventoryplace Iten, 1; mesn; - 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)); + mesq l("I can fuse an @@ and 20 @@, besides @@ GP, into 3~5 @@.", getitemlink(CopperIngot), getitemlink(SilkCocoon), 500, getitemlink(Wurtzite)); + mesc l("5 @@ can be fused in a @@", getitemlink(Wurtzite), getitemlink(Graphene)); mesc l("5 @@ can be fused in a @@", getitemlink(Graphene), getitemlink(Arcanum)); select - rif(Zeny >= 500, l("I want the Wurtizite")), - rif(countitem(Wurtizite) >= 5, l("I want Graphene")), + rif(Zeny >= 500, l("I want the Wurtzite")), + rif(countitem(Wurtzite) >= 5, l("I want Graphene")), rif(countitem(Graphene) >= 5, l("I want Arcanum")), l("Do nothing"); mes ""; @@ -51,10 +51,10 @@ L_Fusus: if (!transcheck(CopperIngot, 1, SilkCocoon, 20)) close; Zeny -= 500; - getitem Wurtizite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5: ~17%. AVG: 3.8 + getitem Wurtzite, any(3,3,4,4,4,5); // 3: ~33%. 4: =50%. 5: ~17%. AVG: 3.8 break; case 2: - delitem Wurtizite, 5; + delitem Wurtzite, 5; getitem Graphene, 1; break; case 3: |