summaryrefslogtreecommitdiff
path: root/npc/quests/newgears
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 02:15:34 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 02:15:34 +0000
commit5455fd1184e75c9192a1f6f84355851a01258e48 (patch)
treec3fc985a7b90c06308f272d551d8e7289485a14b /npc/quests/newgears
parent3633262bf2d8db0dd3bd51370826120371aac4a0 (diff)
downloadhercules-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/newgears')
-rw-r--r--npc/quests/newgears/new_hats_0625.txt10
-rw-r--r--npc/quests/newgears/orc_hero_helm.txt10
2 files changed, 10 insertions, 10 deletions
diff --git a/npc/quests/newgears/new_hats_0625.txt b/npc/quests/newgears/new_hats_0625.txt
index 90809b4c2..40510c5e8 100644
--- a/npc/quests/newgears/new_hats_0625.txt
+++ b/npc/quests/newgears/new_hats_0625.txt
@@ -117,14 +117,14 @@ lighthalzen.gat,180,88,4 script Rich Girl 818,{
next;
mes "[Rich Girl]";
mes "Do you have a grandma?";
- emotion 20;
+ emotion e_hmm;
next;
mes "[Rich Girl]";
mes "Really? I'm sorry. Do you like wolves?";
next;
mes "[Rich Girl]";
mes "Ha! I knew it! And... my last question. Would you like to put on something reddish?";
- emotion 1;
+ emotion e_what;
next;
mes "[Rich Girl]";
mes "Just kidding, Have you ever read 'Red-Hood'? I can make to you the very same ^FF3300Red Bonnet^000000.";
@@ -166,7 +166,7 @@ L_EXIT:
lighthalzen.gat,360,310,4 script Boy 818,{
mes "[Boy]";
mes "...MA...Ma..ma...";
- emotion 43;
+ emotion e_slur;
next;
menu "Wow! Give me a Baby Pacifier!",-,"Nice Boy!",L_EXIT;
@@ -184,14 +184,14 @@ lighthalzen.gat,360,310,4 script Boy 818,{
delitem 941,1; // Nose Ring
mes "[Boy]";
mes "Th-anke...";
- emotion 43;
+ emotion e_slur;
getitem 5110,1; // Baby Pacifier
next;
L_EXIT:
mes "[Boy]";
mes "...B...Bye...";
- emotion 28;
+ emotion e_sob;
close;
}
diff --git a/npc/quests/newgears/orc_hero_helm.txt b/npc/quests/newgears/orc_hero_helm.txt
index f059de6ca..95093c437 100644
--- a/npc/quests/newgears/orc_hero_helm.txt
+++ b/npc/quests/newgears/orc_hero_helm.txt
@@ -18,7 +18,7 @@ gef_fild10.gat,131,274,4 script Orc Warrior 1023,{
if(ORC_HERO_HELM_Q==2) goto Q2;
if(ORC_HERO_HELM_Q==3) goto Q3;
if(ORC_HERO_HELM_Q==4) goto Q4;
- emotion 6;
+ emotion e_an;
mes "[Orc Warrior]";
mes "What does an human here? Cheeit!";
mes "Here are only true Orc Warriors! Get out of our village!";
@@ -57,7 +57,7 @@ Q1_allitem:
set ORC_HERO_HELM_Q2,0;
close;
Q1_noitem:
- emotion 6;
+ emotion e_an;
mes "Cheeit! I told ya to bring me back 10,000 Jellopies, and you don't have even one!";
close;
Q2:
@@ -70,7 +70,7 @@ Q2:
set ORC_HERO_HELM_Q2,0;
close;
Q2_noitem:
- emotion 6;
+ emotion e_an;
mes "Ya couldn't win against my brother warriors ? Stay away until ya find those 100 Orcish Vouchers! Cheeit!";
close;
Q3:
@@ -95,7 +95,7 @@ Q3_allitem:
mes "Now, ya'll have to fight our best warlords and heroes! Bring me 100 Heroic Emblems and I'll give ya your helm.";
close;
Q3_noitem:
- emotion 6;
+ emotion e_an;
mes "Bringing me back at least one of those 10,000 Orcish Vouchers is too hard for ya, poor human? Go out of there, then! Cheeit!";
close;
Q4:
@@ -117,7 +117,7 @@ Q4:
mes "Here ya are! Wear it and be proud to be one of the mightiest Orc Heroes! Cheeit!";
close;
Q4_noitem:
- emotion 6;
+ emotion e_an;
mes "No? Ya miss items... I was sure that ya weren't really a hero!";
close;
} \ No newline at end of file