summaryrefslogtreecommitdiff
path: root/npc/quests/quests_umbala.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-18 16:19:48 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-18 16:19:48 +0000
commit8c1c619777b748ee3c3603af77c693f9dee7f8c1 (patch)
treefb4d3099057d46c212c39d83773a6bd425b9abcb /npc/quests/quests_umbala.txt
parentd01a5d2ef2fc56e76d483cc4d14d61955f6ec36c (diff)
downloadhercules-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_umbala.txt')
-rw-r--r--npc/quests/quests_umbala.txt12
1 files changed, 2 insertions, 10 deletions
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt
index 9d53a4b5e..805950f40 100644
--- a/npc/quests/quests_umbala.txt
+++ b/npc/quests/quests_umbala.txt
@@ -1034,14 +1034,6 @@ um_in,139,48,5 script Phrenetan 783,{
close;
}
end;
-
-OnEmoteOmg:
- emotion e_omg;
- end;
-
-OnEmoteRock:
- emotion e_rock;
- end;
}
um_in,144,45,5 script Umpokoriohtan 789,{
@@ -1077,7 +1069,7 @@ um_in,144,45,5 script Umpokoriohtan 789,{
mes "...........";
mes "My back--!";
mes "Simmer down, baby, your turn is comin' in a minute~";
- donpcevent "Phrenetan::OnEmoteRock";
+ emotion e_rock,0,"Phrenetan";
emotion e_swt;
close;
}
@@ -1106,7 +1098,7 @@ um_in,144,45,5 script Umpokoriohtan 789,{
mes "Baby, why you gotta be rough?";
mes "Hit me gently, ya dig??";
mes "I don't mean to hurt you~";
- donpcevent "Phrenetan::OnEmoteOmg";
+ emotion e_omg,0,"Phrenetan";
emotion e_wah;
close;
}