Fixed exploit letting get much money
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2830 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0340c1acbc
commit
3cef023b98
|
@ -4,6 +4,8 @@ msg
|
||||||
Creator: Avion
|
Creator: Avion
|
||||||
CF Java Map Editor
|
CF Java Map Editor
|
||||||
Date: 22/02/2004
|
Date: 22/02/2004
|
||||||
|
Modified by: Gene Alexander
|
||||||
|
Date: 30 May 2004
|
||||||
endmsg
|
endmsg
|
||||||
width 9
|
width 9
|
||||||
height 14
|
height 14
|
||||||
|
@ -116,18 +118,37 @@ arch tile_white_floor
|
||||||
x 1
|
x 1
|
||||||
y 3
|
y 3
|
||||||
end
|
end
|
||||||
|
arch platinum_converter
|
||||||
|
name Talisman of evocation (100 diamonds)
|
||||||
|
slaying gem
|
||||||
|
food 100
|
||||||
|
other_arch talisman_evocation
|
||||||
|
sp 1
|
||||||
|
x 1
|
||||||
|
y 3
|
||||||
|
end
|
||||||
arch tile_white_floor
|
arch tile_white_floor
|
||||||
x 1
|
x 1
|
||||||
y 4
|
y 4
|
||||||
end
|
end
|
||||||
|
arch platinum_converter
|
||||||
|
name Talisman of sorcery (100 diamonds)
|
||||||
|
slaying gem
|
||||||
|
food 100
|
||||||
|
other_arch talisman_sorcery
|
||||||
|
sp 1
|
||||||
|
x 1
|
||||||
|
y 4
|
||||||
|
end
|
||||||
arch tile_white_floor
|
arch tile_white_floor
|
||||||
x 1
|
x 1
|
||||||
y 5
|
y 5
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name buy staff (20pp)
|
name Talisman of pyromancy (100 diamonds)
|
||||||
food 20
|
slaying gem
|
||||||
other_arch staff
|
food 100
|
||||||
|
other_arch talisman_pyromancy
|
||||||
sp 1
|
sp 1
|
||||||
x 1
|
x 1
|
||||||
y 5
|
y 5
|
||||||
|
@ -634,12 +655,20 @@ arch tile_white_floor
|
||||||
x 7
|
x 7
|
||||||
y 4
|
y 4
|
||||||
end
|
end
|
||||||
|
arch platinum_converter
|
||||||
|
name Staff (20 platinum)
|
||||||
|
food 20
|
||||||
|
other_arch staff
|
||||||
|
sp 1
|
||||||
|
x 7
|
||||||
|
y 4
|
||||||
|
end
|
||||||
arch tile_white_floor
|
arch tile_white_floor
|
||||||
x 7
|
x 7
|
||||||
y 5
|
y 5
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name buy holy symbol (30pp)
|
name Holy symbol (30 platinum)
|
||||||
food 30
|
food 30
|
||||||
other_arch holy_symbol
|
other_arch holy_symbol
|
||||||
sp 1
|
sp 1
|
||||||
|
|
Loading…
Reference in New Issue