diff options
author | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-03 22:58:09 +0000 |
---|---|---|
committer | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-03 22:58:09 +0000 |
commit | 6329c98d4af9afb03bbe9b31ed9291f010c53dec (patch) | |
tree | c1c48a0839b93af83e6928d08a7ff42f89f32ebd /npc/guild2 | |
parent | d707efb6d35c584b43fef129cbac6d335a3e4fe0 (diff) | |
download | hercules-6329c98d4af9afb03bbe9b31ed9291f010c53dec.tar.gz hercules-6329c98d4af9afb03bbe9b31ed9291f010c53dec.tar.bz2 hercules-6329c98d4af9afb03bbe9b31ed9291f010c53dec.tar.xz hercules-6329c98d4af9afb03bbe9b31ed9291f010c53dec.zip |
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
Diffstat (limited to 'npc/guild2')
-rw-r--r-- | npc/guild2/agit_main_se.txt | 5 |
1 files 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; |