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/warps | |
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/warps')
-rw-r--r-- | npc/warps/fields/abyss_warper.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/warps/fields/abyss_warper.txt b/npc/warps/fields/abyss_warper.txt index 204c55842..fd8854234 100644 --- a/npc/warps/fields/abyss_warper.txt +++ b/npc/warps/fields/abyss_warper.txt @@ -78,7 +78,7 @@ hu_fild05,168,304,0 script Column#abyss1 HIDDEN_NPC,{ mes "violently shake.^000000"; specialeffect EF_BOWLINGBASH; donpcevent "AbyssWarp::OnWarp"; - specialeffect2 EF_PORTAL; + specialeffect(EF_PORTAL, AREA, playerattached()); delitem 1035,1; delitem 1036,1; delitem 1037,1; @@ -137,7 +137,7 @@ hu_fild05,171,211,0 script Column#abyss2 HIDDEN_NPC,1,1,{ mes "begin to slowly sink away...^000000"; next; specialeffect EF_BOWLINGBASH; - specialeffect2 EF_PORTAL; + specialeffect(EF_PORTAL, AREA, playerattached()); close2; warp "hu_fild05",169,305; end; @@ -159,7 +159,7 @@ hu_fild05,171,211,0 script Column#abyss2 HIDDEN_NPC,1,1,{ mes "are warped somewhere else...^000000"; next; specialeffect EF_BOWLINGBASH; - specialeffect2 EF_PORTAL; + specialeffect(EF_PORTAL, AREA, playerattached()); close2; warp "hu_fild05",157,284; end; |