diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-21 15:21:51 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-21 15:21:51 +0000 |
commit | c70b3922ad11312e858266dc3f2a86cb97d11670 (patch) | |
tree | cec0c0e9dfb471b13b292194019ce65caa9ab08b /npc/quests/eye_of_hellion.txt | |
parent | 634861889132634336748ad9204e80e004b05809 (diff) | |
download | hercules-c70b3922ad11312e858266dc3f2a86cb97d11670.tar.gz hercules-c70b3922ad11312e858266dc3f2a86cb97d11670.tar.bz2 hercules-c70b3922ad11312e858266dc3f2a86cb97d11670.tar.xz hercules-c70b3922ad11312e858266dc3f2a86cb97d11670.zip |
Fixed bugreport:1390, bugreport:1394, bugreport:1396.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12624 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/eye_of_hellion.txt')
-rw-r--r-- | npc/quests/eye_of_hellion.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/eye_of_hellion.txt b/npc/quests/eye_of_hellion.txt index 0e5adec69..7cb76b69c 100644 --- a/npc/quests/eye_of_hellion.txt +++ b/npc/quests/eye_of_hellion.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.5 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= Tracking variable is not backwards compatable meaning //= you can again repeat this quest from the start. +//= 1.6 Fixed issue with #prt_key-1-1. [L0ne_W0lf] //============================================================ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{ @@ -1094,7 +1095,7 @@ prontera,223,82,0 script #prt_key-1 111,{ close; } -prontera,45,67,0 script #prt_key-1-1 -1,1,1,{ +prontera,45,67,0 script #prt_key-1-1 139,1,1,{ OnTouch: if (HELLIONQ == 40 || HELLIONQ == 41) { mes "[" + strcharinfo(0) + "]"; |