diff options
author | kobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-11 10:29:30 +0000 |
---|---|---|
committer | kobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-11 10:29:30 +0000 |
commit | c223cdc21f0e35f8b608b07dcbe6cddc1bf02b8b (patch) | |
tree | 3f3a682522584b93c0bfdb5d0fc2a643df9d86a6 /npc/quests/quests_morocc.txt | |
parent | bec47063c7e1ab4587aef0aca40bd2ee9641f55f (diff) | |
download | hercules-c223cdc21f0e35f8b608b07dcbe6cddc1bf02b8b.tar.gz hercules-c223cdc21f0e35f8b608b07dcbe6cddc1bf02b8b.tar.bz2 hercules-c223cdc21f0e35f8b608b07dcbe6cddc1bf02b8b.tar.xz hercules-c223cdc21f0e35f8b608b07dcbe6cddc1bf02b8b.zip |
Corrected minor typo in item_db and removed dupe items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@121 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-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;
|