diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 16:27:46 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:29 -0400 |
commit | 7a538d27ee8f9194a9fc4988197d90b51e23f32b (patch) | |
tree | 36dc646be1ba2a4c1b16af813d0626a375a6b3bb /npc/events | |
parent | 610ae47b9d0250ef9df5abd86c29f0f72c584910 (diff) | |
download | hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.gz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.bz2 hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.xz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.zip |
remove misceffect from npcs
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/christmas_2005.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/christmas_2005.txt b/npc/events/christmas_2005.txt index 2d34dc258..cba1581e0 100644 --- a/npc/events/christmas_2005.txt +++ b/npc/events/christmas_2005.txt @@ -108,7 +108,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~With the number one designer, Louise Kim,~"; mes "~you are the most blessed soul.~"; emotion e_ho; - misceffect EF_BLESSING; + specialeffect(EF_BLESSING); next; mes "-Immediately, she puts Rosary in an-"; mes "-unknown liquid and dissolves it.-"; @@ -120,7 +120,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~With the number one designer, Louise Kim,~"; mes "~you are the luckiest soul.~"; emotion e_ho; - misceffect EF_GLORIA; + specialeffect(EF_GLORIA); next; mes "-She starts sewing the hat with -"; mes "-a Cactus Needle and a thread.-"; @@ -131,7 +131,7 @@ xmas_in,89,92,5 script Louise Kim#designer 4_F_06,{ mes "~The most talented disigner,~"; mes "~L_O_U_I_S_E K_I_M~"; emotion e_lv; - misceffect EF_BENEDICTIO; + specialeffect(EF_BENEDICTIO); next; mes "[Designer Louise Kim]"; mes "Here!! All done~~"; @@ -408,7 +408,7 @@ prontera,155,285,3 script Enjoy#enjoy 4_M_MONK,{ donpcevent "Christ#christ02::OnCommandEmotion"; donpcevent "Mas#mas02::OnCommandEmotion"; donpcevent "Event#event02::OnCommandEmotion"; - misceffect EF_HITLINE2; + specialeffect(EF_HITLINE2); delitem Branch_Of_Dead_Tree,5; //Branch_of_Dead_Tree christ_solo05 = 6; donpcevent "Happymerry#happymerry02::OnCommandOff"; |