From 5455fd1184e75c9192a1f6f84355851a01258e48 Mon Sep 17 00:00:00 2001 From: Vicious Date: Mon, 27 Mar 2006 02:15:34 +0000 Subject: constant-fied! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/new_hats_0625.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/quests/newgears/new_hats_0625.txt') 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; } -- cgit v1.2.3-70-g09d2