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/cities/gonryun.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/cities/gonryun.txt')
-rw-r--r-- | npc/cities/gonryun.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/cities/gonryun.txt b/npc/cities/gonryun.txt index 69f041b8f..c526894f9 100644 --- a/npc/cities/gonryun.txt +++ b/npc/cities/gonryun.txt @@ -139,7 +139,7 @@ gon_in.gat,165,16,4 script Drunkard 748,{ mes "[Sorubun]";
mes "Oh my head! I had too much to drink yesterday and passed out right here on the table.";
mes "The manager told me that I shouldn't drink anymore and I should have listened.";
- emotion 19;
+ emotion e_swt2;
next;
mes "[Sorubun]";
mes "Wow, the drinks here are strong! Much stronger than anything we have back home.";
@@ -155,7 +155,7 @@ gonryun.gat,139,142,6 script Girl 772,{ next;
mes "[Sanfayon]";
mes "I have been so afraid of the foreigners.....";
- emotion 16;
+ emotion e_wah;
close;
}
@@ -211,7 +211,7 @@ gon_in.gat,18,27,4 script Elder's Wife 771,{ gon_in.gat,17,93,4 script Village Elder 775,{
mes "[Sayoumun]";
- emotion 45;
+ emotion e_yawn;
mes "Zzzzzzzzzzz.......";
next;
mes "[Sayoumun]";
@@ -242,7 +242,7 @@ gonryun.gat,119,111,4 script Chen Wan Sok 89,{ //===============================================================================
gonryun.gat,100,241,5 script Unsociable Man 733,{
- emotion 9;
+ emotion e_dots;
mes "[Saunso]";
mes "I am too busy to talk, come back later!";
close;
@@ -286,7 +286,7 @@ gonryun.gat,237,225,4 script Hanyon Kyou 776,{ gonryun.gat,51,101,4 script Gaiysonchoru 778,{
mes "[Gaiysonchoru]";
- emotion 4;
+ emotion e_swt;
mes "..............";
next;
mes "[Gaiysonchoru]";
|