summaryrefslogtreecommitdiff
path: root/npc/quests/quests_morocc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-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;