From 179da2f41411d5af47c0319ddda5b484eb07ff51 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 21 Jun 2010 15:35:42 +0000 Subject: * Fixed setcell in arug_cas04 and 5 extending past what it should. (bugreport:4323) * Minor item database bug fixes! - Corrected some lower headgears being able to be refined. (bugreport:4328) - Fixed wrong view ids for crown of deceit and musical note headband. (bugreport:4328) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14352 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/arug_cas04.txt | 7 ++++--- npc/guild2/arug_cas05.txt | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'npc/guild2') diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt index afcab1a0d..00bd1d5e6 100644 --- a/npc/guild2/arug_cas04.txt +++ b/npc/guild2/arug_cas04.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.0 +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= 1.9 Applied updated eco/def systems. [L0ne_W0lf] //= 2.0 Fixed eco/def not actually incrementing. [L0ne_W0lf] //= Can no longer gain eco/def higher than 100. +//= 2.1 Fixed setcell extending more than it should on 3rd barricade. (bugreport:4323) [L0ne_W0lf] //============================================================ arug_cas04,1,1,0 script Manager#aru04_02 111,{ @@ -1275,12 +1276,12 @@ OnBarrierDestroyed: if (.MyMobCount == 0) { setarray $agit_ar04[4],1; mapannounce "arug_cas04","The 3rd Fortress Gate is destroyed!",bc_map,"0x00ff00"; - setcell "arug_cas04",138,363,145,263,cell_walkable,1; + setcell "arug_cas04",138,263,145,263,cell_walkable,1; } end; OnDisable: - setcell "arug_cas04",138,363,145,263,cell_walkable,1; + setcell "arug_cas04",138,263,145,263,cell_walkable,1; killmonster "arug_cas04","#aru04_RL03::OnBarrierDestroyed"; end; } diff --git a/npc/guild2/arug_cas05.txt b/npc/guild2/arug_cas05.txt index 0369b82f9..0ff49830e 100644 --- a/npc/guild2/arug_cas05.txt +++ b/npc/guild2/arug_cas05.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.0 +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= 1.9 Applied updated eco/def systems. [L0ne_W0lf] //= 2.0 Fixed eco/def not actually incrementing. [L0ne_W0lf] //= Can no longer gain eco/def higher than 100. +//= 2.1 Fixed setcell extending more than it should on 3rd barricade. (bugreport:4323) [L0ne_W0lf] //============================================================ arug_cas05,1,1,0 script Manager#aru05_02 111,{ @@ -1275,12 +1276,12 @@ OnBarrierDestroyed: if (.MyMobCount == 0) { setarray $agit_ar05[4],1; mapannounce "arug_cas05","The 3rd Fortress Gate is destroyed!",bc_map,"0x00ff00"; - setcell "arug_cas05",138,363,145,263,cell_walkable,1; + setcell "arug_cas05",138,263,145,263,cell_walkable,1; } end; OnDisable: - setcell "arug_cas05",138,363,145,263,cell_walkable,1; + setcell "arug_cas05",138,263,145,263,cell_walkable,1; killmonster "arug_cas05","#aru05_RL03::OnBarrierDestroyed"; end; } -- cgit v1.2.3-60-g2f50