From 6329c98d4af9afb03bbe9b31ed9291f010c53dec Mon Sep 17 00:00:00 2001 From: cookiecrumbs Date: Mon, 3 Sep 2012 22:58:09 +0000 Subject: Small fix (confirmed) to the barricade spawn coordinates in schg_cas02. This caused the cades to only be target-able via specific skills as they were lodged into the wall. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16741 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guild2/agit_main_se.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npc/guild2/agit_main_se.txt b/npc/guild2/agit_main_se.txt index 00fbdbeaa..f37580617 100644 --- a/npc/guild2/agit_main_se.txt +++ b/npc/guild2/agit_main_se.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Euphy //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.0 If anything breaks, blame Maki. [Euphy] //= 1.1 Fixed an incorrect label execution. [Euphy] //= 1.2 Hopefully fixed a processing error. [Euphy] +//= 1.3 Fixed barricade issue in schg_cas02. [Cookie] //============================================================ // Core, triggers all other events @@ -1593,7 +1594,7 @@ OnEnable: if (strnpcinfo(2) == "schg_cas02") { setarray .@wall[0],230,213,6,0,1; setarray .@x[0],231,231,231,232,232,232; - setarray .@y[0],214,216,218,213,215,217; + setarray .@y[0],213,215,217,213,215,217; } else if (strnpcinfo(2) == "schg_cas03") { setarray .@wall[0],200,230,8,0,1; -- cgit v1.2.3-60-g2f50