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_lighthalzen.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_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 26b7de092..8709629b0 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -4428,13 +4428,13 @@ lighthalzen,346,263,3 script Elder#lhz 4_F_EINOLD,{ mes "You must remember the"; mes "locations that I am about"; mes "to show you. Get ready..."; - specialeffect2 EF_SIGHT; + specialeffect(EF_SIGHT, AREA, playerattached()); next; mes "[Elder]"; mes "Yaaaaappp ---!"; - specialeffect2 EF_SIGHTRASHER; - specialeffect2 EF_VOLCANO; - specialeffect2 EF_MAPPILLAR; + specialeffect(EF_SIGHTRASHER, AREA, playerattached()); + specialeffect(EF_VOLCANO, AREA, playerattached()); + specialeffect(EF_MAPPILLAR, AREA, playerattached()); next; mes "[Elder]"; mes "There! The locations"; @@ -4546,11 +4546,11 @@ lighthalzen,346,263,3 script Elder#lhz 4_F_EINOLD,{ mes "......"; mes "........."; mes "Hooooooo..."; - specialeffect2 EF_BENEDICTIO; + specialeffect(EF_BENEDICTIO, AREA, playerattached()); next; mes "[Elder]"; mes "Yaaaaapp ---!"; - specialeffect2 EF_ASPERSIO; + specialeffect(EF_ASPERSIO, AREA, playerattached()); next; mes "[Elder]"; mes "Whew! I've managed"; @@ -4837,7 +4837,7 @@ lhz_in03,32,162,3 script Crippled Girl#li_tre 1_M_INNKEEPER,{ mes "old pendant"; mes "into her hands.^000000"; next; - specialeffect2 EF_FORESTLIGHT4; + specialeffect(EF_FORESTLIGHT4, AREA, playerattached()); mes "..............."; next; mes "["+strcharinfo(PC_NAME)+"]"; @@ -5033,7 +5033,7 @@ lhz_in03,32,162,3 script Crippled Girl#li_tre 1_M_INNKEEPER,{ mes "old pendant"; mes "into her hands.^000000"; next; - specialeffect2 EF_FORESTLIGHT4; + specialeffect(EF_FORESTLIGHT4, AREA, playerattached()); mes "......"; next; mes "["+strcharinfo(PC_NAME)+"]"; @@ -5203,7 +5203,7 @@ OnTouch_: mes "............."; next; mes "*Shhhzzzzzzz!*"; - specialeffect2 EF_MAPPILLAR; + specialeffect(EF_MAPPILLAR, AREA, playerattached()); next; mes "[????]"; mes "..........."; |