diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_morocc.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 7973285d5..5551108b2 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -38,7 +38,7 @@ morocc_in.gat,142,100,4 script William 89,{ mes "[William]";
mes "For us to make you a ^3355FF'Stop Post'^000000, we will need:";
mes "^3355FF91100 Zeny,";
- mes "50 Wooden Blocks,";
+ mes "50 Trunks,";
mes "and 1 Black Dyestuffs^000000.";
next;
if((countitem(1019) >= 50) && (countitem(983) >= 1) && (Zeny >= 91100)) goto sL_GetPost;
@@ -85,7 +85,7 @@ morocc_in.gat,76,163,4 script Alchemist 64,{ next;
mes "[Marius]";
mes "For us to make you a ^3355FF'Binoculars'^000000, we will need:";
- mes "^3355FF50.000 Zeny,";
+ mes "^3355FF50,000 Zeny,";
mes "100 Steel,";
mes "and 1 Geek Glasses.^000000.";
next;
@@ -113,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, 50.000 Zeny and 100 Steel^000000.";
+ mes "^3355FF1 pair of Geek Glasses, 50,000 Zeny and 100 Steel^000000.";
emotion 6;
close;
|