diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-22 22:09:11 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-22 22:09:11 +0000 |
commit | d24c00ac556a924dd79f674db88a8cb812d74640 (patch) | |
tree | b66266fbe98064a2a41b83e6d0dd82337d13640d /npc/quests/seals/brisingamen_seal.txt | |
parent | 179da2f41411d5af47c0319ddda5b484eb07ff51 (diff) | |
download | hercules-d24c00ac556a924dd79f674db88a8cb812d74640.tar.gz hercules-d24c00ac556a924dd79f674db88a8cb812d74640.tar.bz2 hercules-d24c00ac556a924dd79f674db88a8cb812d74640.tar.xz hercules-d24c00ac556a924dd79f674db88a8cb812d74640.zip |
* Added support for NPC names in the 'specialeffect' script command, go go copy/paste!
* Updated several NPCs to use the updated specialeffect command, updated more NPCs to use the updated emotion command.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14353 54d463be-8e91-2dee-dedb-b68131a5f0ec
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!!!"; |