summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorshadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-08 17:21:58 +0000
committershadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-08 17:21:58 +0000
commit76019add36182eedd5d2ddebfe3881758697d70d (patch)
treecc13c48a98a977ff013af9c097adec0ada790e84 /npc/quests
parentfcfe082bcdc833970cffe840cb275bad828aea8c (diff)
downloadhercules-76019add36182eedd5d2ddebfe3881758697d70d.tar.gz
hercules-76019add36182eedd5d2ddebfe3881758697d70d.tar.bz2
hercules-76019add36182eedd5d2ddebfe3881758697d70d.tar.xz
hercules-76019add36182eedd5d2ddebfe3881758697d70d.zip
Fixed A wrong label calling. Resulting in npc not ending the talk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@67 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/quests_morocc.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt
index 4fb200c20..7973285d5 100644
--- a/npc/quests/quests_morocc.txt
+++ b/npc/quests/quests_morocc.txt
@@ -84,12 +84,18 @@ morocc_in.gat,76,163,4 script Alchemist 64,{
emotion 20;
next;
mes "[Marius]";
+ mes "For us to make you a ^3355FF'Binoculars'^000000, we will need:";
+ mes "^3355FF50.000 Zeny,";
+ mes "100 Steel,";
+ mes "and 1 Geek Glasses.^000000.";
+ next;
+ mes "[Marius]";
mes "Oh c'mon! Don't be a jerk! What I'm talking about is REALLY COOL!!";
close;
M_Make:
mes "[Marius]";
- if(countitem(2243) < 1) || (countitem(999) < 100) goto sL_NotEnuf;
+ if((countitem(2243) < 1) || (countitem(999) < 100) || (Zeny < 50000)) goto sL_NotEnuf;
mes "Gr~~~~eat ! You'll definitely enjoy a pair of these!";
next;
mes "[Marius]";
@@ -107,7 +113,7 @@ morocc_in.gat,76,163,4 script Alchemist 64,{
sL_NotEnuf:
mes "Argggghhhhhhh !! You didn't bring enough items!! You need:";
- mes "^3355FF1 pair of Geek Glasses, and 100 Steel^000000.";
+ mes "^3355FF1 pair of Geek Glasses, 50.000 Zeny and 100 Steel^000000.";
emotion 6;
close;