diff options
author | zapbomb <zapbomb@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-13 18:48:56 +0000 |
---|---|---|
committer | zapbomb <zapbomb@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-11-13 18:48:56 +0000 |
commit | 9b1e41499d17bb424414a7821e74a53c6d3e3f74 (patch) | |
tree | 786e3da45a28cb31d780d7bbb142bd239b04a125 /npc/guild2 | |
parent | 646a036e453c9b4693ca0202b66e7d07dd6e26d5 (diff) | |
download | hercules-9b1e41499d17bb424414a7821e74a53c6d3e3f74.tar.gz hercules-9b1e41499d17bb424414a7821e74a53c6d3e3f74.tar.bz2 hercules-9b1e41499d17bb424414a7821e74a53c6d3e3f74.tar.xz hercules-9b1e41499d17bb424414a7821e74a53c6d3e3f74.zip |
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
Diffstat (limited to 'npc/guild2')
-rw-r--r-- | npc/guild2/schg_cas01.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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"; } |