From 6d22823276e8e74e10f5c57378f711774297e06a Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 25 Oct 2008 17:32:05 +0000 Subject: Fixed setcell coords for the first barricade in schg_cas03. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13326 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/schg_cas03.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/guild2') diff --git a/npc/guild2/schg_cas03.txt b/npc/guild2/schg_cas03.txt index 9fd9a4dac..ad7e4c824 100644 --- a/npc/guild2/schg_cas03.txt +++ b/npc/guild2/schg_cas03.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.9 +//= 2.0 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= 1.7 Fixed a typo when disabling a control device. [L0ne_W0lf] //= 1.8 Changed the treasure box spawn from 1939 to 1940. [L0ne_W0lf] //= 1.9 Replaced effect numerics with constants. [L0ne_W0lf] +//= 2.0 Fixed setcell coords for the first barricade. [L0ne_W0lf] //============================================================ schg_cas03,1,1,0 script Manager#sch03_02 111,{ @@ -1211,12 +1212,12 @@ OnBarrierDestroyed: if (.MyMobCount == 0) { setarray $agit_sc03[2],1; mapannounce "schg_cas03","The 1st Fortress Gate is destroyed.",bc_map,"0x00ff00"; - setcell "schg_cas03",325,227,332,227,cell_walkable,1; + setcell "schg_cas03",325,277,332,277,cell_walkable,1; } end; OnDisable: - setcell "schg_cas03",325,227,332,227,cell_walkable,1; + setcell "schg_cas03",325,277,332,277,cell_walkable,1; killmonster "schg_cas03","#sch03_RL01::OnBarrierDestroyed"; end; } -- cgit v1.2.3-70-g09d2