summaryrefslogtreecommitdiff
path: root/npc/guild2
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-21 15:35:42 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-21 15:35:42 +0000
commit179da2f41411d5af47c0319ddda5b484eb07ff51 (patch)
tree59a1c531d071b5d1f1a08ee9ae1fb9b0d8b874b6 /npc/guild2
parent0f6c399c236ac332eb6a44ebc1b0ea77ec75d878 (diff)
downloadhercules-179da2f41411d5af47c0319ddda5b484eb07ff51.tar.gz
hercules-179da2f41411d5af47c0319ddda5b484eb07ff51.tar.bz2
hercules-179da2f41411d5af47c0319ddda5b484eb07ff51.tar.xz
hercules-179da2f41411d5af47c0319ddda5b484eb07ff51.zip
* 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
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;
}