diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-21 17:08:14 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-21 17:08:14 +0000 |
commit | 2fb0a525453c30a710b27c4eb5c2d95babdb02c1 (patch) | |
tree | a328fc3513e082d97972314c0e05f6c9429829c6 /npc/guild2/schg_cas02.txt | |
parent | e8b3eecf9e259b11fc01e3856df14ddd77b5d631 (diff) | |
download | hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.gz hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.bz2 hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.tar.xz hercules-2fb0a525453c30a710b27c4eb5c2d95babdb02c1.zip |
Fixes to WoE SE Juno castles 1, 2, and 3. (copy/paste issues)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12627 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/schg_cas02.txt')
-rw-r--r-- | npc/guild2/schg_cas02.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt index f0542dabb..d6dd29fcc 100644 --- a/npc/guild2/schg_cas02.txt +++ b/npc/guild2/schg_cas02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.1 Fixed setcell range of first barricade. [L0ne_W0lf] //= 1.2 Fixed first Barricade being desotryable. [L0ne_W0lf] //= 1.3 Swaped an end for a close in eco investing. [L0ne_W0lf] +//= 1.4 Fixed 3rd Control Device wasting supplies. [L0ne_W0lf] //============================================================ schg_cas02,1,1,0 script Manager#sch02_02 111,{ @@ -1925,7 +1926,7 @@ schg_cas02,159,143,0 script Control Device03#sch02 111,{ delitem 999,10; //Steel delitem 1011,10; //Emveretarcon delitem 984,5; //Oridecon - close; + close2; donpcevent "#sch02_RL03::OnEnable"; disablenpc "Control Device03#sch02"; mapannounce "schg_cas02","The 3rd Fortress Gate has been reconstructed!!",bc_map,"0x00ff00"; |