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/quests_13_2.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/quests_13_2.txt')
-rw-r--r-- | npc/quests/quests_13_2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 5769206a7..abbbadac8 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -7616,7 +7616,7 @@ OnInit: enablenpc "#mj01_01"; end; -.@get_stone: +OnTouch: if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { if (countitem(6077) < 10) { specialeffect EF_COUPLECASTING; @@ -7688,7 +7688,7 @@ OnInit: enablenpc "#mj01_02"; end; -.@get_stone: +OnTouch: if ((ep13_2_tre == 2) && (countitem(6076) == 1)) { if (countitem(6077) < 10) { specialeffect EF_COUPLECASTING; |