diff options
Diffstat (limited to 'npc/quests/seals/megingard_seal.txt')
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 228268602..96a634a4e 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -3186,27 +3186,27 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{ mes "imbue you with the"; mes "^666666last vestiges of my strength^000000..."; specialeffect EF_BEGINSPELL5; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "May the heavens"; mes "answer me as I call upon the"; mes "light of justice that empowers the defenders of truth, and threaten the enemies of peace."; specialeffect EF_BEGINSPELL6; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "May you always shine with"; mes "the light of truth. Let the light within you eradicate the shadows"; mes "of deception, fear and malice."; specialeffect EF_BEGINSPELL6; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "By the holy power"; mes "invested in me, I humbly bestow upon you my remaining strength. Fight honorably, and do not lose sight of righteousness."; specialeffect EF_LOCKON; - specialeffect2 EF_HOLYCROSS; + specialeffect(EF_HOLYCROSS, AREA, playerattached()); god_eremes = 27; if (RENEWAL_EXP) { if (BaseLevel < 56) getexp 2700,0; @@ -3244,27 +3244,27 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{ mes "imbue you with the"; mes "^666666last vestiges of my strength^000000..."; specialeffect EF_BEGINSPELL5; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "May the heavens"; mes "answer me as I call upon the"; mes "light of justice that empowers the defenders of truth, and threaten the enemies of peace."; specialeffect EF_BEGINSPELL6; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "May you always shine with"; mes "the light of truth. Let the light within you eradicate the shadows"; mes "of deception, fear and malice."; specialeffect EF_BEGINSPELL6; - specialeffect2 EF_HOLYHIT; + specialeffect(EF_HOLYHIT, AREA, playerattached()); next; mes "[Egnigem]"; mes "By the holy power"; mes "invested in me, I humbly bestow upon you my remaining strength. Fight honorably, and do not lose sight of righteousness."; specialeffect EF_LOCKON; - specialeffect2 EF_HOLYCROSS; + specialeffect(EF_HOLYCROSS, AREA, playerattached()); god_eremes = 27; if (RENEWAL_EXP) { if (BaseLevel < 56) getexp 2700,0; |