Fix bug #836 by adding and modifying movers to keep flying players behind the game line in Darcap Circus throwing and shooting games.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20481 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
4e7c382945
commit
674539a42a
|
@ -1,3 +1,7 @@
|
||||||
|
2017-08-11 Daniel Hawkins
|
||||||
|
* darcap/darcap/circus/wurfbude: Add player movers to prevent players from flying past barrier.
|
||||||
|
* darcap/darcap/circus/shooting: Modify player movers to also move flying players behind the line.
|
||||||
|
|
||||||
2017-08-06 Daniel Hawkins
|
2017-08-06 Daniel Hawkins
|
||||||
* lake_country/RETower/tower3: Fix teleporter to first floor coordinates.
|
* lake_country/RETower/tower3: Fix teleporter to first floor coordinates.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ width 20
|
||||||
height 16
|
height 16
|
||||||
msg
|
msg
|
||||||
Created: 1999-01-28 Cater & Wade (john_cater@yahoo.com)
|
Created: 1999-01-28 Cater & Wade (john_cater@yahoo.com)
|
||||||
Modified: 2014-08-27 Rick Tanner
|
Modified: 2017-08-11 SilverNexus
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch pstone_1
|
arch pstone_1
|
||||||
|
@ -822,9 +822,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 5
|
y 5
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
@ -845,9 +846,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 6
|
y 6
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
@ -868,9 +870,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 7
|
y 7
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
@ -891,9 +894,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 8
|
y 8
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
@ -914,9 +918,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 9
|
y 9
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
@ -937,9 +942,10 @@ end
|
||||||
arch mover_3
|
arch mover_3
|
||||||
x 6
|
x 6
|
||||||
y 10
|
y 10
|
||||||
speed -20.000000
|
speed -20.0
|
||||||
level 1
|
level 1
|
||||||
attacktype 1
|
attacktype 1
|
||||||
|
move_type walk fly_low
|
||||||
end
|
end
|
||||||
arch unholy_ground
|
arch unholy_ground
|
||||||
x 6
|
x 6
|
||||||
|
|
|
@ -11,7 +11,7 @@ enter_x 8
|
||||||
enter_y 24
|
enter_y 24
|
||||||
msg
|
msg
|
||||||
Created: 2002-04-02 Bernd Edler (edler@heydernet.de)
|
Created: 2002-04-02 Bernd Edler (edler@heydernet.de)
|
||||||
Modified: 2013-09-28 Rick Tanner
|
Modified: 2017-08-11 SilverNexus
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
|
@ -131,6 +131,7 @@ Don't step beyond the line!
|
||||||
endmsg
|
endmsg
|
||||||
y 6
|
y 6
|
||||||
connected 4
|
connected 4
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
y 6
|
y 6
|
||||||
|
@ -148,6 +149,7 @@ Good. You smashed the vampire.
|
||||||
endmsg
|
endmsg
|
||||||
y 7
|
y 7
|
||||||
connected 32
|
connected 32
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
y 7
|
y 7
|
||||||
|
@ -289,6 +291,7 @@ endmsg
|
||||||
x 1
|
x 1
|
||||||
y 6
|
y 6
|
||||||
connected 31
|
connected 31
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 1
|
x 1
|
||||||
|
@ -310,6 +313,7 @@ endmsg
|
||||||
x 1
|
x 1
|
||||||
y 7
|
y 7
|
||||||
connected 33
|
connected 33
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 1
|
x 1
|
||||||
|
@ -630,6 +634,7 @@ endmsg
|
||||||
x 2
|
x 2
|
||||||
y 19
|
y 19
|
||||||
connected 2
|
connected 2
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 2
|
x 2
|
||||||
|
@ -1271,6 +1276,15 @@ arch woodfloor
|
||||||
x 4
|
x 4
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 4
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 4
|
x 4
|
||||||
y 8
|
y 8
|
||||||
|
@ -1630,6 +1644,15 @@ arch woodfloor
|
||||||
x 5
|
x 5
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 5
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 5
|
x 5
|
||||||
y 8
|
y 8
|
||||||
|
@ -2060,6 +2083,15 @@ arch woodfloor
|
||||||
x 6
|
x 6
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 6
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 6
|
x 6
|
||||||
y 8
|
y 8
|
||||||
|
@ -2440,6 +2472,15 @@ arch woodfloor
|
||||||
x 7
|
x 7
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 7
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 7
|
x 7
|
||||||
y 8
|
y 8
|
||||||
|
@ -2793,6 +2834,15 @@ arch woodfloor
|
||||||
x 8
|
x 8
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 8
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 8
|
x 8
|
||||||
y 8
|
y 8
|
||||||
|
@ -3167,6 +3217,15 @@ arch woodfloor
|
||||||
x 9
|
x 9
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
|
arch mover_5
|
||||||
|
x 9
|
||||||
|
y 7
|
||||||
|
speed -20.0
|
||||||
|
level 1
|
||||||
|
attacktype 1
|
||||||
|
move_type walk fly_low fly_high
|
||||||
|
move_on walk fly_low fly_high
|
||||||
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 9
|
x 9
|
||||||
y 8
|
y 8
|
||||||
|
@ -4104,6 +4163,7 @@ food 1
|
||||||
x 11
|
x 11
|
||||||
y 20
|
y 20
|
||||||
connected 3
|
connected 3
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 11
|
x 11
|
||||||
|
@ -4137,6 +4197,7 @@ food 1
|
||||||
x 11
|
x 11
|
||||||
y 23
|
y 23
|
||||||
connected 1
|
connected 1
|
||||||
|
move_on 0
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
x 11
|
x 11
|
||||||
|
|
Loading…
Reference in New Issue