diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
commit | 5455fd1184e75c9192a1f6f84355851a01258e48 (patch) | |
tree | c3fc985a7b90c06308f272d551d8e7289485a14b /npc/quests/quests_morocc.txt | |
parent | 3633262bf2d8db0dd3bd51370826120371aac4a0 (diff) | |
download | hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.gz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.bz2 hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.xz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.zip |
constant-fied!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 72de70064..b956b20cb 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -52,7 +52,7 @@ morocc_in.gat,142,100,4 script William 89,{ mes "[William]";
mes "Here you are! A hand made, one of a kind, ^3355FF'Stop Post '^000000! Thank you for your patronage!";
getitem 2272,1;
- emotion 15;
+ emotion e_thx;
close;
M_End:
@@ -79,7 +79,7 @@ morocc_in.gat,76,163,4 script Alchemist 64,{ next;
mes "[Marius]";
mes "............... What's this? You don't seem interested in what I have to say?? I don't think you realize what I'm talking about!";
- emotion 20;
+ emotion e_hmm;
next;
mes "[Marius]";
mes "For us to make you a ^3355FF'Binoculars'^000000, we will need:";
@@ -112,12 +112,12 @@ 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.";
- emotion 6;
+ emotion e_an;
close;
M_End:
mes "[Marius]";
mes "Hey you! You DARE IGNORE ME!! I am MARIUS the alchemist of ALCHEMISTS!!!!!";
- emotion 23;
+ emotion e_omg;
close;
}
|