From 3f3b01c7d55277f4ee6ebbe04eea3c021b027d61 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 16 Aug 2010 17:09:33 +0000 Subject: * Fixed Flavius only needing 1 person on either side to start. * Updated the level 4 weapon quest to aegis conversion. * Corrected a variable typo in the dts_warper script. * Fixed a script hang in Hugel Temple Excavation quest. * Fixed Cat Hand Agent checks, and mysterious rock#31. * Corrected the two hour time limit for Sealed Shrine. * Corrected a few other minor issues in Sealed Shrine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14376 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/kafras/dts_warper.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/kafras/dts_warper.txt') diff --git a/npc/kafras/dts_warper.txt b/npc/kafras/dts_warper.txt index ffd28edd4..7aa6bb385 100644 --- a/npc/kafras/dts_warper.txt +++ b/npc/kafras/dts_warper.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Evera //===== Current Version: ===================================== -//= 2.7 +//= 2.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -52,6 +52,7 @@ //= 2.5 Converted from Aegis file. (11.3) [L0ne_W0lf] //= 2.6 Moved Morroc NPCs to Morroc Ruins. [L0ne_W0lf] //= 2.7 Fixed a typo, a - to a +. Not sure how that happened. [L0ne_w0lf] +//= 2.8 Corrected another typo this time in a variable. //============================================================ einbroch,246,70,0 script Vote Timer#ein -1,{ @@ -769,7 +770,7 @@ yuno,153,191,6 script Cool Event Staff#yuno::VotingStaffCCE 874,{ //} //else { if ($DTS_Result == 0) { - if (lhz_vote <= $DTRS_VoteCount) { + if (lhz_vote <= $DTS_VoteCount) { mes "[Cool Event Corp. Voting Staff]"; mes "Cool Event Corp.,"; mes "if chosen to provide the"; @@ -833,7 +834,7 @@ yuno,153,191,6 script Cool Event Staff#yuno::VotingStaffCCE 874,{ } } else if ($DTS_Result == 3) { - if (lhz_vote <= $DTRS_VoteCount) { + if (lhz_vote <= $DTS_VoteCount) { mes "[Cool Event Corp. Voting Staff]"; mes "Unfortunately, there wasn't"; mes "enough voter turnout in the"; -- cgit v1.2.3-60-g2f50