summaryrefslogtreecommitdiff
path: root/npc/003-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-29 09:17:37 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-29 09:51:13 -0300
commitc09a3533f1d856ae3b3945902409bd0b5a537c5d (patch)
tree9507a6fc9d41ed16a0f9de20267e1f93839585c4 /npc/003-5
parent639e28421443199264c35c0426e2262de40cc2c7 (diff)
downloadserverdata-c09a3533f1d856ae3b3945902409bd0b5a537c5d.tar.gz
serverdata-c09a3533f1d856ae3b3945902409bd0b5a537c5d.tar.bz2
serverdata-c09a3533f1d856ae3b3945902409bd0b5a537c5d.tar.xz
serverdata-c09a3533f1d856ae3b3945902409bd0b5a537c5d.zip
Prepare to rewrite stuff to finish item from RoadMap.
Diffstat (limited to 'npc/003-5')
-rw-r--r--npc/003-5/jeweler.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt
index 56a13ff56..e2cf8b01c 100644
--- a/npc/003-5/jeweler.txt
+++ b/npc/003-5/jeweler.txt
@@ -28,14 +28,16 @@ L_Menu:
L_Craft:
mes "";
mesn;
- mesq l("Of course, you can trade a couple of @@ for a @@.", getitemlink(GoldPieces), getitemlink(GoldenRing));
+ mesq l("Of course, you can trade a @@, with 200 GP, for a @@.", getitemlink(GoldPieces), getitemlink(GoldenRing));
next;
menu
- rif(countitem(GoldPieces) >= 2, l("")), -,
+ rif(countitem(GoldPieces) >= 1 && Zeny >= 200, l("Yes, deal. Gimme the ring.")), -,
l("...I'll be back later."), L_Close;
inventoryplace GoldenRing, 1;
delitem GoldPieces, 2;
+ Zeny=Zeny-200;
+
getitem GoldenRing, 1;
getexp 100, 25;
mes "";