summaryrefslogtreecommitdiff
path: root/npc/battleground
diff options
context:
space:
mode:
authormercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-26 06:49:53 +0000
committermercurial123 <mercurial123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-26 06:49:53 +0000
commit4fd9366403703b105da91a5ada9d8ebaaa8820bc (patch)
tree1178033f03ae825787c7a2bf6202790dbb8d79ea /npc/battleground
parentb5a513bad885278a5107876b37befe101728f8fd (diff)
downloadhercules-4fd9366403703b105da91a5ada9d8ebaaa8820bc.tar.gz
hercules-4fd9366403703b105da91a5ada9d8ebaaa8820bc.tar.bz2
hercules-4fd9366403703b105da91a5ada9d8ebaaa8820bc.tar.xz
hercules-4fd9366403703b105da91a5ada9d8ebaaa8820bc.zip
- Fixed bugreport:4567. (Taekwons can hit the crystal with whirlwind Kick while the guardians are still alive.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15281 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground')
-rw-r--r--npc/battleground/flavius/flavius01.txt24
1 files changed, 8 insertions, 16 deletions
diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt
index 134af29e2..bb983a0fa 100644
--- a/npc/battleground/flavius/flavius01.txt
+++ b/npc/battleground/flavius/flavius01.txt
@@ -250,33 +250,25 @@ OnMyMobDead:
bat_b01,1,4,3 script cell#bat_b01_a 844,{
Onred:
- setwall "bat_b01",60,149,2,6,0,"Guillaume_wall1-1";
- setwall "bat_b01",62,149,2,0,0,"Guillaume_wall1-2";
- setwall "bat_b01",62,151,2,2,0,"Guillaume_wall1-3";
- setwall "bat_b01",60,151,2,4,0,"Guillaume_wall1-4";
+ setcell "bat_b01",62,149,60,151,cell_basilica,1;
+ setcell "bat_b01",62,149,60,151,cell_walkable,0;
end;
Ongreen:
- delwall "Guillaume_wall1-1";
- delwall "Guillaume_wall1-2";
- delwall "Guillaume_wall1-3";
- delwall "Guillaume_wall1-4";
+ setcell "bat_b01",62,149,60,151,cell_basilica,0;
+ setcell "bat_b01",62,149,60,151,cell_walkable,1;
end;
}
bat_b01,1,5,3 script cell#bat_b01_b 844,{
Onred:
- setwall "bat_b01",327,149,2,6,0,"Croix_wall1-1";
- setwall "bat_b01",329,149,2,0,0,"Croix_wall1-2";
- setwall "bat_b01",329,151,2,2,0,"Croix_wall1-3";
- setwall "bat_b01",327,151,2,4,0,"Croix_wall1-4";
+ setcell "bat_b01",327,151,329,149,cell_basilica,1;
+ setcell "bat_b01",327,151,329,149,cell_walkable,0;
end;
Ongreen:
- delwall "Croix_wall1-1";
- delwall "Croix_wall1-2";
- delwall "Croix_wall1-3";
- delwall "Croix_wall1-4";
+ setcell "bat_b01",327,151,329,149,cell_basilica,0;
+ setcell "bat_b01",327,151,329,149,cell_walkable,1;
end;
}