Fix entrance to Elven Moon
- There are some water tiles with move_block set incorrectly that allow passage to the island even without the bridge. Fix those. - Move magic mouth underneath floor so it does not appear when 'show invisible' is cast. - Make invisible barrier see-through. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21220 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0c5d267f3c
commit
b2f0f9c648
|
@ -8,7 +8,7 @@ enter_x 1
|
||||||
enter_y 7
|
enter_y 7
|
||||||
msg
|
msg
|
||||||
Created: 2006-07-23 Brad Reilly
|
Created: 2006-07-23 Brad Reilly
|
||||||
Modified: 2012-03-25 Nicolas Weeger
|
Modified: 2020-04-22 Kevin Zheng
|
||||||
endmsg
|
endmsg
|
||||||
outdoor 1
|
outdoor 1
|
||||||
end
|
end
|
||||||
|
@ -629,6 +629,15 @@ x 3
|
||||||
y 6
|
y 6
|
||||||
move_block all
|
move_block all
|
||||||
end
|
end
|
||||||
|
arch igate_closed_2
|
||||||
|
name invisible barrier
|
||||||
|
face hedge_0.111
|
||||||
|
x 3
|
||||||
|
y 7
|
||||||
|
invisible 1
|
||||||
|
connected 100
|
||||||
|
blocksview 0
|
||||||
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
y 7
|
y 7
|
||||||
|
@ -637,22 +646,15 @@ arch igate_closed_2
|
||||||
name invisible barrier
|
name invisible barrier
|
||||||
face hedge_0.111
|
face hedge_0.111
|
||||||
x 3
|
x 3
|
||||||
y 7
|
y 8
|
||||||
invisible 1
|
invisible 1
|
||||||
connected 100
|
connected 100
|
||||||
|
blocksview 0
|
||||||
end
|
end
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
y 8
|
y 8
|
||||||
end
|
end
|
||||||
arch igate_closed_2
|
|
||||||
name invisible barrier
|
|
||||||
face hedge_0.111
|
|
||||||
x 3
|
|
||||||
y 8
|
|
||||||
invisible 1
|
|
||||||
connected 100
|
|
||||||
end
|
|
||||||
arch grass
|
arch grass
|
||||||
x 3
|
x 3
|
||||||
y 9
|
y 9
|
||||||
|
@ -4084,7 +4086,6 @@ arch shallow_sea
|
||||||
name water
|
name water
|
||||||
x 19
|
x 19
|
||||||
y 5
|
y 5
|
||||||
move_block 0
|
|
||||||
end
|
end
|
||||||
arch creator
|
arch creator
|
||||||
name grassdark
|
name grassdark
|
||||||
|
@ -4326,7 +4327,6 @@ arch shallow_sea
|
||||||
name water
|
name water
|
||||||
x 20
|
x 20
|
||||||
y 5
|
y 5
|
||||||
move_block 0
|
|
||||||
end
|
end
|
||||||
arch creator
|
arch creator
|
||||||
name grassdark
|
name grassdark
|
||||||
|
@ -5351,10 +5351,6 @@ arch grass
|
||||||
x 24
|
x 24
|
||||||
y 28
|
y 28
|
||||||
end
|
end
|
||||||
arch grassmedium
|
|
||||||
x 24
|
|
||||||
y 29
|
|
||||||
end
|
|
||||||
arch magic_mouth
|
arch magic_mouth
|
||||||
msg
|
msg
|
||||||
Hidden path with locks and keys
|
Hidden path with locks and keys
|
||||||
|
@ -5367,6 +5363,10 @@ y 29
|
||||||
end
|
end
|
||||||
arch grassmedium
|
arch grassmedium
|
||||||
x 24
|
x 24
|
||||||
|
y 29
|
||||||
|
end
|
||||||
|
arch grassmedium
|
||||||
|
x 24
|
||||||
y 30
|
y 30
|
||||||
end
|
end
|
||||||
arch statue
|
arch statue
|
||||||
|
|
Loading…
Reference in New Issue