diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-08 03:26:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-08 03:26:31 +0000 |
commit | 8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b (patch) | |
tree | 0c83fb8133caa0e75751a50860b94c802b8dd39f /npc/quests/The_Sign_Quest.txt | |
parent | 0cd74db12dfb1bf98de19134ca7760182ecc2384 (diff) | |
download | hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.gz hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.bz2 hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.xz hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.zip |
* A few minor bugs fixed. :3
- Fixed npc in okolnir quest using non-existant event. (Bugreport:3085)
- Translated non-translated lines in Okolnir quest.
- Fixed Asprika quest giving Brynhild requirement message.
- Added missing warps for The Sign quest. (Bugreport:3295)
- Corrected time check for Sir Jore in the Sign Quest.
* Updated warps for 13.1 maps.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13940 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 6e3e5ad7d..4c9bb54c7 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) //===== Current Version: ===================================== -//= 3.0 +//= 3.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= Due to the incompatabity of the old script with this //= version, variables will attmept to be translated to the //= new version, however it is untested. +//= 3.1 Corrected time check for Sir Jore. [L0ne_W0lf] //============================================================ //============================================================ @@ -2648,7 +2649,7 @@ aldeba_in,139,103,5 script Monograph#sign 111,{ aldeba_in,155,101,3 script Sir Jore#sign 805,7,7,{ callfunc "F_UpdateSignVars"; - if ((gettime(3) > 17) && (gettime(3) < 22)) { + if ((gettime(3) > 16) && (gettime(3) < 22)) { if (sign_q == 15) { mes "["+ strcharinfo(0) +"]"; mes "Excuse me..."; |