From c7ee688020983ae148eabb853b7cf5bae00fd32d Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 17 Mar 2008 17:51:33 +0000 Subject: Corrected variable used in Lighthalzen quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12388 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/quests_lighthalzen.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3ef345398..047fbb331 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2008/03/17 + * Rev. 12387 Corrected variable used in Lighthalzen quest. [L0ne_W0lf] * Rev. 12387 Corrected small error in St. Patrick's Day event. [L0ne_W0lf] 2008/03/16 * Rev. 12380 Updated Divorce script. [L0ne_W0lf] diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index d69196b30..9fc741ecf 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -4,7 +4,7 @@ //= Persian, Vicious_Pucca, aoa00, Evera, MasterOfMupppets, //= Lupus, Lord Gywall //===== Current Version: ===================================== -//= 4.1 +//= 4.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -64,6 +64,7 @@ //= 3.9 Added Rekenber Job quest. Don't know why it hasn't been there before though. [SinSloth] //= 4.0 Updated several NPCs to Official (iRO) dialog, and restrucured. [L0ne_W0lf] //= 4.1 Updated Dungeon quest, and Friendhsip quest to 10.3 standards. [L0ne_W0lf] +//= 4.2 Fixed wrong variable type in use in "Box#cube1". [L0ne_W0lf] //============================================================ lighthalzen,1,1,7 script sneakAddSuber -1,{ @@ -1715,7 +1716,7 @@ lhz_cube,248,193,0 script Box#cube1 111,{ close; } } - else if (@lhz_secret01 == 10 && @lhz_secret02 == 5 && @lhz_secret03 == 4 && @lhz_sincube != 10) { + else if (@lhz_secret01 == 10 && @lhz_secret02 == 5 && @lhz_secret03 == 4 && lhz_sincube != 10) { mes "^3355FFYou find a box with"; mes "three distinctively"; mes "shaped holes that"; -- cgit v1.2.3-70-g09d2