diff options
Diffstat (limited to 'npc/quests/seals/brisingamen_seal.txt')
-rw-r--r-- | npc/quests/seals/brisingamen_seal.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt index 815459c41..6976517ce 100644 --- a/npc/quests/seals/brisingamen_seal.txt +++ b/npc/quests/seals/brisingamen_seal.txt @@ -3226,7 +3226,7 @@ OnTouch: mes "Go, Lowen!"; mes "Cast Grand Cross, now!^000000"; next; - specialeffect(EF_BEGINSPELL7, AREA, getnpcid(0, "#lowen")); + specialeffect EF_BEGINSPELL7,AREA,"#lowen"; mapannounce "que_god02","Mwahaha! Mortals are such fools...",0,0xA8A8A8; donpcevent "#brisinsummon::OnDoppel1Off"; donpcevent "#brisinsummon::OnDoppel2On"; @@ -3237,7 +3237,7 @@ OnTouch: mes "[" + strcharinfo(PC_NAME) + "]"; mes " ??!!!"; next; - specialeffect(EF_BEGINSPELL7, AREA, getnpcid(0, "#doppelganger2")); + specialeffect EF_BEGINSPELL7,AREA,"#doppelganger2"; mes "[Male Voice]"; mes "Lowen!"; mes "Noooooooooo!!!"; @@ -3369,7 +3369,7 @@ que_god02,178,127,3 script Valkyrie#1 4_F_VALKYRIE,{ next; mes "[Valkyrie]"; mes "Your soul and spirit will be reborn in Valhalla as a holy warrior preparing for the holy war."; - specialeffect(EF_BLESSING, AREA, playerattached()); + specialeffect2 EF_BLESSING; next; mes "[Valkyrie]"; mes "And..."; @@ -3454,7 +3454,7 @@ que_god02,178,127,3 script Valkyrie#1 4_F_VALKYRIE,{ mes "[Valkyrie]"; mes "Your soul and"; mes "spirit will be reborn in Valhalla as a holy warrior preparing for the holy war."; - specialeffect(EF_BLESSING, AREA, playerattached()); + specialeffect2 EF_BLESSING; next; mes "[Valkyrie]"; mes "And..."; @@ -4443,7 +4443,7 @@ mjolnir_09,87,129,3 script Berling#1 4_M_DWARF,{ next; mes "[Berling]"; mes "Memorize all five lines of this song exactly. Now take this golden teardrop and please seek out Grer."; - specialeffect(EF_IMPOSITIO, AREA, playerattached()); + specialeffect2 EF_IMPOSITIO; god_brising = 44; close2; hideonnpc "Berling#1"; |