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/quests/quests_juperos.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/quests/quests_juperos.txt')
-rw-r--r-- | npc/quests/quests_juperos.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 558c80860..de7bccb43 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -1656,7 +1656,7 @@ OnTouch: mes "Ahhhh..."; mes "It feels like"; mes "I'm floating..."; - specialeffect2 EF_LIGHTSPHERE; + specialeffect(EF_LIGHTSPHERE, AREA, playerattached()); close2; stopnpctimer; warp "juperos_02",128,278; @@ -1733,7 +1733,7 @@ OnMyMobDead: mapannounce "juperos_02","Have you come seeking Juperos?! It no longer exists...",bc_map,"0xFF0000"; else if (.MyMobs == 0) { mapannounce "juperos_02","Have you come to see me? Fine! Find me first!",bc_map,"0xFF0000"; - specialeffect2 563; + specialeffect(563, AREA, playerattached()); soundeffectall "earth_quake.wav",0; disablenpc "3F Gate Switch#jupe"; donpcevent "Restricted Area#jupe::OnEnable"; @@ -4303,7 +4303,7 @@ jupe_ele_r,51,98,0 script Switch#ufe CLEAR_NPC,{ disablenpc "Switch#ufe"; enablenpc "Switch On#ufe"; initnpctimer; - specialeffect2 563; + specialeffect(563, AREA, playerattached()); soundeffectall "earth_quake.wav",0; close2; cutin "5-1",255; @@ -4912,7 +4912,7 @@ OnTouch: next; switch(select("Use it.", "Ignore it.")) { case 1: - specialeffect2 EF_LIGHTSPHERE; + specialeffect(EF_LIGHTSPHERE, AREA, playerattached()); close2; stopnpctimer; warp "juperos_02",130,142; |