summaryrefslogtreecommitdiff
path: root/npc/guild2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/guild2')
-rw-r--r--npc/guild2/arug_cas04.txt7
-rw-r--r--npc/guild2/arug_cas05.txt7
2 files changed, 8 insertions, 6 deletions
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;
}