From 40115d2a516be27438a31750cb0bdf8f26a115f3 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Tue, 26 Jan 2021 18:30:20 +0000 Subject: [PATCH] Prevent going inside the fences. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21847 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 6 ++++++ darcap/darcap/airhouse | 38 ++++++++++++++++++++++++++++++++- darcap/darcap/earthhouse | 46 +++++++++++++++++++++++++++++++++++++++- darcap/darcap/firehouse | 46 +++++++++++++++++++++++++++++++++++++++- darcap/darcap/waterhouse | 38 ++++++++++++++++++++++++++++++++- 5 files changed, 170 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c0abf0ab..451708869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-01-26 Nicolas Weeger + * darcap/darcap/airhouse, + * darcap/darcap/earthhouse, + * darcap/darcap/firehouse, + * darcap/darcap/waterhouse: Prevent going inside the fences. + 2021-01-21 Nicolas Weeger * navar_city/smugglers_cove/sc_warehouse3, * navar_city/smugglers_cove/susan.msg: Replace giant rats (high level) with bears, since the quest is for low level players. diff --git a/darcap/darcap/airhouse b/darcap/darcap/airhouse index 10d2bea95..4c5da2a66 100644 --- a/darcap/darcap/airhouse +++ b/darcap/darcap/airhouse @@ -8,7 +8,7 @@ enter_x 6 enter_y 8 msg Created: 2008-09-13 Rick Tanner -Modified: 2013-08-17 Kevin Zheng +Modified: 2021-01-26 Nicolas Weeger endmsg outdoor 1 end @@ -175,6 +175,10 @@ arch woodlarge x 2 y 5 end +arch dungeon_magic +x 2 +y 6 +end arch woodlarge x 2 y 6 @@ -238,6 +242,10 @@ arch woodlarge x 3 y 4 end +arch dungeon_magic +x 3 +y 5 +end arch woodlarge x 3 y 5 @@ -246,6 +254,10 @@ arch swall_2_2_2 x 3 y 5 end +arch dungeon_magic +x 3 +y 6 +end arch woodlarge x 3 y 6 @@ -302,6 +314,10 @@ arch woodlarge x 4 y 4 end +arch dungeon_magic +x 4 +y 5 +end arch woodlarge x 4 y 5 @@ -408,6 +424,10 @@ arch woodlarge x 5 y 4 end +arch dungeon_magic +x 5 +y 5 +end arch woodlarge x 5 y 5 @@ -458,6 +478,10 @@ arch swall_1_1_half x 6 y 1 end +arch dungeon_magic +x 6 +y 2 +end arch woodlarge x 6 y 2 @@ -466,6 +490,10 @@ arch swall_2_1_1 x 6 y 2 end +arch dungeon_magic +x 6 +y 3 +end arch woodlarge x 6 y 3 @@ -474,6 +502,10 @@ arch swall_2_1_1 x 6 y 3 end +arch dungeon_magic +x 6 +y 4 +end arch woodlarge x 6 y 4 @@ -482,6 +514,10 @@ arch swall_2_1_1 x 6 y 4 end +arch dungeon_magic +x 6 +y 5 +end arch woodlarge x 6 y 5 diff --git a/darcap/darcap/earthhouse b/darcap/darcap/earthhouse index c7f8222f6..a50bbbbd6 100644 --- a/darcap/darcap/earthhouse +++ b/darcap/darcap/earthhouse @@ -8,7 +8,7 @@ enter_x 2 enter_y 8 msg Created: 2008-09-13 Rick Tanner -Modified: 2013-08-17 Kevin Zheng +Modified: 2021-01-26 Nicolas Weeger endmsg end arch cobblestones2 @@ -188,6 +188,10 @@ arch swall_1_1_half x 3 y 1 end +arch dungeon_magic +x 3 +y 2 +end arch woodfloor2 x 3 y 2 @@ -196,6 +200,10 @@ arch swall_2_1_1 x 3 y 2 end +arch dungeon_magic +x 3 +y 3 +end arch woodfloor2 x 3 y 3 @@ -259,6 +267,10 @@ arch woodfloor2 x 4 y 2 end +arch dungeon_magic +x 4 +y 3 +end arch woodfloor2 x 4 y 3 @@ -282,6 +294,10 @@ arch woodfloor2 x 4 y 5 end +arch dungeon_magic +x 4 +y 6 +end arch woodfloor2 x 4 y 6 @@ -290,6 +306,10 @@ arch swall_2_2_2 x 4 y 6 end +arch dungeon_magic +x 4 +y 7 +end arch woodfloor2 x 4 y 7 @@ -334,6 +354,10 @@ arch woodfloor2 x 5 y 2 end +arch dungeon_magic +x 5 +y 3 +end arch woodfloor2 x 5 y 3 @@ -350,6 +374,10 @@ arch woodfloor2 x 5 y 5 end +arch dungeon_magic +x 5 +y 6 +end arch woodfloor2 x 5 y 6 @@ -401,6 +429,10 @@ arch woodfloor2 x 6 y 2 end +arch dungeon_magic +x 6 +y 3 +end arch woodfloor2 x 6 y 3 @@ -409,6 +441,10 @@ arch swall_2_2_3 x 6 y 3 end +arch dungeon_magic +x 6 +y 4 +end arch woodfloor2 x 6 y 4 @@ -417,6 +453,10 @@ arch swall_2_1_1 x 6 y 4 end +arch dungeon_magic +x 6 +y 5 +end arch woodfloor2 x 6 y 5 @@ -425,6 +465,10 @@ arch swall_2_1_1 x 6 y 5 end +arch dungeon_magic +x 6 +y 6 +end arch woodfloor2 x 6 y 6 diff --git a/darcap/darcap/firehouse b/darcap/darcap/firehouse index a21f380c9..eac454642 100644 --- a/darcap/darcap/firehouse +++ b/darcap/darcap/firehouse @@ -8,7 +8,7 @@ enter_x 7 enter_y 8 msg Created: 2008-09-13 Rick Tanner -Modified: 2013-08-17 Kevin Zheng +Modified: 2021-01-26 Nicolas Weeger endmsg outdoor 1 end @@ -244,6 +244,10 @@ arch woodfloor2 x 3 y 2 end +arch dungeon_magic +x 3 +y 3 +end arch woodfloor2 x 3 y 3 @@ -252,6 +256,10 @@ arch swall_2_2_2 x 3 y 3 end +arch dungeon_magic +x 3 +y 4 +end arch woodfloor2 x 3 y 4 @@ -260,6 +268,10 @@ arch swall_2_1_1 x 3 y 4 end +arch dungeon_magic +x 3 +y 5 +end arch woodfloor2 x 3 y 5 @@ -268,6 +280,10 @@ arch swall_2_1_1 x 3 y 5 end +arch dungeon_magic +x 3 +y 6 +end arch woodfloor2 x 3 y 6 @@ -312,6 +328,10 @@ arch woodfloor2 x 4 y 2 end +arch dungeon_magic +x 4 +y 3 +end arch woodfloor2 x 4 y 3 @@ -328,6 +348,10 @@ arch woodfloor2 x 4 y 5 end +arch dungeon_magic +x 4 +y 6 +end arch woodfloor2 x 4 y 6 @@ -389,6 +413,10 @@ arch woodfloor2 x 5 y 2 end +arch dungeon_magic +x 5 +y 3 +end arch woodfloor2 x 5 y 3 @@ -405,6 +433,10 @@ arch woodfloor2 x 5 y 5 end +arch dungeon_magic +x 5 +y 6 +end arch woodfloor2 x 5 y 6 @@ -413,6 +445,10 @@ arch swall_2_2_3 x 5 y 6 end +arch dungeon_magic +x 5 +y 7 +end arch woodfloor2 x 5 y 7 @@ -452,6 +488,10 @@ arch swall_1_1_half x 6 y 1 end +arch dungeon_magic +x 6 +y 2 +end arch woodfloor2 x 6 y 2 @@ -460,6 +500,10 @@ arch swall_2_1_1 x 6 y 2 end +arch dungeon_magic +x 6 +y 3 +end arch woodfloor2 x 6 y 3 diff --git a/darcap/darcap/waterhouse b/darcap/darcap/waterhouse index 295995d57..0b41b212a 100644 --- a/darcap/darcap/waterhouse +++ b/darcap/darcap/waterhouse @@ -8,7 +8,7 @@ enter_x 3 enter_y 8 msg Created: 2008-09-13 Rick Tanner -Modified: 2013-08-17 Kevin Zheng +Modified: 2021-01-26 Nicolas Weeger endmsg outdoor 1 end @@ -186,6 +186,10 @@ arch swall_1_1_half x 3 y 1 end +arch dungeon_magic +x 3 +y 2 +end arch woodfloor x 3 y 2 @@ -194,6 +198,10 @@ arch swall_2_1_1 x 3 y 2 end +arch dungeon_magic +x 3 +y 3 +end arch woodfloor x 3 y 3 @@ -202,6 +210,10 @@ arch swall_2_1_1 x 3 y 3 end +arch dungeon_magic +x 3 +y 4 +end arch woodfloor x 3 y 4 @@ -210,6 +222,10 @@ arch swall_2_1_1 x 3 y 4 end +arch dungeon_magic +x 3 +y 5 +end arch woodfloor x 3 y 5 @@ -319,6 +335,10 @@ arch woodfloor x 4 y 4 end +arch dungeon_magic +x 4 +y 5 +end arch woodfloor x 4 y 5 @@ -380,6 +400,10 @@ arch woodfloor x 5 y 4 end +arch dungeon_magic +x 5 +y 5 +end arch woodfloor x 5 y 5 @@ -444,6 +468,10 @@ arch woodfloor x 6 y 4 end +arch dungeon_magic +x 6 +y 5 +end arch woodfloor x 6 y 5 @@ -452,6 +480,10 @@ arch swall_2_2_3 x 6 y 5 end +arch dungeon_magic +x 6 +y 6 +end arch woodfloor x 6 y 6 @@ -531,6 +563,10 @@ arch woodfloor x 7 y 5 end +arch dungeon_magic +x 7 +y 6 +end arch woodfloor x 7 y 6