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/obb_quest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/obb_quest.txt') diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index 498cc1b25..76aa2517b 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -119,7 +119,7 @@ L_YES: if(countitem(636)<2) goto L_NOITM;//Items: No_Recipient, delitem 636,2;//Items: No_Recipient, mes "Thank you, that's all I need."; - emotion 15; + emotion e_thx; next; mes "[Jacob]"; set obb_quest, 2; @@ -130,7 +130,7 @@ L_DONE: L_NOITM: mes "Pardon, but I do really need these two ^0000FFNo Recipients^000000."; - emotion 20; + emotion e_hmm; close; L_END: @@ -181,7 +181,7 @@ L_CREATE2: getitem 603,1;//Items: Old_Blue_Box, mes "[Old Greek]"; mes "Here's your Box!"; - emotion 21; + emotion e_no1; next; menu "Make another!",L_CREATE2, "It's enough.",-; -- cgit v1.2.3-70-g09d2