From d01a5d2ef2fc56e76d483cc4d14d61955f6ec36c Mon Sep 17 00:00:00 2001 From: brianluau Date: Fri, 18 Jun 2010 05:05:33 +0000 Subject: - Fixed some emotions triggering on the wrong npc. (bugreport:4303) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14346 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_lighthalzen.txt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'npc/quests/quests_lighthalzen.txt') diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index f97b24a86..fa86b1170 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -3999,7 +3999,7 @@ OnTouch: mes "you've finally agreed"; mes "to join us. Welcome!"; next; - donpcevent "#Varmunt::OnEmote"; + emotion e_swt; mes "[Varmunt]"; mes "Well, I don't know if I agree"; mes "with this company's policies,"; @@ -4007,7 +4007,7 @@ OnTouch: mes "seems to be an opportunity that"; mes "comes once in a lifetime, so..."; next; - donpcevent "#Rekenber::OnEmote"; + emotion e_ok,0,"#Rekenber"; mes "[??]"; mes "To be honest, this project"; mes "can only be a success with"; @@ -4127,10 +4127,6 @@ OnTouch: } warp "lhz_in01",206,129; end; - -OnEmote: - emotion e_swt; - end; } lhz_que01,29,24,3 script #Rekenber 754,{ @@ -4144,7 +4140,7 @@ OnTouch: mes "you've finally agreed"; mes "to join us. Welcome!"; next; - donpcevent "#Varmunt::OnEmote"; + emotion e_swt,0,"#Varmunt"; mes "[Varmunt]"; mes "Well, I don't know if I agree"; mes "with this company's policies,"; @@ -4152,7 +4148,7 @@ OnTouch: mes "seems to be an opportunity that"; mes "comes once in a lifetime, so..."; next; - donpcevent "#Rekenber::OnEmote"; + emotion e_ok; mes "[??]"; mes "To be honest, this project"; mes "can only be a success with"; @@ -4272,10 +4268,6 @@ OnTouch: } warp "lhz_in01",206,129; end; - -OnEmote: - emotion e_ok; - end; } lhz_in01,282,166,0 script #kiz10 -1,3,3,{ -- cgit v1.2.3-70-g09d2