From 8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 8 Jul 2009 03:26:31 +0000 Subject: * 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 --- npc/quests/The_Sign_Quest.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests/The_Sign_Quest.txt') 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..."; -- cgit v1.2.3-60-g2f50