diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 16:04:52 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:26 -0400 |
commit | 610ae47b9d0250ef9df5abd86c29f0f72c584910 (patch) | |
tree | b23f335833732c22566c78f5211fbf34681fd59a /npc/events/easter_2010.txt | |
parent | 96e0a6ad736f4c31f7a722c20005e8ca3e991130 (diff) | |
download | hercules-610ae47b9d0250ef9df5abd86c29f0f72c584910.tar.gz hercules-610ae47b9d0250ef9df5abd86c29f0f72c584910.tar.bz2 hercules-610ae47b9d0250ef9df5abd86c29f0f72c584910.tar.xz hercules-610ae47b9d0250ef9df5abd86c29f0f72c584910.zip |
remove specialeffect2 from npcs
Diffstat (limited to 'npc/events/easter_2010.txt')
-rw-r--r-- | npc/events/easter_2010.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/easter_2010.txt b/npc/events/easter_2010.txt index 0ccd987cf..154fb95c5 100644 --- a/npc/events/easter_2010.txt +++ b/npc/events/easter_2010.txt @@ -95,7 +95,7 @@ prontera,202,297,3 script Rina#Easter 4_F_JOB_HUNTER,{ mes " "; mes "^787878( A mysterious atmosphere hangs in the air. )^000000"; next; - specialeffect2 EF_COUPLECASTING; + specialeffect(EF_COUPLECASTING, AREA, playerattached()); next; mes "[Rina]"; mes "Blah blah blah..."; @@ -104,7 +104,7 @@ prontera,202,297,3 script Rina#Easter 4_F_JOB_HUNTER,{ mes " "; mes "^787878( ... This is a strange spell. )^000000"; next; - specialeffect2 EF_SIGNUM; + specialeffect(EF_SIGNUM, AREA, playerattached()); mes "[Rina]"; mes "Haaaaah~"; mes "^800080Oath-taking ceremony^000000 is done enough now."; @@ -319,7 +319,7 @@ OnRelease: specialeffect EF_PATTACK; mes "- I found ^0000FFthe strange mark^000000. -"; next; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); mes "- I can definitely feel that"; mes "- ^0000FFRina^000000 has been released"; mes "- from the curse."; |