Fix a few bugs in this file - oakdoor was outside the map, bad
match for the shopkeeper, oakdoor also had bad exit coords. MSW 2003-01-27 git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@1969 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
7328c87be1
commit
17495f61b4
|
@ -876,12 +876,12 @@ x 3
|
||||||
y 1
|
y 1
|
||||||
end
|
end
|
||||||
arch quarto
|
arch quarto
|
||||||
title Marksmanship
|
|
||||||
msg
|
msg
|
||||||
Gloves of Marksmanship can be made with
|
Gloves of Marksmanship can be made with
|
||||||
gloves, 5 arrows of accuracy, and a bottle
|
gloves, 5 arrows of accuracy, and a bottle
|
||||||
of mineral oil.
|
of mineral oil.
|
||||||
endmsg
|
endmsg
|
||||||
|
title Marksmanship
|
||||||
no_pick 1
|
no_pick 1
|
||||||
x 3
|
x 3
|
||||||
y 1
|
y 1
|
||||||
|
@ -1060,7 +1060,7 @@ end
|
||||||
arch a_townsman2
|
arch a_townsman2
|
||||||
name Tanning Master
|
name Tanning Master
|
||||||
msg
|
msg
|
||||||
@match
|
@match *
|
||||||
Can't you see I am busy...
|
Can't you see I am busy...
|
||||||
Neko scarves are the latest rage at court.
|
Neko scarves are the latest rage at court.
|
||||||
If you don't want to be an apprentice, then read the books!
|
If you don't want to be an apprentice, then read the books!
|
||||||
|
@ -1107,10 +1107,10 @@ y 7
|
||||||
end
|
end
|
||||||
arch altar
|
arch altar
|
||||||
name Drop 100 platinum to enter
|
name Drop 100 platinum to enter
|
||||||
name_pl Drop 100 platinum to enter
|
|
||||||
msg
|
msg
|
||||||
Drop 100 platinum to enter.
|
Drop 100 platinum to enter.
|
||||||
endmsg
|
endmsg
|
||||||
|
name_pl Drop 100 platinum to enter
|
||||||
slaying platinacoin
|
slaying platinacoin
|
||||||
food 100
|
food 100
|
||||||
connected 10
|
connected 10
|
||||||
|
@ -1137,11 +1137,11 @@ y 10
|
||||||
end
|
end
|
||||||
arch oakdoor
|
arch oakdoor
|
||||||
face odoor_2.111
|
face odoor_2.111
|
||||||
hp 21
|
hp 11
|
||||||
sp 21
|
sp 39
|
||||||
slaying /world/world_105_115
|
slaying /world/world_105_115
|
||||||
x 11
|
x 5
|
||||||
y 39
|
y 10
|
||||||
end
|
end
|
||||||
arch dirtfloor
|
arch dirtfloor
|
||||||
x 6
|
x 6
|
||||||
|
@ -1249,12 +1249,12 @@ x 7
|
||||||
y 1
|
y 1
|
||||||
end
|
end
|
||||||
arch quarto
|
arch quarto
|
||||||
title Minor Protection
|
|
||||||
msg
|
msg
|
||||||
A cloak of minor protection can be
|
A cloak of minor protection can be
|
||||||
manufactured by adding a balm of
|
manufactured by adding a balm of
|
||||||
aetherality to a cloak.
|
aetherality to a cloak.
|
||||||
endmsg
|
endmsg
|
||||||
|
title Minor Protection
|
||||||
no_pick 1
|
no_pick 1
|
||||||
x 7
|
x 7
|
||||||
y 1
|
y 1
|
||||||
|
|
Loading…
Reference in New Issue