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/bard_quest.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/bard_quest.txt')
-rw-r--r-- | npc/quests/bard_quest.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/bard_quest.txt b/npc/quests/bard_quest.txt index 79eca7720..173efeca8 100644 --- a/npc/quests/bard_quest.txt +++ b/npc/quests/bard_quest.txt @@ -92,7 +92,7 @@ geffen,132,38,3 script Bard#2 1_M_BARD,{ mes "Goddess, Idun."; mes "Keeper of the apples of youth"; mes "Goddess of immortality.^000000"; - specialeffect2 EF_STEAL; + specialeffect(EF_STEAL, AREA, playerattached()); next; mes "^483D8BEvery god never grows old."; mes "Idun, the wife of Bragi,"; @@ -114,7 +114,7 @@ geffen,132,38,3 script Bard#2 1_M_BARD,{ mes "Loki was careless once,"; mes "and made her lost to the gods."; mes "He was forced to get her back.^000000"; - specialeffect2 EF_STEAL; + specialeffect(EF_STEAL, AREA, playerattached()); next; mes "^483D8BMy goddess stands"; mes "In the field of Asgard"; @@ -132,7 +132,7 @@ geffen,132,38,3 script Bard#2 1_M_BARD,{ mes "You will be blessed"; mes "By every god...^000000"; next; - specialeffect2 EF_RESURRECTION; + specialeffect(EF_RESURRECTION, AREA, playerattached()); mes "^3355FFWhile listening to his song, you feel at ease, and your thoughts become clearer. You believe that you see the vision of an angel, and you gain some experience points.^000000"; gef_bard_q += 16; //30,31 if (RENEWAL_EXP) { @@ -200,7 +200,7 @@ geffen,132,38,3 script Bard#2 1_M_BARD,{ mes "Now, let me cast a spell..."; mes "*Mumble mumble...*"; next; - specialeffect2 EF_CONE; + specialeffect(EF_CONE, AREA, playerattached()); mes "^3355FFOn your left wrist, a crescent shaped mark glowing with a silver light appeared. It's only noticeable when you concentrate on finding it, but it might clearly appear under the moonlight.^000000"; next; mes "[Errende]"; @@ -1721,7 +1721,7 @@ morocc,134,111,3 script Bard#3 2_M_BARD_ORIENT,{ mes "Are one. 12 petals, our"; mes "Love finally blossoms.^000000"; next; - specialeffect2 EF_POISONREACT2; + specialeffect(EF_POISONREACT2, AREA, playerattached()); mes "^3355FFAfter the song, Kino smiles at you. You feel a sharp pain on your wrist. On the spot where the silver crescent was, you see a tiny black cross.^000000"; next; mes "[Kino Kitty]"; |