Fix teleporters on floors 2 and 3 of Butakis Elite training tower
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21815 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
11fee5af23
commit
232dd11578
|
@ -1,5 +1,7 @@
|
|||
2020-01-17 Daniel Hawkins
|
||||
* lake_country/RETower/tower1: Fix teleporters and prevent accidental player capture.
|
||||
* lake_country/RETower/tower2: Fix teleporters and prevent accidental player capture.
|
||||
* lake_country/RETower/tower3: Fix teleporter from end to start.
|
||||
|
||||
2020-01-17 Nicolas Weeger
|
||||
* quests/peterm/FireTemple/FifthFloor: List potion of fire resistance ingredients, and give knowledge too.
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 12
|
|||
enter_y 12
|
||||
msg
|
||||
Created: 1995-04-03
|
||||
Modified: 2015-10-28 Rick Tanner
|
||||
Modified: 2021-01-17 SilverNexus
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
@ -2915,6 +2915,11 @@ y 21
|
|||
speed 0.500000
|
||||
connected 5
|
||||
end
|
||||
arch detector
|
||||
x 9
|
||||
y 22
|
||||
connected 5
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 9
|
||||
y 22
|
||||
|
@ -3143,6 +3148,11 @@ arch dungeon_floor
|
|||
x 10
|
||||
y 11
|
||||
end
|
||||
arch detector
|
||||
x 10
|
||||
y 12
|
||||
connected 3
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 10
|
||||
y 12
|
||||
|
@ -3195,6 +3205,11 @@ arch xan
|
|||
x 10
|
||||
y 17
|
||||
end
|
||||
arch detector
|
||||
x 10
|
||||
y 18
|
||||
connected 4
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 10
|
||||
y 18
|
||||
|
@ -4842,6 +4857,11 @@ arch dungeon_floor
|
|||
x 15
|
||||
y 29
|
||||
end
|
||||
arch detector
|
||||
x 15
|
||||
y 30
|
||||
connected 6
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 15
|
||||
y 30
|
||||
|
@ -7017,6 +7037,11 @@ arch generate_giant
|
|||
x 22
|
||||
y 29
|
||||
end
|
||||
arch detector
|
||||
x 22
|
||||
y 30
|
||||
connected 7
|
||||
end
|
||||
arch dungeon_floor
|
||||
x 22
|
||||
y 30
|
||||
|
@ -7239,8 +7264,8 @@ y 15
|
|||
end
|
||||
arch teleporter
|
||||
slaying tower2
|
||||
hp 23
|
||||
sp 1
|
||||
hp 31
|
||||
sp 9
|
||||
x 23
|
||||
y 15
|
||||
speed 0.000000
|
||||
|
@ -7840,8 +7865,8 @@ y 15
|
|||
end
|
||||
arch teleporter
|
||||
slaying tower2
|
||||
hp 15
|
||||
sp 7
|
||||
hp 23
|
||||
sp 15
|
||||
x 25
|
||||
y 15
|
||||
end
|
||||
|
|
|
@ -8,7 +8,7 @@ enter_x 12
|
|||
enter_y 12
|
||||
msg
|
||||
Created: 1995-04-04 Kundi, Xue (xkd@soda.csua.berkeley.edu)
|
||||
Modified: 2015-10-28 Rick Tanner
|
||||
Modified: 2021-01-17 SilverNexus
|
||||
endmsg
|
||||
end
|
||||
arch blocked
|
||||
|
@ -3824,8 +3824,8 @@ end
|
|||
arch teleporter
|
||||
name teleporter out
|
||||
slaying tower3
|
||||
hp 13
|
||||
sp 13
|
||||
hp 21
|
||||
sp 21
|
||||
x 12
|
||||
y 18
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue