summaryrefslogtreecommitdiff
path: root/npc/guild2/schg_cas02.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-14 22:28:30 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-14 22:28:30 +0000
commit52d7e8e4955572aff7d01f29f7b7b8032c779894 (patch)
tree9465612e87e5c34a399658b36dd72540588622c5 /npc/guild2/schg_cas02.txt
parent2f22028112e301768068c4b631141c84704a09a9 (diff)
downloadhercules-52d7e8e4955572aff7d01f29f7b7b8032c779894.tar.gz
hercules-52d7e8e4955572aff7d01f29f7b7b8032c779894.tar.bz2
hercules-52d7e8e4955572aff7d01f29f7b7b8032c779894.tar.xz
hercules-52d7e8e4955572aff7d01f29f7b7b8032c779894.zip
Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12594 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild2/schg_cas02.txt')
-rw-r--r--npc/guild2/schg_cas02.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/guild2/schg_cas02.txt b/npc/guild2/schg_cas02.txt
index d0ce2dcbf..d61d1626b 100644
--- a/npc/guild2/schg_cas02.txt
+++ b/npc/guild2/schg_cas02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 First Version [L0ne_W0lf]
//= 1.1 Fixed setcell range of first barricade. [L0ne_W0lf]
+//= 1.2 Fixed first Barricade being desotryable. [L0ne_W0lf]
//============================================================
schg_cas02,1,1,0 script Manager#sch02_02 111,{
@@ -1162,10 +1163,10 @@ schg_cas02,2,1,0 script #sch02_RL00 -1,{
OnEnable:
setcell "schg_cas02",290,98,290,105,cell_walkable,0;
setcell "schg_cas02",290,98,290,105,cell_shootable,0;
- guardian "schg_cas02",290,98," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //24;
- guardian "schg_cas02",290,100," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //25;
- guardian "schg_cas02",290,102," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //26;
- guardian "schg_cas02",290,104," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //27;
+ guardian "schg_cas02",289,98," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //24;
+ guardian "schg_cas02",289,100," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //25;
+ guardian "schg_cas02",289,102," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //26;
+ guardian "schg_cas02",289,104," ",1905,"#sch02_RL00::OnBarrierDestroyed"; //27;
end;
OnDisable: