diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-18 16:19:48 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-18 16:19:48 +0000 |
commit | 8c1c619777b748ee3c3603af77c693f9dee7f8c1 (patch) | |
tree | fb4d3099057d46c212c39d83773a6bd425b9abcb /npc/quests/quests_moscovia.txt | |
parent | d01a5d2ef2fc56e76d483cc4d14d61955f6ec36c (diff) | |
download | hercules-8c1c619777b748ee3c3603af77c693f9dee7f8c1.tar.gz hercules-8c1c619777b748ee3c3603af77c693f9dee7f8c1.tar.bz2 hercules-8c1c619777b748ee3c3603af77c693f9dee7f8c1.tar.xz hercules-8c1c619777b748ee3c3603af77c693f9dee7f8c1.zip |
Applied patch from Dani to change NPC emotion events to use the updated emotion command. (bugreport:4318)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14347 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 80401a779..f62e8beb2 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -4529,8 +4529,8 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{ mes "Good, play it right away!"; next; soundeffect "mos_gusli2.wav",0; - donpcevent "Csar Alexsay III#npc::OnEmoteAg"; - donpcevent "Prime Minister Dmitree#m::OnEmoteAg"; + emotion e_ag,0,"Csar Alexsay III#npc"; + emotion e_ag,0,"Prime Minister Dmitree#m"; mes "[Csar Alexsay III]"; mes "Um... What is this? Do you mock me?"; mes "You are so impudent... You...!"; @@ -4646,8 +4646,8 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{ mes "played, all the people in the"; mes "Csar's Palace fall in with the tune.-"; next; - donpcevent "Csar Alexsay III#npc::OnEmoteSob"; - donpcevent "Prime Minister Dmitree#m::OnEmoteSob"; + emotion e_sob,0,"Csar Alexsay III#npc"; + emotion e_sob,0,"Prime Minister Dmitree#m"; mes "[Csar Alexsay III]"; mes "Oh! I can't hear without tears."; mes "That's a sad tune."; @@ -4721,14 +4721,6 @@ mosk_in,131,92,3 script Csar Alexsay III#npc 965,{ close; } } - - OnEmoteAg: - emotion e_ag; - end; - - OnEmoteSob: - emotion e_sob; - end; } //---------------------------------------------------------------------------- @@ -5164,7 +5156,7 @@ mosk_in,144,279,5 script Gallina#mos 959,{ mes "[Gallina]"; mes "It's because you didn't look after your brother. So you clean the house, Anna?"; next; - donpcevent "Anna#mos::OnEmoteSob"; + emotion e_sob,0,"Anna#mos"; mes "[Anna]"; mes "Oh, my................"; next; @@ -5282,10 +5274,6 @@ mosk_in,144,279,5 script Gallina#mos 959,{ mes "I think that will be great!"; close; } - - OnEmoteSob: - emotion e_sob; - end; } //---------------------------------------------------------------------------- |