From 9b1e41499d17bb424414a7821e74a53c6d3e3f74 Mon Sep 17 00:00:00 2001 From: zapbomb Date: Thu, 13 Nov 2008 18:48:56 +0000 Subject: Corrected wrong treasure spawn position in schg_cas01. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13369 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/schg_cas01.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/guild2') diff --git a/npc/guild2/schg_cas01.txt b/npc/guild2/schg_cas01.txt index 25bb463f6..2e51999cc 100644 --- a/npc/guild2/schg_cas01.txt +++ b/npc/guild2/schg_cas01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= Treasure will now be killed before spawning. //= 1.6 Corrected a typo with treasure spawning. [L0ne_W0lf] //= 1.7 Replaced effect numerics with constants. [L0ne_W0lf] +//= 1.8 Corrected wrong treasure spawn position. [zapbomb] //============================================================ schg_cas01,1,1,0 script Manager#sch01_02 111,{ @@ -154,7 +155,7 @@ OnClock0001: if (.@Treasure < 22) end; monster "schg_cas01",388,386,"Treasure Chest",1324,1,"Manager#sch01_02::OnTreasureDied"; if (.@Treasure < 23) end; - monster "schg_cas01",387,286,"Treasure Chest",1938,1,"Manager#sch01_02::OnTreasureDied"; + monster "schg_cas01",387,386,"Treasure Chest",1938,1,"Manager#sch01_02::OnTreasureDied"; if (.@Treasure < 24) end; monster "schg_cas01",386,386,"Treasure Chest",1324,1,"Manager#sch01_02::OnTreasureDied"; } -- cgit v1.2.3-70-g09d2