From 4634bcddb3d85d6f8b3d087ba973b301cec5c978 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 6 Nov 2007 05:13:03 +0000 Subject: Corrected aldeg_cas02 treasure room coordinates. Fixed bugreport:359 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11678 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/guild/aldeg/aldeg_managers.txt | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 1fcdc74ba..f48795cdc 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/11/05 + * Rev 11678 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf] * Rev 11677 Fixed errors in the Halloween 2006 event script. :P [L0ne_W0lf] * Rev 11676 Added the Halloween 2006 event script. [L0ne_W0lf] * Rev 11675 Added the Christmas 2005 event script. [L0ne_W0lf] diff --git a/npc/guild/aldeg/aldeg_managers.txt b/npc/guild/aldeg/aldeg_managers.txt index bd3b3d09a..ba2177ada 100644 --- a/npc/guild/aldeg/aldeg_managers.txt +++ b/npc/guild/aldeg/aldeg_managers.txt @@ -4,7 +4,7 @@ //= jAthena - kalen (1.0) //= 1.1 by Akaru, ho|yAnge|X, and Valaris //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena 0.1+; RO Episode 4+ //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.3 Removed Duplicates [Silent] //= 1.4 Updated Guardian positions and types. [L0ne_W0lf] //= Updated manager names, and some additional info +//= 1.5 Corrected aldeg_cas02 treasure room coordinates. [L0ne_W0lf] //============================================================ // Castle 1 ================================================================================== @@ -36,7 +37,7 @@ aldeg_cas01,218,175,0 script Alfredo#alde1 55,{ // Castle 2 ================================================================================== aldeg_cas02,78,74,0 script Chenchenlie#alde2 55,{ - if(callfunc("F_GldManager","Steward Chenchenlie","aldeg_cas02",133,255,"A02") == 0) close; + if(callfunc("F_GldManager","Steward Chenchenlie","aldeg_cas02",134,225,"A02") == 0) close; if (@GDnum == 10) guardian "aldeg_cas02",27,184,"Guardian Knight",1286,"Guardian_A02::OnGuardianDied",0; if (@GDnum == 11) guardian "aldeg_cas02",88,43,"Guardian Knight",1286,"Guardian_A02::OnGuardianDied",1; @@ -53,7 +54,7 @@ aldeg_cas02,78,74,0 script Chenchenlie#alde2 55,{ // Castle 3 ================================================================================== aldeg_cas03,110,118,0 script Nahzarf#alde3 55,{ - if(callfunc("F_GldManager","Chen Lee","aldeg_cas03",229,267,"A03") == 0) close; + if(callfunc("F_GldManager","Chen Lee","aldeg_cas03",229,267,"A03") == 0) close; if (@GDnum == 10) guardian "aldeg_cas03",90,112,"Guardian Knight",1286,"Guardian_A03::OnGuardianDied",0; if (@GDnum == 11) guardian "aldeg_cas03",116,112,"Guardian Knight",1286,"Guardian_A03::OnGuardianDied",1; -- cgit v1.2.3-70-g09d2