diff options
Diffstat (limited to 'npc/quests/seals/brisingamen_seal.txt')
-rw-r--r-- | npc/quests/seals/brisingamen_seal.txt | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/npc/quests/seals/brisingamen_seal.txt b/npc/quests/seals/brisingamen_seal.txt index 9c3117c53..6e52c0651 100644 --- a/npc/quests/seals/brisingamen_seal.txt +++ b/npc/quests/seals/brisingamen_seal.txt @@ -3160,18 +3160,11 @@ que_god02,173,58,4 script #doppelganger1 739,{ } que_god02,175,55,4 script #doppelganger2 739,{ - -OnCast: - specialeffect EF_BEGINSPELL7; end; } que_god02,175,54,1 script #lowen 745,{ end; - -OnCast: - specialeffect EF_BEGINSPELL7; - end; } que_god02,178,49,1 script #knight1 751,{ @@ -3244,7 +3237,7 @@ OnTouch: mes "Go, Lowen!"; mes "Cast Grand Cross, now!^000000"; next; - donpcevent "#lowen::OnCast"; + specialeffect EF_BEGINSPELL7,AREA,"#lowen"; mapannounce "que_god02","Mwahaha! Mortals are such fools...",0,0xA8A8A8; donpcevent "#brisinsummon::OnDoppel1Off"; donpcevent "#brisinsummon::OnDoppel2On"; @@ -3255,7 +3248,7 @@ OnTouch: mes "[" + strcharinfo(0) + "]"; mes " ??!!!"; next; - donpcevent "#doppelganger2::OnCast"; + specialeffect EF_BEGINSPELL7,AREA,"#doppelganger2"; mes "[Male Voice]"; mes "Lowen!"; mes "Noooooooooo!!!"; |