diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-08 13:51:37 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-08 13:51:37 +0000 |
commit | 893dd4b607b19f8c30c7cd0137a417d00672e16d (patch) | |
tree | a6747c7c4cea0b210c82c9ea122b4be88c6927b3 | |
parent | Activate jzip. (diff) |
Update to newest version 0.94.1
Make port PREFIX clean
solve gettimeofday compile problem (patch-ao)
sanitize order of header file inclusion in common/porting.c
so that MIN and MAX don't get redefined (patch-ap)
updated PLIST
added dirrm statements in PLIST to allow proper removal of package
Notes
Notes:
svn path=/head/; revision=10910
-rw-r--r-- | games/crossfire-client/Makefile | 57 | ||||
-rw-r--r-- | games/crossfire-client/distinfo | 6 | ||||
-rw-r--r-- | games/crossfire-client/files/patch-aa | 48 | ||||
-rw-r--r-- | games/crossfire-client/files/patch-ak | 18 | ||||
-rw-r--r-- | games/crossfire-client/pkg-plist | 3631 | ||||
-rw-r--r-- | games/crossfire-client/scripts/pre-configure | 19 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 57 | ||||
-rw-r--r-- | games/crossfire-server/distinfo | 6 | ||||
-rw-r--r-- | games/crossfire-server/files/patch-aa | 48 | ||||
-rw-r--r-- | games/crossfire-server/files/patch-ak | 18 | ||||
-rw-r--r-- | games/crossfire-server/pkg-plist | 3631 | ||||
-rw-r--r-- | games/crossfire-server/scripts/pre-configure | 19 | ||||
-rw-r--r-- | games/crossfire/Makefile | 57 | ||||
-rw-r--r-- | games/crossfire/distinfo | 6 | ||||
-rw-r--r-- | games/crossfire/files/patch-aa | 48 | ||||
-rw-r--r-- | games/crossfire/files/patch-ak | 18 | ||||
-rw-r--r-- | games/crossfire/pkg-plist | 3631 | ||||
-rw-r--r-- | games/crossfire/scripts/pre-configure | 19 |
18 files changed, 6615 insertions, 4722 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index e235cb7c65a0..cab974ff25ee 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,16 +3,18 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.18 1997/10/04 14:53:02 andreas Exp $ +# $Id: Makefile,v 1.19 1997/10/13 20:31:28 andreas Exp $ # -DISTNAME= crossfire-0.93.0 +DISTNAME= crossfire-${MAJ}.${MIN}.${PL} CATEGORIES= games -MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \ +MASTER_SITES= ftp://ftp.real-time.com/pub/games/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ - ftp://ftp.real-time.com/pub/games/crossfire/ \ - ftp://ftp.sunet.se:/pub/unix/games/crossfire/ \ - ftp://ftp.cs.titech.ac.jp:/pub/games/crossfire/ + ftp://ftp.pyramid.com/pub/crossfire/ \ + ftp://yoyo.cc.monash.edu.au/pub/crossfire/ \ + ftp://ftp.cs.city.ac.uk/pub/games/crossfire/ \ + ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ + ftp://ftp.cs.titech.ac.jp/pub/games/crossfire/ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ ${CF_ARCH} ${CF_CLSERV} @@ -32,38 +34,47 @@ PREFIX= ${LOCALBASE} # You need TeX to do this ! Please read the README's ! WANT_CF_ARCH= NO -CF_SOURCES= crossfire-0.93.0.tar.gz -CF_MAPS= crossfire-0.93.0.maps.tar.gz -CF_DOC= crossfire-0.93.0.doc.tar.gz # crossfire doc ready for use -CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available +MAJ= 0 +MIN= 94 +PL= 1 +CF_SOURCES= crossfire-${MAJ}.${MIN}.${PL}.tar.gz +CF_MAPS= crossfire-${MAJ}.${MIN}.${PL}.maps.tar.gz +# crossfire doc ready for use +CF_DOC= crossfire-${MAJ}.${MIN}.${PL}.doc.tar.gz +# no newer sounds available +CF_SOUNDS= crossfire-${MAJ}.92.7.sounds.tar.gz .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -CF_ARCH= crossfire-0.93.0.arch.tar.gz # only for rebuild of doc +# only for rebuild of doc +CF_ARCH= crossfire-${MAJ}.${MIN}.${PL}.arch.tar.gz .endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/crossfire # crossfire base directory +#CF_CLSERV= eutl.tar.gz # only for client/server +CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH # files and a TeX version with a ,great' amount of max_mem # (I had to rebuild teTeX, that already is in fact ,BigTeX') .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes post-configure: - (cd ${WRKSRC}/lib; tar -xzf ${DISTDIR}/${CF_ARCH}) + (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_ARCH}) .endif post-install: @(cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS}) @(cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS}) - @${MKDIR} ${CFDIR}/doc - @${CP} -r ${WRKDIR}/crossfire-0.93.0-doc/* ${CFDIR}/doc - @touch ${PREFIX}/crossfire/lib/bookarch - @chmod 664 ${PREFIX}/crossfire/lib/bookarch - @touch ${PREFIX}/crossfire/lib/forbid - @chmod 664 ${PREFIX}/crossfire/lib/forbid - @touch ${PREFIX}/crossfire/lib/players/.keep_me - @touch ${PREFIX}/crossfire/lib/unique-items/.keep_me + @${MKDIR} ${PREFIX}/share/doc/crossfire + @${CP} -r ${WRKDIR}/crossfire-${MAJ}.${MIN}.${PL}-doc/* \ + ${PREFIX}/share/doc/crossfire + @touch ${CFDIR}/lib/bookarch + @chmod 664 ${CFDIR}/lib/bookarch + @touch ${CFDIR}/lib/forbid + @chmod 664 ${CFDIR}/lib/forbid + @touch ${CFDIR}/lib/players/.keep_me + @touch ${CFDIR}/lib/unique-items/.keep_me @chown -R games.games ${CFDIR} - @chmod 0664 ${PREFIX}/crossfire/lib/highscore + @chmod 0664 ${CFDIR}/lib/highscore @chown games.games ${PREFIX}/bin/crossfire @chmod 6555 ${PREFIX}/bin/crossfire + ${ECHO} "Note: to start crossfire in clientmode" + ${ECHO} " crossfire -xpm" .include <bsd.port.mk> diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index fc79984f48cb..a912644d9ed0 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -1,4 +1,4 @@ -MD5 (crossfire-0.93.0.tar.gz) = 9605de4a9650398399dcd738e7272ef9 -MD5 (crossfire-0.93.0.doc.tar.gz) = dd47515cb75d11187b1b36bf7724f6e9 -MD5 (crossfire-0.93.0.maps.tar.gz) = de8541ce762a811fae2048ac5ea59bd5 +MD5 (crossfire-0.94.1.tar.gz) = 92f61cbf0f249ec94718aac0abe5f6f6 +MD5 (crossfire-0.94.1.doc.tar.gz) = 7839183827ffe7f28bbd7caad5d8e27a +MD5 (crossfire-0.94.1.maps.tar.gz) = bb6b13076b35ff194d4b5ef84c223356 MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire-client/files/patch-aa b/games/crossfire-client/files/patch-aa index 8035616be51c..dab90bcd9ff2 100644 --- a/games/crossfire-client/files/patch-aa +++ b/games/crossfire-client/files/patch-aa @@ -1,5 +1,5 @@ ---- config/crosssite.def.orig Sun Jan 5 19:59:48 1997 -+++ config/crosssite.def Wed Sep 17 15:55:13 1997 +--- config/crosssite.def.orig Thu Apr 16 04:07:49 1998 ++++ config/crosssite.def Fri May 8 14:51:14 1998 @@ -36,10 +36,8 @@ * (mwedel@pyramid.com) */ @@ -8,58 +8,72 @@ #define XPM_PIX -#define Xpm_LibDir /usr/local/lib/ -*/ -+#define Xpm_LibDir /usr/X11R6/lib/ ++#define Xpm_LibDir !!X11BASE!!/lib/ /* If your include files are someplace odd */ /*#define Xpm_Include /usr/local/include*/ -@@ -70,13 +68,13 @@ +@@ -51,13 +49,13 @@ * This is a top root directory of all game staff as in UNIX-style * overall. */ --#define CTop /home/sleipner/a/crossfire/crossfire -+#define CTop /usr/local/crossfire +-#define CTop /home/hugin/a/crossfire/crossfire ++#define CTop !!LOCALBASE!!/lib/crossfire /* #define CTop /net/contrib/crossfire */ /*#define CTop /usr/local/games/crossfire*/ /* Binaries location If this is undefined, it default to the standard location for X binaries on your machine. */ -#define CBinDir Concat(CTop,/bin) -+#define CBinDir /usr/local/bin ++#define CBinDir !!LOCALBASE!!/bin /* Libraries location If this is undefined it defaults to the standard location for X lib files/crossfire on your machine */ -@@ -95,7 +93,8 @@ +@@ -76,7 +74,8 @@ /* Crossfire manual location If this is undefined it defaults to the standard location for manual pages on your machine.*/ /* #define CManPath Concat(CTop,/man) */ -#define CManSuffix 6 -+#define CManPath /usr/local/man ++#define CManPath !!LOCALBASE!!/man +/* #define CManSuffix 6 */ /* Force CC to use the specified options instead of the default -@@ -104,7 +103,7 @@ +@@ -85,7 +84,7 @@ * any of the default compiler options for your machine. */ /*define ForceCCOPTIONS -O -g -Wall */ -#undef ForceCCOPTIONS -+#define ForceCCOPTIONS -O -pipe -Wall -Werror ++#define ForceCCOPTIONS -pipe -O /* Extra_Flags are added onto the compilers default options. Can be * quite useful if you just want to add another flag or two, and not -@@ -165,11 +164,9 @@ - * Default: Sound support off. +@@ -102,9 +101,8 @@ + /* Add any extra/special libraries that you may need. Make sure you + * use the -l form or put in the complete path name. + */ +-/* +-#define Extra_Libraries -lcrypt +-*/ ++ ++#define Extra_Libraries -lcrypt -lcompat + + /* Force CC to be a specific compilator? Define this to be the + * actual compiler (see example). If defined, the default +@@ -160,11 +158,9 @@ + * too distant future, it probably isn't worth fixing here. */ -/* - #define SoundEffects - #define RPlayLibDir /usr/local/lib - #define RPlayIncDir /usr/local/include + #define Rplay_Sound +-#define RPlayLibDir /usr/local/lib +-#define RPlayIncDir /usr/local/include -*/ ++#define RPlayLibDir !!LOCALBASE!!/lib ++#define RPlayIncDir !!LOCALBASE!!/include /* define this if using OpenWindows as your enviroment. This only * needs to be set if the openwindows server you use is -@@ -207,7 +204,7 @@ +@@ -202,7 +198,7 @@ * awk on most other systems will be OK. */ diff --git a/games/crossfire-client/files/patch-ak b/games/crossfire-client/files/patch-ak index d4c332524611..56af0748e854 100644 --- a/games/crossfire-client/files/patch-ak +++ b/games/crossfire-client/files/patch-ak @@ -1,11 +1,11 @@ ---- server/skills.c.orig Tue Sep 16 03:44:12 1997 -+++ server/skills.c Tue Sep 16 03:44:27 1997 -@@ -1007,7 +1007,7 @@ - int write_scroll (object *pl, object *scroll) { +--- server/skills.c.orig Thu Apr 16 04:07:47 1998 ++++ server/skills.c Thu May 7 21:03:01 1998 +@@ -1057,7 +1057,7 @@ - int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); -- object *newScroll; -+ object *newScroll = NULL; + int write_scroll (object *pl, object *scroll) { + int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); +- object *newScroll; ++ object *newScroll = NULL; - /* this is a sanity check */ - if (scroll->type!=SCROLL){ + /* this is a sanity check */ + if (scroll->type!=SCROLL) { diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist index 682e0b5812ad..a4731ca961da 100644 --- a/games/crossfire-client/pkg-plist +++ b/games/crossfire-client/pkg-plist @@ -10,1525 +10,2112 @@ bin/mktable bin/tcpsockets.pl man/man6/crossfire.6.gz man/man6/crossedit.6.gz -crossfire/lib/players/.keep_me -crossfire/lib/unique-items/.keep_me -crossfire/doc/Crossedit.doc -crossfire/doc/Imakefile -crossfire/doc/PlayerStats -crossfire/doc/README -crossfire/doc/RunTimeCommands -crossfire/doc/SurvivalGuide -crossfire/doc/alchemy.doc -crossfire/doc/crossedit.man -crossfire/doc/crossfire.doc -crossfire/doc/crossfire.man -crossfire/doc/crosslib.doc -crossfire/doc/experience -crossfire/doc/handbook.ps -crossfire/doc/include_html.pl -crossfire/doc/mapguide -crossfire/doc/mapmakers_guide_to_runes -crossfire/doc/maps-README -crossfire/doc/multigod -crossfire/doc/playbook-html/.bmaps -crossfire/doc/playbook-html/2x2.ppm -crossfire/doc/playbook-html/Imakefile -crossfire/doc/playbook-html/Makefile -crossfire/doc/playbook-html/Pdragonmail.111.gif -crossfire/doc/playbook-html/altar.111.gif -crossfire/doc/playbook-html/altar.html -crossfire/doc/playbook-html/appA.html -crossfire/doc/playbook-html/appB.html -crossfire/doc/playbook-html/appC.html -crossfire/doc/playbook-html/appC.shtml -crossfire/doc/playbook-html/apple.111.gif -crossfire/doc/playbook-html/arm.111.gif -crossfire/doc/playbook-html/bag.111.gif -crossfire/doc/playbook-html/balm-gen.111.gif -crossfire/doc/playbook-html/barbarian.171.gif -crossfire/doc/playbook-html/bed-save.111.gif -crossfire/doc/playbook-html/big-eye.111.gif -crossfire/doc/playbook-html/bonus-extract -crossfire/doc/playbook-html/bonus-extract.orig -crossfire/doc/playbook-html/bonus.html -crossfire/doc/playbook-html/book.111.gif -crossfire/doc/playbook-html/books.html -crossfire/doc/playbook-html/bow.111.gif -crossfire/doc/playbook-html/bows.html -crossfire/doc/playbook-html/br_wall.html -crossfire/doc/playbook-html/bul-wall-0.111.gif -crossfire/doc/playbook-html/button-big.111.gif -crossfire/doc/playbook-html/button-sma.111.gif -crossfire/doc/playbook-html/cabbage.111.gif -crossfire/doc/playbook-html/cake.111.gif -crossfire/doc/playbook-html/card.111.gif -crossfire/doc/playbook-html/carrot.111.gif -crossfire/doc/playbook-html/cauldron.111.gif -crossfire/doc/playbook-html/cauldron.html -crossfire/doc/playbook-html/chainmail.111.gif -crossfire/doc/playbook-html/chap1.html -crossfire/doc/playbook-html/chap2.html -crossfire/doc/playbook-html/chap2.shtml -crossfire/doc/playbook-html/chap3.html -crossfire/doc/playbook-html/chap3.shtml -crossfire/doc/playbook-html/chap4.html -crossfire/doc/playbook-html/chap4.shtml -crossfire/doc/playbook-html/chap5.html -crossfire/doc/playbook-html/chap5.shtml -crossfire/doc/playbook-html/chap6.html -crossfire/doc/playbook-html/chap6.shtml -crossfire/doc/playbook-html/chap7.html -crossfire/doc/playbook-html/char-extract -crossfire/doc/playbook-html/char.html -crossfire/doc/playbook-html/characters.gif -crossfire/doc/playbook-html/chest-1.111.gif -crossfire/doc/playbook-html/chocolate.111.gif -crossfire/doc/playbook-html/cleric.171.gif -crossfire/doc/playbook-html/clover.111.gif -crossfire/doc/playbook-html/coffee.111.gif -crossfire/doc/playbook-html/conv.111.gif -crossfire/doc/playbook-html/convert.pl -crossfire/doc/playbook-html/corpse.111.gif -crossfire/doc/playbook-html/corpse.html -crossfire/doc/playbook-html/corpse1.111.gif -crossfire/doc/playbook-html/crossbow.111.gif -crossfire/doc/playbook-html/demon-head.111.gif -crossfire/doc/playbook-html/depositbox.111.gif -crossfire/doc/playbook-html/diploma.111.gif -crossfire/doc/playbook-html/dir_spin.html -crossfire/doc/playbook-html/director.181.gif -crossfire/doc/playbook-html/door-0.111.gif -crossfire/doc/playbook-html/drag-steak.111.gif -crossfire/doc/playbook-html/dragon-eye.111.gif -crossfire/doc/playbook-html/dragon-wing.111.gif -crossfire/doc/playbook-html/dragonmail.111.gif -crossfire/doc/playbook-html/dress1.111.gif -crossfire/doc/playbook-html/dust-gen.111.gif -crossfire/doc/playbook-html/dwarf-p.111.gif -crossfire/doc/playbook-html/earthwall.111.gif -crossfire/doc/playbook-html/ectoplasm.111.gif -crossfire/doc/playbook-html/elf.171.gif -crossfire/doc/playbook-html/elven-bow.111.gif -crossfire/doc/playbook-html/emerald.111.gif -crossfire/doc/playbook-html/empty.pbm -crossfire/doc/playbook-html/equip.html -crossfire/doc/playbook-html/eyes.111.gif -crossfire/doc/playbook-html/fig/book.gif -crossfire/doc/playbook-html/fig/earrow.gif -crossfire/doc/playbook-html/fig/narrow.gif -crossfire/doc/playbook-html/fig/nearrow.gif -crossfire/doc/playbook-html/fig/nwarrow.gif -crossfire/doc/playbook-html/fig/sarrow.gif -crossfire/doc/playbook-html/fig/screen_dia.gif -crossfire/doc/playbook-html/fig/searrow.gif -crossfire/doc/playbook-html/fig/stairdown.gif -crossfire/doc/playbook-html/fig/stairup.gif -crossfire/doc/playbook-html/fig/swarrow.gif -crossfire/doc/playbook-html/fig/warrow.gif -crossfire/doc/playbook-html/figurine-gen.111.gif -crossfire/doc/playbook-html/finger.111.gif -crossfire/doc/playbook-html/fireborn.111.gif -crossfire/doc/playbook-html/fishfood.111.gif -crossfire/doc/playbook-html/flesh.html -crossfire/doc/playbook-html/flint-and-steel.111.gif -crossfire/doc/playbook-html/food.111.gif -crossfire/doc/playbook-html/food.html -crossfire/doc/playbook-html/foodone.html -crossfire/doc/playbook-html/foot.111.gif -crossfire/doc/playbook-html/fr_wall.html -crossfire/doc/playbook-html/gard-gate.114.gif -crossfire/doc/playbook-html/gatedoor.html -crossfire/doc/playbook-html/gem.111.gif -crossfire/doc/playbook-html/generic-extract -crossfire/doc/playbook-html/generic-rune.111.gif -crossfire/doc/playbook-html/goblin-head.111.gif -crossfire/doc/playbook-html/gods-extract -crossfire/doc/playbook-html/gods.html -crossfire/doc/playbook-html/goldcoin.111.gif -crossfire/doc/playbook-html/grate-1.111.gif -crossfire/doc/playbook-html/grate-2.111.gif -crossfire/doc/playbook-html/grate-2.118.gif -crossfire/doc/playbook-html/gravestone.111.gif -crossfire/doc/playbook-html/gravestone.html -crossfire/doc/playbook-html/guild.111.gif -crossfire/doc/playbook-html/guild.html -crossfire/doc/playbook-html/halfling.111.gif -crossfire/doc/playbook-html/hand.111.gif -crossfire/doc/playbook-html/handbook.html -crossfire/doc/playbook-html/handbutt.html -crossfire/doc/playbook-html/handle.111.gif -crossfire/doc/playbook-html/hands.111.gif -crossfire/doc/playbook-html/head.111.gif -crossfire/doc/playbook-html/heart.111.gif -crossfire/doc/playbook-html/holy-symbol.111.gif -crossfire/doc/playbook-html/holysymbol.html -crossfire/doc/playbook-html/horn.111.gif -crossfire/doc/playbook-html/horns.html -crossfire/doc/playbook-html/human.171.gif -crossfire/doc/playbook-html/icor.111.gif -crossfire/doc/playbook-html/in_char -crossfire/doc/playbook-html/in_equip -crossfire/doc/playbook-html/in_items -crossfire/doc/playbook-html/insect-sting.111.gif -crossfire/doc/playbook-html/insect-wing.111.gif -crossfire/doc/playbook-html/iron-gate1.118.gif -crossfire/doc/playbook-html/items -crossfire/doc/playbook-html/items-extract -crossfire/doc/playbook-html/items.gif -crossfire/doc/playbook-html/key-ring.111.gif -crossfire/doc/playbook-html/key1.111.gif -crossfire/doc/playbook-html/key2.111.gif -crossfire/doc/playbook-html/keys.html -crossfire/doc/playbook-html/lapron.111.gif -crossfire/doc/playbook-html/lbull-wall.101.gif -crossfire/doc/playbook-html/ldoor1.111.gif -crossfire/doc/playbook-html/leather-ar.111.gif -crossfire/doc/playbook-html/leg.111.gif -crossfire/doc/playbook-html/letter.111.gif -crossfire/doc/playbook-html/levels-extract -crossfire/doc/playbook-html/levels.html -crossfire/doc/playbook-html/lever.111.gif -crossfire/doc/playbook-html/light-wall.101.gif -crossfire/doc/playbook-html/liver.111.gif -crossfire/doc/playbook-html/loaf.111.gif -crossfire/doc/playbook-html/lockpicks.111.gif -crossfire/doc/playbook-html/lockpicks.html -crossfire/doc/playbook-html/logfile -crossfire/doc/playbook-html/luggage.111.gif -crossfire/doc/playbook-html/mage.171.gif -crossfire/doc/playbook-html/magic-bow.111.gif -crossfire/doc/playbook-html/makeps -crossfire/doc/playbook-html/mint.111.gif -crossfire/doc/playbook-html/mithril-ar.111.gif -crossfire/doc/playbook-html/mithril.111.gif -crossfire/doc/playbook-html/money.html -crossfire/doc/playbook-html/monk.111.gif -crossfire/doc/playbook-html/mushroom-1.111.gif -crossfire/doc/playbook-html/ninja.171.gif -crossfire/doc/playbook-html/note.111.gif -crossfire/doc/playbook-html/onion.111.gif -crossfire/doc/playbook-html/orange.111.gif -crossfire/doc/playbook-html/orcchop.111.gif -crossfire/doc/playbook-html/pear.111.gif -crossfire/doc/playbook-html/pearl.111.gif -crossfire/doc/playbook-html/pit.html -crossfire/doc/playbook-html/pix-wing.111.gif -crossfire/doc/playbook-html/pl-half-orc.111.gif -crossfire/doc/playbook-html/plate-mail.111.gif -crossfire/doc/playbook-html/plt-coin.111.gif -crossfire/doc/playbook-html/potato.111.gif -crossfire/doc/playbook-html/potion.html -crossfire/doc/playbook-html/potioncha.111.gif -crossfire/doc/playbook-html/potioncol.111.gif -crossfire/doc/playbook-html/potioncon.111.gif -crossfire/doc/playbook-html/potiondex.111.gif -crossfire/doc/playbook-html/potionfir.111.gif -crossfire/doc/playbook-html/potiongen.111.gif -crossfire/doc/playbook-html/potionhea.111.gif -crossfire/doc/playbook-html/potionhero.111.gif -crossfire/doc/playbook-html/potionimp.111.gif -crossfire/doc/playbook-html/potionint.111.gif -crossfire/doc/playbook-html/potioninv.111.gif -crossfire/doc/playbook-html/potionmag.111.gif -crossfire/doc/playbook-html/potionpow.111.gif -crossfire/doc/playbook-html/potions.html -crossfire/doc/playbook-html/potionstr.111.gif -crossfire/doc/playbook-html/potionwis.111.gif -crossfire/doc/playbook-html/pouch.111.gif -crossfire/doc/playbook-html/priest.171.gif -crossfire/doc/playbook-html/pyromaniac.111.gif -crossfire/doc/playbook-html/quarto.111.gif -crossfire/doc/playbook-html/quetzalcoatl.131.gif -crossfire/doc/playbook-html/quiver.111.gif -crossfire/doc/playbook-html/r-sack.111.gif -crossfire/doc/playbook-html/refs.pl -crossfire/doc/playbook-html/residue.111.gif -crossfire/doc/playbook-html/ring-drain.111.gif -crossfire/doc/playbook-html/ring-mail.111.gif -crossfire/doc/playbook-html/ring.110.gif -crossfire/doc/playbook-html/rings.html -crossfire/doc/playbook-html/roast-bird.111.gif -crossfire/doc/playbook-html/robe-midnight.111.gif -crossfire/doc/playbook-html/robe.111.gif -crossfire/doc/playbook-html/rod-heavy.111.gif -crossfire/doc/playbook-html/rods.html -crossfire/doc/playbook-html/root.111.gif -crossfire/doc/playbook-html/rose-red.111.gif -crossfire/doc/playbook-html/rose-wh.111.gif -crossfire/doc/playbook-html/rose-yel.111.gif -crossfire/doc/playbook-html/ruby.111.gif -crossfire/doc/playbook-html/rune-blast.111.gif -crossfire/doc/playbook-html/rune-death.111.gif -crossfire/doc/playbook-html/rune-fire.111.gif -crossfire/doc/playbook-html/rune-frost.111.gif -crossfire/doc/playbook-html/rune-mark.111.gif -crossfire/doc/playbook-html/rune-shock.111.gif -crossfire/doc/playbook-html/runeblast.html -crossfire/doc/playbook-html/runedeath.html -crossfire/doc/playbook-html/runefire.html -crossfire/doc/playbook-html/runefrost.html -crossfire/doc/playbook-html/runegen.html -crossfire/doc/playbook-html/runemark.html -crossfire/doc/playbook-html/runeshock.html -crossfire/doc/playbook-html/sack.111.gif -crossfire/doc/playbook-html/sapphire.111.gif -crossfire/doc/playbook-html/savebed.html -crossfire/doc/playbook-html/scale-mail.111.gif -crossfire/doc/playbook-html/scroll.111.gif -crossfire/doc/playbook-html/scrollr.111.gif -crossfire/doc/playbook-html/scrolls.html -crossfire/doc/playbook-html/serpent-skin.111.gif -crossfire/doc/playbook-html/shop-mat.111.gif -crossfire/doc/playbook-html/shop.html -crossfire/doc/playbook-html/shopmat.html -crossfire/doc/playbook-html/sign-e.111.gif -crossfire/doc/playbook-html/sign-w.111.gif -crossfire/doc/playbook-html/sign.111.gif -crossfire/doc/playbook-html/sign.html -crossfire/doc/playbook-html/silvercoin.111.gif -crossfire/doc/playbook-html/skill_stat.html -crossfire/doc/playbook-html/skills-extract -crossfire/doc/playbook-html/skills.html -crossfire/doc/playbook-html/skills2-extract -crossfire/doc/playbook-html/skin.111.gif -crossfire/doc/playbook-html/sorter -crossfire/doc/playbook-html/speedbwall.111.gif -crossfire/doc/playbook-html/spellpath-extract -crossfire/doc/playbook-html/spellpath.html -crossfire/doc/playbook-html/spinner.11B.gif -crossfire/doc/playbook-html/staff.111.gif -crossfire/doc/playbook-html/statskmod-extract -crossfire/doc/playbook-html/statskmod.html -crossfire/doc/playbook-html/store-alch.111.gif -crossfire/doc/playbook-html/store-armo.111.gif -crossfire/doc/playbook-html/store-gene.111.gif -crossfire/doc/playbook-html/store-magi.111.gif -crossfire/doc/playbook-html/store-weap.111.gif -crossfire/doc/playbook-html/swashbuckl.171.gif -crossfire/doc/playbook-html/talisman.111.gif -crossfire/doc/playbook-html/talisman.html -crossfire/doc/playbook-html/thief.171.gif -crossfire/doc/playbook-html/tmp.gif -crossfire/doc/playbook-html/tmp.ppm -crossfire/doc/playbook-html/tome.111.gif -crossfire/doc/playbook-html/tongue.111.gif -crossfire/doc/playbook-html/tooth.111.gif -crossfire/doc/playbook-html/trapdoor-1.111.gif -crossfire/doc/playbook-html/treas1-extract -crossfire/doc/playbook-html/treas2-extract -crossfire/doc/playbook-html/tunic.111.gif -crossfire/doc/playbook-html/u-horn.114.gif -crossfire/doc/playbook-html/viking.171.gif -crossfire/doc/playbook-html/wand.111.gif -crossfire/doc/playbook-html/wands.html -crossfire/doc/playbook-html/warrior.171.gif -crossfire/doc/playbook-html/waybread.111.gif -crossfire/doc/playbook-html/wizard.171.gif -crossfire/doc/playbook-html/work.ppm -crossfire/doc/playbook-html/wraithp.111.gif -crossfire/doc/programming_guide -crossfire/doc/skills.doc -crossfire/doc/skills_developer.doc -crossfire/doc/spell-docs/Imakefile -crossfire/doc/spell-docs/Makefile -crossfire/doc/spell-docs/Makefile.bak -crossfire/doc/spell-docs/README -crossfire/doc/spell-docs/prayer-list.ps -crossfire/doc/spell-docs/prayer-list.txt -crossfire/doc/spell-docs/spell-info.ps -crossfire/doc/spell-docs/spell-info.txt -crossfire/doc/spell-docs/spell-list.ps -crossfire/doc/spell-docs/spell-list.txt -crossfire/doc/spell-docs/spell-summary.ps -crossfire/doc/spell-docs/spell-summary.txt -crossfire/doc/spell-docs/tome-of-magic.ps -crossfire/doc/spell-docs/tome-of-magic.txt -crossfire/doc/spell-paths -crossfire/doc/spell_params.doc -crossfire/doc/spellcasters_guide_to_runes -crossfire/doc/spells -crossfire/doc/spoiler-html/.bmaps -crossfire/doc/spoiler-html/0 -crossfire/doc/spoiler-html/1 -crossfire/doc/spoiler-html/1x2.ppm -crossfire/doc/spoiler-html/2x1.ppm -crossfire/doc/spoiler-html/2x2.ppm -crossfire/doc/spoiler-html/2x3.ppm -crossfire/doc/spoiler-html/3x2.ppm -crossfire/doc/spoiler-html/3x3.ppm -crossfire/doc/spoiler-html/3x4.ppm -crossfire/doc/spoiler-html/4x4.ppm -crossfire/doc/spoiler-html/4x8.ppm -crossfire/doc/spoiler-html/6x7.ppm -crossfire/doc/spoiler-html/Bk.111.gif -crossfire/doc/spoiler-html/CSword.113.gif -crossfire/doc/spoiler-html/Cwyvern.171.gif -crossfire/doc/spoiler-html/DShield.111.gif -crossfire/doc/spoiler-html/GreatDemon.111.gif -crossfire/doc/spoiler-html/Imakefile -crossfire/doc/spoiler-html/Makefile -crossfire/doc/spoiler-html/Pdragonmail.111.gif -crossfire/doc/spoiler-html/acid-pool.111.gif -crossfire/doc/spoiler-html/acidsphere.111.gif -crossfire/doc/spoiler-html/angel.111.gif -crossfire/doc/spoiler-html/ant-gen.111.gif -crossfire/doc/spoiler-html/ant.111.gif -crossfire/doc/spoiler-html/archangel.115.gif -crossfire/doc/spoiler-html/archangel.118.gif -crossfire/doc/spoiler-html/arche-extract -crossfire/doc/spoiler-html/arche.html -crossfire/doc/spoiler-html/arm-extract -crossfire/doc/spoiler-html/arm.html -crossfire/doc/spoiler-html/avatar.131.gif -crossfire/doc/spoiler-html/axe-1.111.gif -crossfire/doc/spoiler-html/axe-2.111.gif -crossfire/doc/spoiler-html/axe-3.111.gif -crossfire/doc/spoiler-html/axe-4.111.gif -crossfire/doc/spoiler-html/axe-5.111.gif -crossfire/doc/spoiler-html/baby-drag.111.gif -crossfire/doc/spoiler-html/ball-lightning.111.gif -crossfire/doc/spoiler-html/barbarian.171.gif -crossfire/doc/spoiler-html/baslic.171.gif -crossfire/doc/spoiler-html/bat-gen.111.gif -crossfire/doc/spoiler-html/bat.111.gif -crossfire/doc/spoiler-html/bee-gen.111.gif -crossfire/doc/spoiler-html/bee.111.gif -crossfire/doc/spoiler-html/beehive.111.gif -crossfire/doc/spoiler-html/behemoth.111.gif -crossfire/doc/spoiler-html/behold-gen.111.gif -crossfire/doc/spoiler-html/beholder.111.gif -crossfire/doc/spoiler-html/belzebub.111.gif -crossfire/doc/spoiler-html/big-club.111.gif -crossfire/doc/spoiler-html/big-demon.171.gif -crossfire/doc/spoiler-html/big-wiz.111.gif -crossfire/doc/spoiler-html/bighorn-he.111.gif -crossfire/doc/spoiler-html/bird-gen.111.gif -crossfire/doc/spoiler-html/bird.111.gif -crossfire/doc/spoiler-html/blob.111.gif -crossfire/doc/spoiler-html/blocked.111.gif -crossfire/doc/spoiler-html/bomb.111.gif -crossfire/doc/spoiler-html/bonecrush.111.gif -crossfire/doc/spoiler-html/bow-extract -crossfire/doc/spoiler-html/bow.111.gif -crossfire/doc/spoiler-html/bow.html -crossfire/doc/spoiler-html/bpudding-g.111.gif -crossfire/doc/spoiler-html/bpudding.111.gif -crossfire/doc/spoiler-html/bsword-1.111.gif -crossfire/doc/spoiler-html/bsword-2.111.gif -crossfire/doc/spoiler-html/bullet.112.gif -crossfire/doc/spoiler-html/cancellati.111.gif -crossfire/doc/spoiler-html/centipede.111.gif -crossfire/doc/spoiler-html/ch-bish.111.gif -crossfire/doc/spoiler-html/ch-king.111.gif -crossfire/doc/spoiler-html/ch-knight.111.gif -crossfire/doc/spoiler-html/ch-pawn.111.gif -crossfire/doc/spoiler-html/ch-queen.111.gif -crossfire/doc/spoiler-html/ch-rook.111.gif -crossfire/doc/spoiler-html/chainmail.111.gif -crossfire/doc/spoiler-html/charwoman.171.gif -crossfire/doc/spoiler-html/chicken.131.gif -crossfire/doc/spoiler-html/chinese-dr.171.gif -crossfire/doc/spoiler-html/cleric.171.gif -crossfire/doc/spoiler-html/club.111.gif -crossfire/doc/spoiler-html/cobra.111.gif -crossfire/doc/spoiler-html/cold-drag.171.gif -crossfire/doc/spoiler-html/confusion.111.gif -crossfire/doc/spoiler-html/conjurer.111.gif -crossfire/doc/spoiler-html/counterspell.111.gif -crossfire/doc/spoiler-html/crone.111.gif -crossfire/doc/spoiler-html/crossbow.111.gif -crossfire/doc/spoiler-html/crown.111.gif -crossfire/doc/spoiler-html/cyclops.131.gif -crossfire/doc/spoiler-html/dagger.111.gif -crossfire/doc/spoiler-html/dark-elf.111.gif -crossfire/doc/spoiler-html/darkblade.111.gif -crossfire/doc/spoiler-html/deathbring.111.gif -crossfire/doc/spoiler-html/deathtree.111.gif -crossfire/doc/spoiler-html/defender.111.gif -crossfire/doc/spoiler-html/demilich.111.gif -crossfire/doc/spoiler-html/demon-lord.E11.gif -crossfire/doc/spoiler-html/demonbane.111.gif -crossfire/doc/spoiler-html/destruction.111.gif -crossfire/doc/spoiler-html/det-magic.111.gif -crossfire/doc/spoiler-html/devil.111.gif -crossfire/doc/spoiler-html/dog.111.gif -crossfire/doc/spoiler-html/dragon-shi.111.gif -crossfire/doc/spoiler-html/dragon.171.gif -crossfire/doc/spoiler-html/dragonmail.111.gif -crossfire/doc/spoiler-html/dragonman.171.gif -crossfire/doc/spoiler-html/dragonslay.111.gif -crossfire/doc/spoiler-html/dread.111.gif -crossfire/doc/spoiler-html/dress1.111.gif -crossfire/doc/spoiler-html/dress2.111.gif -crossfire/doc/spoiler-html/dress3.111.gif -crossfire/doc/spoiler-html/dwarf-p.111.gif -crossfire/doc/spoiler-html/dwarf-pr.111.gif -crossfire/doc/spoiler-html/dwarf-wiz.111.gif -crossfire/doc/spoiler-html/dwarf.111.gif -crossfire/doc/spoiler-html/earthwall.111.gif -crossfire/doc/spoiler-html/elec-dr.111.gif -crossfire/doc/spoiler-html/elec-drag.171.gif -crossfire/doc/spoiler-html/elem-air.111.gif -crossfire/doc/spoiler-html/elem-earth.111.gif -crossfire/doc/spoiler-html/elem-fire.111.gif -crossfire/doc/spoiler-html/elem-water.111.gif -crossfire/doc/spoiler-html/elf-1.111.gif -crossfire/doc/spoiler-html/elf.171.gif -crossfire/doc/spoiler-html/elven-bow.111.gif -crossfire/doc/spoiler-html/elvenboots.111.gif -crossfire/doc/spoiler-html/empty.pbm -crossfire/doc/spoiler-html/enchantment.111.gif -crossfire/doc/spoiler-html/ent.111.gif -crossfire/doc/spoiler-html/excalibur.111.gif -crossfire/doc/spoiler-html/explosion.111.gif -crossfire/doc/spoiler-html/eyeglasses.111.gif -crossfire/doc/spoiler-html/eyeshield.111.gif -crossfire/doc/spoiler-html/fae-drag.171.gif -crossfire/doc/spoiler-html/falchion.111.gif -crossfire/doc/spoiler-html/fear.111.gif -crossfire/doc/spoiler-html/fighter.111.gif -crossfire/doc/spoiler-html/fire-drag.171.gif -crossfire/doc/spoiler-html/fireball.111.gif -crossfire/doc/spoiler-html/fireborn.111.gif -crossfire/doc/spoiler-html/firebrand.111.gif -crossfire/doc/spoiler-html/firebullet.111.gif -crossfire/doc/spoiler-html/firestar.111.gif -crossfire/doc/spoiler-html/flowers.111.gif -crossfire/doc/spoiler-html/fog.111.gif -crossfire/doc/spoiler-html/food.111.gif -crossfire/doc/spoiler-html/frostbrand.111.gif -crossfire/doc/spoiler-html/fullhelmet.111.gif -crossfire/doc/spoiler-html/fungus.111.gif -crossfire/doc/spoiler-html/gaelotroll.111.gif -crossfire/doc/spoiler-html/gauntlet-s.111.gif -crossfire/doc/spoiler-html/generic-rune.111.gif -crossfire/doc/spoiler-html/ghast.111.gif -crossfire/doc/spoiler-html/ghost-gen.111.gif -crossfire/doc/spoiler-html/ghost.111.gif -crossfire/doc/spoiler-html/giant-bat.111.gif -crossfire/doc/spoiler-html/giant-gen.111.gif -crossfire/doc/spoiler-html/giant.111.gif -crossfire/doc/spoiler-html/gir-strcon.111.gif -crossfire/doc/spoiler-html/girdle-con.111.gif -crossfire/doc/spoiler-html/girdle-dam.111.gif -crossfire/doc/spoiler-html/girdle-str.111.gif -crossfire/doc/spoiler-html/gloves.111.gif -crossfire/doc/spoiler-html/gnoll-gen.111.gif -crossfire/doc/spoiler-html/gnoll.111.gif -crossfire/doc/spoiler-html/gnome.111.gif -crossfire/doc/spoiler-html/goblin-gen.111.gif -crossfire/doc/spoiler-html/goblin.111.gif -crossfire/doc/spoiler-html/golem.111.gif -crossfire/doc/spoiler-html/gram.111.gif -crossfire/doc/spoiler-html/gravestone.111.gif -crossfire/doc/spoiler-html/greater-dwarven-guard.111.gif -crossfire/doc/spoiler-html/greenslime.111.gif -crossfire/doc/spoiler-html/grimreaper.111.gif -crossfire/doc/spoiler-html/grimreaper.112.gif -crossfire/doc/spoiler-html/guard-hard.111.gif -crossfire/doc/spoiler-html/guard-ligh.111.gif -crossfire/doc/spoiler-html/guard-med.111.gif -crossfire/doc/spoiler-html/guildmaste.111.gif -crossfire/doc/spoiler-html/halfling.111.gif -crossfire/doc/spoiler-html/hammer-1.111.gif -crossfire/doc/spoiler-html/hammer-2.121.gif -crossfire/doc/spoiler-html/healing.111.gif -crossfire/doc/spoiler-html/helm-extract -crossfire/doc/spoiler-html/helmet-bri.111.gif -crossfire/doc/spoiler-html/helmet.111.gif -crossfire/doc/spoiler-html/helmet.html -crossfire/doc/spoiler-html/helmetxray.111.gif -crossfire/doc/spoiler-html/high-boots.111.gif -crossfire/doc/spoiler-html/highshield.111.gif -crossfire/doc/spoiler-html/holy-orb.111.gif -crossfire/doc/spoiler-html/holyave.111.gif -crossfire/doc/spoiler-html/holyshield.111.gif -crossfire/doc/spoiler-html/hornhelmet.111.gif -crossfire/doc/spoiler-html/human.171.gif -crossfire/doc/spoiler-html/icestorm.111.gif -crossfire/doc/spoiler-html/imp.171.gif -crossfire/doc/spoiler-html/in_items -crossfire/doc/spoiler-html/in_monput -crossfire/doc/spoiler-html/in_spells -crossfire/doc/spoiler-html/in_stats -crossfire/doc/spoiler-html/items -crossfire/doc/spoiler-html/items-extract -crossfire/doc/spoiler-html/items.gif -crossfire/doc/spoiler-html/jessyb.111.gif -crossfire/doc/spoiler-html/katana-1.111.gif -crossfire/doc/spoiler-html/killerbee.111.gif -crossfire/doc/spoiler-html/knight.111.gif -crossfire/doc/spoiler-html/kobold-gen.111.gif -crossfire/doc/spoiler-html/kobold.111.gif -crossfire/doc/spoiler-html/lamia.131.gif -crossfire/doc/spoiler-html/lapron.111.gif -crossfire/doc/spoiler-html/lbullet.111.gif -crossfire/doc/spoiler-html/leather-ar.111.gif -crossfire/doc/spoiler-html/lesser-dwarven-guard.111.gif -crossfire/doc/spoiler-html/lev-boots.111.gif -crossfire/doc/spoiler-html/lich.111.gif -crossfire/doc/spoiler-html/lightning.111.gif -crossfire/doc/spoiler-html/lmornstar.111.gif -crossfire/doc/spoiler-html/logfile -crossfire/doc/spoiler-html/low-boots.111.gif -crossfire/doc/spoiler-html/lsword.111.gif -crossfire/doc/spoiler-html/mace-1.111.gif -crossfire/doc/spoiler-html/mace-2.111.gif -crossfire/doc/spoiler-html/madman-gen.111.gif -crossfire/doc/spoiler-html/madman.111.gif -crossfire/doc/spoiler-html/mag-extract -crossfire/doc/spoiler-html/mag.html -crossfire/doc/spoiler-html/mage.171.gif -crossfire/doc/spoiler-html/magi-staff.111.gif -crossfire/doc/spoiler-html/magic-bow.111.gif -crossfire/doc/spoiler-html/magic-miss.131.gif -crossfire/doc/spoiler-html/magnifier.111.gif -crossfire/doc/spoiler-html/makeps -crossfire/doc/spoiler-html/makeps.pl -crossfire/doc/spoiler-html/man.111.gif -crossfire/doc/spoiler-html/mithril-ar.111.gif -crossfire/doc/spoiler-html/mjoellnir.111.gif -crossfire/doc/spoiler-html/monk.111.gif -crossfire/doc/spoiler-html/monput.html -crossfire/doc/spoiler-html/monster-extract -crossfire/doc/spoiler-html/monsters.gif -crossfire/doc/spoiler-html/mornstar.111.gif -crossfire/doc/spoiler-html/mournblade.111.gif -crossfire/doc/spoiler-html/mouse.111.gif -crossfire/doc/spoiler-html/mystic-fist.111.gif -crossfire/doc/spoiler-html/nightmare.111.gif -crossfire/doc/spoiler-html/ninja-2.111.gif -crossfire/doc/spoiler-html/ninja.171.gif -crossfire/doc/spoiler-html/northman.111.gif -crossfire/doc/spoiler-html/nunchacu-1.111.gif -crossfire/doc/spoiler-html/nunchacu-2.111.gif -crossfire/doc/spoiler-html/ogre-gen.111.gif -crossfire/doc/spoiler-html/ogre.111.gif -crossfire/doc/spoiler-html/orc-gen.111.gif -crossfire/doc/spoiler-html/orc.111.gif -crossfire/doc/spoiler-html/panther.111.gif -crossfire/doc/spoiler-html/panthergen.111.gif -crossfire/doc/spoiler-html/para-air.111.gif -crossfire/doc/spoiler-html/para-earth.111.gif -crossfire/doc/spoiler-html/para-fire.111.gif -crossfire/doc/spoiler-html/para-ice.111.gif -crossfire/doc/spoiler-html/para-lava.111.gif -crossfire/doc/spoiler-html/para-light.111.gif -crossfire/doc/spoiler-html/para-mud.111.gif -crossfire/doc/spoiler-html/para-water.111.gif -crossfire/doc/spoiler-html/paralyse.111.gif -crossfire/doc/spoiler-html/pir-lass.111.gif -crossfire/doc/spoiler-html/pirate.111.gif -crossfire/doc/spoiler-html/pixie-gen.111.gif -crossfire/doc/spoiler-html/pixie.111.gif -crossfire/doc/spoiler-html/pl-half-orc.111.gif -crossfire/doc/spoiler-html/plate-mail.111.gif -crossfire/doc/spoiler-html/poisonc.111.gif -crossfire/doc/spoiler-html/polymorph.111.gif -crossfire/doc/spoiler-html/priest.171.gif -crossfire/doc/spoiler-html/princess.111.gif -crossfire/doc/spoiler-html/prisoner.111.gif -crossfire/doc/spoiler-html/protection.111.gif -crossfire/doc/spoiler-html/pyro-gen.111.gif -crossfire/doc/spoiler-html/pyromaniac.111.gif -crossfire/doc/spoiler-html/quarters.111.gif -crossfire/doc/spoiler-html/quetzalcoatl.131.gif -crossfire/doc/spoiler-html/raas.131.gif -crossfire/doc/spoiler-html/reflector.111.gif -crossfire/doc/spoiler-html/ring-mail.111.gif -crossfire/doc/spoiler-html/ring-mail2.111.gif -crossfire/doc/spoiler-html/robe-midnight.111.gif -crossfire/doc/spoiler-html/robe.111.gif -crossfire/doc/spoiler-html/robe2.111.gif -crossfire/doc/spoiler-html/round-shiel.111.gif -crossfire/doc/spoiler-html/ruggilli.111.gif -crossfire/doc/spoiler-html/rune-antimagic.111.gif -crossfire/doc/spoiler-html/rune-blast.111.gif -crossfire/doc/spoiler-html/rune-death.111.gif -crossfire/doc/spoiler-html/rune-fire.111.gif -crossfire/doc/spoiler-html/rune-frost.111.gif -crossfire/doc/spoiler-html/rune-mark.111.gif -crossfire/doc/spoiler-html/rune-shock.111.gif -crossfire/doc/spoiler-html/rune-transfer.111.gif -crossfire/doc/spoiler-html/rustmonste.111.gif -crossfire/doc/spoiler-html/sabre.111.gif -crossfire/doc/spoiler-html/sage.111.gif -crossfire/doc/spoiler-html/sandals.111.gif -crossfire/doc/spoiler-html/sandy.111.gif -crossfire/doc/spoiler-html/scale-mail.111.gif -crossfire/doc/spoiler-html/scorpi-gen.111.gif -crossfire/doc/spoiler-html/scorpion.111.gif -crossfire/doc/spoiler-html/serp-man.131.gif -crossfire/doc/spoiler-html/serp-priest.131.gif -crossfire/doc/spoiler-html/serp-sword.111.gif -crossfire/doc/spoiler-html/serpent.131.gif -crossfire/doc/spoiler-html/serpman-gen.111.gif -crossfire/doc/spoiler-html/shadowtiger.111.gif -crossfire/doc/spoiler-html/shield-extract -crossfire/doc/spoiler-html/shield.111.gif -crossfire/doc/spoiler-html/shield.html -crossfire/doc/spoiler-html/shovel-1.111.gif -crossfire/doc/spoiler-html/skeleton.111.gif -crossfire/doc/spoiler-html/skull-gen.111.gif -crossfire/doc/spoiler-html/skull.111.gif -crossfire/doc/spoiler-html/skullcleav.111.gif -crossfire/doc/spoiler-html/slime.111.gif -crossfire/doc/spoiler-html/slow.111.gif -crossfire/doc/spoiler-html/small-shie.111.gif -crossfire/doc/spoiler-html/smalltroll.111.gif -crossfire/doc/spoiler-html/snake.111.gif -crossfire/doc/spoiler-html/spear.121.gif -crossfire/doc/spoiler-html/spectre.111.gif -crossfire/doc/spoiler-html/speedball.111.gif -crossfire/doc/spoiler-html/speedboots.111.gif -crossfire/doc/spoiler-html/speedbwall.111.gif -crossfire/doc/spoiler-html/spellball.111.gif -crossfire/doc/spoiler-html/spells-extract -crossfire/doc/spoiler-html/spells.gif -crossfire/doc/spoiler-html/spells.html -crossfire/doc/spoiler-html/sphinx.171.gif -crossfire/doc/spoiler-html/spider-web.111.gif -crossfire/doc/spoiler-html/spider.111.gif -crossfire/doc/spoiler-html/spoiler.html -crossfire/doc/spoiler-html/spoiler.shtml -crossfire/doc/spoiler-html/ssword-1.111.gif -crossfire/doc/spoiler-html/ssword-2.111.gif -crossfire/doc/spoiler-html/stake.111.gif -crossfire/doc/spoiler-html/stalker.111.gif -crossfire/doc/spoiler-html/stalkergen.111.gif -crossfire/doc/spoiler-html/stats-extract -crossfire/doc/spoiler-html/stats.gif -crossfire/doc/spoiler-html/stats.html -crossfire/doc/spoiler-html/steam.111.gif -crossfire/doc/spoiler-html/sting.111.gif -crossfire/doc/spoiler-html/stoneaxe.111.gif -crossfire/doc/spoiler-html/stonehamme.111.gif -crossfire/doc/spoiler-html/stormbring.111.gif -crossfire/doc/spoiler-html/sunspear.111.gif -crossfire/doc/spoiler-html/swashbuckl.171.gif -crossfire/doc/spoiler-html/sword-1.111.gif -crossfire/doc/spoiler-html/sword-2.111.gif -crossfire/doc/spoiler-html/sword-3.111.gif -crossfire/doc/spoiler-html/sword-4.111.gif -crossfire/doc/spoiler-html/t-dagger.131.gif -crossfire/doc/spoiler-html/taifu-1.111.gif -crossfire/doc/spoiler-html/thief.171.gif -crossfire/doc/spoiler-html/titan.571.gif -crossfire/doc/spoiler-html/tmp.gif -crossfire/doc/spoiler-html/tmp.ppm -crossfire/doc/spoiler-html/trident.121.gif -crossfire/doc/spoiler-html/troll.171.gif -crossfire/doc/spoiler-html/tunic.111.gif -crossfire/doc/spoiler-html/turban.111.gif -crossfire/doc/spoiler-html/turnundead.111.gif -crossfire/doc/spoiler-html/u-horn.111.gif -crossfire/doc/spoiler-html/unicorn.171.gif -crossfire/doc/spoiler-html/uw-shield.111.gif -crossfire/doc/spoiler-html/uw-sword.111.gif -crossfire/doc/spoiler-html/vampire.111.gif -crossfire/doc/spoiler-html/vampiregen.111.gif -crossfire/doc/spoiler-html/version.html -crossfire/doc/spoiler-html/viking.171.gif -crossfire/doc/spoiler-html/wand.111.gif -crossfire/doc/spoiler-html/warrior.171.gif -crossfire/doc/spoiler-html/weap-extract -crossfire/doc/spoiler-html/weap.html -crossfire/doc/spoiler-html/weapmag.html -crossfire/doc/spoiler-html/wig.111.gif -crossfire/doc/spoiler-html/wight.111.gif -crossfire/doc/spoiler-html/wiz-hat.111.gif -crossfire/doc/spoiler-html/wizard.171.gif -crossfire/doc/spoiler-html/woman.111.gif -crossfire/doc/spoiler-html/work.ppm -crossfire/doc/spoiler-html/wraith.111.gif -crossfire/doc/spoiler-html/wraithp.111.gif -crossfire/doc/spoiler-html/wyvern.171.gif -crossfire/doc/spoiler-html/xan-gen.111.gif -crossfire/doc/spoiler-html/xan.111.gif -crossfire/doc/spoiler-html/zombie-gen.111.gif -crossfire/doc/spoiler-html/zombie.111.gif -crossfire/doc/spoiler.ps -crossfire/doc/teleporter.doc -crossfire/doc/xbmtobdf.man -crossfire/fonts/crossfire.pcf -crossfire/fonts/fonts.dir -crossfire/lib/README -crossfire/lib/adm/flushlocks -crossfire/lib/archetypes -crossfire/lib/artifacts -crossfire/lib/ban_file -crossfire/lib/bmaps -crossfire/lib/bookarch -crossfire/lib/crossfire.cfb -crossfire/lib/crossfire.pix.1 -crossfire/lib/crossfire.pix.2 -crossfire/lib/crossfire.pix.3 -crossfire/lib/crossfire.pix.4 -crossfire/lib/crossfire.pix.5 -crossfire/lib/crossfire.pix.6 -crossfire/lib/def_help -crossfire/lib/def_keys -crossfire/lib/dm_file -crossfire/lib/esrv_xpm.eric -crossfire/lib/faces -crossfire/lib/forbid -crossfire/lib/formulae -crossfire/lib/fsconfig -crossfire/lib/help/apply -crossfire/lib/help/bind -crossfire/lib/help/cast -crossfire/lib/help/golem -crossfire/lib/help/invoke -crossfire/lib/help/keys -crossfire/lib/help/mark -crossfire/lib/help/melee -crossfire/lib/help/mouse -crossfire/lib/help/move -crossfire/lib/help/name -crossfire/lib/help/output -crossfire/lib/help/output-count -crossfire/lib/help/output-sync -crossfire/lib/help/party -crossfire/lib/help/pickup -crossfire/lib/help/quit -crossfire/lib/help/range -crossfire/lib/help/save -crossfire/lib/help/sort_inventory -crossfire/lib/help/spells -crossfire/lib/help/statistics -crossfire/lib/help/take -crossfire/lib/help/traps -crossfire/lib/help/unbind -crossfire/lib/highscore -crossfire/lib/maps/Lake_Country/Butakis/B_gshop -crossfire/lib/maps/Lake_Country/Butakis/B_wshop -crossfire/lib/maps/Lake_Country/Butakis/Butakis0 -crossfire/lib/maps/Lake_Country/Butakis/Rlib1 -crossfire/lib/maps/Lake_Country/Butakis/Rlib2 -crossfire/lib/maps/Lake_Country/Butakis/Wist_portal -crossfire/lib/maps/Lake_Country/Butakis/Wist_study -crossfire/lib/maps/Lake_Country/Butakis/alchemist -crossfire/lib/maps/Lake_Country/Butakis/arena -crossfire/lib/maps/Lake_Country/Butakis/blacksmith -crossfire/lib/maps/Lake_Country/Butakis/church-1 -crossfire/lib/maps/Lake_Country/Butakis/church0 -crossfire/lib/maps/Lake_Country/Butakis/church1 -crossfire/lib/maps/Lake_Country/Butakis/gate_inner -crossfire/lib/maps/Lake_Country/Butakis/gate_outer -crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/James_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype2 -crossfire/lib/maps/Lake_Country/Butakis/inn -crossfire/lib/maps/Lake_Country/Butakis/luck1 -crossfire/lib/maps/Lake_Country/Butakis/luck1.old -crossfire/lib/maps/Lake_Country/Butakis/luck2 -crossfire/lib/maps/Lake_Country/Butakis/luck3 -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w -crossfire/lib/maps/Lake_Country/Butakis/prison-1 -crossfire/lib/maps/Lake_Country/Butakis/prison0 -crossfire/lib/maps/Lake_Country/Butakis/prison1 -crossfire/lib/maps/Lake_Country/Butakis/prison_e -crossfire/lib/maps/Lake_Country/Butakis/prison_n -crossfire/lib/maps/Lake_Country/Butakis/prison_s -crossfire/lib/maps/Lake_Country/Butakis/prison_special -crossfire/lib/maps/Lake_Country/Butakis/prison_w -crossfire/lib/maps/Lake_Country/DA -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 -crossfire/lib/maps/Lake_Country/Mwizard/MwizardD -crossfire/lib/maps/Lake_Country/Mwizard/MwizardG -crossfire/lib/maps/Lake_Country/Mwizard/MwizardT -crossfire/lib/maps/Lake_Country/Mwizard/test -crossfire/lib/maps/Lake_Country/RETower/test -crossfire/lib/maps/Lake_Country/RETower/tower0 -crossfire/lib/maps/Lake_Country/RETower/tower1 -crossfire/lib/maps/Lake_Country/RETower/tower2 -crossfire/lib/maps/Lake_Country/RETower/tower3 -crossfire/lib/maps/Lake_Country/RETower/tower4 -crossfire/lib/maps/Lake_Country/RETower/tower5 -crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress -crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse -crossfire/lib/maps/Lake_Country/Sunset_Lake/inn -crossfire/lib/maps/Lake_Country/ebony/entrance1 -crossfire/lib/maps/Lake_Country/ebony/entrance2 -crossfire/lib/maps/Lake_Country/ebony/guild1 -crossfire/lib/maps/Lake_Country/ebony/masterlev -crossfire/lib/maps/Lake_Country/ebony/test1 -crossfire/lib/maps/Lake_Country/ebony/test2 -crossfire/lib/maps/Lake_Country/flight/flight1 -crossfire/lib/maps/Lake_Country/flight/flight2 -crossfire/lib/maps/Lake_Country/flight/flight3 -crossfire/lib/maps/Lake_Country/flight/flight4 -crossfire/lib/maps/Lake_Country/flight/flight5 -crossfire/lib/maps/Lake_Country/flight/flight6 -crossfire/lib/maps/Lake_Country/kundi_area -crossfire/lib/maps/Lake_Country/kundi_castle -crossfire/lib/maps/Lake_Country/marsh/marsh1_1 -crossfire/lib/maps/Lake_Country/marsh/marsh1_2 -crossfire/lib/maps/Lake_Country/marsh/marsh2_1 -crossfire/lib/maps/Lake_Country/marsh/marsh2_2 -crossfire/lib/maps/Lake_Country/marsh/marsh_maze1 -crossfire/lib/maps/Lake_Country/quest/Takuse_lair -crossfire/lib/maps/Lake_Country/quest/cave1 -crossfire/lib/maps/Lake_Country/quest/elfhideout -crossfire/lib/maps/Lake_Country/quest/elves -crossfire/lib/maps/Lake_Country/quest/hideout -crossfire/lib/maps/Lake_Country/quest/hideout_entrance -crossfire/lib/maps/Lake_Country/quest/lefttower0 -crossfire/lib/maps/Lake_Country/quest/lefttower1 -crossfire/lib/maps/Lake_Country/quest/lefttower2 -crossfire/lib/maps/Lake_Country/quest/lefttower3 -crossfire/lib/maps/Lake_Country/quest/lefttower4 -crossfire/lib/maps/Lake_Country/quest/mercenaries -crossfire/lib/maps/Lake_Country/quest/mountainkeep -crossfire/lib/maps/Lake_Country/quest/mountains -crossfire/lib/maps/Lake_Country/quest/righttower1 -crossfire/lib/maps/Lake_Country/quest/righttower1.cp -crossfire/lib/maps/Lake_Country/quest/shadowcave1 -crossfire/lib/maps/Lake_Country/quest/shadowcave2 -crossfire/lib/maps/Lake_Country/quest/shadowcave3 -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop.cp -crossfire/lib/maps/Lake_Country/shops/Olds_jewel -crossfire/lib/maps/Lake_Country/shops/Olds_jewel.bk -crossfire/lib/maps/Lake_Country/shops/clems_archery -crossfire/lib/maps/Lake_Country/shops/klondors_wands -crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 -crossfire/lib/maps/Lake_Country/small_buildings/burial_ground -crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus -crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 -crossfire/lib/maps/Lake_Country/small_buildings/portal -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3.cp -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4.cp -crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair -crossfire/lib/maps/Lake_Country/snake_pit/pit -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 -crossfire/lib/maps/README -crossfire/lib/maps/asyvan/gate1 -crossfire/lib/maps/asyvan/gate2 -crossfire/lib/maps/asyvan/gate3 -crossfire/lib/maps/asyvan/gate4 -crossfire/lib/maps/asyvan/gate5 -crossfire/lib/maps/asyvan/gate6 -crossfire/lib/maps/asyvan/gate7 -crossfire/lib/maps/asyvan/gate8 -crossfire/lib/maps/asyvan/gate9 -crossfire/lib/maps/asyvan/palace1 -crossfire/lib/maps/asyvan/palace2 -crossfire/lib/maps/asyvan/palace3 -crossfire/lib/maps/asyvan/start -crossfire/lib/maps/brittany/Brest/Castle/AcidChamber -crossfire/lib/maps/brittany/Brest/Castle/DragonRoom -crossfire/lib/maps/brittany/Brest/Castle/Finale -crossfire/lib/maps/brittany/Brest/Castle/LargeRoom -crossfire/lib/maps/brittany/Brest/Castle/castle -crossfire/lib/maps/brittany/Brest/amphis -crossfire/lib/maps/brittany/Brest/brest -crossfire/lib/maps/brittany/Brest/brest.armour -crossfire/lib/maps/brittany/Brest/brest.cvt -crossfire/lib/maps/brittany/Brest/brest.food -crossfire/lib/maps/brittany/Brest/brest.inn -crossfire/lib/maps/brittany/Brest/brest.magic -crossfire/lib/maps/brittany/Brest/brest.weapon -crossfire/lib/maps/brittany/Brest/elec.jes -crossfire/lib/maps/brittany/Brest/info.2.zoon -crossfire/lib/maps/brittany/Brest/info_first -crossfire/lib/maps/brittany/Brest/jes.admini -crossfire/lib/maps/brittany/Brest/jes.admini.1 -crossfire/lib/maps/brittany/Brest/ludo1 -crossfire/lib/maps/brittany/Brest/ludo2 -crossfire/lib/maps/brittany/Brest/nasty_house -crossfire/lib/maps/brittany/Brest/sport.jess -crossfire/lib/maps/brittany/Brest/underground -crossfire/lib/maps/brittany/Brest/underground2 -crossfire/lib/maps/brittany/dol-guldur.1 -crossfire/lib/maps/brittany/dol-guldur.2 -crossfire/lib/maps/brittany/dol-guldur.3 -crossfire/lib/maps/brittany/dol-guldur.4 -crossfire/lib/maps/brittany/dol-guldur.5 -crossfire/lib/maps/brittany/dol-guldur.6 -crossfire/lib/maps/brittany/enigme.1 -crossfire/lib/maps/brittany/enigme.2 -crossfire/lib/maps/brittany/enigme.3 -crossfire/lib/maps/brittany/enigme.4 -crossfire/lib/maps/brittany/enigme.5 -crossfire/lib/maps/brittany/enigme.6 -crossfire/lib/maps/brittany/hole -crossfire/lib/maps/brittany/jessy.1 -crossfire/lib/maps/brittany/jessy.2 -crossfire/lib/maps/brittany/jessy.3 -crossfire/lib/maps/brittany/khazad.1 -crossfire/lib/maps/brittany/khazad.2 -crossfire/lib/maps/brittany/khazad.3 -crossfire/lib/maps/brittany/khazad.4 -crossfire/lib/maps/brittany/khazad.5 -crossfire/lib/maps/brittany/tower_of__zoon -crossfire/lib/maps/cd/cd.castle.750 -crossfire/lib/maps/cd/cd.cellar1.757 -crossfire/lib/maps/cd/cd.inn.752 -crossfire/lib/maps/cd/cd.store.753 -crossfire/lib/maps/cd/cd.tower1.754 -crossfire/lib/maps/cd/cd.tower2.755 -crossfire/lib/maps/cd/cd.tunnel.751 -crossfire/lib/maps/city/cannery/ware1 -crossfire/lib/maps/city/city -crossfire/lib/maps/city/houses/house.haunted -crossfire/lib/maps/city/houses/house.haunted2 -crossfire/lib/maps/city/houses/house1 -crossfire/lib/maps/city/houses/house2 -crossfire/lib/maps/city/houses/jones -crossfire/lib/maps/city/houses/map.fr.ruin -crossfire/lib/maps/city/houses/maze1 -crossfire/lib/maps/city/houses/newhouse1 -crossfire/lib/maps/city/kar/creepy.house -crossfire/lib/maps/city/kar/creepy.house2 -crossfire/lib/maps/city/kar/drink -crossfire/lib/maps/city/kar/gorks1 -crossfire/lib/maps/city/kar/gorks2 -crossfire/lib/maps/city/kar/gorks3 -crossfire/lib/maps/city/kar/somehouse -crossfire/lib/maps/city/kar/somehouse2 -crossfire/lib/maps/city/kar/somehouse3 -crossfire/lib/maps/city/magara/porter_house -crossfire/lib/maps/city/mansion/entrance -crossfire/lib/maps/city/mansion/garden -crossfire/lib/maps/city/mansion/muriskunes -crossfire/lib/maps/city/mansion/str-tunnel -crossfire/lib/maps/city/mansion/stronghold -crossfire/lib/maps/city/misc/arena -crossfire/lib/maps/city/misc/beginners -crossfire/lib/maps/city/misc/church -crossfire/lib/maps/city/misc/cityhall -crossfire/lib/maps/city/misc/gatehouse -crossfire/lib/maps/city/misc/library -crossfire/lib/maps/city/misc/prison -crossfire/lib/maps/city/misc/zoo -crossfire/lib/maps/city/oldcity/end -crossfire/lib/maps/city/oldcity/oldcity1 -crossfire/lib/maps/city/oldcity/oldcity10 -crossfire/lib/maps/city/oldcity/oldcity11 -crossfire/lib/maps/city/oldcity/oldcity12 -crossfire/lib/maps/city/oldcity/oldcity13 -crossfire/lib/maps/city/oldcity/oldcity14 -crossfire/lib/maps/city/oldcity/oldcity15 -crossfire/lib/maps/city/oldcity/oldcity2 -crossfire/lib/maps/city/oldcity/oldcity3 -crossfire/lib/maps/city/oldcity/oldcity4 -crossfire/lib/maps/city/oldcity/oldcity5 -crossfire/lib/maps/city/oldcity/oldcity6 -crossfire/lib/maps/city/oldcity/oldcity7 -crossfire/lib/maps/city/oldcity/oldcity8 -crossfire/lib/maps/city/oldcity/oldcity9 -crossfire/lib/maps/city/shops/armourshop -crossfire/lib/maps/city/shops/bank -crossfire/lib/maps/city/shops/bowshop -crossfire/lib/maps/city/shops/gemshop -crossfire/lib/maps/city/shops/generalshop -crossfire/lib/maps/city/shops/magicshop -crossfire/lib/maps/city/shops/potionshop -crossfire/lib/maps/city/shops/weaponshop -crossfire/lib/maps/city/taverns/apartments -crossfire/lib/maps/city/taverns/goths -crossfire/lib/maps/city/taverns/goths0 -crossfire/lib/maps/city/taverns/goths2 -crossfire/lib/maps/city/taverns/inn -crossfire/lib/maps/city/taverns/inn2 -crossfire/lib/maps/city/towers/tower -crossfire/lib/maps/city/towers/tower.mad -crossfire/lib/maps/city/towers/tower.mad1 -crossfire/lib/maps/city/towers/tower.mad2 -crossfire/lib/maps/city/towers/tower.mad3 -crossfire/lib/maps/dtabb/cave -crossfire/lib/maps/dtabb/cave2 -crossfire/lib/maps/dtabb/quest/fire -crossfire/lib/maps/dtabb/quest/shop_b -crossfire/lib/maps/dtabb/quest/shop_f -crossfire/lib/maps/dtabb/quest/tower1 -crossfire/lib/maps/dtabb/quest/tower2 -crossfire/lib/maps/dtabb/quest/towers -crossfire/lib/maps/dtabb/quest/town2 -crossfire/lib/maps/dtabb/quest/water -crossfire/lib/maps/dtabb/town/church -crossfire/lib/maps/dtabb/town/inn -crossfire/lib/maps/dtabb/town/quest -crossfire/lib/maps/dtabb/town/shop_a -crossfire/lib/maps/dtabb/town/shop_g -crossfire/lib/maps/dtabb/town/shop_m -crossfire/lib/maps/dtabb/town/shop_w -crossfire/lib/maps/dtabb/town/tavern -crossfire/lib/maps/dtabb/town/town -crossfire/lib/maps/editor/picks/TownStaff -crossfire/lib/maps/editor/picks/alchemy -crossfire/lib/maps/editor/picks/artifacts -crossfire/lib/maps/editor/picks/background -crossfire/lib/maps/editor/picks/equipment -crossfire/lib/maps/editor/picks/exits -crossfire/lib/maps/editor/picks/food-bparts -crossfire/lib/maps/editor/picks/indoors -crossfire/lib/maps/editor/picks/items -crossfire/lib/maps/editor/picks/lakes -crossfire/lib/maps/editor/picks/monsters -crossfire/lib/maps/editor/picks/monsters2 -crossfire/lib/maps/editor/picks/monsters2.orig -crossfire/lib/maps/editor/picks/other -crossfire/lib/maps/editor/picks/outdoors -crossfire/lib/maps/editor/picks/rivers -crossfire/lib/maps/editor/picks/runes -crossfire/lib/maps/editor/picks/shops -crossfire/lib/maps/editor/picks/special -crossfire/lib/maps/editor/picks/town -crossfire/lib/maps/editor/walls/caves -crossfire/lib/maps/editor/walls/caves2 -crossfire/lib/maps/editor/walls/wall -crossfire/lib/maps/eeur/barad_dur -crossfire/lib/maps/eeur/hut.1 -crossfire/lib/maps/eeur/hut.2 -crossfire/lib/maps/eeur/tower1.1 -crossfire/lib/maps/eeur/tower1.2 -crossfire/lib/maps/eeur/tower1.3 -crossfire/lib/maps/eeur/tower1.4 -crossfire/lib/maps/ender/island/isl_yel -crossfire/lib/maps/ender/island/island1 -crossfire/lib/maps/ender/island/jungle -crossfire/lib/maps/ender/island/middleisland -crossfire/lib/maps/ender/island/strong_island -crossfire/lib/maps/ender/island/stronghold -crossfire/lib/maps/ender/island/treas_room -crossfire/lib/maps/ender/island/treasureisland -crossfire/lib/maps/ender/piratedung -crossfire/lib/maps/ender/pirateenter -crossfire/lib/maps/ender/pisland/hut -crossfire/lib/maps/ender/pisland/pirateisland -crossfire/lib/maps/ender/pisland/ship -crossfire/lib/maps/ender/pisland/ship_deck2 -crossfire/lib/maps/ender/pisland/underworld -crossfire/lib/maps/ender/pisland/vol_vill_shops -crossfire/lib/maps/ender/pisland/vol_village -crossfire/lib/maps/ender/pisland/volcano -crossfire/lib/maps/ender/pisland/vvhuts -crossfire/lib/maps/ender/pisland/vvmansion -crossfire/lib/maps/ender/temple/enterance -crossfire/lib/maps/ender/temple/temp_dung1 -crossfire/lib/maps/ender/temple/temple -crossfire/lib/maps/esben/ancient_hut -crossfire/lib/maps/esben/castle_aaaarg -crossfire/lib/maps/esben/grukks.1 -crossfire/lib/maps/esben/grukks.2 -crossfire/lib/maps/esben/grukks.3 -crossfire/lib/maps/esben/grukks.4 -crossfire/lib/maps/esben/hole -crossfire/lib/maps/esben/kjerring -crossfire/lib/maps/esben/map.esben.2 -crossfire/lib/maps/esben/puddings.place -crossfire/lib/maps/esben/ruins -crossfire/lib/maps/esben/sokoban1 -crossfire/lib/maps/esben/sokoban2 -crossfire/lib/maps/esben/sokoban3 -crossfire/lib/maps/esben/sokoban4 -crossfire/lib/maps/esben/sokoban5 -crossfire/lib/maps/esben/watertunnel -crossfire/lib/maps/espen/church.2 -crossfire/lib/maps/espen/church.3 -crossfire/lib/maps/espen/church.4.bak -crossfire/lib/maps/espen/church.4a -crossfire/lib/maps/espen/church.4b -crossfire/lib/maps/espen/church.4c -crossfire/lib/maps/espen/church.4d -crossfire/lib/maps/espen/espen1 -crossfire/lib/maps/espen/espen2 -crossfire/lib/maps/espen/palace -crossfire/lib/maps/generic/castle1.0 -crossfire/lib/maps/generic/castle1.1 -crossfire/lib/maps/generic/castle1.2 -crossfire/lib/maps/generic/castle1.3 -crossfire/lib/maps/generic/castle2.0 -crossfire/lib/maps/generic/castle2.1 -crossfire/lib/maps/generic/castle2.2 -crossfire/lib/maps/generic/castle2.3 -crossfire/lib/maps/generic/cave2 -crossfire/lib/maps/generic/house1 -crossfire/lib/maps/generic/undead.1 -crossfire/lib/maps/generic/undead.2 -crossfire/lib/maps/generic/undead.3 -crossfire/lib/maps/generic/village1 -crossfire/lib/maps/generic/volcano/level1 -crossfire/lib/maps/generic/volcano/level2 -crossfire/lib/maps/generic/volcano/level3 -crossfire/lib/maps/generic/volcano/level4 -crossfire/lib/maps/generic/xyzzy-mines -crossfire/lib/maps/hendel/acid_room -crossfire/lib/maps/hendel/mountain_pass -crossfire/lib/maps/hendel/pre_acid -crossfire/lib/maps/kar/devil.church1 -crossfire/lib/maps/kar/devil.church2 -crossfire/lib/maps/kar/devil.church3 -crossfire/lib/maps/kar/devil.church4 -crossfire/lib/maps/kar/devil.church5 -crossfire/lib/maps/kar/hallofbones -crossfire/lib/maps/kar/magic.shop -crossfire/lib/maps/kar/map.fr.0 -crossfire/lib/maps/kar/map.fr.1 -crossfire/lib/maps/kar/map.fr.2 -crossfire/lib/maps/kar/map.fr.3 -crossfire/lib/maps/kar/undead -crossfire/lib/maps/kar/wiz1 -crossfire/lib/maps/kar/wiz2 -crossfire/lib/maps/kar/wiz3 -crossfire/lib/maps/kar/wiz4 -crossfire/lib/maps/kar/wiz5 -crossfire/lib/maps/kar/wiz6 -crossfire/lib/maps/kar/wiz7 -crossfire/lib/maps/langley/goblin/caves -crossfire/lib/maps/langley/goblin/dungeon1 -crossfire/lib/maps/langley/goblin/dungeon2 -crossfire/lib/maps/langley/goblin/dungeon3 -crossfire/lib/maps/langley/goblin/fort2 -crossfire/lib/maps/langley/goblin/fortress -crossfire/lib/maps/langley/goblin/goblinisle -crossfire/lib/maps/langley/goblin/hole -crossfire/lib/maps/langley/goblin/hut -crossfire/lib/maps/langley/goblin/netower -crossfire/lib/maps/langley/goblin/nwtower -crossfire/lib/maps/langley/goblin/setower -crossfire/lib/maps/langley/goblin/swtower -crossfire/lib/maps/langley/pirates/fortvsship -crossfire/lib/maps/langley/pirates/madvillage -crossfire/lib/maps/langley/pirates/mbgrave -crossfire/lib/maps/langley/pirates/mbgrave2 -crossfire/lib/maps/langley/pirates/mooglyprize -crossfire/lib/maps/langley/pirates/mooglypuzzle -crossfire/lib/maps/langley/pirates/tortcave -crossfire/lib/maps/langley/pirates/torthole -crossfire/lib/maps/langley/pirates/tortola -crossfire/lib/maps/langley/pirates/tortship -crossfire/lib/maps/langley/pirates/tortship2 -crossfire/lib/maps/langley/pirates/tortship3 -crossfire/lib/maps/langley/pirates/torttemple -crossfire/lib/maps/langley/readme -crossfire/lib/maps/langley/town/church -crossfire/lib/maps/langley/town/churchcrypt -crossfire/lib/maps/langley/town/churchtower -crossfire/lib/maps/langley/town/dshark -crossfire/lib/maps/langley/town/generalstore -crossfire/lib/maps/langley/town/inn -crossfire/lib/maps/langley/town/percy -crossfire/lib/maps/langley/town/portia -crossfire/lib/maps/langley/town/portia2 -crossfire/lib/maps/langley/town/portjoseph -crossfire/lib/maps/mcz/castle1 -crossfire/lib/maps/mcz/castle_air -crossfire/lib/maps/mcz/castle_earth -crossfire/lib/maps/mcz/castle_fire -crossfire/lib/maps/mcz/castle_low1 -crossfire/lib/maps/mcz/castle_low2 -crossfire/lib/maps/mcz/castle_water -crossfire/lib/maps/mcz/forest -crossfire/lib/maps/navar_city/city1 -crossfire/lib/maps/navar_city/city1armour -crossfire/lib/maps/navar_city/city1bank -crossfire/lib/maps/navar_city/city1church1 -crossfire/lib/maps/navar_city/city1court -crossfire/lib/maps/navar_city/city1enter -crossfire/lib/maps/navar_city/city1gen -crossfire/lib/maps/navar_city/city1houses -crossfire/lib/maps/navar_city/city1houses2 -crossfire/lib/maps/navar_city/city1magic -crossfire/lib/maps/navar_city/city1mermaid -crossfire/lib/maps/navar_city/city1prison -crossfire/lib/maps/navar_city/city1smith -crossfire/lib/maps/navar_city/city1weapon -crossfire/lib/maps/navar_city/illusion/illexit -crossfire/lib/maps/navar_city/illusion/illtow1 -crossfire/lib/maps/navar_city/illusion/illtow2 -crossfire/lib/maps/navar_city/illusion/illtow3 -crossfire/lib/maps/navar_city/illusion/illtow4 -crossfire/lib/maps/navar_city/illusion/illtow5 -crossfire/lib/maps/navar_city/illusion/illtow6 -crossfire/lib/maps/navar_city/illusion/illtow7 -crossfire/lib/maps/navar_city/light/light0 -crossfire/lib/maps/navar_city/light/light1 -crossfire/lib/maps/navar_city/light/light2 -crossfire/lib/maps/navar_city/light/light3 -crossfire/lib/maps/navar_city/light/light4 -crossfire/lib/maps/navar_city/light/smugship -crossfire/lib/maps/navar_city/light/smugship1 -crossfire/lib/maps/navar_city/magara/houses/earth_house -crossfire/lib/maps/navar_city/magara/houses/family_house -crossfire/lib/maps/navar_city/magara/houses/kaisas_place -crossfire/lib/maps/navar_city/magara/houses/large_house -crossfire/lib/maps/navar_city/magara/houses/museum -crossfire/lib/maps/navar_city/tower/magetower1 -crossfire/lib/maps/navar_city/tower/magetower2 -crossfire/lib/maps/navar_city/tower/magetower3 -crossfire/lib/maps/navar_city/tower/magetower4 -crossfire/lib/maps/navar_city/tower/magetower5 -crossfire/lib/maps/navar_city/tower/magetower_low -crossfire/lib/maps/navar_city/tower/magetowfinal -crossfire/lib/maps/navar_city/warehouse1 -crossfire/lib/maps/navar_city/warehouse2 -crossfire/lib/maps/navar_city/warehouse3 -crossfire/lib/maps/navar_city/warehouse4 -crossfire/lib/maps/navar_city/warehouse5 -crossfire/lib/maps/navar_city/warehouse6 -crossfire/lib/maps/navar_city/warehouse7 -crossfire/lib/maps/navar_city/warehouse8 -crossfire/lib/maps/peterm/CTower/Barracks -crossfire/lib/maps/peterm/CTower/CTower -crossfire/lib/maps/peterm/CTower/Chamber -crossfire/lib/maps/peterm/CTower/Dungeon -crossfire/lib/maps/peterm/CTower/GroundLevel -crossfire/lib/maps/peterm/CTower/Laboratory -crossfire/lib/maps/peterm/CTower/Library -crossfire/lib/maps/peterm/CTower/Officers -crossfire/lib/maps/peterm/CTower/Servants -crossfire/lib/maps/peterm/CTower/Study -crossfire/lib/maps/peterm/CTower/TowerTop -crossfire/lib/maps/peterm/Demonology/AirMaster -crossfire/lib/maps/peterm/Demonology/AirStudy -crossfire/lib/maps/peterm/Demonology/AirTower1 -crossfire/lib/maps/peterm/Demonology/AirTower2 -crossfire/lib/maps/peterm/Demonology/ApprenticeLevel -crossfire/lib/maps/peterm/Demonology/Demon1 -crossfire/lib/maps/peterm/Demonology/Demon2 -crossfire/lib/maps/peterm/Demonology/Demon3 -crossfire/lib/maps/peterm/Demonology/EarthMaster -crossfire/lib/maps/peterm/Demonology/EarthStudy -crossfire/lib/maps/peterm/Demonology/EarthTower1 -crossfire/lib/maps/peterm/Demonology/EarthTower2 -crossfire/lib/maps/peterm/Demonology/Entrance -crossfire/lib/maps/peterm/Demonology/FireMaster -crossfire/lib/maps/peterm/Demonology/FireStudy -crossfire/lib/maps/peterm/Demonology/FireTower1 -crossfire/lib/maps/peterm/Demonology/FireTower2 -crossfire/lib/maps/peterm/Demonology/GroundLevel -crossfire/lib/maps/peterm/Demonology/GroundLevel.orig -crossfire/lib/maps/peterm/Demonology/HighTower1 -crossfire/lib/maps/peterm/Demonology/HighTower2 -crossfire/lib/maps/peterm/Demonology/HighTowerTop -crossfire/lib/maps/peterm/Demonology/JourneymanLevel -crossfire/lib/maps/peterm/Demonology/MasterLevel -crossfire/lib/maps/peterm/Demonology/WaterMaster -crossfire/lib/maps/peterm/Demonology/WaterStudy -crossfire/lib/maps/peterm/Demonology/WaterTower1 -crossfire/lib/maps/peterm/Demonology/WaterTower2 -crossfire/lib/maps/peterm/DragonQuest/ElectricAnte -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/ElectricLord -crossfire/lib/maps/peterm/DragonQuest/Entrance -crossfire/lib/maps/peterm/DragonQuest/FireAnte -crossfire/lib/maps/peterm/DragonQuest/FireHatchery -crossfire/lib/maps/peterm/DragonQuest/FireHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/FireLord -crossfire/lib/maps/peterm/DragonQuest/IceAnte -crossfire/lib/maps/peterm/DragonQuest/IceHatchery -crossfire/lib/maps/peterm/DragonQuest/IceHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/IceLord -crossfire/lib/maps/peterm/DragonQuest/WyvernNest -crossfire/lib/maps/peterm/temple/AnteChamber -crossfire/lib/maps/peterm/temple/GemTunnel -crossfire/lib/maps/peterm/temple/InnerTemple -crossfire/lib/maps/peterm/temple/OuterTemple -crossfire/lib/maps/peterm/temple/Temple -crossfire/lib/maps/santo_dominion/appartment -crossfire/lib/maps/santo_dominion/basement -crossfire/lib/maps/santo_dominion/bungalow -crossfire/lib/maps/santo_dominion/crossfire -crossfire/lib/maps/santo_dominion/den -crossfire/lib/maps/santo_dominion/house_of_hell -crossfire/lib/maps/santo_dominion/houses/house1 -crossfire/lib/maps/santo_dominion/just_preliminary -crossfire/lib/maps/santo_dominion/lord_byron/1st_floor -crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor -crossfire/lib/maps/santo_dominion/lord_byron/dungeon -crossfire/lib/maps/santo_dominion/lord_byron/main -crossfire/lib/maps/santo_dominion/magara/hut/floor_1 -crossfire/lib/maps/santo_dominion/magara/hut/floor_2 -crossfire/lib/maps/santo_dominion/magara/hut/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/opera -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/well/bottom -crossfire/lib/maps/santo_dominion/magara/well/top -crossfire/lib/maps/santo_dominion/map.and.sale -crossfire/lib/maps/santo_dominion/map.andreas.44 -crossfire/lib/maps/santo_dominion/map.andreasI -crossfire/lib/maps/santo_dominion/map.andreasII -crossfire/lib/maps/santo_dominion/map.andreasIX -crossfire/lib/maps/santo_dominion/map.stigkr.1 -crossfire/lib/maps/santo_dominion/map.stigkr.2 -crossfire/lib/maps/santo_dominion/noble_rest -crossfire/lib/maps/santo_dominion/north_barn -crossfire/lib/maps/santo_dominion/north_farm -crossfire/lib/maps/santo_dominion/peacock -crossfire/lib/maps/santo_dominion/shops/armour -crossfire/lib/maps/santo_dominion/shops/eliks -crossfire/lib/maps/santo_dominion/shops/erash -crossfire/lib/maps/santo_dominion/shops/nosferatu -crossfire/lib/maps/santo_dominion/shops/rings -crossfire/lib/maps/santo_dominion/south_barn -crossfire/lib/maps/santo_dominion/tavern -crossfire/lib/maps/santo_dominion/tavern.2ndfloor -crossfire/lib/maps/santo_dominion/tavern.downstairs -crossfire/lib/maps/santo_dominion/tobias -crossfire/lib/maps/santo_dominion/tobias.top -crossfire/lib/maps/santo_dominion/tollpost -crossfire/lib/maps/santo_dominion/town -crossfire/lib/maps/skud/court -crossfire/lib/maps/skud/east_1 -crossfire/lib/maps/skud/entrance -crossfire/lib/maps/skud/maze -crossfire/lib/maps/skud/north_1 -crossfire/lib/maps/skud/west_1 -crossfire/lib/maps/terrain/desert_1 -crossfire/lib/maps/terrain/desert_2 -crossfire/lib/maps/terrain/empty -crossfire/lib/maps/terrain/forest_1 -crossfire/lib/maps/terrain/forest_2 -crossfire/lib/maps/terrain/hills_1 -crossfire/lib/maps/terrain/hills_2 -crossfire/lib/maps/terrain/jungle_1 -crossfire/lib/maps/terrain/jungle_2 -crossfire/lib/maps/terrain/mountain_1 -crossfire/lib/maps/terrain/mountain_2 -crossfire/lib/maps/terrain/plains_1 -crossfire/lib/maps/terrain/plains_2 -crossfire/lib/maps/terrain/swamp_1 -crossfire/lib/maps/terrain/swamp_2 -crossfire/lib/maps/test/diagonal -crossfire/lib/maps/test/insert_bug -crossfire/lib/maps/test/multisquare -crossfire/lib/maps/thomas/sisters/compound1 -crossfire/lib/maps/thomas/sisters/compound2 -crossfire/lib/maps/thomas/sisters/compound3 -crossfire/lib/maps/thomas/sisters/entrance -crossfire/lib/maps/thomas/sisters/granary -crossfire/lib/maps/thomas/sisters/necro_entrance -crossfire/lib/maps/thomas/sisters/necro_hole1 -crossfire/lib/maps/thomas/sisters/necro_ruin1 -crossfire/lib/maps/thomas/sisters/necro_ruin1a -crossfire/lib/maps/thomas/sisters/shrine0 -crossfire/lib/maps/thomas/sisters/shrine0_east -crossfire/lib/maps/thomas/sisters/shrine0_west -crossfire/lib/maps/thomas/sisters/shrine1 -crossfire/lib/maps/thomas/sisters/shrine_entrance -crossfire/lib/maps/thomas/sisters/small_manor0 -crossfire/lib/maps/thomas/sisters/small_manor1 -crossfire/lib/maps/thomas/sisters/small_manor2 -crossfire/lib/maps/thomas/sisters/small_village -crossfire/lib/maps/thomas/sisters/tower0 -crossfire/lib/maps/thomas/sisters/tower1 -crossfire/lib/maps/thomas/sisters/tower2 -crossfire/lib/maps/thomas/sisters/tower3 -crossfire/lib/maps/thomas/sisters/valley -crossfire/lib/maps/wolfsburg/dept_store -crossfire/lib/maps/wolfsburg/etern_rew -crossfire/lib/maps/wolfsburg/inns -crossfire/lib/maps/wolfsburg/magara/castle/cellar -crossfire/lib/maps/wolfsburg/magara/castle/floor_1 -crossfire/lib/maps/wolfsburg/magara/castle/floor_2 -crossfire/lib/maps/wolfsburg/magara/castle/floor_3 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 -crossfire/lib/maps/wolfsburg/magara/cellar1/hole -crossfire/lib/maps/wolfsburg/magara/cellar_1 -crossfire/lib/maps/wolfsburg/magara/tower1/entrance -crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 -crossfire/lib/maps/wolfsburg/piratechurch -crossfire/lib/maps/wolfsburg/piratetown -crossfire/lib/maps/wolfsburg/prison -crossfire/lib/maps/wolfsburg/slave_pit1 -crossfire/lib/maps/wolfsburg/slave_pit2 -crossfire/lib/maps/wolfsburg/slave_pit3 -crossfire/lib/maps/wolfsburg/snakepit -crossfire/lib/maps/wolfsburg/tt/tta1 -crossfire/lib/maps/wolfsburg/tt/tta2 -crossfire/lib/maps/wolfsburg/tt/ttb1 -crossfire/lib/maps/wolfsburg/tt/ttb2 -crossfire/lib/maps/wolfsburg/ware1 -crossfire/lib/maps/wolfsburg/whorehouse -crossfire/lib/maps/world/README -crossfire/lib/maps/world/connect.pl -crossfire/lib/maps/world/world_a1 -crossfire/lib/maps/world/world_a2 -crossfire/lib/maps/world/world_a3 -crossfire/lib/maps/world/world_a3.orig -crossfire/lib/maps/world/world_a4 -crossfire/lib/maps/world/world_b1 -crossfire/lib/maps/world/world_b2 -crossfire/lib/maps/world/world_b2.orig -crossfire/lib/maps/world/world_b3 -crossfire/lib/maps/world/world_b4 -crossfire/lib/maps/world/world_c1 -crossfire/lib/maps/world/world_c2 -crossfire/lib/maps/world/world_c3 -crossfire/lib/maps/world/world_c4 -crossfire/lib/maps/world/world_c4.bak -crossfire/lib/maps/world/world_e1 -crossfire/lib/maps/world/world_e2 -crossfire/lib/messages -crossfire/lib/motd -crossfire/lib/races -crossfire/lib/skill_params -crossfire/lib/sounds -crossfire/lib/spell_params -crossfire/lib/treasures -crossfire/sounds/Creaky-1.au -crossfire/sounds/Evil_Laugh.au -crossfire/sounds/Explosion.au -crossfire/sounds/FloorTom.au -crossfire/sounds/Gun-5.au -crossfire/sounds/MetalCrash.au -crossfire/sounds/Missed.au -crossfire/sounds/Missle1.au -crossfire/sounds/Puke.au -crossfire/sounds/README -crossfire/sounds/Tear.au -crossfire/sounds/Teeswing.au -crossfire/sounds/TowerClock.au -crossfire/sounds/Whoosh.au -crossfire/sounds/blip.au -crossfire/sounds/boink2.au -crossfire/sounds/bugle_charge.au -crossfire/sounds/chord.au -crossfire/sounds/click1.au -crossfire/sounds/click2.au -crossfire/sounds/drip.au -crossfire/sounds/first_try.au -crossfire/sounds/gong.au -crossfire/sounds/lightning1.au -crossfire/sounds/magic.au -crossfire/sounds/ouch1.au -crossfire/sounds/sci_fi_gun.au -crossfire/sounds/squish.au -crossfire/sounds/su-fanf.au -crossfire/sounds/swish.au -crossfire/sounds/thru.au +lib/crossfire/fonts/crossfire.pcf +lib/crossfire/fonts/fonts.dir +lib/crossfire/lib/README +lib/crossfire/lib/adm/flushlocks +lib/crossfire/lib/archetypes +lib/crossfire/lib/artifacts +lib/crossfire/lib/ban_file +lib/crossfire/lib/bmaps +lib/crossfire/lib/bookarch +lib/crossfire/lib/crossfire.cfb +lib/crossfire/lib/crossfire.pix.1 +lib/crossfire/lib/crossfire.pix.2 +lib/crossfire/lib/crossfire.pix.3 +lib/crossfire/lib/crossfire.pix.4 +lib/crossfire/lib/crossfire.pix.5 +lib/crossfire/lib/crossfire.pix.6 +lib/crossfire/lib/crossfire.pix.7 +lib/crossfire/lib/def_help +lib/crossfire/lib/def_keys +lib/crossfire/lib/dm_file +lib/crossfire/lib/esrv_xpm.eric +lib/crossfire/lib/faces +lib/crossfire/lib/forbid +lib/crossfire/lib/formulae +lib/crossfire/lib/fsconfig +lib/crossfire/lib/help/apply +lib/crossfire/lib/help/bind +lib/crossfire/lib/help/cast +lib/crossfire/lib/help/golem +lib/crossfire/lib/help/invoke +lib/crossfire/lib/help/keys +lib/crossfire/lib/help/mark +lib/crossfire/lib/help/melee +lib/crossfire/lib/help/mouse +lib/crossfire/lib/help/move +lib/crossfire/lib/help/name +lib/crossfire/lib/help/output +lib/crossfire/lib/help/output-count +lib/crossfire/lib/help/output-sync +lib/crossfire/lib/help/party +lib/crossfire/lib/help/pickup +lib/crossfire/lib/help/quit +lib/crossfire/lib/help/range +lib/crossfire/lib/help/save +lib/crossfire/lib/help/sort_inventory +lib/crossfire/lib/help/spells +lib/crossfire/lib/help/statistics +lib/crossfire/lib/help/take +lib/crossfire/lib/help/traps +lib/crossfire/lib/help/unbind +lib/crossfire/lib/highscore +lib/crossfire/lib/maps/Lake_Country/Butakis/B_gshop +lib/crossfire/lib/maps/Lake_Country/Butakis/B_wshop +lib/crossfire/lib/maps/Lake_Country/Butakis/Butakis0 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib1 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib2 +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_portal +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_study +lib/crossfire/lib/maps/Lake_Country/Butakis/alchemist +lib/crossfire/lib/maps/Lake_Country/Butakis/arena +lib/crossfire/lib/maps/Lake_Country/Butakis/blacksmith +lib/crossfire/lib/maps/Lake_Country/Butakis/church-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/church0 +lib/crossfire/lib/maps/Lake_Country/Butakis/church1 +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_inner +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_outer +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/James_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house +lib/crossfire/lib/maps/Lake_Country/Butakis/inn +lib/crossfire/lib/maps/Lake_Country/Butakis/luck1 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck2 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck3 +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w +lib/crossfire/lib/maps/Lake_Country/Butakis/prison-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison0 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_e +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_n +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_s +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_w +lib/crossfire/lib/maps/Lake_Country/DA +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardD +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardG +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardT +lib/crossfire/lib/maps/Lake_Country/RETower/tower0 +lib/crossfire/lib/maps/Lake_Country/RETower/tower1 +lib/crossfire/lib/maps/Lake_Country/RETower/tower2 +lib/crossfire/lib/maps/Lake_Country/RETower/tower3 +lib/crossfire/lib/maps/Lake_Country/RETower/tower4 +lib/crossfire/lib/maps/Lake_Country/RETower/tower5 +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/inn +lib/crossfire/lib/maps/Lake_Country/ebony/entrance1 +lib/crossfire/lib/maps/Lake_Country/ebony/entrance2 +lib/crossfire/lib/maps/Lake_Country/ebony/masterlev +lib/crossfire/lib/maps/Lake_Country/kundi_area +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_2 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_2 +lib/crossfire/lib/maps/Lake_Country/quest/lefttower2 +lib/crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop +lib/crossfire/lib/maps/Lake_Country/shops/Olds_jewel +lib/crossfire/lib/maps/Lake_Country/shops/clems_archery +lib/crossfire/lib/maps/Lake_Country/shops/klondors_wands +lib/crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/burial_ground +lib/crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus +lib/crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/portal +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair +lib/crossfire/lib/maps/Lake_Country/snake_pit/pit +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 +lib/crossfire/lib/maps/README +lib/crossfire/lib/maps/asyvan/gate1 +lib/crossfire/lib/maps/asyvan/gate2 +lib/crossfire/lib/maps/asyvan/gate3 +lib/crossfire/lib/maps/asyvan/gate4 +lib/crossfire/lib/maps/asyvan/gate5 +lib/crossfire/lib/maps/asyvan/gate6 +lib/crossfire/lib/maps/asyvan/gate7 +lib/crossfire/lib/maps/asyvan/gate8 +lib/crossfire/lib/maps/asyvan/gate9 +lib/crossfire/lib/maps/asyvan/palace1 +lib/crossfire/lib/maps/asyvan/palace2 +lib/crossfire/lib/maps/asyvan/palace3 +lib/crossfire/lib/maps/brittany/Brest/Castle/AcidChamber +lib/crossfire/lib/maps/brittany/Brest/Castle/DragonRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/Finale +lib/crossfire/lib/maps/brittany/Brest/Castle/LargeRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/castle +lib/crossfire/lib/maps/brittany/Brest/amphis +lib/crossfire/lib/maps/brittany/Brest/brest +lib/crossfire/lib/maps/brittany/Brest/brest.armour +lib/crossfire/lib/maps/brittany/Brest/brest.cvt +lib/crossfire/lib/maps/brittany/Brest/brest.food +lib/crossfire/lib/maps/brittany/Brest/brest.inn +lib/crossfire/lib/maps/brittany/Brest/brest.magic +lib/crossfire/lib/maps/brittany/Brest/brest.orig +lib/crossfire/lib/maps/brittany/Brest/brest.weapon +lib/crossfire/lib/maps/brittany/Brest/elec.jes +lib/crossfire/lib/maps/brittany/Brest/info.2.zoon +lib/crossfire/lib/maps/brittany/Brest/info_first +lib/crossfire/lib/maps/brittany/Brest/jes.admini +lib/crossfire/lib/maps/brittany/Brest/jes.admini.1 +lib/crossfire/lib/maps/brittany/Brest/ludo1 +lib/crossfire/lib/maps/brittany/Brest/ludo2 +lib/crossfire/lib/maps/brittany/Brest/nasty_house +lib/crossfire/lib/maps/brittany/Brest/sport.jess +lib/crossfire/lib/maps/brittany/Brest/underground +lib/crossfire/lib/maps/brittany/Brest/underground2 +lib/crossfire/lib/maps/brittany/dol-guldur.1 +lib/crossfire/lib/maps/brittany/dol-guldur.2 +lib/crossfire/lib/maps/brittany/dol-guldur.3 +lib/crossfire/lib/maps/brittany/dol-guldur.4 +lib/crossfire/lib/maps/brittany/dol-guldur.5 +lib/crossfire/lib/maps/brittany/dol-guldur.6 +lib/crossfire/lib/maps/brittany/enigme.1 +lib/crossfire/lib/maps/brittany/enigme.2 +lib/crossfire/lib/maps/brittany/enigme.3 +lib/crossfire/lib/maps/brittany/enigme.4 +lib/crossfire/lib/maps/brittany/enigme.5 +lib/crossfire/lib/maps/brittany/enigme.6 +lib/crossfire/lib/maps/brittany/hole +lib/crossfire/lib/maps/brittany/jessy.1 +lib/crossfire/lib/maps/brittany/jessy.2 +lib/crossfire/lib/maps/brittany/jessy.3 +lib/crossfire/lib/maps/brittany/khazad.1 +lib/crossfire/lib/maps/brittany/khazad.2 +lib/crossfire/lib/maps/brittany/khazad.3 +lib/crossfire/lib/maps/brittany/khazad.4 +lib/crossfire/lib/maps/brittany/khazad.5 +lib/crossfire/lib/maps/brittany/tower_of__zoon +lib/crossfire/lib/maps/cd/cd.castle.750 +lib/crossfire/lib/maps/cd/cd.cellar1.757 +lib/crossfire/lib/maps/cd/cd.inn.752 +lib/crossfire/lib/maps/cd/cd.store.753 +lib/crossfire/lib/maps/cd/cd.tower1.754 +lib/crossfire/lib/maps/cd/cd.tower2.755 +lib/crossfire/lib/maps/cd/cd.tunnel.751 +lib/crossfire/lib/maps/city/cannery/ware1 +lib/crossfire/lib/maps/city/city +lib/crossfire/lib/maps/city/houses/house.haunted +lib/crossfire/lib/maps/city/houses/house.haunted2 +lib/crossfire/lib/maps/city/houses/house1 +lib/crossfire/lib/maps/city/houses/house2 +lib/crossfire/lib/maps/city/houses/jones +lib/crossfire/lib/maps/city/houses/map.fr.ruin +lib/crossfire/lib/maps/city/houses/maze1 +lib/crossfire/lib/maps/city/houses/newhouse1 +lib/crossfire/lib/maps/city/houses/wizz.entry +lib/crossfire/lib/maps/city/houses/wizz.lev1 +lib/crossfire/lib/maps/city/houses/wizz.lev1.pass1 +lib/crossfire/lib/maps/city/kar/creepy.house +lib/crossfire/lib/maps/city/kar/creepy.house2 +lib/crossfire/lib/maps/city/kar/drink +lib/crossfire/lib/maps/city/kar/gorks1 +lib/crossfire/lib/maps/city/kar/gorks2 +lib/crossfire/lib/maps/city/kar/gorks3 +lib/crossfire/lib/maps/city/kar/somehouse +lib/crossfire/lib/maps/city/kar/somehouse2 +lib/crossfire/lib/maps/city/kar/somehouse3 +lib/crossfire/lib/maps/city/magara/porter_house +lib/crossfire/lib/maps/city/mansion/entrance +lib/crossfire/lib/maps/city/mansion/garden +lib/crossfire/lib/maps/city/mansion/muriskunes +lib/crossfire/lib/maps/city/mansion/str-tunnel +lib/crossfire/lib/maps/city/mansion/stronghold +lib/crossfire/lib/maps/city/misc/arena +lib/crossfire/lib/maps/city/misc/beginners +lib/crossfire/lib/maps/city/misc/castle +lib/crossfire/lib/maps/city/misc/castle2 +lib/crossfire/lib/maps/city/misc/church +lib/crossfire/lib/maps/city/misc/cityhall +lib/crossfire/lib/maps/city/misc/devourlower +lib/crossfire/lib/maps/city/misc/gatehouse +lib/crossfire/lib/maps/city/misc/library +lib/crossfire/lib/maps/city/misc/mercenaries +lib/crossfire/lib/maps/city/misc/prison +lib/crossfire/lib/maps/city/misc/templedevour +lib/crossfire/lib/maps/city/misc/templelyth +lib/crossfire/lib/maps/city/misc/zoo +lib/crossfire/lib/maps/city/oldcity/end +lib/crossfire/lib/maps/city/oldcity/oldcity1 +lib/crossfire/lib/maps/city/oldcity/oldcity10 +lib/crossfire/lib/maps/city/oldcity/oldcity11 +lib/crossfire/lib/maps/city/oldcity/oldcity12 +lib/crossfire/lib/maps/city/oldcity/oldcity13 +lib/crossfire/lib/maps/city/oldcity/oldcity14 +lib/crossfire/lib/maps/city/oldcity/oldcity15 +lib/crossfire/lib/maps/city/oldcity/oldcity2 +lib/crossfire/lib/maps/city/oldcity/oldcity3 +lib/crossfire/lib/maps/city/oldcity/oldcity4 +lib/crossfire/lib/maps/city/oldcity/oldcity5 +lib/crossfire/lib/maps/city/oldcity/oldcity6 +lib/crossfire/lib/maps/city/oldcity/oldcity7 +lib/crossfire/lib/maps/city/oldcity/oldcity8 +lib/crossfire/lib/maps/city/oldcity/oldcity9 +lib/crossfire/lib/maps/city/shops/armourshop +lib/crossfire/lib/maps/city/shops/bank +lib/crossfire/lib/maps/city/shops/bowshop +lib/crossfire/lib/maps/city/shops/gemshop +lib/crossfire/lib/maps/city/shops/generalshop +lib/crossfire/lib/maps/city/shops/magicshop +lib/crossfire/lib/maps/city/shops/potionshop +lib/crossfire/lib/maps/city/shops/weaponshop +lib/crossfire/lib/maps/city/taverns/apartments +lib/crossfire/lib/maps/city/taverns/goths +lib/crossfire/lib/maps/city/taverns/goths0 +lib/crossfire/lib/maps/city/taverns/goths2 +lib/crossfire/lib/maps/city/taverns/inn +lib/crossfire/lib/maps/city/taverns/inn2 +lib/crossfire/lib/maps/city/towers/tower +lib/crossfire/lib/maps/city/towers/tower.mad +lib/crossfire/lib/maps/city/towers/tower.mad1 +lib/crossfire/lib/maps/city/towers/tower.mad2 +lib/crossfire/lib/maps/city/towers/tower.mad3 +lib/crossfire/lib/maps/dtabb/cave +lib/crossfire/lib/maps/dtabb/cave2 +lib/crossfire/lib/maps/dtabb/quest/fire +lib/crossfire/lib/maps/dtabb/quest/shop_b +lib/crossfire/lib/maps/dtabb/quest/shop_f +lib/crossfire/lib/maps/dtabb/quest/tower1 +lib/crossfire/lib/maps/dtabb/quest/tower2 +lib/crossfire/lib/maps/dtabb/quest/towers +lib/crossfire/lib/maps/dtabb/quest/town2 +lib/crossfire/lib/maps/dtabb/quest/water +lib/crossfire/lib/maps/dtabb/town/church +lib/crossfire/lib/maps/dtabb/town/inn +lib/crossfire/lib/maps/dtabb/town/quest +lib/crossfire/lib/maps/dtabb/town/shop_a +lib/crossfire/lib/maps/dtabb/town/shop_g +lib/crossfire/lib/maps/dtabb/town/shop_m +lib/crossfire/lib/maps/dtabb/town/shop_w +lib/crossfire/lib/maps/dtabb/town/tavern +lib/crossfire/lib/maps/dtabb/town/town +lib/crossfire/lib/maps/editor/picks/TownStaff +lib/crossfire/lib/maps/editor/picks/alchemy +lib/crossfire/lib/maps/editor/picks/alltown +lib/crossfire/lib/maps/editor/picks/artifacts +lib/crossfire/lib/maps/editor/picks/background +lib/crossfire/lib/maps/editor/picks/equipment +lib/crossfire/lib/maps/editor/picks/exits +lib/crossfire/lib/maps/editor/picks/exits.orig +lib/crossfire/lib/maps/editor/picks/food-bparts +lib/crossfire/lib/maps/editor/picks/indoors +lib/crossfire/lib/maps/editor/picks/items +lib/crossfire/lib/maps/editor/picks/items.orig +lib/crossfire/lib/maps/editor/picks/lakes +lib/crossfire/lib/maps/editor/picks/monsters +lib/crossfire/lib/maps/editor/picks/monsters2 +lib/crossfire/lib/maps/editor/picks/monsters2.orig +lib/crossfire/lib/maps/editor/picks/other +lib/crossfire/lib/maps/editor/picks/outdoors +lib/crossfire/lib/maps/editor/picks/readables +lib/crossfire/lib/maps/editor/picks/rivers +lib/crossfire/lib/maps/editor/picks/runes +lib/crossfire/lib/maps/editor/picks/runes.orig +lib/crossfire/lib/maps/editor/picks/shops +lib/crossfire/lib/maps/editor/picks/special +lib/crossfire/lib/maps/editor/picks/special.orig +lib/crossfire/lib/maps/editor/picks/town +lib/crossfire/lib/maps/editor/walls/caves +lib/crossfire/lib/maps/editor/walls/caves2 +lib/crossfire/lib/maps/editor/walls/misc +lib/crossfire/lib/maps/editor/walls/wall +lib/crossfire/lib/maps/eeur/barad_dur +lib/crossfire/lib/maps/eeur/hut.1 +lib/crossfire/lib/maps/eeur/hut.2 +lib/crossfire/lib/maps/eeur/tower1.1 +lib/crossfire/lib/maps/eeur/tower1.2 +lib/crossfire/lib/maps/eeur/tower1.3 +lib/crossfire/lib/maps/eeur/tower1.4 +lib/crossfire/lib/maps/ender/island/isl_yel +lib/crossfire/lib/maps/ender/island/island1 +lib/crossfire/lib/maps/ender/island/jungle +lib/crossfire/lib/maps/ender/island/middleisland +lib/crossfire/lib/maps/ender/island/strong_island +lib/crossfire/lib/maps/ender/island/stronghold +lib/crossfire/lib/maps/ender/island/treas_room +lib/crossfire/lib/maps/ender/island/treasureisland +lib/crossfire/lib/maps/ender/piratedung +lib/crossfire/lib/maps/ender/pirateenter +lib/crossfire/lib/maps/ender/pisland/hut +lib/crossfire/lib/maps/ender/pisland/pirateisland +lib/crossfire/lib/maps/ender/pisland/ship +lib/crossfire/lib/maps/ender/pisland/ship_deck2 +lib/crossfire/lib/maps/ender/pisland/underworld +lib/crossfire/lib/maps/ender/pisland/vol_vill_shops +lib/crossfire/lib/maps/ender/pisland/vol_village +lib/crossfire/lib/maps/ender/pisland/volcano +lib/crossfire/lib/maps/ender/pisland/vvhuts +lib/crossfire/lib/maps/ender/pisland/vvmansion +lib/crossfire/lib/maps/ender/temple/enterance +lib/crossfire/lib/maps/ender/temple/temp_dung1 +lib/crossfire/lib/maps/ender/temple/temple +lib/crossfire/lib/maps/esben/ancient_hut +lib/crossfire/lib/maps/esben/castle_aaaarg +lib/crossfire/lib/maps/esben/grukks.1 +lib/crossfire/lib/maps/esben/grukks.2 +lib/crossfire/lib/maps/esben/grukks.3 +lib/crossfire/lib/maps/esben/grukks.4 +lib/crossfire/lib/maps/esben/hole +lib/crossfire/lib/maps/esben/kjerring +lib/crossfire/lib/maps/esben/map.esben.2 +lib/crossfire/lib/maps/esben/puddings.place +lib/crossfire/lib/maps/esben/ruins +lib/crossfire/lib/maps/esben/sokoban1 +lib/crossfire/lib/maps/esben/sokoban2 +lib/crossfire/lib/maps/esben/sokoban3 +lib/crossfire/lib/maps/esben/sokoban4 +lib/crossfire/lib/maps/esben/sokoban5 +lib/crossfire/lib/maps/esben/watertunnel +lib/crossfire/lib/maps/espen/church.2 +lib/crossfire/lib/maps/espen/church.3 +lib/crossfire/lib/maps/espen/church.4a +lib/crossfire/lib/maps/espen/church.4b +lib/crossfire/lib/maps/espen/church.4c +lib/crossfire/lib/maps/espen/church.4d +lib/crossfire/lib/maps/espen/espen1 +lib/crossfire/lib/maps/espen/espen2 +lib/crossfire/lib/maps/espen/palace +lib/crossfire/lib/maps/generic/castle1.0 +lib/crossfire/lib/maps/generic/castle1.1 +lib/crossfire/lib/maps/generic/castle1.2 +lib/crossfire/lib/maps/generic/castle1.3 +lib/crossfire/lib/maps/generic/castle2.0 +lib/crossfire/lib/maps/generic/castle2.1 +lib/crossfire/lib/maps/generic/castle2.2 +lib/crossfire/lib/maps/generic/castle2.3 +lib/crossfire/lib/maps/generic/cave2 +lib/crossfire/lib/maps/generic/house1 +lib/crossfire/lib/maps/generic/undead.1 +lib/crossfire/lib/maps/generic/undead.2 +lib/crossfire/lib/maps/generic/undead.3 +lib/crossfire/lib/maps/generic/village1 +lib/crossfire/lib/maps/generic/volcano/level1 +lib/crossfire/lib/maps/generic/volcano/level2 +lib/crossfire/lib/maps/generic/volcano/level3 +lib/crossfire/lib/maps/generic/volcano/level4 +lib/crossfire/lib/maps/generic/xyzzy-mines +lib/crossfire/lib/maps/good/pantheon +lib/crossfire/lib/maps/hendel/acid_room +lib/crossfire/lib/maps/hendel/mountain_pass +lib/crossfire/lib/maps/hendel/pre_acid +lib/crossfire/lib/maps/kar/boulder_inferno +lib/crossfire/lib/maps/kar/devil.church1 +lib/crossfire/lib/maps/kar/devil.church2 +lib/crossfire/lib/maps/kar/devil.church3 +lib/crossfire/lib/maps/kar/devil.church4 +lib/crossfire/lib/maps/kar/devil.church5 +lib/crossfire/lib/maps/kar/hallofbones +lib/crossfire/lib/maps/kar/magic.shop +lib/crossfire/lib/maps/kar/map.fr.0 +lib/crossfire/lib/maps/kar/map.fr.1 +lib/crossfire/lib/maps/kar/map.fr.2 +lib/crossfire/lib/maps/kar/map.fr.3 +lib/crossfire/lib/maps/kar/undead +lib/crossfire/lib/maps/kar/wiz1 +lib/crossfire/lib/maps/kar/wiz2 +lib/crossfire/lib/maps/kar/wiz3 +lib/crossfire/lib/maps/kar/wiz4 +lib/crossfire/lib/maps/kar/wiz5 +lib/crossfire/lib/maps/kar/wiz6 +lib/crossfire/lib/maps/kar/wiz7 +lib/crossfire/lib/maps/langley/goblin/caves +lib/crossfire/lib/maps/langley/goblin/dungeon1 +lib/crossfire/lib/maps/langley/goblin/dungeon2 +lib/crossfire/lib/maps/langley/goblin/dungeon3 +lib/crossfire/lib/maps/langley/goblin/fort2 +lib/crossfire/lib/maps/langley/goblin/fortress +lib/crossfire/lib/maps/langley/goblin/goblinisle +lib/crossfire/lib/maps/langley/goblin/hole +lib/crossfire/lib/maps/langley/goblin/hut +lib/crossfire/lib/maps/langley/goblin/netower +lib/crossfire/lib/maps/langley/goblin/nwtower +lib/crossfire/lib/maps/langley/goblin/setower +lib/crossfire/lib/maps/langley/goblin/swtower +lib/crossfire/lib/maps/langley/pirates/fortvsship +lib/crossfire/lib/maps/langley/pirates/madvillage +lib/crossfire/lib/maps/langley/pirates/mbgrave +lib/crossfire/lib/maps/langley/pirates/mbgrave2 +lib/crossfire/lib/maps/langley/pirates/mooglyprize +lib/crossfire/lib/maps/langley/pirates/mooglypuzzle +lib/crossfire/lib/maps/langley/pirates/tortcave +lib/crossfire/lib/maps/langley/pirates/torthole +lib/crossfire/lib/maps/langley/pirates/tortola +lib/crossfire/lib/maps/langley/pirates/tortship +lib/crossfire/lib/maps/langley/pirates/tortship2 +lib/crossfire/lib/maps/langley/pirates/tortship3 +lib/crossfire/lib/maps/langley/pirates/torttemple +lib/crossfire/lib/maps/langley/readme +lib/crossfire/lib/maps/langley/town/church +lib/crossfire/lib/maps/langley/town/churchcrypt +lib/crossfire/lib/maps/langley/town/churchtower +lib/crossfire/lib/maps/langley/town/dshark +lib/crossfire/lib/maps/langley/town/generalstore +lib/crossfire/lib/maps/langley/town/inn +lib/crossfire/lib/maps/langley/town/percy +lib/crossfire/lib/maps/langley/town/portia +lib/crossfire/lib/maps/langley/town/portia2 +lib/crossfire/lib/maps/langley/town/portjoseph +lib/crossfire/lib/maps/mcz/castle1 +lib/crossfire/lib/maps/mcz/castle_air +lib/crossfire/lib/maps/mcz/castle_earth +lib/crossfire/lib/maps/mcz/castle_fire +lib/crossfire/lib/maps/mcz/castle_low1 +lib/crossfire/lib/maps/mcz/castle_low2 +lib/crossfire/lib/maps/mcz/castle_water +lib/crossfire/lib/maps/mcz/forest +lib/crossfire/lib/maps/navar_city/city1 +lib/crossfire/lib/maps/navar_city/city1armour +lib/crossfire/lib/maps/navar_city/city1bank +lib/crossfire/lib/maps/navar_city/city1church1 +lib/crossfire/lib/maps/navar_city/city1court +lib/crossfire/lib/maps/navar_city/city1enter +lib/crossfire/lib/maps/navar_city/city1gen +lib/crossfire/lib/maps/navar_city/city1houses +lib/crossfire/lib/maps/navar_city/city1houses2 +lib/crossfire/lib/maps/navar_city/city1magic +lib/crossfire/lib/maps/navar_city/city1mermaid +lib/crossfire/lib/maps/navar_city/city1prison +lib/crossfire/lib/maps/navar_city/city1smith +lib/crossfire/lib/maps/navar_city/city1weapon +lib/crossfire/lib/maps/navar_city/illusion/illexit +lib/crossfire/lib/maps/navar_city/illusion/illtow1 +lib/crossfire/lib/maps/navar_city/illusion/illtow2 +lib/crossfire/lib/maps/navar_city/illusion/illtow3 +lib/crossfire/lib/maps/navar_city/illusion/illtow4 +lib/crossfire/lib/maps/navar_city/illusion/illtow5 +lib/crossfire/lib/maps/navar_city/illusion/illtow6 +lib/crossfire/lib/maps/navar_city/illusion/illtow7 +lib/crossfire/lib/maps/navar_city/light/light0 +lib/crossfire/lib/maps/navar_city/light/light1 +lib/crossfire/lib/maps/navar_city/light/light2 +lib/crossfire/lib/maps/navar_city/light/light3 +lib/crossfire/lib/maps/navar_city/light/light4 +lib/crossfire/lib/maps/navar_city/light/smugship +lib/crossfire/lib/maps/navar_city/light/smugship1 +lib/crossfire/lib/maps/navar_city/magara/houses/earth_house +lib/crossfire/lib/maps/navar_city/magara/houses/family_house +lib/crossfire/lib/maps/navar_city/magara/houses/kaisas_place +lib/crossfire/lib/maps/navar_city/magara/houses/large_house +lib/crossfire/lib/maps/navar_city/magara/houses/museum +lib/crossfire/lib/maps/navar_city/tower/magetower1 +lib/crossfire/lib/maps/navar_city/tower/magetower2 +lib/crossfire/lib/maps/navar_city/tower/magetower3 +lib/crossfire/lib/maps/navar_city/tower/magetower4 +lib/crossfire/lib/maps/navar_city/tower/magetower5 +lib/crossfire/lib/maps/navar_city/tower/magetower_low +lib/crossfire/lib/maps/navar_city/tower/magetowfinal +lib/crossfire/lib/maps/navar_city/warehouse1 +lib/crossfire/lib/maps/navar_city/warehouse2 +lib/crossfire/lib/maps/navar_city/warehouse3 +lib/crossfire/lib/maps/navar_city/warehouse4 +lib/crossfire/lib/maps/navar_city/warehouse5 +lib/crossfire/lib/maps/navar_city/warehouse6 +lib/crossfire/lib/maps/navar_city/warehouse7 +lib/crossfire/lib/maps/navar_city/warehouse8 +lib/crossfire/lib/maps/peterm/CTower/Barracks +lib/crossfire/lib/maps/peterm/CTower/CTower +lib/crossfire/lib/maps/peterm/CTower/Chamber +lib/crossfire/lib/maps/peterm/CTower/Dungeon +lib/crossfire/lib/maps/peterm/CTower/GroundLevel +lib/crossfire/lib/maps/peterm/CTower/Laboratory +lib/crossfire/lib/maps/peterm/CTower/Library +lib/crossfire/lib/maps/peterm/CTower/Officers +lib/crossfire/lib/maps/peterm/CTower/Servants +lib/crossfire/lib/maps/peterm/CTower/Study +lib/crossfire/lib/maps/peterm/CTower/TowerTop +lib/crossfire/lib/maps/peterm/Demonology/AirMaster +lib/crossfire/lib/maps/peterm/Demonology/AirStudy +lib/crossfire/lib/maps/peterm/Demonology/AirTower1 +lib/crossfire/lib/maps/peterm/Demonology/AirTower2 +lib/crossfire/lib/maps/peterm/Demonology/ApprenticeLevel +lib/crossfire/lib/maps/peterm/Demonology/Demon1 +lib/crossfire/lib/maps/peterm/Demonology/Demon2 +lib/crossfire/lib/maps/peterm/Demonology/Demon3 +lib/crossfire/lib/maps/peterm/Demonology/EarthMaster +lib/crossfire/lib/maps/peterm/Demonology/EarthStudy +lib/crossfire/lib/maps/peterm/Demonology/EarthTower1 +lib/crossfire/lib/maps/peterm/Demonology/EarthTower2 +lib/crossfire/lib/maps/peterm/Demonology/Entrance +lib/crossfire/lib/maps/peterm/Demonology/Entrance.orig +lib/crossfire/lib/maps/peterm/Demonology/FireMaster +lib/crossfire/lib/maps/peterm/Demonology/FireStudy +lib/crossfire/lib/maps/peterm/Demonology/FireTower1 +lib/crossfire/lib/maps/peterm/Demonology/FireTower2 +lib/crossfire/lib/maps/peterm/Demonology/GroundLevel +lib/crossfire/lib/maps/peterm/Demonology/HighTower1 +lib/crossfire/lib/maps/peterm/Demonology/HighTower2 +lib/crossfire/lib/maps/peterm/Demonology/HighTowerTop +lib/crossfire/lib/maps/peterm/Demonology/JourneymanLevel +lib/crossfire/lib/maps/peterm/Demonology/MasterLevel +lib/crossfire/lib/maps/peterm/Demonology/WaterMaster +lib/crossfire/lib/maps/peterm/Demonology/WaterStudy +lib/crossfire/lib/maps/peterm/Demonology/WaterTower1 +lib/crossfire/lib/maps/peterm/Demonology/WaterTower2 +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricAnte +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricLord +lib/crossfire/lib/maps/peterm/DragonQuest/Entrance +lib/crossfire/lib/maps/peterm/DragonQuest/FireAnte +lib/crossfire/lib/maps/peterm/DragonQuest/FireHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/FireLord +lib/crossfire/lib/maps/peterm/DragonQuest/IceAnte +lib/crossfire/lib/maps/peterm/DragonQuest/IceHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/IceLord +lib/crossfire/lib/maps/peterm/DragonQuest/WyvernNest +lib/crossfire/lib/maps/peterm/FireTemple/Entrance +lib/crossfire/lib/maps/peterm/FireTemple/FifthFloor +lib/crossfire/lib/maps/peterm/FireTemple/Fire1 +lib/crossfire/lib/maps/peterm/FireTemple/Fire2 +lib/crossfire/lib/maps/peterm/FireTemple/Fire3 +lib/crossfire/lib/maps/peterm/FireTemple/Fire4 +lib/crossfire/lib/maps/peterm/FireTemple/FirstFloor +lib/crossfire/lib/maps/peterm/FireTemple/FourthFloor +lib/crossfire/lib/maps/peterm/FireTemple/HotMines +lib/crossfire/lib/maps/peterm/FireTemple/LavaChamber +lib/crossfire/lib/maps/peterm/FireTemple/Mezannine1 +lib/crossfire/lib/maps/peterm/FireTemple/Passageway +lib/crossfire/lib/maps/peterm/FireTemple/SecondFloor +lib/crossfire/lib/maps/peterm/FireTemple/ThirdFloor +lib/crossfire/lib/maps/peterm/temple/AnteChamber +lib/crossfire/lib/maps/peterm/temple/GemTunnel +lib/crossfire/lib/maps/peterm/temple/InnerTemple +lib/crossfire/lib/maps/peterm/temple/OuterTemple +lib/crossfire/lib/maps/peterm/temple/Temple +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.1 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.2 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.3 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.4 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.5 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.ud1 +lib/crossfire/lib/maps/pup_land/ancient/castle/ghoswolte +lib/crossfire/lib/maps/pup_land/ancient/company +lib/crossfire/lib/maps/pup_land/ancient/kurte/house +lib/crossfire/lib/maps/pup_land/ancient/kurte/kurte +lib/crossfire/lib/maps/pup_land/ancient/kurte/shop +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.4 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.B1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/tower.1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house2 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house3 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house4 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house5 +lib/crossfire/lib/maps/pup_land/ancient/ruin/path +lib/crossfire/lib/maps/pup_land/ancient/ruin/shop +lib/crossfire/lib/maps/pup_land/ancient/ruin/tower +lib/crossfire/lib/maps/pup_land/ancient/ruin/underground +lib/crossfire/lib/maps/pup_land/ancient/ruin/village +lib/crossfire/lib/maps/pup_land/ancient/to_future +lib/crossfire/lib/maps/pup_land/ancient/village/graveyard +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B6 +lib/crossfire/lib/maps/pup_land/ancient/village/hut1 +lib/crossfire/lib/maps/pup_land/ancient/village/hut2 +lib/crossfire/lib/maps/pup_land/ancient/village/hut3 +lib/crossfire/lib/maps/pup_land/ancient/village/hut4 +lib/crossfire/lib/maps/pup_land/ancient/village/hut5 +lib/crossfire/lib/maps/pup_land/ancient/village/hut6 +lib/crossfire/lib/maps/pup_land/ancient/village/inn +lib/crossfire/lib/maps/pup_land/ancient/village/shop +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/lever +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5a +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5b +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5c +lib/crossfire/lib/maps/pup_land/ancient/village/tavern +lib/crossfire/lib/maps/pup_land/ancient/village/tavern1 +lib/crossfire/lib/maps/pup_land/ancient/village/village +lib/crossfire/lib/maps/pup_land/ancient/world +lib/crossfire/lib/maps/pup_land/barrier +lib/crossfire/lib/maps/pup_land/begin/adv +lib/crossfire/lib/maps/pup_land/begin/p1 +lib/crossfire/lib/maps/pup_land/begin/p2 +lib/crossfire/lib/maps/pup_land/begin/p3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca2 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca4 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca5 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca6 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca7 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca8 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca9 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass3 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave1 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave2 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave3 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5.bak +lib/crossfire/lib/maps/pup_land/cave_weapon/cave51 +lib/crossfire/lib/maps/pup_land/hall2 +lib/crossfire/lib/maps/pup_land/hall_of_fame +lib/crossfire/lib/maps/pup_land/hq +lib/crossfire/lib/maps/pup_land/hq_ud +lib/crossfire/lib/maps/pup_land/jk/Fogs +lib/crossfire/lib/maps/pup_land/jk/gs_house +lib/crossfire/lib/maps/pup_land/jk/heads +lib/crossfire/lib/maps/pup_land/kurte/eureca_road1 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road2 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road3 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road31 +lib/crossfire/lib/maps/pup_land/kurte/house +lib/crossfire/lib/maps/pup_land/kurte/hut1 +lib/crossfire/lib/maps/pup_land/kurte/hut2 +lib/crossfire/lib/maps/pup_land/kurte/jungle +lib/crossfire/lib/maps/pup_land/kurte/kurte +lib/crossfire/lib/maps/pup_land/kurte/penta +lib/crossfire/lib/maps/pup_land/kurte/to_past +lib/crossfire/lib/maps/pup_land/lone_town/bank +lib/crossfire/lib/maps/pup_land/lone_town/cave/B1 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B2 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B3 +lib/crossfire/lib/maps/pup_land/lone_town/church +lib/crossfire/lib/maps/pup_land/lone_town/church_ud +lib/crossfire/lib/maps/pup_land/lone_town/cordish +lib/crossfire/lib/maps/pup_land/lone_town/cordish2 +lib/crossfire/lib/maps/pup_land/lone_town/dress1 +lib/crossfire/lib/maps/pup_land/lone_town/dress2 +lib/crossfire/lib/maps/pup_land/lone_town/dress3 +lib/crossfire/lib/maps/pup_land/lone_town/gemshop +lib/crossfire/lib/maps/pup_land/lone_town/gemshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/gshop +lib/crossfire/lib/maps/pup_land/lone_town/gshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_law +lib/crossfire/lib/maps/pup_land/lone_town/guild_law_ud +lib/crossfire/lib/maps/pup_land/lone_town/heinrich +lib/crossfire/lib/maps/pup_land/lone_town/inn +lib/crossfire/lib/maps/pup_land/lone_town/magic +lib/crossfire/lib/maps/pup_land/lone_town/magic.old +lib/crossfire/lib/maps/pup_land/lone_town/mshop +lib/crossfire/lib/maps/pup_land/lone_town/mshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/nf_bar +lib/crossfire/lib/maps/pup_land/lone_town/pupuly +lib/crossfire/lib/maps/pup_land/lone_town/tavern +lib/crossfire/lib/maps/pup_land/lone_town/tavern_ud +lib/crossfire/lib/maps/pup_land/lone_town/thief_market +lib/crossfire/lib/maps/pup_land/lone_town/town +lib/crossfire/lib/maps/pup_land/lone_town/town_ud1 +lib/crossfire/lib/maps/pup_land/lone_town/town_ud2 +lib/crossfire/lib/maps/pup_land/lone_town/training +lib/crossfire/lib/maps/pup_land/lone_town/training2 +lib/crossfire/lib/maps/pup_land/nurnberg/agito +lib/crossfire/lib/maps/pup_land/nurnberg/alshop +lib/crossfire/lib/maps/pup_land/nurnberg/aqueduct +lib/crossfire/lib/maps/pup_land/nurnberg/ashop +lib/crossfire/lib/maps/pup_land/nurnberg/bank +lib/crossfire/lib/maps/pup_land/nurnberg/bshop +lib/crossfire/lib/maps/pup_land/nurnberg/castle +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle2 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle3 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle4 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_ud +lib/crossfire/lib/maps/pup_land/nurnberg/church +lib/crossfire/lib/maps/pup_land/nurnberg/city +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb1 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/click +lib/crossfire/lib/maps/pup_land/nurnberg/dick/heaven +lib/crossfire/lib/maps/pup_land/nurnberg/dick/hell +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house2 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/maze +lib/crossfire/lib/maps/pup_land/nurnberg/dick/showinv +lib/crossfire/lib/maps/pup_land/nurnberg/fshop +lib/crossfire/lib/maps/pup_land/nurnberg/guild +lib/crossfire/lib/maps/pup_land/nurnberg/guild_ud +lib/crossfire/lib/maps/pup_land/nurnberg/hotel +lib/crossfire/lib/maps/pup_land/nurnberg/hotel.old +lib/crossfire/lib/maps/pup_land/nurnberg/hq +lib/crossfire/lib/maps/pup_land/nurnberg/jshop +lib/crossfire/lib/maps/pup_land/nurnberg/nf_bar +lib/crossfire/lib/maps/pup_land/nurnberg/paslab +lib/crossfire/lib/maps/pup_land/nurnberg/pshop +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/reception +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind7 +lib/crossfire/lib/maps/pup_land/nurnberg/washop +lib/crossfire/lib/maps/pup_land/nurnberg/wshop +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1.old +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal3 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal4 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal5 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal6 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB3 +lib/crossfire/lib/maps/pup_land/port_e +lib/crossfire/lib/maps/pup_land/port_e_house +lib/crossfire/lib/maps/pup_land/port_w +lib/crossfire/lib/maps/pup_land/pplant/pplant1 +lib/crossfire/lib/maps/pup_land/pplant/pplant2 +lib/crossfire/lib/maps/pup_land/pplant/pplant3 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud1 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud2 +lib/crossfire/lib/maps/pup_land/pplant/pup_land-1.0-README +lib/crossfire/lib/maps/pup_land/raffle/raffle1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_b +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u4 +lib/crossfire/lib/maps/pup_land/raffle/raffle3 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2a +lib/crossfire/lib/maps/pup_land/rainbow/Keira +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/Bizuzu +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/b_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cd_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/d_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/f_a +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_boss +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_road +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut1 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut3 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/orc_f +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/t_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/Kum +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_inner +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/d_cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/h_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/holes +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/sticky +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/tray +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Garan +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Goraon +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Ring +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Rufto +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Wips +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/c-road +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/name +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/sec-p +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/w-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/bot +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/curve +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/demi +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/junk +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/key +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/mf +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path7 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path9 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/statue +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/cross +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/romm88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room22 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room44 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room6 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room66 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/big-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/order +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/back +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/grave +lib/crossfire/lib/maps/pup_land/rainbow/T.K +lib/crossfire/lib/maps/pup_land/rainbow/bed_room +lib/crossfire/lib/maps/pup_land/rainbow/entrance1 +lib/crossfire/lib/maps/pup_land/rainbow/exit +lib/crossfire/lib/maps/pup_land/rainbow/islands +lib/crossfire/lib/maps/pup_land/rainbow/l_h1 +lib/crossfire/lib/maps/pup_land/rainbow/l_h2 +lib/crossfire/lib/maps/pup_land/rainbow/l_hB +lib/crossfire/lib/maps/pup_land/rainbow/red_town/town +lib/crossfire/lib/maps/pup_land/rainbow/river +lib/crossfire/lib/maps/pup_land/rainbow/roof +lib/crossfire/lib/maps/pup_land/rainbow/shore +lib/crossfire/lib/maps/pup_land/rainbow/station +lib/crossfire/lib/maps/pup_land/rainbow/w-tower +lib/crossfire/lib/maps/pup_land/rainbow/well +lib/crossfire/lib/maps/pup_land/rainbow/woods +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole1 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole2 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/jungle +lib/crossfire/lib/maps/pup_land/s_f/KI +lib/crossfire/lib/maps/pup_land/s_f/KI2 +lib/crossfire/lib/maps/pup_land/s_f/Kira +lib/crossfire/lib/maps/pup_land/s_f/cave1 +lib/crossfire/lib/maps/pup_land/s_f/cave2 +lib/crossfire/lib/maps/pup_land/s_f/floor1 +lib/crossfire/lib/maps/pup_land/s_f/floor2 +lib/crossfire/lib/maps/pup_land/s_f/ruin +lib/crossfire/lib/maps/pup_land/s_f/ruin_ug +lib/crossfire/lib/maps/pup_land/s_f/secret +lib/crossfire/lib/maps/pup_land/s_f/special +lib/crossfire/lib/maps/pup_land/s_f/st1 +lib/crossfire/lib/maps/pup_land/s_f/st2 +lib/crossfire/lib/maps/pup_land/s_f/st3 +lib/crossfire/lib/maps/pup_land/s_f/st5 +lib/crossfire/lib/maps/pup_land/s_f/st6 +lib/crossfire/lib/maps/pup_land/s_f/st7 +lib/crossfire/lib/maps/pup_land/s_f/to-jyo +lib/crossfire/lib/maps/pup_land/terminal +lib/crossfire/lib/maps/pup_land/terminal_u1 +lib/crossfire/lib/maps/pup_land/world +lib/crossfire/lib/maps/santo_dominion/appartment +lib/crossfire/lib/maps/santo_dominion/basement +lib/crossfire/lib/maps/santo_dominion/crossfire +lib/crossfire/lib/maps/santo_dominion/den +lib/crossfire/lib/maps/santo_dominion/house_of_hell +lib/crossfire/lib/maps/santo_dominion/houses/house1 +lib/crossfire/lib/maps/santo_dominion/just_preliminary +lib/crossfire/lib/maps/santo_dominion/lord_byron/1st_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/dungeon +lib/crossfire/lib/maps/santo_dominion/lord_byron/main +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/opera +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/well/bottom +lib/crossfire/lib/maps/santo_dominion/magara/well/top +lib/crossfire/lib/maps/santo_dominion/map.and.sale +lib/crossfire/lib/maps/santo_dominion/map.stigkr.1 +lib/crossfire/lib/maps/santo_dominion/map.stigkr.2 +lib/crossfire/lib/maps/santo_dominion/noble_rest +lib/crossfire/lib/maps/santo_dominion/north_barn +lib/crossfire/lib/maps/santo_dominion/north_farm +lib/crossfire/lib/maps/santo_dominion/peacock +lib/crossfire/lib/maps/santo_dominion/shops/armour +lib/crossfire/lib/maps/santo_dominion/shops/eliks +lib/crossfire/lib/maps/santo_dominion/shops/erash +lib/crossfire/lib/maps/santo_dominion/shops/nosferatu +lib/crossfire/lib/maps/santo_dominion/shops/rings +lib/crossfire/lib/maps/santo_dominion/south_barn +lib/crossfire/lib/maps/santo_dominion/tavern +lib/crossfire/lib/maps/santo_dominion/tavern.2ndfloor +lib/crossfire/lib/maps/santo_dominion/tavern.downstairs +lib/crossfire/lib/maps/santo_dominion/tobias +lib/crossfire/lib/maps/santo_dominion/tobias.top +lib/crossfire/lib/maps/santo_dominion/tollpost +lib/crossfire/lib/maps/santo_dominion/town +lib/crossfire/lib/maps/skud/court +lib/crossfire/lib/maps/skud/east_1 +lib/crossfire/lib/maps/skud/entrance +lib/crossfire/lib/maps/skud/maze +lib/crossfire/lib/maps/skud/north_1 +lib/crossfire/lib/maps/skud/west_1 +lib/crossfire/lib/maps/terrain/desert_1 +lib/crossfire/lib/maps/terrain/desert_2 +lib/crossfire/lib/maps/terrain/empty +lib/crossfire/lib/maps/terrain/forest_1 +lib/crossfire/lib/maps/terrain/forest_2 +lib/crossfire/lib/maps/terrain/hills_1 +lib/crossfire/lib/maps/terrain/hills_2 +lib/crossfire/lib/maps/terrain/jungle_1 +lib/crossfire/lib/maps/terrain/jungle_2 +lib/crossfire/lib/maps/terrain/mountain_1 +lib/crossfire/lib/maps/terrain/mountain_2 +lib/crossfire/lib/maps/terrain/plains_1 +lib/crossfire/lib/maps/terrain/plains_2 +lib/crossfire/lib/maps/terrain/swamp_1 +lib/crossfire/lib/maps/terrain/swamp_2 +lib/crossfire/lib/maps/test/connected_bug +lib/crossfire/lib/maps/test/diagonal +lib/crossfire/lib/maps/test/insert_bug +lib/crossfire/lib/maps/test/multisquare +lib/crossfire/lib/maps/thomas/sisters/compound1 +lib/crossfire/lib/maps/thomas/sisters/compound2 +lib/crossfire/lib/maps/thomas/sisters/compound3 +lib/crossfire/lib/maps/thomas/sisters/entrance +lib/crossfire/lib/maps/thomas/sisters/granary +lib/crossfire/lib/maps/thomas/sisters/necro_entrance +lib/crossfire/lib/maps/thomas/sisters/necro_hole1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1a +lib/crossfire/lib/maps/thomas/sisters/shrine0 +lib/crossfire/lib/maps/thomas/sisters/shrine0_east +lib/crossfire/lib/maps/thomas/sisters/shrine0_west +lib/crossfire/lib/maps/thomas/sisters/shrine1 +lib/crossfire/lib/maps/thomas/sisters/shrine_entrance +lib/crossfire/lib/maps/thomas/sisters/small_manor0 +lib/crossfire/lib/maps/thomas/sisters/small_manor1 +lib/crossfire/lib/maps/thomas/sisters/small_manor2 +lib/crossfire/lib/maps/thomas/sisters/small_village +lib/crossfire/lib/maps/thomas/sisters/tower0 +lib/crossfire/lib/maps/thomas/sisters/tower1 +lib/crossfire/lib/maps/thomas/sisters/tower2 +lib/crossfire/lib/maps/thomas/sisters/tower3 +lib/crossfire/lib/maps/thomas/sisters/valley +lib/crossfire/lib/maps/wolfsburg/dept_store +lib/crossfire/lib/maps/wolfsburg/etern_rew +lib/crossfire/lib/maps/wolfsburg/inns +lib/crossfire/lib/maps/wolfsburg/magara/castle/cellar +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_2 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hole +lib/crossfire/lib/maps/wolfsburg/magara/cellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/entrance +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 +lib/crossfire/lib/maps/wolfsburg/piratechurch +lib/crossfire/lib/maps/wolfsburg/piratetown +lib/crossfire/lib/maps/wolfsburg/prison +lib/crossfire/lib/maps/wolfsburg/slave_pit1 +lib/crossfire/lib/maps/wolfsburg/slave_pit2 +lib/crossfire/lib/maps/wolfsburg/slave_pit3 +lib/crossfire/lib/maps/wolfsburg/snakepit +lib/crossfire/lib/maps/wolfsburg/tt/tta1 +lib/crossfire/lib/maps/wolfsburg/tt/tta2 +lib/crossfire/lib/maps/wolfsburg/tt/ttb1 +lib/crossfire/lib/maps/wolfsburg/tt/ttb2 +lib/crossfire/lib/maps/wolfsburg/ware1 +lib/crossfire/lib/maps/wolfsburg/whorehouse +lib/crossfire/lib/maps/world/README +lib/crossfire/lib/maps/world/connect.pl +lib/crossfire/lib/maps/world/world_a1 +lib/crossfire/lib/maps/world/world_a2 +lib/crossfire/lib/maps/world/world_a3 +lib/crossfire/lib/maps/world/world_a4 +lib/crossfire/lib/maps/world/world_b1 +lib/crossfire/lib/maps/world/world_b2 +lib/crossfire/lib/maps/world/world_b3 +lib/crossfire/lib/maps/world/world_b4 +lib/crossfire/lib/maps/world/world_c1 +lib/crossfire/lib/maps/world/world_c2 +lib/crossfire/lib/maps/world/world_c3 +lib/crossfire/lib/maps/world/world_c4 +lib/crossfire/lib/maps/world/world_e1 +lib/crossfire/lib/maps/world/world_e2 +lib/crossfire/lib/messages +lib/crossfire/lib/motd +lib/crossfire/lib/players/.keep_me +lib/crossfire/lib/races +lib/crossfire/lib/skill_params +lib/crossfire/lib/sounds +lib/crossfire/lib/spell_params +lib/crossfire/lib/treasures +lib/crossfire/lib/unique-items/.keep_me +lib/crossfire/lib/xpmtopix.pl +lib/crossfire/sounds/Creaky-1.au +lib/crossfire/sounds/Evil_Laugh.au +lib/crossfire/sounds/Explosion.au +lib/crossfire/sounds/FloorTom.au +lib/crossfire/sounds/Gun-5.au +lib/crossfire/sounds/MetalCrash.au +lib/crossfire/sounds/Missed.au +lib/crossfire/sounds/Missle1.au +lib/crossfire/sounds/Puke.au +lib/crossfire/sounds/README +lib/crossfire/sounds/Tear.au +lib/crossfire/sounds/Teeswing.au +lib/crossfire/sounds/TowerClock.au +lib/crossfire/sounds/Whoosh.au +lib/crossfire/sounds/blip.au +lib/crossfire/sounds/boink2.au +lib/crossfire/sounds/bugle_charge.au +lib/crossfire/sounds/chord.au +lib/crossfire/sounds/click1.au +lib/crossfire/sounds/click2.au +lib/crossfire/sounds/drip.au +lib/crossfire/sounds/first_try.au +lib/crossfire/sounds/gong.au +lib/crossfire/sounds/lightning1.au +lib/crossfire/sounds/magic.au +lib/crossfire/sounds/ouch1.au +lib/crossfire/sounds/sci_fi_gun.au +lib/crossfire/sounds/squish.au +lib/crossfire/sounds/su-fanf.au +lib/crossfire/sounds/swish.au +lib/crossfire/sounds/thru.au +share/doc/crossfire/Crossedit.doc +share/doc/crossfire/Imakefile +share/doc/crossfire/PlayerStats +share/doc/crossfire/README +share/doc/crossfire/RunTimeCommands +share/doc/crossfire/SurvivalGuide +share/doc/crossfire/alchemy.doc +share/doc/crossfire/crossedit.man +share/doc/crossfire/crossfire.doc +share/doc/crossfire/crossfire.man +share/doc/crossfire/crosslib.doc +share/doc/crossfire/experience +share/doc/crossfire/handbook.ps +share/doc/crossfire/include_html.pl +share/doc/crossfire/mapguide +share/doc/crossfire/mapmakers_guide_to_runes +share/doc/crossfire/maps-README +share/doc/crossfire/multigod +share/doc/crossfire/playbook-html/.bmaps +share/doc/crossfire/playbook-html/2x2.ppm +share/doc/crossfire/playbook-html/Imakefile +share/doc/crossfire/playbook-html/Makefile +share/doc/crossfire/playbook-html/Makefile.bak +share/doc/crossfire/playbook-html/Pdragonmail.111.gif +share/doc/crossfire/playbook-html/altar.111.gif +share/doc/crossfire/playbook-html/altar.html +share/doc/crossfire/playbook-html/altardevo.111.gif +share/doc/crossfire/playbook-html/altargaea.111.gif +share/doc/crossfire/playbook-html/altargnarg.111.gif +share/doc/crossfire/playbook-html/altarjeho.111.gif +share/doc/crossfire/playbook-html/altarluci.111.gif +share/doc/crossfire/playbook-html/altarlyth.111.gif +share/doc/crossfire/playbook-html/altarmostr.111.gif +share/doc/crossfire/playbook-html/altarnone.111.gif +share/doc/crossfire/playbook-html/altarrugg.111.gif +share/doc/crossfire/playbook-html/appA.html +share/doc/crossfire/playbook-html/appB.html +share/doc/crossfire/playbook-html/appC.html +share/doc/crossfire/playbook-html/appC.shtml +share/doc/crossfire/playbook-html/apple.111.gif +share/doc/crossfire/playbook-html/arm.111.gif +share/doc/crossfire/playbook-html/bag-popcorn.111.gif +share/doc/crossfire/playbook-html/bag.111.gif +share/doc/crossfire/playbook-html/balm-gen.111.gif +share/doc/crossfire/playbook-html/barbarian.171.gif +share/doc/crossfire/playbook-html/bed-save.111.gif +share/doc/crossfire/playbook-html/big-eye.111.gif +share/doc/crossfire/playbook-html/bonus-extract +share/doc/crossfire/playbook-html/bonus-extract.orig +share/doc/crossfire/playbook-html/bonus.html +share/doc/crossfire/playbook-html/book.111.gif +share/doc/crossfire/playbook-html/books.html +share/doc/crossfire/playbook-html/bookshelf.111.gif +share/doc/crossfire/playbook-html/bow.111.gif +share/doc/crossfire/playbook-html/bows.html +share/doc/crossfire/playbook-html/br_wall.html +share/doc/crossfire/playbook-html/bul-wall-0.111.gif +share/doc/crossfire/playbook-html/button-big.111.gif +share/doc/crossfire/playbook-html/button-sma.111.gif +share/doc/crossfire/playbook-html/cabbage.111.gif +share/doc/crossfire/playbook-html/cake.111.gif +share/doc/crossfire/playbook-html/card.111.gif +share/doc/crossfire/playbook-html/carrot.111.gif +share/doc/crossfire/playbook-html/cauldron.111.gif +share/doc/crossfire/playbook-html/cauldron.html +share/doc/crossfire/playbook-html/chainmail.111.gif +share/doc/crossfire/playbook-html/chap1.html +share/doc/crossfire/playbook-html/chap2.html +share/doc/crossfire/playbook-html/chap2.shtml +share/doc/crossfire/playbook-html/chap3.html +share/doc/crossfire/playbook-html/chap3.shtml +share/doc/crossfire/playbook-html/chap4.html +share/doc/crossfire/playbook-html/chap4.shtml +share/doc/crossfire/playbook-html/chap5.html +share/doc/crossfire/playbook-html/chap5.shtml +share/doc/crossfire/playbook-html/chap6.html +share/doc/crossfire/playbook-html/chap6.shtml +share/doc/crossfire/playbook-html/chap7.html +share/doc/crossfire/playbook-html/char-extract +share/doc/crossfire/playbook-html/char.html +share/doc/crossfire/playbook-html/characters.gif +share/doc/crossfire/playbook-html/chest-1.111.gif +share/doc/crossfire/playbook-html/chocolate.111.gif +share/doc/crossfire/playbook-html/cleric.171.gif +share/doc/crossfire/playbook-html/clover.111.gif +share/doc/crossfire/playbook-html/coffee.111.gif +share/doc/crossfire/playbook-html/conv.111.gif +share/doc/crossfire/playbook-html/convert.pl +share/doc/crossfire/playbook-html/corpse.111.gif +share/doc/crossfire/playbook-html/corpse.html +share/doc/crossfire/playbook-html/corpse1.111.gif +share/doc/crossfire/playbook-html/crossbow.111.gif +share/doc/crossfire/playbook-html/dead-neko.111.gif +share/doc/crossfire/playbook-html/demon-head.111.gif +share/doc/crossfire/playbook-html/depositbox.111.gif +share/doc/crossfire/playbook-html/diploma.111.gif +share/doc/crossfire/playbook-html/dir_spin.html +share/doc/crossfire/playbook-html/director.181.gif +share/doc/crossfire/playbook-html/door-0.111.gif +share/doc/crossfire/playbook-html/drag-steak.111.gif +share/doc/crossfire/playbook-html/dragon-eye.111.gif +share/doc/crossfire/playbook-html/dragon-wing.111.gif +share/doc/crossfire/playbook-html/dragonmail.111.gif +share/doc/crossfire/playbook-html/dress1.111.gif +share/doc/crossfire/playbook-html/dust-gen.111.gif +share/doc/crossfire/playbook-html/dwarf-p.111.gif +share/doc/crossfire/playbook-html/earthwall.111.gif +share/doc/crossfire/playbook-html/ectoplasm.111.gif +share/doc/crossfire/playbook-html/elf.171.gif +share/doc/crossfire/playbook-html/elven-bow.111.gif +share/doc/crossfire/playbook-html/emerald.111.gif +share/doc/crossfire/playbook-html/empty.pbm +share/doc/crossfire/playbook-html/equip.html +share/doc/crossfire/playbook-html/eyes.111.gif +share/doc/crossfire/playbook-html/fig/book.gif +share/doc/crossfire/playbook-html/fig/earrow.gif +share/doc/crossfire/playbook-html/fig/narrow.gif +share/doc/crossfire/playbook-html/fig/nearrow.gif +share/doc/crossfire/playbook-html/fig/nwarrow.gif +share/doc/crossfire/playbook-html/fig/sarrow.gif +share/doc/crossfire/playbook-html/fig/screen_dia.gif +share/doc/crossfire/playbook-html/fig/searrow.gif +share/doc/crossfire/playbook-html/fig/stairdown.gif +share/doc/crossfire/playbook-html/fig/stairup.gif +share/doc/crossfire/playbook-html/fig/swarrow.gif +share/doc/crossfire/playbook-html/fig/warrow.gif +share/doc/crossfire/playbook-html/figurine-gen.111.gif +share/doc/crossfire/playbook-html/finger.111.gif +share/doc/crossfire/playbook-html/fireborn.111.gif +share/doc/crossfire/playbook-html/fishfood.111.gif +share/doc/crossfire/playbook-html/flesh.html +share/doc/crossfire/playbook-html/flint-and-steel.111.gif +share/doc/crossfire/playbook-html/food.111.gif +share/doc/crossfire/playbook-html/food.html +share/doc/crossfire/playbook-html/foodone.html +share/doc/crossfire/playbook-html/foot.111.gif +share/doc/crossfire/playbook-html/fr_wall.html +share/doc/crossfire/playbook-html/gale.111.gif +share/doc/crossfire/playbook-html/gard-gate.114.gif +share/doc/crossfire/playbook-html/gatedoor.html +share/doc/crossfire/playbook-html/gem.111.gif +share/doc/crossfire/playbook-html/generic-extract +share/doc/crossfire/playbook-html/generic-rune.111.gif +share/doc/crossfire/playbook-html/goblin-head.111.gif +share/doc/crossfire/playbook-html/gods-extract +share/doc/crossfire/playbook-html/gods.html +share/doc/crossfire/playbook-html/goldcoin.111.gif +share/doc/crossfire/playbook-html/grate-1.111.gif +share/doc/crossfire/playbook-html/grate-2.111.gif +share/doc/crossfire/playbook-html/grate-2.118.gif +share/doc/crossfire/playbook-html/gravestone.111.gif +share/doc/crossfire/playbook-html/gravestone.html +share/doc/crossfire/playbook-html/gu-horn.114.gif +share/doc/crossfire/playbook-html/guild.111.gif +share/doc/crossfire/playbook-html/guild.html +share/doc/crossfire/playbook-html/halfling.111.gif +share/doc/crossfire/playbook-html/hand.111.gif +share/doc/crossfire/playbook-html/handbook.html +share/doc/crossfire/playbook-html/handbook.shtml +share/doc/crossfire/playbook-html/handbutt.html +share/doc/crossfire/playbook-html/handle.111.gif +share/doc/crossfire/playbook-html/hands.111.gif +share/doc/crossfire/playbook-html/head.111.gif +share/doc/crossfire/playbook-html/heart.111.gif +share/doc/crossfire/playbook-html/hedge.111.gif +share/doc/crossfire/playbook-html/holy-symbol.111.gif +share/doc/crossfire/playbook-html/holysymbol.html +share/doc/crossfire/playbook-html/horn.111.gif +share/doc/crossfire/playbook-html/horns.html +share/doc/crossfire/playbook-html/human.171.gif +share/doc/crossfire/playbook-html/icor.111.gif +share/doc/crossfire/playbook-html/in_char +share/doc/crossfire/playbook-html/in_equip +share/doc/crossfire/playbook-html/in_items +share/doc/crossfire/playbook-html/insect-sting.111.gif +share/doc/crossfire/playbook-html/insect-wing.111.gif +share/doc/crossfire/playbook-html/iron-gate1.118.gif +share/doc/crossfire/playbook-html/items +share/doc/crossfire/playbook-html/items-extract +share/doc/crossfire/playbook-html/items.gif +share/doc/crossfire/playbook-html/key-ring.111.gif +share/doc/crossfire/playbook-html/key1.111.gif +share/doc/crossfire/playbook-html/key2.111.gif +share/doc/crossfire/playbook-html/keys.html +share/doc/crossfire/playbook-html/l-shop1.111.gif +share/doc/crossfire/playbook-html/lapron.111.gif +share/doc/crossfire/playbook-html/lbull-wall.101.gif +share/doc/crossfire/playbook-html/ldoor1.111.gif +share/doc/crossfire/playbook-html/leather-ar.111.gif +share/doc/crossfire/playbook-html/leg.111.gif +share/doc/crossfire/playbook-html/letter.111.gif +share/doc/crossfire/playbook-html/levels-extract +share/doc/crossfire/playbook-html/levels.html +share/doc/crossfire/playbook-html/lever.111.gif +share/doc/crossfire/playbook-html/light-wall.101.gif +share/doc/crossfire/playbook-html/lightning-bow.111.gif +share/doc/crossfire/playbook-html/liver.111.gif +share/doc/crossfire/playbook-html/loaf.111.gif +share/doc/crossfire/playbook-html/lockpicks.111.gif +share/doc/crossfire/playbook-html/lockpicks.html +share/doc/crossfire/playbook-html/logfile +share/doc/crossfire/playbook-html/luggage.111.gif +share/doc/crossfire/playbook-html/mage.171.gif +share/doc/crossfire/playbook-html/magic-bow.111.gif +share/doc/crossfire/playbook-html/mailbox.111.gif +share/doc/crossfire/playbook-html/makeps +share/doc/crossfire/playbook-html/mint.111.gif +share/doc/crossfire/playbook-html/mithril-ar.111.gif +share/doc/crossfire/playbook-html/mithril.111.gif +share/doc/crossfire/playbook-html/money.html +share/doc/crossfire/playbook-html/monk.111.gif +share/doc/crossfire/playbook-html/monument.111.gif +share/doc/crossfire/playbook-html/mushroom-1.111.gif +share/doc/crossfire/playbook-html/naz-report.111.gif +share/doc/crossfire/playbook-html/ninja.171.gif +share/doc/crossfire/playbook-html/note.111.gif +share/doc/crossfire/playbook-html/onion.111.gif +share/doc/crossfire/playbook-html/orange.111.gif +share/doc/crossfire/playbook-html/orcchop.111.gif +share/doc/crossfire/playbook-html/pear.111.gif +share/doc/crossfire/playbook-html/pearl.111.gif +share/doc/crossfire/playbook-html/pit.html +share/doc/crossfire/playbook-html/pix-wing.111.gif +share/doc/crossfire/playbook-html/pl-half-orc.111.gif +share/doc/crossfire/playbook-html/plate-mail.111.gif +share/doc/crossfire/playbook-html/plt-coin.111.gif +share/doc/crossfire/playbook-html/potato.111.gif +share/doc/crossfire/playbook-html/potion.html +share/doc/crossfire/playbook-html/potioncha.111.gif +share/doc/crossfire/playbook-html/potioncol.111.gif +share/doc/crossfire/playbook-html/potioncon.111.gif +share/doc/crossfire/playbook-html/potiondex.111.gif +share/doc/crossfire/playbook-html/potionfir.111.gif +share/doc/crossfire/playbook-html/potiongen.111.gif +share/doc/crossfire/playbook-html/potionhea.111.gif +share/doc/crossfire/playbook-html/potionhero.111.gif +share/doc/crossfire/playbook-html/potionimp.111.gif +share/doc/crossfire/playbook-html/potionint.111.gif +share/doc/crossfire/playbook-html/potioninv.111.gif +share/doc/crossfire/playbook-html/potionmag.111.gif +share/doc/crossfire/playbook-html/potionpow.111.gif +share/doc/crossfire/playbook-html/potions.html +share/doc/crossfire/playbook-html/potionstr.111.gif +share/doc/crossfire/playbook-html/potionwis.111.gif +share/doc/crossfire/playbook-html/pouch.111.gif +share/doc/crossfire/playbook-html/priest.171.gif +share/doc/crossfire/playbook-html/pyromaniac.111.gif +share/doc/crossfire/playbook-html/quarto.111.gif +share/doc/crossfire/playbook-html/quetzalcoatl.131.gif +share/doc/crossfire/playbook-html/quiver.111.gif +share/doc/crossfire/playbook-html/r-sack.111.gif +share/doc/crossfire/playbook-html/refs.pl +share/doc/crossfire/playbook-html/residue.111.gif +share/doc/crossfire/playbook-html/ring-drain.111.gif +share/doc/crossfire/playbook-html/ring-mail.111.gif +share/doc/crossfire/playbook-html/ring.110.gif +share/doc/crossfire/playbook-html/rings.html +share/doc/crossfire/playbook-html/roast-bird.111.gif +share/doc/crossfire/playbook-html/robe-midnight.111.gif +share/doc/crossfire/playbook-html/robe.111.gif +share/doc/crossfire/playbook-html/rod-heavy.111.gif +share/doc/crossfire/playbook-html/rods.html +share/doc/crossfire/playbook-html/root.111.gif +share/doc/crossfire/playbook-html/rose-red.111.gif +share/doc/crossfire/playbook-html/rose-wh.111.gif +share/doc/crossfire/playbook-html/rose-yel.111.gif +share/doc/crossfire/playbook-html/ruby.111.gif +share/doc/crossfire/playbook-html/rune-blast.111.gif +share/doc/crossfire/playbook-html/rune-death.111.gif +share/doc/crossfire/playbook-html/rune-fire.111.gif +share/doc/crossfire/playbook-html/rune-frost.111.gif +share/doc/crossfire/playbook-html/rune-mark.111.gif +share/doc/crossfire/playbook-html/rune-shock.111.gif +share/doc/crossfire/playbook-html/runeblast.html +share/doc/crossfire/playbook-html/runedeath.html +share/doc/crossfire/playbook-html/runefire.html +share/doc/crossfire/playbook-html/runefrost.html +share/doc/crossfire/playbook-html/runegen.html +share/doc/crossfire/playbook-html/runemark.html +share/doc/crossfire/playbook-html/runeshock.html +share/doc/crossfire/playbook-html/s-weasel.111.gif +share/doc/crossfire/playbook-html/sack.111.gif +share/doc/crossfire/playbook-html/sapphire.111.gif +share/doc/crossfire/playbook-html/savebed.html +share/doc/crossfire/playbook-html/scale-mail.111.gif +share/doc/crossfire/playbook-html/scroll.111.gif +share/doc/crossfire/playbook-html/scrollr.111.gif +share/doc/crossfire/playbook-html/scrolls.html +share/doc/crossfire/playbook-html/serpent-skin.111.gif +share/doc/crossfire/playbook-html/shop-mat.111.gif +share/doc/crossfire/playbook-html/shop.html +share/doc/crossfire/playbook-html/shopmat.html +share/doc/crossfire/playbook-html/sign-e.111.gif +share/doc/crossfire/playbook-html/sign-w.111.gif +share/doc/crossfire/playbook-html/sign.111.gif +share/doc/crossfire/playbook-html/sign.html +share/doc/crossfire/playbook-html/silvercoin.111.gif +share/doc/crossfire/playbook-html/skill_stat.html +share/doc/crossfire/playbook-html/skills-extract +share/doc/crossfire/playbook-html/skills.html +share/doc/crossfire/playbook-html/skills2-extract +share/doc/crossfire/playbook-html/skin.111.gif +share/doc/crossfire/playbook-html/sorter +share/doc/crossfire/playbook-html/speedbwall.111.gif +share/doc/crossfire/playbook-html/spellpath-extract +share/doc/crossfire/playbook-html/spellpath.html +share/doc/crossfire/playbook-html/spinner.11B.gif +share/doc/crossfire/playbook-html/staff.111.gif +share/doc/crossfire/playbook-html/statskmod-extract +share/doc/crossfire/playbook-html/statskmod.html +share/doc/crossfire/playbook-html/store-alch.111.gif +share/doc/crossfire/playbook-html/store-armo.111.gif +share/doc/crossfire/playbook-html/store-gene.111.gif +share/doc/crossfire/playbook-html/store-magi.111.gif +share/doc/crossfire/playbook-html/store-weap.111.gif +share/doc/crossfire/playbook-html/stwallsec.118.gif +share/doc/crossfire/playbook-html/swashbuckl.171.gif +share/doc/crossfire/playbook-html/talisman.111.gif +share/doc/crossfire/playbook-html/talisman.html +share/doc/crossfire/playbook-html/thief.171.gif +share/doc/crossfire/playbook-html/tmp.gif +share/doc/crossfire/playbook-html/tmp.ppm +share/doc/crossfire/playbook-html/tome.111.gif +share/doc/crossfire/playbook-html/tongue.111.gif +share/doc/crossfire/playbook-html/tooth.111.gif +share/doc/crossfire/playbook-html/trapdoor-1.111.gif +share/doc/crossfire/playbook-html/treas1-extract +share/doc/crossfire/playbook-html/treas2-extract +share/doc/crossfire/playbook-html/tunic.111.gif +share/doc/crossfire/playbook-html/version.html +share/doc/crossfire/playbook-html/viking.171.gif +share/doc/crossfire/playbook-html/wand.111.gif +share/doc/crossfire/playbook-html/wands.html +share/doc/crossfire/playbook-html/warrior.171.gif +share/doc/crossfire/playbook-html/waybread.111.gif +share/doc/crossfire/playbook-html/wdsm.111.gif +share/doc/crossfire/playbook-html/wizard.171.gif +share/doc/crossfire/playbook-html/work.ppm +share/doc/crossfire/playbook-html/wraithp.111.gif +share/doc/crossfire/programming_guide +share/doc/crossfire/skills.doc +share/doc/crossfire/skills_developer.doc +share/doc/crossfire/spell-docs/Imakefile +share/doc/crossfire/spell-docs/Makefile +share/doc/crossfire/spell-docs/Makefile.bak +share/doc/crossfire/spell-docs/README +share/doc/crossfire/spell-docs/prayer-list.ps +share/doc/crossfire/spell-docs/prayer-list.txt +share/doc/crossfire/spell-docs/spell-info.ps +share/doc/crossfire/spell-docs/spell-info.txt +share/doc/crossfire/spell-docs/spell-list.ps +share/doc/crossfire/spell-docs/spell-list.txt +share/doc/crossfire/spell-docs/spell-summary.ps +share/doc/crossfire/spell-docs/spell-summary.txt +share/doc/crossfire/spell-docs/tome-of-magic.ps +share/doc/crossfire/spell-docs/tome-of-magic.txt +share/doc/crossfire/spell-paths +share/doc/crossfire/spell_params.doc +share/doc/crossfire/spellcasters_guide_to_runes +share/doc/crossfire/spells +share/doc/crossfire/spoiler-html/.bmaps +share/doc/crossfire/spoiler-html/0 +share/doc/crossfire/spoiler-html/1 +share/doc/crossfire/spoiler-html/1x2.ppm +share/doc/crossfire/spoiler-html/2x1.ppm +share/doc/crossfire/spoiler-html/2x2.ppm +share/doc/crossfire/spoiler-html/2x3.ppm +share/doc/crossfire/spoiler-html/3x2.ppm +share/doc/crossfire/spoiler-html/3x3.ppm +share/doc/crossfire/spoiler-html/3x4.ppm +share/doc/crossfire/spoiler-html/4x4.ppm +share/doc/crossfire/spoiler-html/4x8.ppm +share/doc/crossfire/spoiler-html/6x7.ppm +share/doc/crossfire/spoiler-html/Bk.111.gif +share/doc/crossfire/spoiler-html/CSword.113.gif +share/doc/crossfire/spoiler-html/Cwyvern.171.gif +share/doc/crossfire/spoiler-html/DShield.111.gif +share/doc/crossfire/spoiler-html/GreatDemon.111.gif +share/doc/crossfire/spoiler-html/Imakefile +share/doc/crossfire/spoiler-html/Makefile +share/doc/crossfire/spoiler-html/Makefile.bak +share/doc/crossfire/spoiler-html/Pdragonmail.111.gif +share/doc/crossfire/spoiler-html/a-guard-h.111.gif +share/doc/crossfire/spoiler-html/a-guard-l.111.gif +share/doc/crossfire/spoiler-html/a-guard-m.111.gif +share/doc/crossfire/spoiler-html/a-helmet.111.gif +share/doc/crossfire/spoiler-html/a-priest.111.gif +share/doc/crossfire/spoiler-html/a-townsman.111.gif +share/doc/crossfire/spoiler-html/a-townsman2.111.gif +share/doc/crossfire/spoiler-html/a-townsman3.111.gif +share/doc/crossfire/spoiler-html/acid-pool.111.gif +share/doc/crossfire/spoiler-html/acidsphere.111.gif +share/doc/crossfire/spoiler-html/angel.111.gif +share/doc/crossfire/spoiler-html/ant-egg.111.gif +share/doc/crossfire/spoiler-html/ant-gen.111.gif +share/doc/crossfire/spoiler-html/ant-larvae.111.gif +share/doc/crossfire/spoiler-html/ant.111.gif +share/doc/crossfire/spoiler-html/archangel.115.gif +share/doc/crossfire/spoiler-html/archangel.118.gif +share/doc/crossfire/spoiler-html/arche-extract +share/doc/crossfire/spoiler-html/arche.html +share/doc/crossfire/spoiler-html/arm-extract +share/doc/crossfire/spoiler-html/arm.html +share/doc/crossfire/spoiler-html/avatar.131.gif +share/doc/crossfire/spoiler-html/axe-1.111.gif +share/doc/crossfire/spoiler-html/axe-2.111.gif +share/doc/crossfire/spoiler-html/axe-3.111.gif +share/doc/crossfire/spoiler-html/axe-4.111.gif +share/doc/crossfire/spoiler-html/axe-5.111.gif +share/doc/crossfire/spoiler-html/baby-drag.111.gif +share/doc/crossfire/spoiler-html/ball-lightning.111.gif +share/doc/crossfire/spoiler-html/barbarian.171.gif +share/doc/crossfire/spoiler-html/baslic.171.gif +share/doc/crossfire/spoiler-html/bat-gen.111.gif +share/doc/crossfire/spoiler-html/bat.111.gif +share/doc/crossfire/spoiler-html/battle-axe.111.gif +share/doc/crossfire/spoiler-html/bee-gen.111.gif +share/doc/crossfire/spoiler-html/bee.111.gif +share/doc/crossfire/spoiler-html/beehive.111.gif +share/doc/crossfire/spoiler-html/beggar.111.gif +share/doc/crossfire/spoiler-html/behemoth.111.gif +share/doc/crossfire/spoiler-html/behold-gen.111.gif +share/doc/crossfire/spoiler-html/beholder.111.gif +share/doc/crossfire/spoiler-html/belzebub.111.gif +share/doc/crossfire/spoiler-html/big-club.111.gif +share/doc/crossfire/spoiler-html/big-demon.171.gif +share/doc/crossfire/spoiler-html/big-slave.111.gif +share/doc/crossfire/spoiler-html/big-wiz.111.gif +share/doc/crossfire/spoiler-html/bighorn-he.111.gif +share/doc/crossfire/spoiler-html/bird-gen.111.gif +share/doc/crossfire/spoiler-html/bird.111.gif +share/doc/crossfire/spoiler-html/blob.111.gif +share/doc/crossfire/spoiler-html/blocked.111.gif +share/doc/crossfire/spoiler-html/bomb.111.gif +share/doc/crossfire/spoiler-html/bone-head.111.gif +share/doc/crossfire/spoiler-html/bonecrush.111.gif +share/doc/crossfire/spoiler-html/bow-extract +share/doc/crossfire/spoiler-html/bow.111.gif +share/doc/crossfire/spoiler-html/bow.html +share/doc/crossfire/spoiler-html/bpudding-g.111.gif +share/doc/crossfire/spoiler-html/bpudding.111.gif +share/doc/crossfire/spoiler-html/breeder-ant.111.gif +share/doc/crossfire/spoiler-html/broo.111.gif +share/doc/crossfire/spoiler-html/bsword-1.111.gif +share/doc/crossfire/spoiler-html/bsword-2.111.gif +share/doc/crossfire/spoiler-html/bullet.112.gif +share/doc/crossfire/spoiler-html/byakie.111.gif +share/doc/crossfire/spoiler-html/c-knight.111.gif +share/doc/crossfire/spoiler-html/c-priest.131.gif +share/doc/crossfire/spoiler-html/cancellati.111.gif +share/doc/crossfire/spoiler-html/centipede.111.gif +share/doc/crossfire/spoiler-html/ch-bish.111.gif +share/doc/crossfire/spoiler-html/ch-king.111.gif +share/doc/crossfire/spoiler-html/ch-knight.111.gif +share/doc/crossfire/spoiler-html/ch-pawn.111.gif +share/doc/crossfire/spoiler-html/ch-queen.111.gif +share/doc/crossfire/spoiler-html/ch-rook.111.gif +share/doc/crossfire/spoiler-html/chainmail.111.gif +share/doc/crossfire/spoiler-html/charwoman.171.gif +share/doc/crossfire/spoiler-html/chicken.131.gif +share/doc/crossfire/spoiler-html/child.111.gif +share/doc/crossfire/spoiler-html/chinese-dr.171.gif +share/doc/crossfire/spoiler-html/cleric.171.gif +share/doc/crossfire/spoiler-html/club.111.gif +share/doc/crossfire/spoiler-html/cobra.111.gif +share/doc/crossfire/spoiler-html/cold-drag.171.gif +share/doc/crossfire/spoiler-html/confusion.111.gif +share/doc/crossfire/spoiler-html/conjurer.111.gif +share/doc/crossfire/spoiler-html/counterspell.111.gif +share/doc/crossfire/spoiler-html/courier.111.gif +share/doc/crossfire/spoiler-html/crawling-chaos.111.gif +share/doc/crossfire/spoiler-html/crone.111.gif +share/doc/crossfire/spoiler-html/crossbow.111.gif +share/doc/crossfire/spoiler-html/crown.111.gif +share/doc/crossfire/spoiler-html/cyclops.131.gif +share/doc/crossfire/spoiler-html/dagger-f.111.gif +share/doc/crossfire/spoiler-html/dagger.111.gif +share/doc/crossfire/spoiler-html/dancing-girl.111.gif +share/doc/crossfire/spoiler-html/dark-elf.111.gif +share/doc/crossfire/spoiler-html/darkblade.111.gif +share/doc/crossfire/spoiler-html/dave.111.gif +share/doc/crossfire/spoiler-html/deathbring.111.gif +share/doc/crossfire/spoiler-html/deathtree.111.gif +share/doc/crossfire/spoiler-html/defender.111.gif +share/doc/crossfire/spoiler-html/demilich.111.gif +share/doc/crossfire/spoiler-html/demon-lord.E11.gif +share/doc/crossfire/spoiler-html/demonbane.111.gif +share/doc/crossfire/spoiler-html/destruction.111.gif +share/doc/crossfire/spoiler-html/det-magic.111.gif +share/doc/crossfire/spoiler-html/devil.111.gif +share/doc/crossfire/spoiler-html/djinn.131.gif +share/doc/crossfire/spoiler-html/dog.111.gif +share/doc/crossfire/spoiler-html/dragon-shi.111.gif +share/doc/crossfire/spoiler-html/dragon.171.gif +share/doc/crossfire/spoiler-html/dragonmail.111.gif +share/doc/crossfire/spoiler-html/dragonman.171.gif +share/doc/crossfire/spoiler-html/dragonslay.111.gif +share/doc/crossfire/spoiler-html/dread.111.gif +share/doc/crossfire/spoiler-html/dress1.111.gif +share/doc/crossfire/spoiler-html/dress2.111.gif +share/doc/crossfire/spoiler-html/dress3.111.gif +share/doc/crossfire/spoiler-html/dwarf-p.111.gif +share/doc/crossfire/spoiler-html/dwarf-pr.111.gif +share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif +share/doc/crossfire/spoiler-html/dwarf.111.gif +share/doc/crossfire/spoiler-html/earthwall.111.gif +share/doc/crossfire/spoiler-html/elec-dr.111.gif +share/doc/crossfire/spoiler-html/elec-drag.171.gif +share/doc/crossfire/spoiler-html/elem-air.111.gif +share/doc/crossfire/spoiler-html/elem-earth.111.gif +share/doc/crossfire/spoiler-html/elem-fire.111.gif +share/doc/crossfire/spoiler-html/elem-water.111.gif +share/doc/crossfire/spoiler-html/elf-1.111.gif +share/doc/crossfire/spoiler-html/elf.171.gif +share/doc/crossfire/spoiler-html/elven-bow.111.gif +share/doc/crossfire/spoiler-html/elvenboots.111.gif +share/doc/crossfire/spoiler-html/empty.pbm +share/doc/crossfire/spoiler-html/enchantment.111.gif +share/doc/crossfire/spoiler-html/ent.111.gif +share/doc/crossfire/spoiler-html/evil-master.111.gif +share/doc/crossfire/spoiler-html/evil-master2.111.gif +share/doc/crossfire/spoiler-html/evil-master3.111.gif +share/doc/crossfire/spoiler-html/evil-master4.111.gif +share/doc/crossfire/spoiler-html/excalibur.111.gif +share/doc/crossfire/spoiler-html/explosion.111.gif +share/doc/crossfire/spoiler-html/eyeglasses.111.gif +share/doc/crossfire/spoiler-html/eyeshield.111.gif +share/doc/crossfire/spoiler-html/fae-drag.171.gif +share/doc/crossfire/spoiler-html/falchion.111.gif +share/doc/crossfire/spoiler-html/fatman.111.gif +share/doc/crossfire/spoiler-html/fatwoman.111.gif +share/doc/crossfire/spoiler-html/fear.111.gif +share/doc/crossfire/spoiler-html/fighter.111.gif +share/doc/crossfire/spoiler-html/fire-drag.171.gif +share/doc/crossfire/spoiler-html/fireball.111.gif +share/doc/crossfire/spoiler-html/fireborn.111.gif +share/doc/crossfire/spoiler-html/firebrand.111.gif +share/doc/crossfire/spoiler-html/firebullet.111.gif +share/doc/crossfire/spoiler-html/firestar.111.gif +share/doc/crossfire/spoiler-html/flowers.111.gif +share/doc/crossfire/spoiler-html/fly-ant.131.gif +share/doc/crossfire/spoiler-html/fog.111.gif +share/doc/crossfire/spoiler-html/food.111.gif +share/doc/crossfire/spoiler-html/frost-hammer.111.gif +share/doc/crossfire/spoiler-html/frostbrand.111.gif +share/doc/crossfire/spoiler-html/fullhelmet.111.gif +share/doc/crossfire/spoiler-html/fungus.111.gif +share/doc/crossfire/spoiler-html/gaelotroll.111.gif +share/doc/crossfire/spoiler-html/gale.111.gif +share/doc/crossfire/spoiler-html/gargoyle.111.gif +share/doc/crossfire/spoiler-html/gauntlet-s.111.gif +share/doc/crossfire/spoiler-html/generic-rune.111.gif +share/doc/crossfire/spoiler-html/ghast.111.gif +share/doc/crossfire/spoiler-html/ghost-gen.111.gif +share/doc/crossfire/spoiler-html/ghost.111.gif +share/doc/crossfire/spoiler-html/giant-bat.111.gif +share/doc/crossfire/spoiler-html/giant-gen.111.gif +share/doc/crossfire/spoiler-html/giant.111.gif +share/doc/crossfire/spoiler-html/gir-strcon.111.gif +share/doc/crossfire/spoiler-html/girdle-con.111.gif +share/doc/crossfire/spoiler-html/girdle-dam.111.gif +share/doc/crossfire/spoiler-html/girdle-str.111.gif +share/doc/crossfire/spoiler-html/gloves.111.gif +share/doc/crossfire/spoiler-html/gnoll-gen.111.gif +share/doc/crossfire/spoiler-html/gnoll.111.gif +share/doc/crossfire/spoiler-html/gnome.111.gif +share/doc/crossfire/spoiler-html/goblin-gen.111.gif +share/doc/crossfire/spoiler-html/goblin.111.gif +share/doc/crossfire/spoiler-html/god-finger.111.gif +share/doc/crossfire/spoiler-html/gol.131.gif +share/doc/crossfire/spoiler-html/golem.111.gif +share/doc/crossfire/spoiler-html/gram.111.gif +share/doc/crossfire/spoiler-html/gravestone.111.gif +share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/greenslime.111.gif +share/doc/crossfire/spoiler-html/grimreaper.111.gif +share/doc/crossfire/spoiler-html/grimreaper.112.gif +share/doc/crossfire/spoiler-html/guard-hard.111.gif +share/doc/crossfire/spoiler-html/guard-ligh.111.gif +share/doc/crossfire/spoiler-html/guard-med.111.gif +share/doc/crossfire/spoiler-html/guildmaste.111.gif +share/doc/crossfire/spoiler-html/halfling.111.gif +share/doc/crossfire/spoiler-html/hammer-1.111.gif +share/doc/crossfire/spoiler-html/hammer-2.121.gif +share/doc/crossfire/spoiler-html/harakiri.111.gif +share/doc/crossfire/spoiler-html/healing.111.gif +share/doc/crossfire/spoiler-html/helm-extract +share/doc/crossfire/spoiler-html/helmet-bri.111.gif +share/doc/crossfire/spoiler-html/helmet.111.gif +share/doc/crossfire/spoiler-html/helmet.html +share/doc/crossfire/spoiler-html/helmetxray.111.gif +share/doc/crossfire/spoiler-html/high-boots.111.gif +share/doc/crossfire/spoiler-html/highshield.111.gif +share/doc/crossfire/spoiler-html/holy-orb.111.gif +share/doc/crossfire/spoiler-html/holy-priest.111.gif +share/doc/crossfire/spoiler-html/holyave.111.gif +share/doc/crossfire/spoiler-html/holyshield.111.gif +share/doc/crossfire/spoiler-html/hornhelmet.111.gif +share/doc/crossfire/spoiler-html/human.171.gif +share/doc/crossfire/spoiler-html/icestorm.111.gif +share/doc/crossfire/spoiler-html/idaten.111.gif +share/doc/crossfire/spoiler-html/imp.171.gif +share/doc/crossfire/spoiler-html/in_items +share/doc/crossfire/spoiler-html/in_monput +share/doc/crossfire/spoiler-html/in_spells +share/doc/crossfire/spoiler-html/in_stats +share/doc/crossfire/spoiler-html/items +share/doc/crossfire/spoiler-html/items-extract +share/doc/crossfire/spoiler-html/items.gif +share/doc/crossfire/spoiler-html/jessyb.111.gif +share/doc/crossfire/spoiler-html/k-dagger.111.gif +share/doc/crossfire/spoiler-html/katana-1.111.gif +share/doc/crossfire/spoiler-html/killerbee.111.gif +share/doc/crossfire/spoiler-html/knight.111.gif +share/doc/crossfire/spoiler-html/kobold-gen.111.gif +share/doc/crossfire/spoiler-html/kobold.111.gif +share/doc/crossfire/spoiler-html/kog.111.gif +share/doc/crossfire/spoiler-html/lamia.131.gif +share/doc/crossfire/spoiler-html/lapron.111.gif +share/doc/crossfire/spoiler-html/lava-s.111.gif +share/doc/crossfire/spoiler-html/lbullet.111.gif +share/doc/crossfire/spoiler-html/leather-ar.111.gif +share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/lev-boots.111.gif +share/doc/crossfire/spoiler-html/lich.111.gif +share/doc/crossfire/spoiler-html/lightning-bow.111.gif +share/doc/crossfire/spoiler-html/lightning.111.gif +share/doc/crossfire/spoiler-html/liteangel.112.gif +share/doc/crossfire/spoiler-html/liv-chaos.111.gif +share/doc/crossfire/spoiler-html/lmornstar.111.gif +share/doc/crossfire/spoiler-html/logfile +share/doc/crossfire/spoiler-html/lokanth.171.gif +share/doc/crossfire/spoiler-html/lord-e.111.gif +share/doc/crossfire/spoiler-html/low-boots.111.gif +share/doc/crossfire/spoiler-html/lspear.111.gif +share/doc/crossfire/spoiler-html/lsword.111.gif +share/doc/crossfire/spoiler-html/mabu.111.gif +share/doc/crossfire/spoiler-html/mace-1.111.gif +share/doc/crossfire/spoiler-html/mace-2.111.gif +share/doc/crossfire/spoiler-html/madman-gen.111.gif +share/doc/crossfire/spoiler-html/madman.111.gif +share/doc/crossfire/spoiler-html/mag-extract +share/doc/crossfire/spoiler-html/mag.html +share/doc/crossfire/spoiler-html/mage.171.gif +share/doc/crossfire/spoiler-html/magi-staff.111.gif +share/doc/crossfire/spoiler-html/magic-bow.111.gif +share/doc/crossfire/spoiler-html/magic-miss.131.gif +share/doc/crossfire/spoiler-html/magnifier.111.gif +share/doc/crossfire/spoiler-html/makeps +share/doc/crossfire/spoiler-html/makeps.pl +share/doc/crossfire/spoiler-html/man.111.gif +share/doc/crossfire/spoiler-html/masamune.111.gif +share/doc/crossfire/spoiler-html/merchant.111.gif +share/doc/crossfire/spoiler-html/mithril-ar.111.gif +share/doc/crossfire/spoiler-html/mjoellnir.111.gif +share/doc/crossfire/spoiler-html/monk.111.gif +share/doc/crossfire/spoiler-html/monput.html +share/doc/crossfire/spoiler-html/monster-extract +share/doc/crossfire/spoiler-html/monsters.gif +share/doc/crossfire/spoiler-html/mornstar.111.gif +share/doc/crossfire/spoiler-html/mournblade.111.gif +share/doc/crossfire/spoiler-html/mouse.111.gif +share/doc/crossfire/spoiler-html/mystic-fist.111.gif +share/doc/crossfire/spoiler-html/nazgul.111.gif +share/doc/crossfire/spoiler-html/neko.111.gif +share/doc/crossfire/spoiler-html/nightmare.111.gif +share/doc/crossfire/spoiler-html/ninja-2.111.gif +share/doc/crossfire/spoiler-html/ninja.171.gif +share/doc/crossfire/spoiler-html/northman.111.gif +share/doc/crossfire/spoiler-html/nunchacu-1.111.gif +share/doc/crossfire/spoiler-html/nunchacu-2.111.gif +share/doc/crossfire/spoiler-html/ogre-gen.111.gif +share/doc/crossfire/spoiler-html/ogre.111.gif +share/doc/crossfire/spoiler-html/ologhi.111.gif +share/doc/crossfire/spoiler-html/orc-gen.111.gif +share/doc/crossfire/spoiler-html/orc.111.gif +share/doc/crossfire/spoiler-html/panther.111.gif +share/doc/crossfire/spoiler-html/panthergen.111.gif +share/doc/crossfire/spoiler-html/para-air.111.gif +share/doc/crossfire/spoiler-html/para-earth.111.gif +share/doc/crossfire/spoiler-html/para-fire.111.gif +share/doc/crossfire/spoiler-html/para-ice.111.gif +share/doc/crossfire/spoiler-html/para-lava.111.gif +share/doc/crossfire/spoiler-html/para-light.111.gif +share/doc/crossfire/spoiler-html/para-mud.111.gif +share/doc/crossfire/spoiler-html/para-water.111.gif +share/doc/crossfire/spoiler-html/paralyse.111.gif +share/doc/crossfire/spoiler-html/pet-necro.111.gif +share/doc/crossfire/spoiler-html/pipe.111.gif +share/doc/crossfire/spoiler-html/pir-lass.111.gif +share/doc/crossfire/spoiler-html/pirate.111.gif +share/doc/crossfire/spoiler-html/pixie-gen.111.gif +share/doc/crossfire/spoiler-html/pixie.111.gif +share/doc/crossfire/spoiler-html/pl-half-orc.111.gif +share/doc/crossfire/spoiler-html/plate-mail.111.gif +share/doc/crossfire/spoiler-html/poisonc.111.gif +share/doc/crossfire/spoiler-html/poleaxe.111.gif +share/doc/crossfire/spoiler-html/polymorph.111.gif +share/doc/crossfire/spoiler-html/postman-gen.111.gif +share/doc/crossfire/spoiler-html/postman.131.gif +share/doc/crossfire/spoiler-html/priest.171.gif +share/doc/crossfire/spoiler-html/princess.111.gif +share/doc/crossfire/spoiler-html/prisoner.111.gif +share/doc/crossfire/spoiler-html/protection.111.gif +share/doc/crossfire/spoiler-html/pyro-gen.111.gif +share/doc/crossfire/spoiler-html/pyromaniac.111.gif +share/doc/crossfire/spoiler-html/quarters.111.gif +share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif +share/doc/crossfire/spoiler-html/raas.131.gif +share/doc/crossfire/spoiler-html/reflector.111.gif +share/doc/crossfire/spoiler-html/ring-mail.111.gif +share/doc/crossfire/spoiler-html/ring-mail2.111.gif +share/doc/crossfire/spoiler-html/robe-midnight.111.gif +share/doc/crossfire/spoiler-html/robe.111.gif +share/doc/crossfire/spoiler-html/round-shiel.111.gif +share/doc/crossfire/spoiler-html/ruggilli.111.gif +share/doc/crossfire/spoiler-html/rune-antimagic.111.gif +share/doc/crossfire/spoiler-html/rune-blast.111.gif +share/doc/crossfire/spoiler-html/rune-death.111.gif +share/doc/crossfire/spoiler-html/rune-fire.111.gif +share/doc/crossfire/spoiler-html/rune-frost.111.gif +share/doc/crossfire/spoiler-html/rune-mark.111.gif +share/doc/crossfire/spoiler-html/rune-shock.111.gif +share/doc/crossfire/spoiler-html/rune-transfer.111.gif +share/doc/crossfire/spoiler-html/rustmonste.111.gif +share/doc/crossfire/spoiler-html/sabre.111.gif +share/doc/crossfire/spoiler-html/sage.111.gif +share/doc/crossfire/spoiler-html/sailor.111.gif +share/doc/crossfire/spoiler-html/sandals.111.gif +share/doc/crossfire/spoiler-html/sandy.111.gif +share/doc/crossfire/spoiler-html/saw.111.gif +share/doc/crossfire/spoiler-html/scale-mail.111.gif +share/doc/crossfire/spoiler-html/scimitar.111.gif +share/doc/crossfire/spoiler-html/scorpi-gen.111.gif +share/doc/crossfire/spoiler-html/scorpion.111.gif +share/doc/crossfire/spoiler-html/serp-man.131.gif +share/doc/crossfire/spoiler-html/serp-priest.131.gif +share/doc/crossfire/spoiler-html/serp-sword.111.gif +share/doc/crossfire/spoiler-html/serpent.131.gif +share/doc/crossfire/spoiler-html/serpman-gen.111.gif +share/doc/crossfire/spoiler-html/shadowtiger.111.gif +share/doc/crossfire/spoiler-html/shield-extract +share/doc/crossfire/spoiler-html/shield.111.gif +share/doc/crossfire/spoiler-html/shield.html +share/doc/crossfire/spoiler-html/shining-finger.111.gif +share/doc/crossfire/spoiler-html/shootingstar.111.gif +share/doc/crossfire/spoiler-html/shovel-1.111.gif +share/doc/crossfire/spoiler-html/skeleton.111.gif +share/doc/crossfire/spoiler-html/skull-gen.111.gif +share/doc/crossfire/spoiler-html/skull.111.gif +share/doc/crossfire/spoiler-html/skullcleav.111.gif +share/doc/crossfire/spoiler-html/slave.111.gif +share/doc/crossfire/spoiler-html/slime.111.gif +share/doc/crossfire/spoiler-html/slow.111.gif +share/doc/crossfire/spoiler-html/slug.131.gif +share/doc/crossfire/spoiler-html/small-shie.111.gif +share/doc/crossfire/spoiler-html/smalltroll.111.gif +share/doc/crossfire/spoiler-html/snake.111.gif +share/doc/crossfire/spoiler-html/snowball.111.gif +share/doc/crossfire/spoiler-html/spear.121.gif +share/doc/crossfire/spoiler-html/spectre.111.gif +share/doc/crossfire/spoiler-html/speedball.111.gif +share/doc/crossfire/spoiler-html/speedboots.111.gif +share/doc/crossfire/spoiler-html/speedbwall.111.gif +share/doc/crossfire/spoiler-html/spellball.111.gif +share/doc/crossfire/spoiler-html/spells-extract +share/doc/crossfire/spoiler-html/spells.gif +share/doc/crossfire/spoiler-html/spells.html +share/doc/crossfire/spoiler-html/sphinx.171.gif +share/doc/crossfire/spoiler-html/spider-web.111.gif +share/doc/crossfire/spoiler-html/spider.111.gif +share/doc/crossfire/spoiler-html/spit-ant.131.gif +share/doc/crossfire/spoiler-html/spoiler.html +share/doc/crossfire/spoiler-html/spoiler.shtml +share/doc/crossfire/spoiler-html/ssword-1.111.gif +share/doc/crossfire/spoiler-html/ssword-2.111.gif +share/doc/crossfire/spoiler-html/stake.111.gif +share/doc/crossfire/spoiler-html/stalker.111.gif +share/doc/crossfire/spoiler-html/stalkergen.111.gif +share/doc/crossfire/spoiler-html/stats-extract +share/doc/crossfire/spoiler-html/stats.gif +share/doc/crossfire/spoiler-html/stats.html +share/doc/crossfire/spoiler-html/steam.111.gif +share/doc/crossfire/spoiler-html/sting.111.gif +share/doc/crossfire/spoiler-html/stoneaxe.111.gif +share/doc/crossfire/spoiler-html/stonehamme.111.gif +share/doc/crossfire/spoiler-html/stormbring.111.gif +share/doc/crossfire/spoiler-html/sunspear.111.gif +share/doc/crossfire/spoiler-html/swashbuckl.171.gif +share/doc/crossfire/spoiler-html/sword-1.111.gif +share/doc/crossfire/spoiler-html/sword-2.111.gif +share/doc/crossfire/spoiler-html/sword-3.111.gif +share/doc/crossfire/spoiler-html/sword-4.111.gif +share/doc/crossfire/spoiler-html/t-dagger.131.gif +share/doc/crossfire/spoiler-html/taifu-1.111.gif +share/doc/crossfire/spoiler-html/thief.171.gif +share/doc/crossfire/spoiler-html/titan.571.gif +share/doc/crossfire/spoiler-html/tmp.gif +share/doc/crossfire/spoiler-html/tmp.ppm +share/doc/crossfire/spoiler-html/trident.121.gif +share/doc/crossfire/spoiler-html/troll.171.gif +share/doc/crossfire/spoiler-html/tunic.111.gif +share/doc/crossfire/spoiler-html/turban.111.gif +share/doc/crossfire/spoiler-html/turnundead.111.gif +share/doc/crossfire/spoiler-html/u-horn.111.gif +share/doc/crossfire/spoiler-html/uk-sd.111.gif +share/doc/crossfire/spoiler-html/unicorn.171.gif +share/doc/crossfire/spoiler-html/unusual-kobold.111.gif +share/doc/crossfire/spoiler-html/uw-shield.111.gif +share/doc/crossfire/spoiler-html/uw-sword.111.gif +share/doc/crossfire/spoiler-html/vampire.111.gif +share/doc/crossfire/spoiler-html/vampiregen.111.gif +share/doc/crossfire/spoiler-html/veiled-woman.111.gif +share/doc/crossfire/spoiler-html/veiled-woman2.111.gif +share/doc/crossfire/spoiler-html/veiled-woman3.111.gif +share/doc/crossfire/spoiler-html/version.html +share/doc/crossfire/spoiler-html/viking.171.gif +share/doc/crossfire/spoiler-html/wand.111.gif +share/doc/crossfire/spoiler-html/war-ant.131.gif +share/doc/crossfire/spoiler-html/warrior.171.gif +share/doc/crossfire/spoiler-html/wds.111.gif +share/doc/crossfire/spoiler-html/wdsm.111.gif +share/doc/crossfire/spoiler-html/weap-extract +share/doc/crossfire/spoiler-html/weap.html +share/doc/crossfire/spoiler-html/weapmag.html +share/doc/crossfire/spoiler-html/wig.111.gif +share/doc/crossfire/spoiler-html/wight.111.gif +share/doc/crossfire/spoiler-html/wiz-hat.111.gif +share/doc/crossfire/spoiler-html/wizard.171.gif +share/doc/crossfire/spoiler-html/woman.111.gif +share/doc/crossfire/spoiler-html/work-ant.131.gif +share/doc/crossfire/spoiler-html/work.ppm +share/doc/crossfire/spoiler-html/worthless-dragon.171.gif +share/doc/crossfire/spoiler-html/wraith.111.gif +share/doc/crossfire/spoiler-html/wraithp.111.gif +share/doc/crossfire/spoiler-html/wrench.111.gif +share/doc/crossfire/spoiler-html/wyvern.171.gif +share/doc/crossfire/spoiler-html/xan-gen.111.gif +share/doc/crossfire/spoiler-html/xan.111.gif +share/doc/crossfire/spoiler-html/zombie-gen.111.gif +share/doc/crossfire/spoiler-html/zombie.111.gif +share/doc/crossfire/spoiler.ps +share/doc/crossfire/teleporter.doc +share/doc/crossfire/xbmtobdf.man +@dirrm lib/crossfire/lib/adm +@dirrm lib/crossfire/lib/players +@dirrm lib/crossfire/lib/help +@dirrm lib/crossfire/lib/unique-items +@dirrm lib/crossfire/lib/maps/editor/picks +@dirrm lib/crossfire/lib/maps/editor/walls +@dirrm lib/crossfire/lib/maps/editor +@dirrm lib/crossfire/lib/maps/skud +@dirrm lib/crossfire/lib/maps/world +@dirrm lib/crossfire/lib/maps/dtabb/town +@dirrm lib/crossfire/lib/maps/dtabb/quest +@dirrm lib/crossfire/lib/maps/dtabb +@dirrm lib/crossfire/lib/maps/ender/pisland +@dirrm lib/crossfire/lib/maps/ender/temple +@dirrm lib/crossfire/lib/maps/ender/island +@dirrm lib/crossfire/lib/maps/ender +@dirrm lib/crossfire/lib/maps/kar +@dirrm lib/crossfire/lib/maps/city/oldcity +@dirrm lib/crossfire/lib/maps/city/taverns +@dirrm lib/crossfire/lib/maps/city/houses +@dirrm lib/crossfire/lib/maps/city/misc +@dirrm lib/crossfire/lib/maps/city/towers +@dirrm lib/crossfire/lib/maps/city/cannery +@dirrm lib/crossfire/lib/maps/city/shops +@dirrm lib/crossfire/lib/maps/city/kar +@dirrm lib/crossfire/lib/maps/city/magara +@dirrm lib/crossfire/lib/maps/city/mansion +@dirrm lib/crossfire/lib/maps/city +@dirrm lib/crossfire/lib/maps/cd +@dirrm lib/crossfire/lib/maps/eeur +@dirrm lib/crossfire/lib/maps/mcz +@dirrm lib/crossfire/lib/maps/esben +@dirrm lib/crossfire/lib/maps/santo_dominion/houses +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/hut +@dirrm lib/crossfire/lib/maps/santo_dominion/magara +@dirrm lib/crossfire/lib/maps/santo_dominion/lord_byron +@dirrm lib/crossfire/lib/maps/santo_dominion/shops +@dirrm lib/crossfire/lib/maps/santo_dominion +@dirrm lib/crossfire/lib/maps/hendel +@dirrm lib/crossfire/lib/maps/terrain +@dirrm lib/crossfire/lib/maps/peterm/CTower +@dirrm lib/crossfire/lib/maps/peterm/temple +@dirrm lib/crossfire/lib/maps/peterm/Demonology +@dirrm lib/crossfire/lib/maps/peterm/DragonQuest +@dirrm lib/crossfire/lib/maps/peterm/FireTemple +@dirrm lib/crossfire/lib/maps/peterm +@dirrm lib/crossfire/lib/maps/langley/pirates +@dirrm lib/crossfire/lib/maps/langley/town +@dirrm lib/crossfire/lib/maps/langley/goblin +@dirrm lib/crossfire/lib/maps/langley +@dirrm lib/crossfire/lib/maps/asyvan +@dirrm lib/crossfire/lib/maps/generic/volcano +@dirrm lib/crossfire/lib/maps/generic +@dirrm lib/crossfire/lib/maps/brittany/Brest/Castle +@dirrm lib/crossfire/lib/maps/brittany/Brest +@dirrm lib/crossfire/lib/maps/brittany +@dirrm lib/crossfire/lib/maps/navar_city/illusion +@dirrm lib/crossfire/lib/maps/navar_city/tower +@dirrm lib/crossfire/lib/maps/navar_city/light +@dirrm lib/crossfire/lib/maps/navar_city/magara/houses +@dirrm lib/crossfire/lib/maps/navar_city/magara +@dirrm lib/crossfire/lib/maps/navar_city +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle +@dirrm lib/crossfire/lib/maps/wolfsburg/magara +@dirrm lib/crossfire/lib/maps/wolfsburg/tt +@dirrm lib/crossfire/lib/maps/wolfsburg +@dirrm lib/crossfire/lib/maps/espen +@dirrm lib/crossfire/lib/maps/thomas/sisters +@dirrm lib/crossfire/lib/maps/thomas +@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard +@dirrm lib/crossfire/lib/maps/Lake_Country/marsh +@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis +@dirrm lib/crossfire/lib/maps/Lake_Country/RETower +@dirrm lib/crossfire/lib/maps/Lake_Country/ebony +@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit +@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake +@dirrm lib/crossfire/lib/maps/Lake_Country/flight +@dirrm lib/crossfire/lib/maps/Lake_Country/shops +@dirrm lib/crossfire/lib/maps/Lake_Country/quest +@dirrm lib/crossfire/lib/maps/Lake_Country +@dirrm lib/crossfire/lib/maps/test +@dirrm lib/crossfire/lib/maps/good +@dirrm lib/crossfire/lib/maps/pup_land/ancient/ruin +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/siegfried +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/hole +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village +@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte +@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain +@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle +@dirrm lib/crossfire/lib/maps/pup_land/ancient +@dirrm lib/crossfire/lib/maps/pup_land/begin +@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca +@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon +@dirrm lib/crossfire/lib/maps/pup_land/jk +@dirrm lib/crossfire/lib/maps/pup_land/kurte +@dirrm lib/crossfire/lib/maps/pup_land/lone_town/cave +@dirrm lib/crossfire/lib/maps/pup_land/lone_town +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg +@dirrm lib/crossfire/lib/maps/pup_land/ordeal +@dirrm lib/crossfire/lib/maps/pup_land/pplant +@dirrm lib/crossfire/lib/maps/pup_land/raffle +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town +@dirrm lib/crossfire/lib/maps/pup_land/rainbow +@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian +@dirrm lib/crossfire/lib/maps/pup_land/s_f +@dirrm lib/crossfire/lib/maps/pup_land +@dirrm lib/crossfire/lib/maps +@dirrm lib/crossfire/lib +@dirrm lib/crossfire/fonts +@dirrm lib/crossfire/sounds +@dirrm lib/crossfire +@dirrm share/doc/crossfire/spell-docs +@dirrm share/doc/crossfire/spoiler-html +@dirrm share/doc/crossfire/playbook-html/fig +@dirrm share/doc/crossfire/playbook-html +@dirrm share/doc/crossfire diff --git a/games/crossfire-client/scripts/pre-configure b/games/crossfire-client/scripts/pre-configure new file mode 100644 index 000000000000..fb4f8d2399b9 --- /dev/null +++ b/games/crossfire-client/scripts/pre-configure @@ -0,0 +1,19 @@ +#! /bin/sh + +# $Id$ + +# +# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file +# here we resolve finally our - via /etc/make.conf - variable include +# and destination directories +# -andreas +# + +echo "adjusting paths in ${WRKSRC}/config/crosssite.def" + +perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 +perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 + +exit 0 diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index e235cb7c65a0..cab974ff25ee 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,16 +3,18 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.18 1997/10/04 14:53:02 andreas Exp $ +# $Id: Makefile,v 1.19 1997/10/13 20:31:28 andreas Exp $ # -DISTNAME= crossfire-0.93.0 +DISTNAME= crossfire-${MAJ}.${MIN}.${PL} CATEGORIES= games -MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \ +MASTER_SITES= ftp://ftp.real-time.com/pub/games/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ - ftp://ftp.real-time.com/pub/games/crossfire/ \ - ftp://ftp.sunet.se:/pub/unix/games/crossfire/ \ - ftp://ftp.cs.titech.ac.jp:/pub/games/crossfire/ + ftp://ftp.pyramid.com/pub/crossfire/ \ + ftp://yoyo.cc.monash.edu.au/pub/crossfire/ \ + ftp://ftp.cs.city.ac.uk/pub/games/crossfire/ \ + ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ + ftp://ftp.cs.titech.ac.jp/pub/games/crossfire/ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ ${CF_ARCH} ${CF_CLSERV} @@ -32,38 +34,47 @@ PREFIX= ${LOCALBASE} # You need TeX to do this ! Please read the README's ! WANT_CF_ARCH= NO -CF_SOURCES= crossfire-0.93.0.tar.gz -CF_MAPS= crossfire-0.93.0.maps.tar.gz -CF_DOC= crossfire-0.93.0.doc.tar.gz # crossfire doc ready for use -CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available +MAJ= 0 +MIN= 94 +PL= 1 +CF_SOURCES= crossfire-${MAJ}.${MIN}.${PL}.tar.gz +CF_MAPS= crossfire-${MAJ}.${MIN}.${PL}.maps.tar.gz +# crossfire doc ready for use +CF_DOC= crossfire-${MAJ}.${MIN}.${PL}.doc.tar.gz +# no newer sounds available +CF_SOUNDS= crossfire-${MAJ}.92.7.sounds.tar.gz .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -CF_ARCH= crossfire-0.93.0.arch.tar.gz # only for rebuild of doc +# only for rebuild of doc +CF_ARCH= crossfire-${MAJ}.${MIN}.${PL}.arch.tar.gz .endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/crossfire # crossfire base directory +#CF_CLSERV= eutl.tar.gz # only for client/server +CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH # files and a TeX version with a ,great' amount of max_mem # (I had to rebuild teTeX, that already is in fact ,BigTeX') .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes post-configure: - (cd ${WRKSRC}/lib; tar -xzf ${DISTDIR}/${CF_ARCH}) + (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_ARCH}) .endif post-install: @(cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS}) @(cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS}) - @${MKDIR} ${CFDIR}/doc - @${CP} -r ${WRKDIR}/crossfire-0.93.0-doc/* ${CFDIR}/doc - @touch ${PREFIX}/crossfire/lib/bookarch - @chmod 664 ${PREFIX}/crossfire/lib/bookarch - @touch ${PREFIX}/crossfire/lib/forbid - @chmod 664 ${PREFIX}/crossfire/lib/forbid - @touch ${PREFIX}/crossfire/lib/players/.keep_me - @touch ${PREFIX}/crossfire/lib/unique-items/.keep_me + @${MKDIR} ${PREFIX}/share/doc/crossfire + @${CP} -r ${WRKDIR}/crossfire-${MAJ}.${MIN}.${PL}-doc/* \ + ${PREFIX}/share/doc/crossfire + @touch ${CFDIR}/lib/bookarch + @chmod 664 ${CFDIR}/lib/bookarch + @touch ${CFDIR}/lib/forbid + @chmod 664 ${CFDIR}/lib/forbid + @touch ${CFDIR}/lib/players/.keep_me + @touch ${CFDIR}/lib/unique-items/.keep_me @chown -R games.games ${CFDIR} - @chmod 0664 ${PREFIX}/crossfire/lib/highscore + @chmod 0664 ${CFDIR}/lib/highscore @chown games.games ${PREFIX}/bin/crossfire @chmod 6555 ${PREFIX}/bin/crossfire + ${ECHO} "Note: to start crossfire in clientmode" + ${ECHO} " crossfire -xpm" .include <bsd.port.mk> diff --git a/games/crossfire-server/distinfo b/games/crossfire-server/distinfo index fc79984f48cb..a912644d9ed0 100644 --- a/games/crossfire-server/distinfo +++ b/games/crossfire-server/distinfo @@ -1,4 +1,4 @@ -MD5 (crossfire-0.93.0.tar.gz) = 9605de4a9650398399dcd738e7272ef9 -MD5 (crossfire-0.93.0.doc.tar.gz) = dd47515cb75d11187b1b36bf7724f6e9 -MD5 (crossfire-0.93.0.maps.tar.gz) = de8541ce762a811fae2048ac5ea59bd5 +MD5 (crossfire-0.94.1.tar.gz) = 92f61cbf0f249ec94718aac0abe5f6f6 +MD5 (crossfire-0.94.1.doc.tar.gz) = 7839183827ffe7f28bbd7caad5d8e27a +MD5 (crossfire-0.94.1.maps.tar.gz) = bb6b13076b35ff194d4b5ef84c223356 MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire-server/files/patch-aa b/games/crossfire-server/files/patch-aa index 8035616be51c..dab90bcd9ff2 100644 --- a/games/crossfire-server/files/patch-aa +++ b/games/crossfire-server/files/patch-aa @@ -1,5 +1,5 @@ ---- config/crosssite.def.orig Sun Jan 5 19:59:48 1997 -+++ config/crosssite.def Wed Sep 17 15:55:13 1997 +--- config/crosssite.def.orig Thu Apr 16 04:07:49 1998 ++++ config/crosssite.def Fri May 8 14:51:14 1998 @@ -36,10 +36,8 @@ * (mwedel@pyramid.com) */ @@ -8,58 +8,72 @@ #define XPM_PIX -#define Xpm_LibDir /usr/local/lib/ -*/ -+#define Xpm_LibDir /usr/X11R6/lib/ ++#define Xpm_LibDir !!X11BASE!!/lib/ /* If your include files are someplace odd */ /*#define Xpm_Include /usr/local/include*/ -@@ -70,13 +68,13 @@ +@@ -51,13 +49,13 @@ * This is a top root directory of all game staff as in UNIX-style * overall. */ --#define CTop /home/sleipner/a/crossfire/crossfire -+#define CTop /usr/local/crossfire +-#define CTop /home/hugin/a/crossfire/crossfire ++#define CTop !!LOCALBASE!!/lib/crossfire /* #define CTop /net/contrib/crossfire */ /*#define CTop /usr/local/games/crossfire*/ /* Binaries location If this is undefined, it default to the standard location for X binaries on your machine. */ -#define CBinDir Concat(CTop,/bin) -+#define CBinDir /usr/local/bin ++#define CBinDir !!LOCALBASE!!/bin /* Libraries location If this is undefined it defaults to the standard location for X lib files/crossfire on your machine */ -@@ -95,7 +93,8 @@ +@@ -76,7 +74,8 @@ /* Crossfire manual location If this is undefined it defaults to the standard location for manual pages on your machine.*/ /* #define CManPath Concat(CTop,/man) */ -#define CManSuffix 6 -+#define CManPath /usr/local/man ++#define CManPath !!LOCALBASE!!/man +/* #define CManSuffix 6 */ /* Force CC to use the specified options instead of the default -@@ -104,7 +103,7 @@ +@@ -85,7 +84,7 @@ * any of the default compiler options for your machine. */ /*define ForceCCOPTIONS -O -g -Wall */ -#undef ForceCCOPTIONS -+#define ForceCCOPTIONS -O -pipe -Wall -Werror ++#define ForceCCOPTIONS -pipe -O /* Extra_Flags are added onto the compilers default options. Can be * quite useful if you just want to add another flag or two, and not -@@ -165,11 +164,9 @@ - * Default: Sound support off. +@@ -102,9 +101,8 @@ + /* Add any extra/special libraries that you may need. Make sure you + * use the -l form or put in the complete path name. + */ +-/* +-#define Extra_Libraries -lcrypt +-*/ ++ ++#define Extra_Libraries -lcrypt -lcompat + + /* Force CC to be a specific compilator? Define this to be the + * actual compiler (see example). If defined, the default +@@ -160,11 +158,9 @@ + * too distant future, it probably isn't worth fixing here. */ -/* - #define SoundEffects - #define RPlayLibDir /usr/local/lib - #define RPlayIncDir /usr/local/include + #define Rplay_Sound +-#define RPlayLibDir /usr/local/lib +-#define RPlayIncDir /usr/local/include -*/ ++#define RPlayLibDir !!LOCALBASE!!/lib ++#define RPlayIncDir !!LOCALBASE!!/include /* define this if using OpenWindows as your enviroment. This only * needs to be set if the openwindows server you use is -@@ -207,7 +204,7 @@ +@@ -202,7 +198,7 @@ * awk on most other systems will be OK. */ diff --git a/games/crossfire-server/files/patch-ak b/games/crossfire-server/files/patch-ak index d4c332524611..56af0748e854 100644 --- a/games/crossfire-server/files/patch-ak +++ b/games/crossfire-server/files/patch-ak @@ -1,11 +1,11 @@ ---- server/skills.c.orig Tue Sep 16 03:44:12 1997 -+++ server/skills.c Tue Sep 16 03:44:27 1997 -@@ -1007,7 +1007,7 @@ - int write_scroll (object *pl, object *scroll) { +--- server/skills.c.orig Thu Apr 16 04:07:47 1998 ++++ server/skills.c Thu May 7 21:03:01 1998 +@@ -1057,7 +1057,7 @@ - int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); -- object *newScroll; -+ object *newScroll = NULL; + int write_scroll (object *pl, object *scroll) { + int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); +- object *newScroll; ++ object *newScroll = NULL; - /* this is a sanity check */ - if (scroll->type!=SCROLL){ + /* this is a sanity check */ + if (scroll->type!=SCROLL) { diff --git a/games/crossfire-server/pkg-plist b/games/crossfire-server/pkg-plist index 682e0b5812ad..a4731ca961da 100644 --- a/games/crossfire-server/pkg-plist +++ b/games/crossfire-server/pkg-plist @@ -10,1525 +10,2112 @@ bin/mktable bin/tcpsockets.pl man/man6/crossfire.6.gz man/man6/crossedit.6.gz -crossfire/lib/players/.keep_me -crossfire/lib/unique-items/.keep_me -crossfire/doc/Crossedit.doc -crossfire/doc/Imakefile -crossfire/doc/PlayerStats -crossfire/doc/README -crossfire/doc/RunTimeCommands -crossfire/doc/SurvivalGuide -crossfire/doc/alchemy.doc -crossfire/doc/crossedit.man -crossfire/doc/crossfire.doc -crossfire/doc/crossfire.man -crossfire/doc/crosslib.doc -crossfire/doc/experience -crossfire/doc/handbook.ps -crossfire/doc/include_html.pl -crossfire/doc/mapguide -crossfire/doc/mapmakers_guide_to_runes -crossfire/doc/maps-README -crossfire/doc/multigod -crossfire/doc/playbook-html/.bmaps -crossfire/doc/playbook-html/2x2.ppm -crossfire/doc/playbook-html/Imakefile -crossfire/doc/playbook-html/Makefile -crossfire/doc/playbook-html/Pdragonmail.111.gif -crossfire/doc/playbook-html/altar.111.gif -crossfire/doc/playbook-html/altar.html -crossfire/doc/playbook-html/appA.html -crossfire/doc/playbook-html/appB.html -crossfire/doc/playbook-html/appC.html -crossfire/doc/playbook-html/appC.shtml -crossfire/doc/playbook-html/apple.111.gif -crossfire/doc/playbook-html/arm.111.gif -crossfire/doc/playbook-html/bag.111.gif -crossfire/doc/playbook-html/balm-gen.111.gif -crossfire/doc/playbook-html/barbarian.171.gif -crossfire/doc/playbook-html/bed-save.111.gif -crossfire/doc/playbook-html/big-eye.111.gif -crossfire/doc/playbook-html/bonus-extract -crossfire/doc/playbook-html/bonus-extract.orig -crossfire/doc/playbook-html/bonus.html -crossfire/doc/playbook-html/book.111.gif -crossfire/doc/playbook-html/books.html -crossfire/doc/playbook-html/bow.111.gif -crossfire/doc/playbook-html/bows.html -crossfire/doc/playbook-html/br_wall.html -crossfire/doc/playbook-html/bul-wall-0.111.gif -crossfire/doc/playbook-html/button-big.111.gif -crossfire/doc/playbook-html/button-sma.111.gif -crossfire/doc/playbook-html/cabbage.111.gif -crossfire/doc/playbook-html/cake.111.gif -crossfire/doc/playbook-html/card.111.gif -crossfire/doc/playbook-html/carrot.111.gif -crossfire/doc/playbook-html/cauldron.111.gif -crossfire/doc/playbook-html/cauldron.html -crossfire/doc/playbook-html/chainmail.111.gif -crossfire/doc/playbook-html/chap1.html -crossfire/doc/playbook-html/chap2.html -crossfire/doc/playbook-html/chap2.shtml -crossfire/doc/playbook-html/chap3.html -crossfire/doc/playbook-html/chap3.shtml -crossfire/doc/playbook-html/chap4.html -crossfire/doc/playbook-html/chap4.shtml -crossfire/doc/playbook-html/chap5.html -crossfire/doc/playbook-html/chap5.shtml -crossfire/doc/playbook-html/chap6.html -crossfire/doc/playbook-html/chap6.shtml -crossfire/doc/playbook-html/chap7.html -crossfire/doc/playbook-html/char-extract -crossfire/doc/playbook-html/char.html -crossfire/doc/playbook-html/characters.gif -crossfire/doc/playbook-html/chest-1.111.gif -crossfire/doc/playbook-html/chocolate.111.gif -crossfire/doc/playbook-html/cleric.171.gif -crossfire/doc/playbook-html/clover.111.gif -crossfire/doc/playbook-html/coffee.111.gif -crossfire/doc/playbook-html/conv.111.gif -crossfire/doc/playbook-html/convert.pl -crossfire/doc/playbook-html/corpse.111.gif -crossfire/doc/playbook-html/corpse.html -crossfire/doc/playbook-html/corpse1.111.gif -crossfire/doc/playbook-html/crossbow.111.gif -crossfire/doc/playbook-html/demon-head.111.gif -crossfire/doc/playbook-html/depositbox.111.gif -crossfire/doc/playbook-html/diploma.111.gif -crossfire/doc/playbook-html/dir_spin.html -crossfire/doc/playbook-html/director.181.gif -crossfire/doc/playbook-html/door-0.111.gif -crossfire/doc/playbook-html/drag-steak.111.gif -crossfire/doc/playbook-html/dragon-eye.111.gif -crossfire/doc/playbook-html/dragon-wing.111.gif -crossfire/doc/playbook-html/dragonmail.111.gif -crossfire/doc/playbook-html/dress1.111.gif -crossfire/doc/playbook-html/dust-gen.111.gif -crossfire/doc/playbook-html/dwarf-p.111.gif -crossfire/doc/playbook-html/earthwall.111.gif -crossfire/doc/playbook-html/ectoplasm.111.gif -crossfire/doc/playbook-html/elf.171.gif -crossfire/doc/playbook-html/elven-bow.111.gif -crossfire/doc/playbook-html/emerald.111.gif -crossfire/doc/playbook-html/empty.pbm -crossfire/doc/playbook-html/equip.html -crossfire/doc/playbook-html/eyes.111.gif -crossfire/doc/playbook-html/fig/book.gif -crossfire/doc/playbook-html/fig/earrow.gif -crossfire/doc/playbook-html/fig/narrow.gif -crossfire/doc/playbook-html/fig/nearrow.gif -crossfire/doc/playbook-html/fig/nwarrow.gif -crossfire/doc/playbook-html/fig/sarrow.gif -crossfire/doc/playbook-html/fig/screen_dia.gif -crossfire/doc/playbook-html/fig/searrow.gif -crossfire/doc/playbook-html/fig/stairdown.gif -crossfire/doc/playbook-html/fig/stairup.gif -crossfire/doc/playbook-html/fig/swarrow.gif -crossfire/doc/playbook-html/fig/warrow.gif -crossfire/doc/playbook-html/figurine-gen.111.gif -crossfire/doc/playbook-html/finger.111.gif -crossfire/doc/playbook-html/fireborn.111.gif -crossfire/doc/playbook-html/fishfood.111.gif -crossfire/doc/playbook-html/flesh.html -crossfire/doc/playbook-html/flint-and-steel.111.gif -crossfire/doc/playbook-html/food.111.gif -crossfire/doc/playbook-html/food.html -crossfire/doc/playbook-html/foodone.html -crossfire/doc/playbook-html/foot.111.gif -crossfire/doc/playbook-html/fr_wall.html -crossfire/doc/playbook-html/gard-gate.114.gif -crossfire/doc/playbook-html/gatedoor.html -crossfire/doc/playbook-html/gem.111.gif -crossfire/doc/playbook-html/generic-extract -crossfire/doc/playbook-html/generic-rune.111.gif -crossfire/doc/playbook-html/goblin-head.111.gif -crossfire/doc/playbook-html/gods-extract -crossfire/doc/playbook-html/gods.html -crossfire/doc/playbook-html/goldcoin.111.gif -crossfire/doc/playbook-html/grate-1.111.gif -crossfire/doc/playbook-html/grate-2.111.gif -crossfire/doc/playbook-html/grate-2.118.gif -crossfire/doc/playbook-html/gravestone.111.gif -crossfire/doc/playbook-html/gravestone.html -crossfire/doc/playbook-html/guild.111.gif -crossfire/doc/playbook-html/guild.html -crossfire/doc/playbook-html/halfling.111.gif -crossfire/doc/playbook-html/hand.111.gif -crossfire/doc/playbook-html/handbook.html -crossfire/doc/playbook-html/handbutt.html -crossfire/doc/playbook-html/handle.111.gif -crossfire/doc/playbook-html/hands.111.gif -crossfire/doc/playbook-html/head.111.gif -crossfire/doc/playbook-html/heart.111.gif -crossfire/doc/playbook-html/holy-symbol.111.gif -crossfire/doc/playbook-html/holysymbol.html -crossfire/doc/playbook-html/horn.111.gif -crossfire/doc/playbook-html/horns.html -crossfire/doc/playbook-html/human.171.gif -crossfire/doc/playbook-html/icor.111.gif -crossfire/doc/playbook-html/in_char -crossfire/doc/playbook-html/in_equip -crossfire/doc/playbook-html/in_items -crossfire/doc/playbook-html/insect-sting.111.gif -crossfire/doc/playbook-html/insect-wing.111.gif -crossfire/doc/playbook-html/iron-gate1.118.gif -crossfire/doc/playbook-html/items -crossfire/doc/playbook-html/items-extract -crossfire/doc/playbook-html/items.gif -crossfire/doc/playbook-html/key-ring.111.gif -crossfire/doc/playbook-html/key1.111.gif -crossfire/doc/playbook-html/key2.111.gif -crossfire/doc/playbook-html/keys.html -crossfire/doc/playbook-html/lapron.111.gif -crossfire/doc/playbook-html/lbull-wall.101.gif -crossfire/doc/playbook-html/ldoor1.111.gif -crossfire/doc/playbook-html/leather-ar.111.gif -crossfire/doc/playbook-html/leg.111.gif -crossfire/doc/playbook-html/letter.111.gif -crossfire/doc/playbook-html/levels-extract -crossfire/doc/playbook-html/levels.html -crossfire/doc/playbook-html/lever.111.gif -crossfire/doc/playbook-html/light-wall.101.gif -crossfire/doc/playbook-html/liver.111.gif -crossfire/doc/playbook-html/loaf.111.gif -crossfire/doc/playbook-html/lockpicks.111.gif -crossfire/doc/playbook-html/lockpicks.html -crossfire/doc/playbook-html/logfile -crossfire/doc/playbook-html/luggage.111.gif -crossfire/doc/playbook-html/mage.171.gif -crossfire/doc/playbook-html/magic-bow.111.gif -crossfire/doc/playbook-html/makeps -crossfire/doc/playbook-html/mint.111.gif -crossfire/doc/playbook-html/mithril-ar.111.gif -crossfire/doc/playbook-html/mithril.111.gif -crossfire/doc/playbook-html/money.html -crossfire/doc/playbook-html/monk.111.gif -crossfire/doc/playbook-html/mushroom-1.111.gif -crossfire/doc/playbook-html/ninja.171.gif -crossfire/doc/playbook-html/note.111.gif -crossfire/doc/playbook-html/onion.111.gif -crossfire/doc/playbook-html/orange.111.gif -crossfire/doc/playbook-html/orcchop.111.gif -crossfire/doc/playbook-html/pear.111.gif -crossfire/doc/playbook-html/pearl.111.gif -crossfire/doc/playbook-html/pit.html -crossfire/doc/playbook-html/pix-wing.111.gif -crossfire/doc/playbook-html/pl-half-orc.111.gif -crossfire/doc/playbook-html/plate-mail.111.gif -crossfire/doc/playbook-html/plt-coin.111.gif -crossfire/doc/playbook-html/potato.111.gif -crossfire/doc/playbook-html/potion.html -crossfire/doc/playbook-html/potioncha.111.gif -crossfire/doc/playbook-html/potioncol.111.gif -crossfire/doc/playbook-html/potioncon.111.gif -crossfire/doc/playbook-html/potiondex.111.gif -crossfire/doc/playbook-html/potionfir.111.gif -crossfire/doc/playbook-html/potiongen.111.gif -crossfire/doc/playbook-html/potionhea.111.gif -crossfire/doc/playbook-html/potionhero.111.gif -crossfire/doc/playbook-html/potionimp.111.gif -crossfire/doc/playbook-html/potionint.111.gif -crossfire/doc/playbook-html/potioninv.111.gif -crossfire/doc/playbook-html/potionmag.111.gif -crossfire/doc/playbook-html/potionpow.111.gif -crossfire/doc/playbook-html/potions.html -crossfire/doc/playbook-html/potionstr.111.gif -crossfire/doc/playbook-html/potionwis.111.gif -crossfire/doc/playbook-html/pouch.111.gif -crossfire/doc/playbook-html/priest.171.gif -crossfire/doc/playbook-html/pyromaniac.111.gif -crossfire/doc/playbook-html/quarto.111.gif -crossfire/doc/playbook-html/quetzalcoatl.131.gif -crossfire/doc/playbook-html/quiver.111.gif -crossfire/doc/playbook-html/r-sack.111.gif -crossfire/doc/playbook-html/refs.pl -crossfire/doc/playbook-html/residue.111.gif -crossfire/doc/playbook-html/ring-drain.111.gif -crossfire/doc/playbook-html/ring-mail.111.gif -crossfire/doc/playbook-html/ring.110.gif -crossfire/doc/playbook-html/rings.html -crossfire/doc/playbook-html/roast-bird.111.gif -crossfire/doc/playbook-html/robe-midnight.111.gif -crossfire/doc/playbook-html/robe.111.gif -crossfire/doc/playbook-html/rod-heavy.111.gif -crossfire/doc/playbook-html/rods.html -crossfire/doc/playbook-html/root.111.gif -crossfire/doc/playbook-html/rose-red.111.gif -crossfire/doc/playbook-html/rose-wh.111.gif -crossfire/doc/playbook-html/rose-yel.111.gif -crossfire/doc/playbook-html/ruby.111.gif -crossfire/doc/playbook-html/rune-blast.111.gif -crossfire/doc/playbook-html/rune-death.111.gif -crossfire/doc/playbook-html/rune-fire.111.gif -crossfire/doc/playbook-html/rune-frost.111.gif -crossfire/doc/playbook-html/rune-mark.111.gif -crossfire/doc/playbook-html/rune-shock.111.gif -crossfire/doc/playbook-html/runeblast.html -crossfire/doc/playbook-html/runedeath.html -crossfire/doc/playbook-html/runefire.html -crossfire/doc/playbook-html/runefrost.html -crossfire/doc/playbook-html/runegen.html -crossfire/doc/playbook-html/runemark.html -crossfire/doc/playbook-html/runeshock.html -crossfire/doc/playbook-html/sack.111.gif -crossfire/doc/playbook-html/sapphire.111.gif -crossfire/doc/playbook-html/savebed.html -crossfire/doc/playbook-html/scale-mail.111.gif -crossfire/doc/playbook-html/scroll.111.gif -crossfire/doc/playbook-html/scrollr.111.gif -crossfire/doc/playbook-html/scrolls.html -crossfire/doc/playbook-html/serpent-skin.111.gif -crossfire/doc/playbook-html/shop-mat.111.gif -crossfire/doc/playbook-html/shop.html -crossfire/doc/playbook-html/shopmat.html -crossfire/doc/playbook-html/sign-e.111.gif -crossfire/doc/playbook-html/sign-w.111.gif -crossfire/doc/playbook-html/sign.111.gif -crossfire/doc/playbook-html/sign.html -crossfire/doc/playbook-html/silvercoin.111.gif -crossfire/doc/playbook-html/skill_stat.html -crossfire/doc/playbook-html/skills-extract -crossfire/doc/playbook-html/skills.html -crossfire/doc/playbook-html/skills2-extract -crossfire/doc/playbook-html/skin.111.gif -crossfire/doc/playbook-html/sorter -crossfire/doc/playbook-html/speedbwall.111.gif -crossfire/doc/playbook-html/spellpath-extract -crossfire/doc/playbook-html/spellpath.html -crossfire/doc/playbook-html/spinner.11B.gif -crossfire/doc/playbook-html/staff.111.gif -crossfire/doc/playbook-html/statskmod-extract -crossfire/doc/playbook-html/statskmod.html -crossfire/doc/playbook-html/store-alch.111.gif -crossfire/doc/playbook-html/store-armo.111.gif -crossfire/doc/playbook-html/store-gene.111.gif -crossfire/doc/playbook-html/store-magi.111.gif -crossfire/doc/playbook-html/store-weap.111.gif -crossfire/doc/playbook-html/swashbuckl.171.gif -crossfire/doc/playbook-html/talisman.111.gif -crossfire/doc/playbook-html/talisman.html -crossfire/doc/playbook-html/thief.171.gif -crossfire/doc/playbook-html/tmp.gif -crossfire/doc/playbook-html/tmp.ppm -crossfire/doc/playbook-html/tome.111.gif -crossfire/doc/playbook-html/tongue.111.gif -crossfire/doc/playbook-html/tooth.111.gif -crossfire/doc/playbook-html/trapdoor-1.111.gif -crossfire/doc/playbook-html/treas1-extract -crossfire/doc/playbook-html/treas2-extract -crossfire/doc/playbook-html/tunic.111.gif -crossfire/doc/playbook-html/u-horn.114.gif -crossfire/doc/playbook-html/viking.171.gif -crossfire/doc/playbook-html/wand.111.gif -crossfire/doc/playbook-html/wands.html -crossfire/doc/playbook-html/warrior.171.gif -crossfire/doc/playbook-html/waybread.111.gif -crossfire/doc/playbook-html/wizard.171.gif -crossfire/doc/playbook-html/work.ppm -crossfire/doc/playbook-html/wraithp.111.gif -crossfire/doc/programming_guide -crossfire/doc/skills.doc -crossfire/doc/skills_developer.doc -crossfire/doc/spell-docs/Imakefile -crossfire/doc/spell-docs/Makefile -crossfire/doc/spell-docs/Makefile.bak -crossfire/doc/spell-docs/README -crossfire/doc/spell-docs/prayer-list.ps -crossfire/doc/spell-docs/prayer-list.txt -crossfire/doc/spell-docs/spell-info.ps -crossfire/doc/spell-docs/spell-info.txt -crossfire/doc/spell-docs/spell-list.ps -crossfire/doc/spell-docs/spell-list.txt -crossfire/doc/spell-docs/spell-summary.ps -crossfire/doc/spell-docs/spell-summary.txt -crossfire/doc/spell-docs/tome-of-magic.ps -crossfire/doc/spell-docs/tome-of-magic.txt -crossfire/doc/spell-paths -crossfire/doc/spell_params.doc -crossfire/doc/spellcasters_guide_to_runes -crossfire/doc/spells -crossfire/doc/spoiler-html/.bmaps -crossfire/doc/spoiler-html/0 -crossfire/doc/spoiler-html/1 -crossfire/doc/spoiler-html/1x2.ppm -crossfire/doc/spoiler-html/2x1.ppm -crossfire/doc/spoiler-html/2x2.ppm -crossfire/doc/spoiler-html/2x3.ppm -crossfire/doc/spoiler-html/3x2.ppm -crossfire/doc/spoiler-html/3x3.ppm -crossfire/doc/spoiler-html/3x4.ppm -crossfire/doc/spoiler-html/4x4.ppm -crossfire/doc/spoiler-html/4x8.ppm -crossfire/doc/spoiler-html/6x7.ppm -crossfire/doc/spoiler-html/Bk.111.gif -crossfire/doc/spoiler-html/CSword.113.gif -crossfire/doc/spoiler-html/Cwyvern.171.gif -crossfire/doc/spoiler-html/DShield.111.gif -crossfire/doc/spoiler-html/GreatDemon.111.gif -crossfire/doc/spoiler-html/Imakefile -crossfire/doc/spoiler-html/Makefile -crossfire/doc/spoiler-html/Pdragonmail.111.gif -crossfire/doc/spoiler-html/acid-pool.111.gif -crossfire/doc/spoiler-html/acidsphere.111.gif -crossfire/doc/spoiler-html/angel.111.gif -crossfire/doc/spoiler-html/ant-gen.111.gif -crossfire/doc/spoiler-html/ant.111.gif -crossfire/doc/spoiler-html/archangel.115.gif -crossfire/doc/spoiler-html/archangel.118.gif -crossfire/doc/spoiler-html/arche-extract -crossfire/doc/spoiler-html/arche.html -crossfire/doc/spoiler-html/arm-extract -crossfire/doc/spoiler-html/arm.html -crossfire/doc/spoiler-html/avatar.131.gif -crossfire/doc/spoiler-html/axe-1.111.gif -crossfire/doc/spoiler-html/axe-2.111.gif -crossfire/doc/spoiler-html/axe-3.111.gif -crossfire/doc/spoiler-html/axe-4.111.gif -crossfire/doc/spoiler-html/axe-5.111.gif -crossfire/doc/spoiler-html/baby-drag.111.gif -crossfire/doc/spoiler-html/ball-lightning.111.gif -crossfire/doc/spoiler-html/barbarian.171.gif -crossfire/doc/spoiler-html/baslic.171.gif -crossfire/doc/spoiler-html/bat-gen.111.gif -crossfire/doc/spoiler-html/bat.111.gif -crossfire/doc/spoiler-html/bee-gen.111.gif -crossfire/doc/spoiler-html/bee.111.gif -crossfire/doc/spoiler-html/beehive.111.gif -crossfire/doc/spoiler-html/behemoth.111.gif -crossfire/doc/spoiler-html/behold-gen.111.gif -crossfire/doc/spoiler-html/beholder.111.gif -crossfire/doc/spoiler-html/belzebub.111.gif -crossfire/doc/spoiler-html/big-club.111.gif -crossfire/doc/spoiler-html/big-demon.171.gif -crossfire/doc/spoiler-html/big-wiz.111.gif -crossfire/doc/spoiler-html/bighorn-he.111.gif -crossfire/doc/spoiler-html/bird-gen.111.gif -crossfire/doc/spoiler-html/bird.111.gif -crossfire/doc/spoiler-html/blob.111.gif -crossfire/doc/spoiler-html/blocked.111.gif -crossfire/doc/spoiler-html/bomb.111.gif -crossfire/doc/spoiler-html/bonecrush.111.gif -crossfire/doc/spoiler-html/bow-extract -crossfire/doc/spoiler-html/bow.111.gif -crossfire/doc/spoiler-html/bow.html -crossfire/doc/spoiler-html/bpudding-g.111.gif -crossfire/doc/spoiler-html/bpudding.111.gif -crossfire/doc/spoiler-html/bsword-1.111.gif -crossfire/doc/spoiler-html/bsword-2.111.gif -crossfire/doc/spoiler-html/bullet.112.gif -crossfire/doc/spoiler-html/cancellati.111.gif -crossfire/doc/spoiler-html/centipede.111.gif -crossfire/doc/spoiler-html/ch-bish.111.gif -crossfire/doc/spoiler-html/ch-king.111.gif -crossfire/doc/spoiler-html/ch-knight.111.gif -crossfire/doc/spoiler-html/ch-pawn.111.gif -crossfire/doc/spoiler-html/ch-queen.111.gif -crossfire/doc/spoiler-html/ch-rook.111.gif -crossfire/doc/spoiler-html/chainmail.111.gif -crossfire/doc/spoiler-html/charwoman.171.gif -crossfire/doc/spoiler-html/chicken.131.gif -crossfire/doc/spoiler-html/chinese-dr.171.gif -crossfire/doc/spoiler-html/cleric.171.gif -crossfire/doc/spoiler-html/club.111.gif -crossfire/doc/spoiler-html/cobra.111.gif -crossfire/doc/spoiler-html/cold-drag.171.gif -crossfire/doc/spoiler-html/confusion.111.gif -crossfire/doc/spoiler-html/conjurer.111.gif -crossfire/doc/spoiler-html/counterspell.111.gif -crossfire/doc/spoiler-html/crone.111.gif -crossfire/doc/spoiler-html/crossbow.111.gif -crossfire/doc/spoiler-html/crown.111.gif -crossfire/doc/spoiler-html/cyclops.131.gif -crossfire/doc/spoiler-html/dagger.111.gif -crossfire/doc/spoiler-html/dark-elf.111.gif -crossfire/doc/spoiler-html/darkblade.111.gif -crossfire/doc/spoiler-html/deathbring.111.gif -crossfire/doc/spoiler-html/deathtree.111.gif -crossfire/doc/spoiler-html/defender.111.gif -crossfire/doc/spoiler-html/demilich.111.gif -crossfire/doc/spoiler-html/demon-lord.E11.gif -crossfire/doc/spoiler-html/demonbane.111.gif -crossfire/doc/spoiler-html/destruction.111.gif -crossfire/doc/spoiler-html/det-magic.111.gif -crossfire/doc/spoiler-html/devil.111.gif -crossfire/doc/spoiler-html/dog.111.gif -crossfire/doc/spoiler-html/dragon-shi.111.gif -crossfire/doc/spoiler-html/dragon.171.gif -crossfire/doc/spoiler-html/dragonmail.111.gif -crossfire/doc/spoiler-html/dragonman.171.gif -crossfire/doc/spoiler-html/dragonslay.111.gif -crossfire/doc/spoiler-html/dread.111.gif -crossfire/doc/spoiler-html/dress1.111.gif -crossfire/doc/spoiler-html/dress2.111.gif -crossfire/doc/spoiler-html/dress3.111.gif -crossfire/doc/spoiler-html/dwarf-p.111.gif -crossfire/doc/spoiler-html/dwarf-pr.111.gif -crossfire/doc/spoiler-html/dwarf-wiz.111.gif -crossfire/doc/spoiler-html/dwarf.111.gif -crossfire/doc/spoiler-html/earthwall.111.gif -crossfire/doc/spoiler-html/elec-dr.111.gif -crossfire/doc/spoiler-html/elec-drag.171.gif -crossfire/doc/spoiler-html/elem-air.111.gif -crossfire/doc/spoiler-html/elem-earth.111.gif -crossfire/doc/spoiler-html/elem-fire.111.gif -crossfire/doc/spoiler-html/elem-water.111.gif -crossfire/doc/spoiler-html/elf-1.111.gif -crossfire/doc/spoiler-html/elf.171.gif -crossfire/doc/spoiler-html/elven-bow.111.gif -crossfire/doc/spoiler-html/elvenboots.111.gif -crossfire/doc/spoiler-html/empty.pbm -crossfire/doc/spoiler-html/enchantment.111.gif -crossfire/doc/spoiler-html/ent.111.gif -crossfire/doc/spoiler-html/excalibur.111.gif -crossfire/doc/spoiler-html/explosion.111.gif -crossfire/doc/spoiler-html/eyeglasses.111.gif -crossfire/doc/spoiler-html/eyeshield.111.gif -crossfire/doc/spoiler-html/fae-drag.171.gif -crossfire/doc/spoiler-html/falchion.111.gif -crossfire/doc/spoiler-html/fear.111.gif -crossfire/doc/spoiler-html/fighter.111.gif -crossfire/doc/spoiler-html/fire-drag.171.gif -crossfire/doc/spoiler-html/fireball.111.gif -crossfire/doc/spoiler-html/fireborn.111.gif -crossfire/doc/spoiler-html/firebrand.111.gif -crossfire/doc/spoiler-html/firebullet.111.gif -crossfire/doc/spoiler-html/firestar.111.gif -crossfire/doc/spoiler-html/flowers.111.gif -crossfire/doc/spoiler-html/fog.111.gif -crossfire/doc/spoiler-html/food.111.gif -crossfire/doc/spoiler-html/frostbrand.111.gif -crossfire/doc/spoiler-html/fullhelmet.111.gif -crossfire/doc/spoiler-html/fungus.111.gif -crossfire/doc/spoiler-html/gaelotroll.111.gif -crossfire/doc/spoiler-html/gauntlet-s.111.gif -crossfire/doc/spoiler-html/generic-rune.111.gif -crossfire/doc/spoiler-html/ghast.111.gif -crossfire/doc/spoiler-html/ghost-gen.111.gif -crossfire/doc/spoiler-html/ghost.111.gif -crossfire/doc/spoiler-html/giant-bat.111.gif -crossfire/doc/spoiler-html/giant-gen.111.gif -crossfire/doc/spoiler-html/giant.111.gif -crossfire/doc/spoiler-html/gir-strcon.111.gif -crossfire/doc/spoiler-html/girdle-con.111.gif -crossfire/doc/spoiler-html/girdle-dam.111.gif -crossfire/doc/spoiler-html/girdle-str.111.gif -crossfire/doc/spoiler-html/gloves.111.gif -crossfire/doc/spoiler-html/gnoll-gen.111.gif -crossfire/doc/spoiler-html/gnoll.111.gif -crossfire/doc/spoiler-html/gnome.111.gif -crossfire/doc/spoiler-html/goblin-gen.111.gif -crossfire/doc/spoiler-html/goblin.111.gif -crossfire/doc/spoiler-html/golem.111.gif -crossfire/doc/spoiler-html/gram.111.gif -crossfire/doc/spoiler-html/gravestone.111.gif -crossfire/doc/spoiler-html/greater-dwarven-guard.111.gif -crossfire/doc/spoiler-html/greenslime.111.gif -crossfire/doc/spoiler-html/grimreaper.111.gif -crossfire/doc/spoiler-html/grimreaper.112.gif -crossfire/doc/spoiler-html/guard-hard.111.gif -crossfire/doc/spoiler-html/guard-ligh.111.gif -crossfire/doc/spoiler-html/guard-med.111.gif -crossfire/doc/spoiler-html/guildmaste.111.gif -crossfire/doc/spoiler-html/halfling.111.gif -crossfire/doc/spoiler-html/hammer-1.111.gif -crossfire/doc/spoiler-html/hammer-2.121.gif -crossfire/doc/spoiler-html/healing.111.gif -crossfire/doc/spoiler-html/helm-extract -crossfire/doc/spoiler-html/helmet-bri.111.gif -crossfire/doc/spoiler-html/helmet.111.gif -crossfire/doc/spoiler-html/helmet.html -crossfire/doc/spoiler-html/helmetxray.111.gif -crossfire/doc/spoiler-html/high-boots.111.gif -crossfire/doc/spoiler-html/highshield.111.gif -crossfire/doc/spoiler-html/holy-orb.111.gif -crossfire/doc/spoiler-html/holyave.111.gif -crossfire/doc/spoiler-html/holyshield.111.gif -crossfire/doc/spoiler-html/hornhelmet.111.gif -crossfire/doc/spoiler-html/human.171.gif -crossfire/doc/spoiler-html/icestorm.111.gif -crossfire/doc/spoiler-html/imp.171.gif -crossfire/doc/spoiler-html/in_items -crossfire/doc/spoiler-html/in_monput -crossfire/doc/spoiler-html/in_spells -crossfire/doc/spoiler-html/in_stats -crossfire/doc/spoiler-html/items -crossfire/doc/spoiler-html/items-extract -crossfire/doc/spoiler-html/items.gif -crossfire/doc/spoiler-html/jessyb.111.gif -crossfire/doc/spoiler-html/katana-1.111.gif -crossfire/doc/spoiler-html/killerbee.111.gif -crossfire/doc/spoiler-html/knight.111.gif -crossfire/doc/spoiler-html/kobold-gen.111.gif -crossfire/doc/spoiler-html/kobold.111.gif -crossfire/doc/spoiler-html/lamia.131.gif -crossfire/doc/spoiler-html/lapron.111.gif -crossfire/doc/spoiler-html/lbullet.111.gif -crossfire/doc/spoiler-html/leather-ar.111.gif -crossfire/doc/spoiler-html/lesser-dwarven-guard.111.gif -crossfire/doc/spoiler-html/lev-boots.111.gif -crossfire/doc/spoiler-html/lich.111.gif -crossfire/doc/spoiler-html/lightning.111.gif -crossfire/doc/spoiler-html/lmornstar.111.gif -crossfire/doc/spoiler-html/logfile -crossfire/doc/spoiler-html/low-boots.111.gif -crossfire/doc/spoiler-html/lsword.111.gif -crossfire/doc/spoiler-html/mace-1.111.gif -crossfire/doc/spoiler-html/mace-2.111.gif -crossfire/doc/spoiler-html/madman-gen.111.gif -crossfire/doc/spoiler-html/madman.111.gif -crossfire/doc/spoiler-html/mag-extract -crossfire/doc/spoiler-html/mag.html -crossfire/doc/spoiler-html/mage.171.gif -crossfire/doc/spoiler-html/magi-staff.111.gif -crossfire/doc/spoiler-html/magic-bow.111.gif -crossfire/doc/spoiler-html/magic-miss.131.gif -crossfire/doc/spoiler-html/magnifier.111.gif -crossfire/doc/spoiler-html/makeps -crossfire/doc/spoiler-html/makeps.pl -crossfire/doc/spoiler-html/man.111.gif -crossfire/doc/spoiler-html/mithril-ar.111.gif -crossfire/doc/spoiler-html/mjoellnir.111.gif -crossfire/doc/spoiler-html/monk.111.gif -crossfire/doc/spoiler-html/monput.html -crossfire/doc/spoiler-html/monster-extract -crossfire/doc/spoiler-html/monsters.gif -crossfire/doc/spoiler-html/mornstar.111.gif -crossfire/doc/spoiler-html/mournblade.111.gif -crossfire/doc/spoiler-html/mouse.111.gif -crossfire/doc/spoiler-html/mystic-fist.111.gif -crossfire/doc/spoiler-html/nightmare.111.gif -crossfire/doc/spoiler-html/ninja-2.111.gif -crossfire/doc/spoiler-html/ninja.171.gif -crossfire/doc/spoiler-html/northman.111.gif -crossfire/doc/spoiler-html/nunchacu-1.111.gif -crossfire/doc/spoiler-html/nunchacu-2.111.gif -crossfire/doc/spoiler-html/ogre-gen.111.gif -crossfire/doc/spoiler-html/ogre.111.gif -crossfire/doc/spoiler-html/orc-gen.111.gif -crossfire/doc/spoiler-html/orc.111.gif -crossfire/doc/spoiler-html/panther.111.gif -crossfire/doc/spoiler-html/panthergen.111.gif -crossfire/doc/spoiler-html/para-air.111.gif -crossfire/doc/spoiler-html/para-earth.111.gif -crossfire/doc/spoiler-html/para-fire.111.gif -crossfire/doc/spoiler-html/para-ice.111.gif -crossfire/doc/spoiler-html/para-lava.111.gif -crossfire/doc/spoiler-html/para-light.111.gif -crossfire/doc/spoiler-html/para-mud.111.gif -crossfire/doc/spoiler-html/para-water.111.gif -crossfire/doc/spoiler-html/paralyse.111.gif -crossfire/doc/spoiler-html/pir-lass.111.gif -crossfire/doc/spoiler-html/pirate.111.gif -crossfire/doc/spoiler-html/pixie-gen.111.gif -crossfire/doc/spoiler-html/pixie.111.gif -crossfire/doc/spoiler-html/pl-half-orc.111.gif -crossfire/doc/spoiler-html/plate-mail.111.gif -crossfire/doc/spoiler-html/poisonc.111.gif -crossfire/doc/spoiler-html/polymorph.111.gif -crossfire/doc/spoiler-html/priest.171.gif -crossfire/doc/spoiler-html/princess.111.gif -crossfire/doc/spoiler-html/prisoner.111.gif -crossfire/doc/spoiler-html/protection.111.gif -crossfire/doc/spoiler-html/pyro-gen.111.gif -crossfire/doc/spoiler-html/pyromaniac.111.gif -crossfire/doc/spoiler-html/quarters.111.gif -crossfire/doc/spoiler-html/quetzalcoatl.131.gif -crossfire/doc/spoiler-html/raas.131.gif -crossfire/doc/spoiler-html/reflector.111.gif -crossfire/doc/spoiler-html/ring-mail.111.gif -crossfire/doc/spoiler-html/ring-mail2.111.gif -crossfire/doc/spoiler-html/robe-midnight.111.gif -crossfire/doc/spoiler-html/robe.111.gif -crossfire/doc/spoiler-html/robe2.111.gif -crossfire/doc/spoiler-html/round-shiel.111.gif -crossfire/doc/spoiler-html/ruggilli.111.gif -crossfire/doc/spoiler-html/rune-antimagic.111.gif -crossfire/doc/spoiler-html/rune-blast.111.gif -crossfire/doc/spoiler-html/rune-death.111.gif -crossfire/doc/spoiler-html/rune-fire.111.gif -crossfire/doc/spoiler-html/rune-frost.111.gif -crossfire/doc/spoiler-html/rune-mark.111.gif -crossfire/doc/spoiler-html/rune-shock.111.gif -crossfire/doc/spoiler-html/rune-transfer.111.gif -crossfire/doc/spoiler-html/rustmonste.111.gif -crossfire/doc/spoiler-html/sabre.111.gif -crossfire/doc/spoiler-html/sage.111.gif -crossfire/doc/spoiler-html/sandals.111.gif -crossfire/doc/spoiler-html/sandy.111.gif -crossfire/doc/spoiler-html/scale-mail.111.gif -crossfire/doc/spoiler-html/scorpi-gen.111.gif -crossfire/doc/spoiler-html/scorpion.111.gif -crossfire/doc/spoiler-html/serp-man.131.gif -crossfire/doc/spoiler-html/serp-priest.131.gif -crossfire/doc/spoiler-html/serp-sword.111.gif -crossfire/doc/spoiler-html/serpent.131.gif -crossfire/doc/spoiler-html/serpman-gen.111.gif -crossfire/doc/spoiler-html/shadowtiger.111.gif -crossfire/doc/spoiler-html/shield-extract -crossfire/doc/spoiler-html/shield.111.gif -crossfire/doc/spoiler-html/shield.html -crossfire/doc/spoiler-html/shovel-1.111.gif -crossfire/doc/spoiler-html/skeleton.111.gif -crossfire/doc/spoiler-html/skull-gen.111.gif -crossfire/doc/spoiler-html/skull.111.gif -crossfire/doc/spoiler-html/skullcleav.111.gif -crossfire/doc/spoiler-html/slime.111.gif -crossfire/doc/spoiler-html/slow.111.gif -crossfire/doc/spoiler-html/small-shie.111.gif -crossfire/doc/spoiler-html/smalltroll.111.gif -crossfire/doc/spoiler-html/snake.111.gif -crossfire/doc/spoiler-html/spear.121.gif -crossfire/doc/spoiler-html/spectre.111.gif -crossfire/doc/spoiler-html/speedball.111.gif -crossfire/doc/spoiler-html/speedboots.111.gif -crossfire/doc/spoiler-html/speedbwall.111.gif -crossfire/doc/spoiler-html/spellball.111.gif -crossfire/doc/spoiler-html/spells-extract -crossfire/doc/spoiler-html/spells.gif -crossfire/doc/spoiler-html/spells.html -crossfire/doc/spoiler-html/sphinx.171.gif -crossfire/doc/spoiler-html/spider-web.111.gif -crossfire/doc/spoiler-html/spider.111.gif -crossfire/doc/spoiler-html/spoiler.html -crossfire/doc/spoiler-html/spoiler.shtml -crossfire/doc/spoiler-html/ssword-1.111.gif -crossfire/doc/spoiler-html/ssword-2.111.gif -crossfire/doc/spoiler-html/stake.111.gif -crossfire/doc/spoiler-html/stalker.111.gif -crossfire/doc/spoiler-html/stalkergen.111.gif -crossfire/doc/spoiler-html/stats-extract -crossfire/doc/spoiler-html/stats.gif -crossfire/doc/spoiler-html/stats.html -crossfire/doc/spoiler-html/steam.111.gif -crossfire/doc/spoiler-html/sting.111.gif -crossfire/doc/spoiler-html/stoneaxe.111.gif -crossfire/doc/spoiler-html/stonehamme.111.gif -crossfire/doc/spoiler-html/stormbring.111.gif -crossfire/doc/spoiler-html/sunspear.111.gif -crossfire/doc/spoiler-html/swashbuckl.171.gif -crossfire/doc/spoiler-html/sword-1.111.gif -crossfire/doc/spoiler-html/sword-2.111.gif -crossfire/doc/spoiler-html/sword-3.111.gif -crossfire/doc/spoiler-html/sword-4.111.gif -crossfire/doc/spoiler-html/t-dagger.131.gif -crossfire/doc/spoiler-html/taifu-1.111.gif -crossfire/doc/spoiler-html/thief.171.gif -crossfire/doc/spoiler-html/titan.571.gif -crossfire/doc/spoiler-html/tmp.gif -crossfire/doc/spoiler-html/tmp.ppm -crossfire/doc/spoiler-html/trident.121.gif -crossfire/doc/spoiler-html/troll.171.gif -crossfire/doc/spoiler-html/tunic.111.gif -crossfire/doc/spoiler-html/turban.111.gif -crossfire/doc/spoiler-html/turnundead.111.gif -crossfire/doc/spoiler-html/u-horn.111.gif -crossfire/doc/spoiler-html/unicorn.171.gif -crossfire/doc/spoiler-html/uw-shield.111.gif -crossfire/doc/spoiler-html/uw-sword.111.gif -crossfire/doc/spoiler-html/vampire.111.gif -crossfire/doc/spoiler-html/vampiregen.111.gif -crossfire/doc/spoiler-html/version.html -crossfire/doc/spoiler-html/viking.171.gif -crossfire/doc/spoiler-html/wand.111.gif -crossfire/doc/spoiler-html/warrior.171.gif -crossfire/doc/spoiler-html/weap-extract -crossfire/doc/spoiler-html/weap.html -crossfire/doc/spoiler-html/weapmag.html -crossfire/doc/spoiler-html/wig.111.gif -crossfire/doc/spoiler-html/wight.111.gif -crossfire/doc/spoiler-html/wiz-hat.111.gif -crossfire/doc/spoiler-html/wizard.171.gif -crossfire/doc/spoiler-html/woman.111.gif -crossfire/doc/spoiler-html/work.ppm -crossfire/doc/spoiler-html/wraith.111.gif -crossfire/doc/spoiler-html/wraithp.111.gif -crossfire/doc/spoiler-html/wyvern.171.gif -crossfire/doc/spoiler-html/xan-gen.111.gif -crossfire/doc/spoiler-html/xan.111.gif -crossfire/doc/spoiler-html/zombie-gen.111.gif -crossfire/doc/spoiler-html/zombie.111.gif -crossfire/doc/spoiler.ps -crossfire/doc/teleporter.doc -crossfire/doc/xbmtobdf.man -crossfire/fonts/crossfire.pcf -crossfire/fonts/fonts.dir -crossfire/lib/README -crossfire/lib/adm/flushlocks -crossfire/lib/archetypes -crossfire/lib/artifacts -crossfire/lib/ban_file -crossfire/lib/bmaps -crossfire/lib/bookarch -crossfire/lib/crossfire.cfb -crossfire/lib/crossfire.pix.1 -crossfire/lib/crossfire.pix.2 -crossfire/lib/crossfire.pix.3 -crossfire/lib/crossfire.pix.4 -crossfire/lib/crossfire.pix.5 -crossfire/lib/crossfire.pix.6 -crossfire/lib/def_help -crossfire/lib/def_keys -crossfire/lib/dm_file -crossfire/lib/esrv_xpm.eric -crossfire/lib/faces -crossfire/lib/forbid -crossfire/lib/formulae -crossfire/lib/fsconfig -crossfire/lib/help/apply -crossfire/lib/help/bind -crossfire/lib/help/cast -crossfire/lib/help/golem -crossfire/lib/help/invoke -crossfire/lib/help/keys -crossfire/lib/help/mark -crossfire/lib/help/melee -crossfire/lib/help/mouse -crossfire/lib/help/move -crossfire/lib/help/name -crossfire/lib/help/output -crossfire/lib/help/output-count -crossfire/lib/help/output-sync -crossfire/lib/help/party -crossfire/lib/help/pickup -crossfire/lib/help/quit -crossfire/lib/help/range -crossfire/lib/help/save -crossfire/lib/help/sort_inventory -crossfire/lib/help/spells -crossfire/lib/help/statistics -crossfire/lib/help/take -crossfire/lib/help/traps -crossfire/lib/help/unbind -crossfire/lib/highscore -crossfire/lib/maps/Lake_Country/Butakis/B_gshop -crossfire/lib/maps/Lake_Country/Butakis/B_wshop -crossfire/lib/maps/Lake_Country/Butakis/Butakis0 -crossfire/lib/maps/Lake_Country/Butakis/Rlib1 -crossfire/lib/maps/Lake_Country/Butakis/Rlib2 -crossfire/lib/maps/Lake_Country/Butakis/Wist_portal -crossfire/lib/maps/Lake_Country/Butakis/Wist_study -crossfire/lib/maps/Lake_Country/Butakis/alchemist -crossfire/lib/maps/Lake_Country/Butakis/arena -crossfire/lib/maps/Lake_Country/Butakis/blacksmith -crossfire/lib/maps/Lake_Country/Butakis/church-1 -crossfire/lib/maps/Lake_Country/Butakis/church0 -crossfire/lib/maps/Lake_Country/Butakis/church1 -crossfire/lib/maps/Lake_Country/Butakis/gate_inner -crossfire/lib/maps/Lake_Country/Butakis/gate_outer -crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/James_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype2 -crossfire/lib/maps/Lake_Country/Butakis/inn -crossfire/lib/maps/Lake_Country/Butakis/luck1 -crossfire/lib/maps/Lake_Country/Butakis/luck1.old -crossfire/lib/maps/Lake_Country/Butakis/luck2 -crossfire/lib/maps/Lake_Country/Butakis/luck3 -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w -crossfire/lib/maps/Lake_Country/Butakis/prison-1 -crossfire/lib/maps/Lake_Country/Butakis/prison0 -crossfire/lib/maps/Lake_Country/Butakis/prison1 -crossfire/lib/maps/Lake_Country/Butakis/prison_e -crossfire/lib/maps/Lake_Country/Butakis/prison_n -crossfire/lib/maps/Lake_Country/Butakis/prison_s -crossfire/lib/maps/Lake_Country/Butakis/prison_special -crossfire/lib/maps/Lake_Country/Butakis/prison_w -crossfire/lib/maps/Lake_Country/DA -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 -crossfire/lib/maps/Lake_Country/Mwizard/MwizardD -crossfire/lib/maps/Lake_Country/Mwizard/MwizardG -crossfire/lib/maps/Lake_Country/Mwizard/MwizardT -crossfire/lib/maps/Lake_Country/Mwizard/test -crossfire/lib/maps/Lake_Country/RETower/test -crossfire/lib/maps/Lake_Country/RETower/tower0 -crossfire/lib/maps/Lake_Country/RETower/tower1 -crossfire/lib/maps/Lake_Country/RETower/tower2 -crossfire/lib/maps/Lake_Country/RETower/tower3 -crossfire/lib/maps/Lake_Country/RETower/tower4 -crossfire/lib/maps/Lake_Country/RETower/tower5 -crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress -crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse -crossfire/lib/maps/Lake_Country/Sunset_Lake/inn -crossfire/lib/maps/Lake_Country/ebony/entrance1 -crossfire/lib/maps/Lake_Country/ebony/entrance2 -crossfire/lib/maps/Lake_Country/ebony/guild1 -crossfire/lib/maps/Lake_Country/ebony/masterlev -crossfire/lib/maps/Lake_Country/ebony/test1 -crossfire/lib/maps/Lake_Country/ebony/test2 -crossfire/lib/maps/Lake_Country/flight/flight1 -crossfire/lib/maps/Lake_Country/flight/flight2 -crossfire/lib/maps/Lake_Country/flight/flight3 -crossfire/lib/maps/Lake_Country/flight/flight4 -crossfire/lib/maps/Lake_Country/flight/flight5 -crossfire/lib/maps/Lake_Country/flight/flight6 -crossfire/lib/maps/Lake_Country/kundi_area -crossfire/lib/maps/Lake_Country/kundi_castle -crossfire/lib/maps/Lake_Country/marsh/marsh1_1 -crossfire/lib/maps/Lake_Country/marsh/marsh1_2 -crossfire/lib/maps/Lake_Country/marsh/marsh2_1 -crossfire/lib/maps/Lake_Country/marsh/marsh2_2 -crossfire/lib/maps/Lake_Country/marsh/marsh_maze1 -crossfire/lib/maps/Lake_Country/quest/Takuse_lair -crossfire/lib/maps/Lake_Country/quest/cave1 -crossfire/lib/maps/Lake_Country/quest/elfhideout -crossfire/lib/maps/Lake_Country/quest/elves -crossfire/lib/maps/Lake_Country/quest/hideout -crossfire/lib/maps/Lake_Country/quest/hideout_entrance -crossfire/lib/maps/Lake_Country/quest/lefttower0 -crossfire/lib/maps/Lake_Country/quest/lefttower1 -crossfire/lib/maps/Lake_Country/quest/lefttower2 -crossfire/lib/maps/Lake_Country/quest/lefttower3 -crossfire/lib/maps/Lake_Country/quest/lefttower4 -crossfire/lib/maps/Lake_Country/quest/mercenaries -crossfire/lib/maps/Lake_Country/quest/mountainkeep -crossfire/lib/maps/Lake_Country/quest/mountains -crossfire/lib/maps/Lake_Country/quest/righttower1 -crossfire/lib/maps/Lake_Country/quest/righttower1.cp -crossfire/lib/maps/Lake_Country/quest/shadowcave1 -crossfire/lib/maps/Lake_Country/quest/shadowcave2 -crossfire/lib/maps/Lake_Country/quest/shadowcave3 -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop.cp -crossfire/lib/maps/Lake_Country/shops/Olds_jewel -crossfire/lib/maps/Lake_Country/shops/Olds_jewel.bk -crossfire/lib/maps/Lake_Country/shops/clems_archery -crossfire/lib/maps/Lake_Country/shops/klondors_wands -crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 -crossfire/lib/maps/Lake_Country/small_buildings/burial_ground -crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus -crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 -crossfire/lib/maps/Lake_Country/small_buildings/portal -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3.cp -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4.cp -crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair -crossfire/lib/maps/Lake_Country/snake_pit/pit -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 -crossfire/lib/maps/README -crossfire/lib/maps/asyvan/gate1 -crossfire/lib/maps/asyvan/gate2 -crossfire/lib/maps/asyvan/gate3 -crossfire/lib/maps/asyvan/gate4 -crossfire/lib/maps/asyvan/gate5 -crossfire/lib/maps/asyvan/gate6 -crossfire/lib/maps/asyvan/gate7 -crossfire/lib/maps/asyvan/gate8 -crossfire/lib/maps/asyvan/gate9 -crossfire/lib/maps/asyvan/palace1 -crossfire/lib/maps/asyvan/palace2 -crossfire/lib/maps/asyvan/palace3 -crossfire/lib/maps/asyvan/start -crossfire/lib/maps/brittany/Brest/Castle/AcidChamber -crossfire/lib/maps/brittany/Brest/Castle/DragonRoom -crossfire/lib/maps/brittany/Brest/Castle/Finale -crossfire/lib/maps/brittany/Brest/Castle/LargeRoom -crossfire/lib/maps/brittany/Brest/Castle/castle -crossfire/lib/maps/brittany/Brest/amphis -crossfire/lib/maps/brittany/Brest/brest -crossfire/lib/maps/brittany/Brest/brest.armour -crossfire/lib/maps/brittany/Brest/brest.cvt -crossfire/lib/maps/brittany/Brest/brest.food -crossfire/lib/maps/brittany/Brest/brest.inn -crossfire/lib/maps/brittany/Brest/brest.magic -crossfire/lib/maps/brittany/Brest/brest.weapon -crossfire/lib/maps/brittany/Brest/elec.jes -crossfire/lib/maps/brittany/Brest/info.2.zoon -crossfire/lib/maps/brittany/Brest/info_first -crossfire/lib/maps/brittany/Brest/jes.admini -crossfire/lib/maps/brittany/Brest/jes.admini.1 -crossfire/lib/maps/brittany/Brest/ludo1 -crossfire/lib/maps/brittany/Brest/ludo2 -crossfire/lib/maps/brittany/Brest/nasty_house -crossfire/lib/maps/brittany/Brest/sport.jess -crossfire/lib/maps/brittany/Brest/underground -crossfire/lib/maps/brittany/Brest/underground2 -crossfire/lib/maps/brittany/dol-guldur.1 -crossfire/lib/maps/brittany/dol-guldur.2 -crossfire/lib/maps/brittany/dol-guldur.3 -crossfire/lib/maps/brittany/dol-guldur.4 -crossfire/lib/maps/brittany/dol-guldur.5 -crossfire/lib/maps/brittany/dol-guldur.6 -crossfire/lib/maps/brittany/enigme.1 -crossfire/lib/maps/brittany/enigme.2 -crossfire/lib/maps/brittany/enigme.3 -crossfire/lib/maps/brittany/enigme.4 -crossfire/lib/maps/brittany/enigme.5 -crossfire/lib/maps/brittany/enigme.6 -crossfire/lib/maps/brittany/hole -crossfire/lib/maps/brittany/jessy.1 -crossfire/lib/maps/brittany/jessy.2 -crossfire/lib/maps/brittany/jessy.3 -crossfire/lib/maps/brittany/khazad.1 -crossfire/lib/maps/brittany/khazad.2 -crossfire/lib/maps/brittany/khazad.3 -crossfire/lib/maps/brittany/khazad.4 -crossfire/lib/maps/brittany/khazad.5 -crossfire/lib/maps/brittany/tower_of__zoon -crossfire/lib/maps/cd/cd.castle.750 -crossfire/lib/maps/cd/cd.cellar1.757 -crossfire/lib/maps/cd/cd.inn.752 -crossfire/lib/maps/cd/cd.store.753 -crossfire/lib/maps/cd/cd.tower1.754 -crossfire/lib/maps/cd/cd.tower2.755 -crossfire/lib/maps/cd/cd.tunnel.751 -crossfire/lib/maps/city/cannery/ware1 -crossfire/lib/maps/city/city -crossfire/lib/maps/city/houses/house.haunted -crossfire/lib/maps/city/houses/house.haunted2 -crossfire/lib/maps/city/houses/house1 -crossfire/lib/maps/city/houses/house2 -crossfire/lib/maps/city/houses/jones -crossfire/lib/maps/city/houses/map.fr.ruin -crossfire/lib/maps/city/houses/maze1 -crossfire/lib/maps/city/houses/newhouse1 -crossfire/lib/maps/city/kar/creepy.house -crossfire/lib/maps/city/kar/creepy.house2 -crossfire/lib/maps/city/kar/drink -crossfire/lib/maps/city/kar/gorks1 -crossfire/lib/maps/city/kar/gorks2 -crossfire/lib/maps/city/kar/gorks3 -crossfire/lib/maps/city/kar/somehouse -crossfire/lib/maps/city/kar/somehouse2 -crossfire/lib/maps/city/kar/somehouse3 -crossfire/lib/maps/city/magara/porter_house -crossfire/lib/maps/city/mansion/entrance -crossfire/lib/maps/city/mansion/garden -crossfire/lib/maps/city/mansion/muriskunes -crossfire/lib/maps/city/mansion/str-tunnel -crossfire/lib/maps/city/mansion/stronghold -crossfire/lib/maps/city/misc/arena -crossfire/lib/maps/city/misc/beginners -crossfire/lib/maps/city/misc/church -crossfire/lib/maps/city/misc/cityhall -crossfire/lib/maps/city/misc/gatehouse -crossfire/lib/maps/city/misc/library -crossfire/lib/maps/city/misc/prison -crossfire/lib/maps/city/misc/zoo -crossfire/lib/maps/city/oldcity/end -crossfire/lib/maps/city/oldcity/oldcity1 -crossfire/lib/maps/city/oldcity/oldcity10 -crossfire/lib/maps/city/oldcity/oldcity11 -crossfire/lib/maps/city/oldcity/oldcity12 -crossfire/lib/maps/city/oldcity/oldcity13 -crossfire/lib/maps/city/oldcity/oldcity14 -crossfire/lib/maps/city/oldcity/oldcity15 -crossfire/lib/maps/city/oldcity/oldcity2 -crossfire/lib/maps/city/oldcity/oldcity3 -crossfire/lib/maps/city/oldcity/oldcity4 -crossfire/lib/maps/city/oldcity/oldcity5 -crossfire/lib/maps/city/oldcity/oldcity6 -crossfire/lib/maps/city/oldcity/oldcity7 -crossfire/lib/maps/city/oldcity/oldcity8 -crossfire/lib/maps/city/oldcity/oldcity9 -crossfire/lib/maps/city/shops/armourshop -crossfire/lib/maps/city/shops/bank -crossfire/lib/maps/city/shops/bowshop -crossfire/lib/maps/city/shops/gemshop -crossfire/lib/maps/city/shops/generalshop -crossfire/lib/maps/city/shops/magicshop -crossfire/lib/maps/city/shops/potionshop -crossfire/lib/maps/city/shops/weaponshop -crossfire/lib/maps/city/taverns/apartments -crossfire/lib/maps/city/taverns/goths -crossfire/lib/maps/city/taverns/goths0 -crossfire/lib/maps/city/taverns/goths2 -crossfire/lib/maps/city/taverns/inn -crossfire/lib/maps/city/taverns/inn2 -crossfire/lib/maps/city/towers/tower -crossfire/lib/maps/city/towers/tower.mad -crossfire/lib/maps/city/towers/tower.mad1 -crossfire/lib/maps/city/towers/tower.mad2 -crossfire/lib/maps/city/towers/tower.mad3 -crossfire/lib/maps/dtabb/cave -crossfire/lib/maps/dtabb/cave2 -crossfire/lib/maps/dtabb/quest/fire -crossfire/lib/maps/dtabb/quest/shop_b -crossfire/lib/maps/dtabb/quest/shop_f -crossfire/lib/maps/dtabb/quest/tower1 -crossfire/lib/maps/dtabb/quest/tower2 -crossfire/lib/maps/dtabb/quest/towers -crossfire/lib/maps/dtabb/quest/town2 -crossfire/lib/maps/dtabb/quest/water -crossfire/lib/maps/dtabb/town/church -crossfire/lib/maps/dtabb/town/inn -crossfire/lib/maps/dtabb/town/quest -crossfire/lib/maps/dtabb/town/shop_a -crossfire/lib/maps/dtabb/town/shop_g -crossfire/lib/maps/dtabb/town/shop_m -crossfire/lib/maps/dtabb/town/shop_w -crossfire/lib/maps/dtabb/town/tavern -crossfire/lib/maps/dtabb/town/town -crossfire/lib/maps/editor/picks/TownStaff -crossfire/lib/maps/editor/picks/alchemy -crossfire/lib/maps/editor/picks/artifacts -crossfire/lib/maps/editor/picks/background -crossfire/lib/maps/editor/picks/equipment -crossfire/lib/maps/editor/picks/exits -crossfire/lib/maps/editor/picks/food-bparts -crossfire/lib/maps/editor/picks/indoors -crossfire/lib/maps/editor/picks/items -crossfire/lib/maps/editor/picks/lakes -crossfire/lib/maps/editor/picks/monsters -crossfire/lib/maps/editor/picks/monsters2 -crossfire/lib/maps/editor/picks/monsters2.orig -crossfire/lib/maps/editor/picks/other -crossfire/lib/maps/editor/picks/outdoors -crossfire/lib/maps/editor/picks/rivers -crossfire/lib/maps/editor/picks/runes -crossfire/lib/maps/editor/picks/shops -crossfire/lib/maps/editor/picks/special -crossfire/lib/maps/editor/picks/town -crossfire/lib/maps/editor/walls/caves -crossfire/lib/maps/editor/walls/caves2 -crossfire/lib/maps/editor/walls/wall -crossfire/lib/maps/eeur/barad_dur -crossfire/lib/maps/eeur/hut.1 -crossfire/lib/maps/eeur/hut.2 -crossfire/lib/maps/eeur/tower1.1 -crossfire/lib/maps/eeur/tower1.2 -crossfire/lib/maps/eeur/tower1.3 -crossfire/lib/maps/eeur/tower1.4 -crossfire/lib/maps/ender/island/isl_yel -crossfire/lib/maps/ender/island/island1 -crossfire/lib/maps/ender/island/jungle -crossfire/lib/maps/ender/island/middleisland -crossfire/lib/maps/ender/island/strong_island -crossfire/lib/maps/ender/island/stronghold -crossfire/lib/maps/ender/island/treas_room -crossfire/lib/maps/ender/island/treasureisland -crossfire/lib/maps/ender/piratedung -crossfire/lib/maps/ender/pirateenter -crossfire/lib/maps/ender/pisland/hut -crossfire/lib/maps/ender/pisland/pirateisland -crossfire/lib/maps/ender/pisland/ship -crossfire/lib/maps/ender/pisland/ship_deck2 -crossfire/lib/maps/ender/pisland/underworld -crossfire/lib/maps/ender/pisland/vol_vill_shops -crossfire/lib/maps/ender/pisland/vol_village -crossfire/lib/maps/ender/pisland/volcano -crossfire/lib/maps/ender/pisland/vvhuts -crossfire/lib/maps/ender/pisland/vvmansion -crossfire/lib/maps/ender/temple/enterance -crossfire/lib/maps/ender/temple/temp_dung1 -crossfire/lib/maps/ender/temple/temple -crossfire/lib/maps/esben/ancient_hut -crossfire/lib/maps/esben/castle_aaaarg -crossfire/lib/maps/esben/grukks.1 -crossfire/lib/maps/esben/grukks.2 -crossfire/lib/maps/esben/grukks.3 -crossfire/lib/maps/esben/grukks.4 -crossfire/lib/maps/esben/hole -crossfire/lib/maps/esben/kjerring -crossfire/lib/maps/esben/map.esben.2 -crossfire/lib/maps/esben/puddings.place -crossfire/lib/maps/esben/ruins -crossfire/lib/maps/esben/sokoban1 -crossfire/lib/maps/esben/sokoban2 -crossfire/lib/maps/esben/sokoban3 -crossfire/lib/maps/esben/sokoban4 -crossfire/lib/maps/esben/sokoban5 -crossfire/lib/maps/esben/watertunnel -crossfire/lib/maps/espen/church.2 -crossfire/lib/maps/espen/church.3 -crossfire/lib/maps/espen/church.4.bak -crossfire/lib/maps/espen/church.4a -crossfire/lib/maps/espen/church.4b -crossfire/lib/maps/espen/church.4c -crossfire/lib/maps/espen/church.4d -crossfire/lib/maps/espen/espen1 -crossfire/lib/maps/espen/espen2 -crossfire/lib/maps/espen/palace -crossfire/lib/maps/generic/castle1.0 -crossfire/lib/maps/generic/castle1.1 -crossfire/lib/maps/generic/castle1.2 -crossfire/lib/maps/generic/castle1.3 -crossfire/lib/maps/generic/castle2.0 -crossfire/lib/maps/generic/castle2.1 -crossfire/lib/maps/generic/castle2.2 -crossfire/lib/maps/generic/castle2.3 -crossfire/lib/maps/generic/cave2 -crossfire/lib/maps/generic/house1 -crossfire/lib/maps/generic/undead.1 -crossfire/lib/maps/generic/undead.2 -crossfire/lib/maps/generic/undead.3 -crossfire/lib/maps/generic/village1 -crossfire/lib/maps/generic/volcano/level1 -crossfire/lib/maps/generic/volcano/level2 -crossfire/lib/maps/generic/volcano/level3 -crossfire/lib/maps/generic/volcano/level4 -crossfire/lib/maps/generic/xyzzy-mines -crossfire/lib/maps/hendel/acid_room -crossfire/lib/maps/hendel/mountain_pass -crossfire/lib/maps/hendel/pre_acid -crossfire/lib/maps/kar/devil.church1 -crossfire/lib/maps/kar/devil.church2 -crossfire/lib/maps/kar/devil.church3 -crossfire/lib/maps/kar/devil.church4 -crossfire/lib/maps/kar/devil.church5 -crossfire/lib/maps/kar/hallofbones -crossfire/lib/maps/kar/magic.shop -crossfire/lib/maps/kar/map.fr.0 -crossfire/lib/maps/kar/map.fr.1 -crossfire/lib/maps/kar/map.fr.2 -crossfire/lib/maps/kar/map.fr.3 -crossfire/lib/maps/kar/undead -crossfire/lib/maps/kar/wiz1 -crossfire/lib/maps/kar/wiz2 -crossfire/lib/maps/kar/wiz3 -crossfire/lib/maps/kar/wiz4 -crossfire/lib/maps/kar/wiz5 -crossfire/lib/maps/kar/wiz6 -crossfire/lib/maps/kar/wiz7 -crossfire/lib/maps/langley/goblin/caves -crossfire/lib/maps/langley/goblin/dungeon1 -crossfire/lib/maps/langley/goblin/dungeon2 -crossfire/lib/maps/langley/goblin/dungeon3 -crossfire/lib/maps/langley/goblin/fort2 -crossfire/lib/maps/langley/goblin/fortress -crossfire/lib/maps/langley/goblin/goblinisle -crossfire/lib/maps/langley/goblin/hole -crossfire/lib/maps/langley/goblin/hut -crossfire/lib/maps/langley/goblin/netower -crossfire/lib/maps/langley/goblin/nwtower -crossfire/lib/maps/langley/goblin/setower -crossfire/lib/maps/langley/goblin/swtower -crossfire/lib/maps/langley/pirates/fortvsship -crossfire/lib/maps/langley/pirates/madvillage -crossfire/lib/maps/langley/pirates/mbgrave -crossfire/lib/maps/langley/pirates/mbgrave2 -crossfire/lib/maps/langley/pirates/mooglyprize -crossfire/lib/maps/langley/pirates/mooglypuzzle -crossfire/lib/maps/langley/pirates/tortcave -crossfire/lib/maps/langley/pirates/torthole -crossfire/lib/maps/langley/pirates/tortola -crossfire/lib/maps/langley/pirates/tortship -crossfire/lib/maps/langley/pirates/tortship2 -crossfire/lib/maps/langley/pirates/tortship3 -crossfire/lib/maps/langley/pirates/torttemple -crossfire/lib/maps/langley/readme -crossfire/lib/maps/langley/town/church -crossfire/lib/maps/langley/town/churchcrypt -crossfire/lib/maps/langley/town/churchtower -crossfire/lib/maps/langley/town/dshark -crossfire/lib/maps/langley/town/generalstore -crossfire/lib/maps/langley/town/inn -crossfire/lib/maps/langley/town/percy -crossfire/lib/maps/langley/town/portia -crossfire/lib/maps/langley/town/portia2 -crossfire/lib/maps/langley/town/portjoseph -crossfire/lib/maps/mcz/castle1 -crossfire/lib/maps/mcz/castle_air -crossfire/lib/maps/mcz/castle_earth -crossfire/lib/maps/mcz/castle_fire -crossfire/lib/maps/mcz/castle_low1 -crossfire/lib/maps/mcz/castle_low2 -crossfire/lib/maps/mcz/castle_water -crossfire/lib/maps/mcz/forest -crossfire/lib/maps/navar_city/city1 -crossfire/lib/maps/navar_city/city1armour -crossfire/lib/maps/navar_city/city1bank -crossfire/lib/maps/navar_city/city1church1 -crossfire/lib/maps/navar_city/city1court -crossfire/lib/maps/navar_city/city1enter -crossfire/lib/maps/navar_city/city1gen -crossfire/lib/maps/navar_city/city1houses -crossfire/lib/maps/navar_city/city1houses2 -crossfire/lib/maps/navar_city/city1magic -crossfire/lib/maps/navar_city/city1mermaid -crossfire/lib/maps/navar_city/city1prison -crossfire/lib/maps/navar_city/city1smith -crossfire/lib/maps/navar_city/city1weapon -crossfire/lib/maps/navar_city/illusion/illexit -crossfire/lib/maps/navar_city/illusion/illtow1 -crossfire/lib/maps/navar_city/illusion/illtow2 -crossfire/lib/maps/navar_city/illusion/illtow3 -crossfire/lib/maps/navar_city/illusion/illtow4 -crossfire/lib/maps/navar_city/illusion/illtow5 -crossfire/lib/maps/navar_city/illusion/illtow6 -crossfire/lib/maps/navar_city/illusion/illtow7 -crossfire/lib/maps/navar_city/light/light0 -crossfire/lib/maps/navar_city/light/light1 -crossfire/lib/maps/navar_city/light/light2 -crossfire/lib/maps/navar_city/light/light3 -crossfire/lib/maps/navar_city/light/light4 -crossfire/lib/maps/navar_city/light/smugship -crossfire/lib/maps/navar_city/light/smugship1 -crossfire/lib/maps/navar_city/magara/houses/earth_house -crossfire/lib/maps/navar_city/magara/houses/family_house -crossfire/lib/maps/navar_city/magara/houses/kaisas_place -crossfire/lib/maps/navar_city/magara/houses/large_house -crossfire/lib/maps/navar_city/magara/houses/museum -crossfire/lib/maps/navar_city/tower/magetower1 -crossfire/lib/maps/navar_city/tower/magetower2 -crossfire/lib/maps/navar_city/tower/magetower3 -crossfire/lib/maps/navar_city/tower/magetower4 -crossfire/lib/maps/navar_city/tower/magetower5 -crossfire/lib/maps/navar_city/tower/magetower_low -crossfire/lib/maps/navar_city/tower/magetowfinal -crossfire/lib/maps/navar_city/warehouse1 -crossfire/lib/maps/navar_city/warehouse2 -crossfire/lib/maps/navar_city/warehouse3 -crossfire/lib/maps/navar_city/warehouse4 -crossfire/lib/maps/navar_city/warehouse5 -crossfire/lib/maps/navar_city/warehouse6 -crossfire/lib/maps/navar_city/warehouse7 -crossfire/lib/maps/navar_city/warehouse8 -crossfire/lib/maps/peterm/CTower/Barracks -crossfire/lib/maps/peterm/CTower/CTower -crossfire/lib/maps/peterm/CTower/Chamber -crossfire/lib/maps/peterm/CTower/Dungeon -crossfire/lib/maps/peterm/CTower/GroundLevel -crossfire/lib/maps/peterm/CTower/Laboratory -crossfire/lib/maps/peterm/CTower/Library -crossfire/lib/maps/peterm/CTower/Officers -crossfire/lib/maps/peterm/CTower/Servants -crossfire/lib/maps/peterm/CTower/Study -crossfire/lib/maps/peterm/CTower/TowerTop -crossfire/lib/maps/peterm/Demonology/AirMaster -crossfire/lib/maps/peterm/Demonology/AirStudy -crossfire/lib/maps/peterm/Demonology/AirTower1 -crossfire/lib/maps/peterm/Demonology/AirTower2 -crossfire/lib/maps/peterm/Demonology/ApprenticeLevel -crossfire/lib/maps/peterm/Demonology/Demon1 -crossfire/lib/maps/peterm/Demonology/Demon2 -crossfire/lib/maps/peterm/Demonology/Demon3 -crossfire/lib/maps/peterm/Demonology/EarthMaster -crossfire/lib/maps/peterm/Demonology/EarthStudy -crossfire/lib/maps/peterm/Demonology/EarthTower1 -crossfire/lib/maps/peterm/Demonology/EarthTower2 -crossfire/lib/maps/peterm/Demonology/Entrance -crossfire/lib/maps/peterm/Demonology/FireMaster -crossfire/lib/maps/peterm/Demonology/FireStudy -crossfire/lib/maps/peterm/Demonology/FireTower1 -crossfire/lib/maps/peterm/Demonology/FireTower2 -crossfire/lib/maps/peterm/Demonology/GroundLevel -crossfire/lib/maps/peterm/Demonology/GroundLevel.orig -crossfire/lib/maps/peterm/Demonology/HighTower1 -crossfire/lib/maps/peterm/Demonology/HighTower2 -crossfire/lib/maps/peterm/Demonology/HighTowerTop -crossfire/lib/maps/peterm/Demonology/JourneymanLevel -crossfire/lib/maps/peterm/Demonology/MasterLevel -crossfire/lib/maps/peterm/Demonology/WaterMaster -crossfire/lib/maps/peterm/Demonology/WaterStudy -crossfire/lib/maps/peterm/Demonology/WaterTower1 -crossfire/lib/maps/peterm/Demonology/WaterTower2 -crossfire/lib/maps/peterm/DragonQuest/ElectricAnte -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/ElectricLord -crossfire/lib/maps/peterm/DragonQuest/Entrance -crossfire/lib/maps/peterm/DragonQuest/FireAnte -crossfire/lib/maps/peterm/DragonQuest/FireHatchery -crossfire/lib/maps/peterm/DragonQuest/FireHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/FireLord -crossfire/lib/maps/peterm/DragonQuest/IceAnte -crossfire/lib/maps/peterm/DragonQuest/IceHatchery -crossfire/lib/maps/peterm/DragonQuest/IceHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/IceLord -crossfire/lib/maps/peterm/DragonQuest/WyvernNest -crossfire/lib/maps/peterm/temple/AnteChamber -crossfire/lib/maps/peterm/temple/GemTunnel -crossfire/lib/maps/peterm/temple/InnerTemple -crossfire/lib/maps/peterm/temple/OuterTemple -crossfire/lib/maps/peterm/temple/Temple -crossfire/lib/maps/santo_dominion/appartment -crossfire/lib/maps/santo_dominion/basement -crossfire/lib/maps/santo_dominion/bungalow -crossfire/lib/maps/santo_dominion/crossfire -crossfire/lib/maps/santo_dominion/den -crossfire/lib/maps/santo_dominion/house_of_hell -crossfire/lib/maps/santo_dominion/houses/house1 -crossfire/lib/maps/santo_dominion/just_preliminary -crossfire/lib/maps/santo_dominion/lord_byron/1st_floor -crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor -crossfire/lib/maps/santo_dominion/lord_byron/dungeon -crossfire/lib/maps/santo_dominion/lord_byron/main -crossfire/lib/maps/santo_dominion/magara/hut/floor_1 -crossfire/lib/maps/santo_dominion/magara/hut/floor_2 -crossfire/lib/maps/santo_dominion/magara/hut/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/opera -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/well/bottom -crossfire/lib/maps/santo_dominion/magara/well/top -crossfire/lib/maps/santo_dominion/map.and.sale -crossfire/lib/maps/santo_dominion/map.andreas.44 -crossfire/lib/maps/santo_dominion/map.andreasI -crossfire/lib/maps/santo_dominion/map.andreasII -crossfire/lib/maps/santo_dominion/map.andreasIX -crossfire/lib/maps/santo_dominion/map.stigkr.1 -crossfire/lib/maps/santo_dominion/map.stigkr.2 -crossfire/lib/maps/santo_dominion/noble_rest -crossfire/lib/maps/santo_dominion/north_barn -crossfire/lib/maps/santo_dominion/north_farm -crossfire/lib/maps/santo_dominion/peacock -crossfire/lib/maps/santo_dominion/shops/armour -crossfire/lib/maps/santo_dominion/shops/eliks -crossfire/lib/maps/santo_dominion/shops/erash -crossfire/lib/maps/santo_dominion/shops/nosferatu -crossfire/lib/maps/santo_dominion/shops/rings -crossfire/lib/maps/santo_dominion/south_barn -crossfire/lib/maps/santo_dominion/tavern -crossfire/lib/maps/santo_dominion/tavern.2ndfloor -crossfire/lib/maps/santo_dominion/tavern.downstairs -crossfire/lib/maps/santo_dominion/tobias -crossfire/lib/maps/santo_dominion/tobias.top -crossfire/lib/maps/santo_dominion/tollpost -crossfire/lib/maps/santo_dominion/town -crossfire/lib/maps/skud/court -crossfire/lib/maps/skud/east_1 -crossfire/lib/maps/skud/entrance -crossfire/lib/maps/skud/maze -crossfire/lib/maps/skud/north_1 -crossfire/lib/maps/skud/west_1 -crossfire/lib/maps/terrain/desert_1 -crossfire/lib/maps/terrain/desert_2 -crossfire/lib/maps/terrain/empty -crossfire/lib/maps/terrain/forest_1 -crossfire/lib/maps/terrain/forest_2 -crossfire/lib/maps/terrain/hills_1 -crossfire/lib/maps/terrain/hills_2 -crossfire/lib/maps/terrain/jungle_1 -crossfire/lib/maps/terrain/jungle_2 -crossfire/lib/maps/terrain/mountain_1 -crossfire/lib/maps/terrain/mountain_2 -crossfire/lib/maps/terrain/plains_1 -crossfire/lib/maps/terrain/plains_2 -crossfire/lib/maps/terrain/swamp_1 -crossfire/lib/maps/terrain/swamp_2 -crossfire/lib/maps/test/diagonal -crossfire/lib/maps/test/insert_bug -crossfire/lib/maps/test/multisquare -crossfire/lib/maps/thomas/sisters/compound1 -crossfire/lib/maps/thomas/sisters/compound2 -crossfire/lib/maps/thomas/sisters/compound3 -crossfire/lib/maps/thomas/sisters/entrance -crossfire/lib/maps/thomas/sisters/granary -crossfire/lib/maps/thomas/sisters/necro_entrance -crossfire/lib/maps/thomas/sisters/necro_hole1 -crossfire/lib/maps/thomas/sisters/necro_ruin1 -crossfire/lib/maps/thomas/sisters/necro_ruin1a -crossfire/lib/maps/thomas/sisters/shrine0 -crossfire/lib/maps/thomas/sisters/shrine0_east -crossfire/lib/maps/thomas/sisters/shrine0_west -crossfire/lib/maps/thomas/sisters/shrine1 -crossfire/lib/maps/thomas/sisters/shrine_entrance -crossfire/lib/maps/thomas/sisters/small_manor0 -crossfire/lib/maps/thomas/sisters/small_manor1 -crossfire/lib/maps/thomas/sisters/small_manor2 -crossfire/lib/maps/thomas/sisters/small_village -crossfire/lib/maps/thomas/sisters/tower0 -crossfire/lib/maps/thomas/sisters/tower1 -crossfire/lib/maps/thomas/sisters/tower2 -crossfire/lib/maps/thomas/sisters/tower3 -crossfire/lib/maps/thomas/sisters/valley -crossfire/lib/maps/wolfsburg/dept_store -crossfire/lib/maps/wolfsburg/etern_rew -crossfire/lib/maps/wolfsburg/inns -crossfire/lib/maps/wolfsburg/magara/castle/cellar -crossfire/lib/maps/wolfsburg/magara/castle/floor_1 -crossfire/lib/maps/wolfsburg/magara/castle/floor_2 -crossfire/lib/maps/wolfsburg/magara/castle/floor_3 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 -crossfire/lib/maps/wolfsburg/magara/cellar1/hole -crossfire/lib/maps/wolfsburg/magara/cellar_1 -crossfire/lib/maps/wolfsburg/magara/tower1/entrance -crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 -crossfire/lib/maps/wolfsburg/piratechurch -crossfire/lib/maps/wolfsburg/piratetown -crossfire/lib/maps/wolfsburg/prison -crossfire/lib/maps/wolfsburg/slave_pit1 -crossfire/lib/maps/wolfsburg/slave_pit2 -crossfire/lib/maps/wolfsburg/slave_pit3 -crossfire/lib/maps/wolfsburg/snakepit -crossfire/lib/maps/wolfsburg/tt/tta1 -crossfire/lib/maps/wolfsburg/tt/tta2 -crossfire/lib/maps/wolfsburg/tt/ttb1 -crossfire/lib/maps/wolfsburg/tt/ttb2 -crossfire/lib/maps/wolfsburg/ware1 -crossfire/lib/maps/wolfsburg/whorehouse -crossfire/lib/maps/world/README -crossfire/lib/maps/world/connect.pl -crossfire/lib/maps/world/world_a1 -crossfire/lib/maps/world/world_a2 -crossfire/lib/maps/world/world_a3 -crossfire/lib/maps/world/world_a3.orig -crossfire/lib/maps/world/world_a4 -crossfire/lib/maps/world/world_b1 -crossfire/lib/maps/world/world_b2 -crossfire/lib/maps/world/world_b2.orig -crossfire/lib/maps/world/world_b3 -crossfire/lib/maps/world/world_b4 -crossfire/lib/maps/world/world_c1 -crossfire/lib/maps/world/world_c2 -crossfire/lib/maps/world/world_c3 -crossfire/lib/maps/world/world_c4 -crossfire/lib/maps/world/world_c4.bak -crossfire/lib/maps/world/world_e1 -crossfire/lib/maps/world/world_e2 -crossfire/lib/messages -crossfire/lib/motd -crossfire/lib/races -crossfire/lib/skill_params -crossfire/lib/sounds -crossfire/lib/spell_params -crossfire/lib/treasures -crossfire/sounds/Creaky-1.au -crossfire/sounds/Evil_Laugh.au -crossfire/sounds/Explosion.au -crossfire/sounds/FloorTom.au -crossfire/sounds/Gun-5.au -crossfire/sounds/MetalCrash.au -crossfire/sounds/Missed.au -crossfire/sounds/Missle1.au -crossfire/sounds/Puke.au -crossfire/sounds/README -crossfire/sounds/Tear.au -crossfire/sounds/Teeswing.au -crossfire/sounds/TowerClock.au -crossfire/sounds/Whoosh.au -crossfire/sounds/blip.au -crossfire/sounds/boink2.au -crossfire/sounds/bugle_charge.au -crossfire/sounds/chord.au -crossfire/sounds/click1.au -crossfire/sounds/click2.au -crossfire/sounds/drip.au -crossfire/sounds/first_try.au -crossfire/sounds/gong.au -crossfire/sounds/lightning1.au -crossfire/sounds/magic.au -crossfire/sounds/ouch1.au -crossfire/sounds/sci_fi_gun.au -crossfire/sounds/squish.au -crossfire/sounds/su-fanf.au -crossfire/sounds/swish.au -crossfire/sounds/thru.au +lib/crossfire/fonts/crossfire.pcf +lib/crossfire/fonts/fonts.dir +lib/crossfire/lib/README +lib/crossfire/lib/adm/flushlocks +lib/crossfire/lib/archetypes +lib/crossfire/lib/artifacts +lib/crossfire/lib/ban_file +lib/crossfire/lib/bmaps +lib/crossfire/lib/bookarch +lib/crossfire/lib/crossfire.cfb +lib/crossfire/lib/crossfire.pix.1 +lib/crossfire/lib/crossfire.pix.2 +lib/crossfire/lib/crossfire.pix.3 +lib/crossfire/lib/crossfire.pix.4 +lib/crossfire/lib/crossfire.pix.5 +lib/crossfire/lib/crossfire.pix.6 +lib/crossfire/lib/crossfire.pix.7 +lib/crossfire/lib/def_help +lib/crossfire/lib/def_keys +lib/crossfire/lib/dm_file +lib/crossfire/lib/esrv_xpm.eric +lib/crossfire/lib/faces +lib/crossfire/lib/forbid +lib/crossfire/lib/formulae +lib/crossfire/lib/fsconfig +lib/crossfire/lib/help/apply +lib/crossfire/lib/help/bind +lib/crossfire/lib/help/cast +lib/crossfire/lib/help/golem +lib/crossfire/lib/help/invoke +lib/crossfire/lib/help/keys +lib/crossfire/lib/help/mark +lib/crossfire/lib/help/melee +lib/crossfire/lib/help/mouse +lib/crossfire/lib/help/move +lib/crossfire/lib/help/name +lib/crossfire/lib/help/output +lib/crossfire/lib/help/output-count +lib/crossfire/lib/help/output-sync +lib/crossfire/lib/help/party +lib/crossfire/lib/help/pickup +lib/crossfire/lib/help/quit +lib/crossfire/lib/help/range +lib/crossfire/lib/help/save +lib/crossfire/lib/help/sort_inventory +lib/crossfire/lib/help/spells +lib/crossfire/lib/help/statistics +lib/crossfire/lib/help/take +lib/crossfire/lib/help/traps +lib/crossfire/lib/help/unbind +lib/crossfire/lib/highscore +lib/crossfire/lib/maps/Lake_Country/Butakis/B_gshop +lib/crossfire/lib/maps/Lake_Country/Butakis/B_wshop +lib/crossfire/lib/maps/Lake_Country/Butakis/Butakis0 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib1 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib2 +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_portal +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_study +lib/crossfire/lib/maps/Lake_Country/Butakis/alchemist +lib/crossfire/lib/maps/Lake_Country/Butakis/arena +lib/crossfire/lib/maps/Lake_Country/Butakis/blacksmith +lib/crossfire/lib/maps/Lake_Country/Butakis/church-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/church0 +lib/crossfire/lib/maps/Lake_Country/Butakis/church1 +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_inner +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_outer +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/James_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house +lib/crossfire/lib/maps/Lake_Country/Butakis/inn +lib/crossfire/lib/maps/Lake_Country/Butakis/luck1 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck2 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck3 +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w +lib/crossfire/lib/maps/Lake_Country/Butakis/prison-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison0 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_e +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_n +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_s +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_w +lib/crossfire/lib/maps/Lake_Country/DA +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardD +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardG +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardT +lib/crossfire/lib/maps/Lake_Country/RETower/tower0 +lib/crossfire/lib/maps/Lake_Country/RETower/tower1 +lib/crossfire/lib/maps/Lake_Country/RETower/tower2 +lib/crossfire/lib/maps/Lake_Country/RETower/tower3 +lib/crossfire/lib/maps/Lake_Country/RETower/tower4 +lib/crossfire/lib/maps/Lake_Country/RETower/tower5 +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/inn +lib/crossfire/lib/maps/Lake_Country/ebony/entrance1 +lib/crossfire/lib/maps/Lake_Country/ebony/entrance2 +lib/crossfire/lib/maps/Lake_Country/ebony/masterlev +lib/crossfire/lib/maps/Lake_Country/kundi_area +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_2 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_2 +lib/crossfire/lib/maps/Lake_Country/quest/lefttower2 +lib/crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop +lib/crossfire/lib/maps/Lake_Country/shops/Olds_jewel +lib/crossfire/lib/maps/Lake_Country/shops/clems_archery +lib/crossfire/lib/maps/Lake_Country/shops/klondors_wands +lib/crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/burial_ground +lib/crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus +lib/crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/portal +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair +lib/crossfire/lib/maps/Lake_Country/snake_pit/pit +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 +lib/crossfire/lib/maps/README +lib/crossfire/lib/maps/asyvan/gate1 +lib/crossfire/lib/maps/asyvan/gate2 +lib/crossfire/lib/maps/asyvan/gate3 +lib/crossfire/lib/maps/asyvan/gate4 +lib/crossfire/lib/maps/asyvan/gate5 +lib/crossfire/lib/maps/asyvan/gate6 +lib/crossfire/lib/maps/asyvan/gate7 +lib/crossfire/lib/maps/asyvan/gate8 +lib/crossfire/lib/maps/asyvan/gate9 +lib/crossfire/lib/maps/asyvan/palace1 +lib/crossfire/lib/maps/asyvan/palace2 +lib/crossfire/lib/maps/asyvan/palace3 +lib/crossfire/lib/maps/brittany/Brest/Castle/AcidChamber +lib/crossfire/lib/maps/brittany/Brest/Castle/DragonRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/Finale +lib/crossfire/lib/maps/brittany/Brest/Castle/LargeRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/castle +lib/crossfire/lib/maps/brittany/Brest/amphis +lib/crossfire/lib/maps/brittany/Brest/brest +lib/crossfire/lib/maps/brittany/Brest/brest.armour +lib/crossfire/lib/maps/brittany/Brest/brest.cvt +lib/crossfire/lib/maps/brittany/Brest/brest.food +lib/crossfire/lib/maps/brittany/Brest/brest.inn +lib/crossfire/lib/maps/brittany/Brest/brest.magic +lib/crossfire/lib/maps/brittany/Brest/brest.orig +lib/crossfire/lib/maps/brittany/Brest/brest.weapon +lib/crossfire/lib/maps/brittany/Brest/elec.jes +lib/crossfire/lib/maps/brittany/Brest/info.2.zoon +lib/crossfire/lib/maps/brittany/Brest/info_first +lib/crossfire/lib/maps/brittany/Brest/jes.admini +lib/crossfire/lib/maps/brittany/Brest/jes.admini.1 +lib/crossfire/lib/maps/brittany/Brest/ludo1 +lib/crossfire/lib/maps/brittany/Brest/ludo2 +lib/crossfire/lib/maps/brittany/Brest/nasty_house +lib/crossfire/lib/maps/brittany/Brest/sport.jess +lib/crossfire/lib/maps/brittany/Brest/underground +lib/crossfire/lib/maps/brittany/Brest/underground2 +lib/crossfire/lib/maps/brittany/dol-guldur.1 +lib/crossfire/lib/maps/brittany/dol-guldur.2 +lib/crossfire/lib/maps/brittany/dol-guldur.3 +lib/crossfire/lib/maps/brittany/dol-guldur.4 +lib/crossfire/lib/maps/brittany/dol-guldur.5 +lib/crossfire/lib/maps/brittany/dol-guldur.6 +lib/crossfire/lib/maps/brittany/enigme.1 +lib/crossfire/lib/maps/brittany/enigme.2 +lib/crossfire/lib/maps/brittany/enigme.3 +lib/crossfire/lib/maps/brittany/enigme.4 +lib/crossfire/lib/maps/brittany/enigme.5 +lib/crossfire/lib/maps/brittany/enigme.6 +lib/crossfire/lib/maps/brittany/hole +lib/crossfire/lib/maps/brittany/jessy.1 +lib/crossfire/lib/maps/brittany/jessy.2 +lib/crossfire/lib/maps/brittany/jessy.3 +lib/crossfire/lib/maps/brittany/khazad.1 +lib/crossfire/lib/maps/brittany/khazad.2 +lib/crossfire/lib/maps/brittany/khazad.3 +lib/crossfire/lib/maps/brittany/khazad.4 +lib/crossfire/lib/maps/brittany/khazad.5 +lib/crossfire/lib/maps/brittany/tower_of__zoon +lib/crossfire/lib/maps/cd/cd.castle.750 +lib/crossfire/lib/maps/cd/cd.cellar1.757 +lib/crossfire/lib/maps/cd/cd.inn.752 +lib/crossfire/lib/maps/cd/cd.store.753 +lib/crossfire/lib/maps/cd/cd.tower1.754 +lib/crossfire/lib/maps/cd/cd.tower2.755 +lib/crossfire/lib/maps/cd/cd.tunnel.751 +lib/crossfire/lib/maps/city/cannery/ware1 +lib/crossfire/lib/maps/city/city +lib/crossfire/lib/maps/city/houses/house.haunted +lib/crossfire/lib/maps/city/houses/house.haunted2 +lib/crossfire/lib/maps/city/houses/house1 +lib/crossfire/lib/maps/city/houses/house2 +lib/crossfire/lib/maps/city/houses/jones +lib/crossfire/lib/maps/city/houses/map.fr.ruin +lib/crossfire/lib/maps/city/houses/maze1 +lib/crossfire/lib/maps/city/houses/newhouse1 +lib/crossfire/lib/maps/city/houses/wizz.entry +lib/crossfire/lib/maps/city/houses/wizz.lev1 +lib/crossfire/lib/maps/city/houses/wizz.lev1.pass1 +lib/crossfire/lib/maps/city/kar/creepy.house +lib/crossfire/lib/maps/city/kar/creepy.house2 +lib/crossfire/lib/maps/city/kar/drink +lib/crossfire/lib/maps/city/kar/gorks1 +lib/crossfire/lib/maps/city/kar/gorks2 +lib/crossfire/lib/maps/city/kar/gorks3 +lib/crossfire/lib/maps/city/kar/somehouse +lib/crossfire/lib/maps/city/kar/somehouse2 +lib/crossfire/lib/maps/city/kar/somehouse3 +lib/crossfire/lib/maps/city/magara/porter_house +lib/crossfire/lib/maps/city/mansion/entrance +lib/crossfire/lib/maps/city/mansion/garden +lib/crossfire/lib/maps/city/mansion/muriskunes +lib/crossfire/lib/maps/city/mansion/str-tunnel +lib/crossfire/lib/maps/city/mansion/stronghold +lib/crossfire/lib/maps/city/misc/arena +lib/crossfire/lib/maps/city/misc/beginners +lib/crossfire/lib/maps/city/misc/castle +lib/crossfire/lib/maps/city/misc/castle2 +lib/crossfire/lib/maps/city/misc/church +lib/crossfire/lib/maps/city/misc/cityhall +lib/crossfire/lib/maps/city/misc/devourlower +lib/crossfire/lib/maps/city/misc/gatehouse +lib/crossfire/lib/maps/city/misc/library +lib/crossfire/lib/maps/city/misc/mercenaries +lib/crossfire/lib/maps/city/misc/prison +lib/crossfire/lib/maps/city/misc/templedevour +lib/crossfire/lib/maps/city/misc/templelyth +lib/crossfire/lib/maps/city/misc/zoo +lib/crossfire/lib/maps/city/oldcity/end +lib/crossfire/lib/maps/city/oldcity/oldcity1 +lib/crossfire/lib/maps/city/oldcity/oldcity10 +lib/crossfire/lib/maps/city/oldcity/oldcity11 +lib/crossfire/lib/maps/city/oldcity/oldcity12 +lib/crossfire/lib/maps/city/oldcity/oldcity13 +lib/crossfire/lib/maps/city/oldcity/oldcity14 +lib/crossfire/lib/maps/city/oldcity/oldcity15 +lib/crossfire/lib/maps/city/oldcity/oldcity2 +lib/crossfire/lib/maps/city/oldcity/oldcity3 +lib/crossfire/lib/maps/city/oldcity/oldcity4 +lib/crossfire/lib/maps/city/oldcity/oldcity5 +lib/crossfire/lib/maps/city/oldcity/oldcity6 +lib/crossfire/lib/maps/city/oldcity/oldcity7 +lib/crossfire/lib/maps/city/oldcity/oldcity8 +lib/crossfire/lib/maps/city/oldcity/oldcity9 +lib/crossfire/lib/maps/city/shops/armourshop +lib/crossfire/lib/maps/city/shops/bank +lib/crossfire/lib/maps/city/shops/bowshop +lib/crossfire/lib/maps/city/shops/gemshop +lib/crossfire/lib/maps/city/shops/generalshop +lib/crossfire/lib/maps/city/shops/magicshop +lib/crossfire/lib/maps/city/shops/potionshop +lib/crossfire/lib/maps/city/shops/weaponshop +lib/crossfire/lib/maps/city/taverns/apartments +lib/crossfire/lib/maps/city/taverns/goths +lib/crossfire/lib/maps/city/taverns/goths0 +lib/crossfire/lib/maps/city/taverns/goths2 +lib/crossfire/lib/maps/city/taverns/inn +lib/crossfire/lib/maps/city/taverns/inn2 +lib/crossfire/lib/maps/city/towers/tower +lib/crossfire/lib/maps/city/towers/tower.mad +lib/crossfire/lib/maps/city/towers/tower.mad1 +lib/crossfire/lib/maps/city/towers/tower.mad2 +lib/crossfire/lib/maps/city/towers/tower.mad3 +lib/crossfire/lib/maps/dtabb/cave +lib/crossfire/lib/maps/dtabb/cave2 +lib/crossfire/lib/maps/dtabb/quest/fire +lib/crossfire/lib/maps/dtabb/quest/shop_b +lib/crossfire/lib/maps/dtabb/quest/shop_f +lib/crossfire/lib/maps/dtabb/quest/tower1 +lib/crossfire/lib/maps/dtabb/quest/tower2 +lib/crossfire/lib/maps/dtabb/quest/towers +lib/crossfire/lib/maps/dtabb/quest/town2 +lib/crossfire/lib/maps/dtabb/quest/water +lib/crossfire/lib/maps/dtabb/town/church +lib/crossfire/lib/maps/dtabb/town/inn +lib/crossfire/lib/maps/dtabb/town/quest +lib/crossfire/lib/maps/dtabb/town/shop_a +lib/crossfire/lib/maps/dtabb/town/shop_g +lib/crossfire/lib/maps/dtabb/town/shop_m +lib/crossfire/lib/maps/dtabb/town/shop_w +lib/crossfire/lib/maps/dtabb/town/tavern +lib/crossfire/lib/maps/dtabb/town/town +lib/crossfire/lib/maps/editor/picks/TownStaff +lib/crossfire/lib/maps/editor/picks/alchemy +lib/crossfire/lib/maps/editor/picks/alltown +lib/crossfire/lib/maps/editor/picks/artifacts +lib/crossfire/lib/maps/editor/picks/background +lib/crossfire/lib/maps/editor/picks/equipment +lib/crossfire/lib/maps/editor/picks/exits +lib/crossfire/lib/maps/editor/picks/exits.orig +lib/crossfire/lib/maps/editor/picks/food-bparts +lib/crossfire/lib/maps/editor/picks/indoors +lib/crossfire/lib/maps/editor/picks/items +lib/crossfire/lib/maps/editor/picks/items.orig +lib/crossfire/lib/maps/editor/picks/lakes +lib/crossfire/lib/maps/editor/picks/monsters +lib/crossfire/lib/maps/editor/picks/monsters2 +lib/crossfire/lib/maps/editor/picks/monsters2.orig +lib/crossfire/lib/maps/editor/picks/other +lib/crossfire/lib/maps/editor/picks/outdoors +lib/crossfire/lib/maps/editor/picks/readables +lib/crossfire/lib/maps/editor/picks/rivers +lib/crossfire/lib/maps/editor/picks/runes +lib/crossfire/lib/maps/editor/picks/runes.orig +lib/crossfire/lib/maps/editor/picks/shops +lib/crossfire/lib/maps/editor/picks/special +lib/crossfire/lib/maps/editor/picks/special.orig +lib/crossfire/lib/maps/editor/picks/town +lib/crossfire/lib/maps/editor/walls/caves +lib/crossfire/lib/maps/editor/walls/caves2 +lib/crossfire/lib/maps/editor/walls/misc +lib/crossfire/lib/maps/editor/walls/wall +lib/crossfire/lib/maps/eeur/barad_dur +lib/crossfire/lib/maps/eeur/hut.1 +lib/crossfire/lib/maps/eeur/hut.2 +lib/crossfire/lib/maps/eeur/tower1.1 +lib/crossfire/lib/maps/eeur/tower1.2 +lib/crossfire/lib/maps/eeur/tower1.3 +lib/crossfire/lib/maps/eeur/tower1.4 +lib/crossfire/lib/maps/ender/island/isl_yel +lib/crossfire/lib/maps/ender/island/island1 +lib/crossfire/lib/maps/ender/island/jungle +lib/crossfire/lib/maps/ender/island/middleisland +lib/crossfire/lib/maps/ender/island/strong_island +lib/crossfire/lib/maps/ender/island/stronghold +lib/crossfire/lib/maps/ender/island/treas_room +lib/crossfire/lib/maps/ender/island/treasureisland +lib/crossfire/lib/maps/ender/piratedung +lib/crossfire/lib/maps/ender/pirateenter +lib/crossfire/lib/maps/ender/pisland/hut +lib/crossfire/lib/maps/ender/pisland/pirateisland +lib/crossfire/lib/maps/ender/pisland/ship +lib/crossfire/lib/maps/ender/pisland/ship_deck2 +lib/crossfire/lib/maps/ender/pisland/underworld +lib/crossfire/lib/maps/ender/pisland/vol_vill_shops +lib/crossfire/lib/maps/ender/pisland/vol_village +lib/crossfire/lib/maps/ender/pisland/volcano +lib/crossfire/lib/maps/ender/pisland/vvhuts +lib/crossfire/lib/maps/ender/pisland/vvmansion +lib/crossfire/lib/maps/ender/temple/enterance +lib/crossfire/lib/maps/ender/temple/temp_dung1 +lib/crossfire/lib/maps/ender/temple/temple +lib/crossfire/lib/maps/esben/ancient_hut +lib/crossfire/lib/maps/esben/castle_aaaarg +lib/crossfire/lib/maps/esben/grukks.1 +lib/crossfire/lib/maps/esben/grukks.2 +lib/crossfire/lib/maps/esben/grukks.3 +lib/crossfire/lib/maps/esben/grukks.4 +lib/crossfire/lib/maps/esben/hole +lib/crossfire/lib/maps/esben/kjerring +lib/crossfire/lib/maps/esben/map.esben.2 +lib/crossfire/lib/maps/esben/puddings.place +lib/crossfire/lib/maps/esben/ruins +lib/crossfire/lib/maps/esben/sokoban1 +lib/crossfire/lib/maps/esben/sokoban2 +lib/crossfire/lib/maps/esben/sokoban3 +lib/crossfire/lib/maps/esben/sokoban4 +lib/crossfire/lib/maps/esben/sokoban5 +lib/crossfire/lib/maps/esben/watertunnel +lib/crossfire/lib/maps/espen/church.2 +lib/crossfire/lib/maps/espen/church.3 +lib/crossfire/lib/maps/espen/church.4a +lib/crossfire/lib/maps/espen/church.4b +lib/crossfire/lib/maps/espen/church.4c +lib/crossfire/lib/maps/espen/church.4d +lib/crossfire/lib/maps/espen/espen1 +lib/crossfire/lib/maps/espen/espen2 +lib/crossfire/lib/maps/espen/palace +lib/crossfire/lib/maps/generic/castle1.0 +lib/crossfire/lib/maps/generic/castle1.1 +lib/crossfire/lib/maps/generic/castle1.2 +lib/crossfire/lib/maps/generic/castle1.3 +lib/crossfire/lib/maps/generic/castle2.0 +lib/crossfire/lib/maps/generic/castle2.1 +lib/crossfire/lib/maps/generic/castle2.2 +lib/crossfire/lib/maps/generic/castle2.3 +lib/crossfire/lib/maps/generic/cave2 +lib/crossfire/lib/maps/generic/house1 +lib/crossfire/lib/maps/generic/undead.1 +lib/crossfire/lib/maps/generic/undead.2 +lib/crossfire/lib/maps/generic/undead.3 +lib/crossfire/lib/maps/generic/village1 +lib/crossfire/lib/maps/generic/volcano/level1 +lib/crossfire/lib/maps/generic/volcano/level2 +lib/crossfire/lib/maps/generic/volcano/level3 +lib/crossfire/lib/maps/generic/volcano/level4 +lib/crossfire/lib/maps/generic/xyzzy-mines +lib/crossfire/lib/maps/good/pantheon +lib/crossfire/lib/maps/hendel/acid_room +lib/crossfire/lib/maps/hendel/mountain_pass +lib/crossfire/lib/maps/hendel/pre_acid +lib/crossfire/lib/maps/kar/boulder_inferno +lib/crossfire/lib/maps/kar/devil.church1 +lib/crossfire/lib/maps/kar/devil.church2 +lib/crossfire/lib/maps/kar/devil.church3 +lib/crossfire/lib/maps/kar/devil.church4 +lib/crossfire/lib/maps/kar/devil.church5 +lib/crossfire/lib/maps/kar/hallofbones +lib/crossfire/lib/maps/kar/magic.shop +lib/crossfire/lib/maps/kar/map.fr.0 +lib/crossfire/lib/maps/kar/map.fr.1 +lib/crossfire/lib/maps/kar/map.fr.2 +lib/crossfire/lib/maps/kar/map.fr.3 +lib/crossfire/lib/maps/kar/undead +lib/crossfire/lib/maps/kar/wiz1 +lib/crossfire/lib/maps/kar/wiz2 +lib/crossfire/lib/maps/kar/wiz3 +lib/crossfire/lib/maps/kar/wiz4 +lib/crossfire/lib/maps/kar/wiz5 +lib/crossfire/lib/maps/kar/wiz6 +lib/crossfire/lib/maps/kar/wiz7 +lib/crossfire/lib/maps/langley/goblin/caves +lib/crossfire/lib/maps/langley/goblin/dungeon1 +lib/crossfire/lib/maps/langley/goblin/dungeon2 +lib/crossfire/lib/maps/langley/goblin/dungeon3 +lib/crossfire/lib/maps/langley/goblin/fort2 +lib/crossfire/lib/maps/langley/goblin/fortress +lib/crossfire/lib/maps/langley/goblin/goblinisle +lib/crossfire/lib/maps/langley/goblin/hole +lib/crossfire/lib/maps/langley/goblin/hut +lib/crossfire/lib/maps/langley/goblin/netower +lib/crossfire/lib/maps/langley/goblin/nwtower +lib/crossfire/lib/maps/langley/goblin/setower +lib/crossfire/lib/maps/langley/goblin/swtower +lib/crossfire/lib/maps/langley/pirates/fortvsship +lib/crossfire/lib/maps/langley/pirates/madvillage +lib/crossfire/lib/maps/langley/pirates/mbgrave +lib/crossfire/lib/maps/langley/pirates/mbgrave2 +lib/crossfire/lib/maps/langley/pirates/mooglyprize +lib/crossfire/lib/maps/langley/pirates/mooglypuzzle +lib/crossfire/lib/maps/langley/pirates/tortcave +lib/crossfire/lib/maps/langley/pirates/torthole +lib/crossfire/lib/maps/langley/pirates/tortola +lib/crossfire/lib/maps/langley/pirates/tortship +lib/crossfire/lib/maps/langley/pirates/tortship2 +lib/crossfire/lib/maps/langley/pirates/tortship3 +lib/crossfire/lib/maps/langley/pirates/torttemple +lib/crossfire/lib/maps/langley/readme +lib/crossfire/lib/maps/langley/town/church +lib/crossfire/lib/maps/langley/town/churchcrypt +lib/crossfire/lib/maps/langley/town/churchtower +lib/crossfire/lib/maps/langley/town/dshark +lib/crossfire/lib/maps/langley/town/generalstore +lib/crossfire/lib/maps/langley/town/inn +lib/crossfire/lib/maps/langley/town/percy +lib/crossfire/lib/maps/langley/town/portia +lib/crossfire/lib/maps/langley/town/portia2 +lib/crossfire/lib/maps/langley/town/portjoseph +lib/crossfire/lib/maps/mcz/castle1 +lib/crossfire/lib/maps/mcz/castle_air +lib/crossfire/lib/maps/mcz/castle_earth +lib/crossfire/lib/maps/mcz/castle_fire +lib/crossfire/lib/maps/mcz/castle_low1 +lib/crossfire/lib/maps/mcz/castle_low2 +lib/crossfire/lib/maps/mcz/castle_water +lib/crossfire/lib/maps/mcz/forest +lib/crossfire/lib/maps/navar_city/city1 +lib/crossfire/lib/maps/navar_city/city1armour +lib/crossfire/lib/maps/navar_city/city1bank +lib/crossfire/lib/maps/navar_city/city1church1 +lib/crossfire/lib/maps/navar_city/city1court +lib/crossfire/lib/maps/navar_city/city1enter +lib/crossfire/lib/maps/navar_city/city1gen +lib/crossfire/lib/maps/navar_city/city1houses +lib/crossfire/lib/maps/navar_city/city1houses2 +lib/crossfire/lib/maps/navar_city/city1magic +lib/crossfire/lib/maps/navar_city/city1mermaid +lib/crossfire/lib/maps/navar_city/city1prison +lib/crossfire/lib/maps/navar_city/city1smith +lib/crossfire/lib/maps/navar_city/city1weapon +lib/crossfire/lib/maps/navar_city/illusion/illexit +lib/crossfire/lib/maps/navar_city/illusion/illtow1 +lib/crossfire/lib/maps/navar_city/illusion/illtow2 +lib/crossfire/lib/maps/navar_city/illusion/illtow3 +lib/crossfire/lib/maps/navar_city/illusion/illtow4 +lib/crossfire/lib/maps/navar_city/illusion/illtow5 +lib/crossfire/lib/maps/navar_city/illusion/illtow6 +lib/crossfire/lib/maps/navar_city/illusion/illtow7 +lib/crossfire/lib/maps/navar_city/light/light0 +lib/crossfire/lib/maps/navar_city/light/light1 +lib/crossfire/lib/maps/navar_city/light/light2 +lib/crossfire/lib/maps/navar_city/light/light3 +lib/crossfire/lib/maps/navar_city/light/light4 +lib/crossfire/lib/maps/navar_city/light/smugship +lib/crossfire/lib/maps/navar_city/light/smugship1 +lib/crossfire/lib/maps/navar_city/magara/houses/earth_house +lib/crossfire/lib/maps/navar_city/magara/houses/family_house +lib/crossfire/lib/maps/navar_city/magara/houses/kaisas_place +lib/crossfire/lib/maps/navar_city/magara/houses/large_house +lib/crossfire/lib/maps/navar_city/magara/houses/museum +lib/crossfire/lib/maps/navar_city/tower/magetower1 +lib/crossfire/lib/maps/navar_city/tower/magetower2 +lib/crossfire/lib/maps/navar_city/tower/magetower3 +lib/crossfire/lib/maps/navar_city/tower/magetower4 +lib/crossfire/lib/maps/navar_city/tower/magetower5 +lib/crossfire/lib/maps/navar_city/tower/magetower_low +lib/crossfire/lib/maps/navar_city/tower/magetowfinal +lib/crossfire/lib/maps/navar_city/warehouse1 +lib/crossfire/lib/maps/navar_city/warehouse2 +lib/crossfire/lib/maps/navar_city/warehouse3 +lib/crossfire/lib/maps/navar_city/warehouse4 +lib/crossfire/lib/maps/navar_city/warehouse5 +lib/crossfire/lib/maps/navar_city/warehouse6 +lib/crossfire/lib/maps/navar_city/warehouse7 +lib/crossfire/lib/maps/navar_city/warehouse8 +lib/crossfire/lib/maps/peterm/CTower/Barracks +lib/crossfire/lib/maps/peterm/CTower/CTower +lib/crossfire/lib/maps/peterm/CTower/Chamber +lib/crossfire/lib/maps/peterm/CTower/Dungeon +lib/crossfire/lib/maps/peterm/CTower/GroundLevel +lib/crossfire/lib/maps/peterm/CTower/Laboratory +lib/crossfire/lib/maps/peterm/CTower/Library +lib/crossfire/lib/maps/peterm/CTower/Officers +lib/crossfire/lib/maps/peterm/CTower/Servants +lib/crossfire/lib/maps/peterm/CTower/Study +lib/crossfire/lib/maps/peterm/CTower/TowerTop +lib/crossfire/lib/maps/peterm/Demonology/AirMaster +lib/crossfire/lib/maps/peterm/Demonology/AirStudy +lib/crossfire/lib/maps/peterm/Demonology/AirTower1 +lib/crossfire/lib/maps/peterm/Demonology/AirTower2 +lib/crossfire/lib/maps/peterm/Demonology/ApprenticeLevel +lib/crossfire/lib/maps/peterm/Demonology/Demon1 +lib/crossfire/lib/maps/peterm/Demonology/Demon2 +lib/crossfire/lib/maps/peterm/Demonology/Demon3 +lib/crossfire/lib/maps/peterm/Demonology/EarthMaster +lib/crossfire/lib/maps/peterm/Demonology/EarthStudy +lib/crossfire/lib/maps/peterm/Demonology/EarthTower1 +lib/crossfire/lib/maps/peterm/Demonology/EarthTower2 +lib/crossfire/lib/maps/peterm/Demonology/Entrance +lib/crossfire/lib/maps/peterm/Demonology/Entrance.orig +lib/crossfire/lib/maps/peterm/Demonology/FireMaster +lib/crossfire/lib/maps/peterm/Demonology/FireStudy +lib/crossfire/lib/maps/peterm/Demonology/FireTower1 +lib/crossfire/lib/maps/peterm/Demonology/FireTower2 +lib/crossfire/lib/maps/peterm/Demonology/GroundLevel +lib/crossfire/lib/maps/peterm/Demonology/HighTower1 +lib/crossfire/lib/maps/peterm/Demonology/HighTower2 +lib/crossfire/lib/maps/peterm/Demonology/HighTowerTop +lib/crossfire/lib/maps/peterm/Demonology/JourneymanLevel +lib/crossfire/lib/maps/peterm/Demonology/MasterLevel +lib/crossfire/lib/maps/peterm/Demonology/WaterMaster +lib/crossfire/lib/maps/peterm/Demonology/WaterStudy +lib/crossfire/lib/maps/peterm/Demonology/WaterTower1 +lib/crossfire/lib/maps/peterm/Demonology/WaterTower2 +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricAnte +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricLord +lib/crossfire/lib/maps/peterm/DragonQuest/Entrance +lib/crossfire/lib/maps/peterm/DragonQuest/FireAnte +lib/crossfire/lib/maps/peterm/DragonQuest/FireHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/FireLord +lib/crossfire/lib/maps/peterm/DragonQuest/IceAnte +lib/crossfire/lib/maps/peterm/DragonQuest/IceHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/IceLord +lib/crossfire/lib/maps/peterm/DragonQuest/WyvernNest +lib/crossfire/lib/maps/peterm/FireTemple/Entrance +lib/crossfire/lib/maps/peterm/FireTemple/FifthFloor +lib/crossfire/lib/maps/peterm/FireTemple/Fire1 +lib/crossfire/lib/maps/peterm/FireTemple/Fire2 +lib/crossfire/lib/maps/peterm/FireTemple/Fire3 +lib/crossfire/lib/maps/peterm/FireTemple/Fire4 +lib/crossfire/lib/maps/peterm/FireTemple/FirstFloor +lib/crossfire/lib/maps/peterm/FireTemple/FourthFloor +lib/crossfire/lib/maps/peterm/FireTemple/HotMines +lib/crossfire/lib/maps/peterm/FireTemple/LavaChamber +lib/crossfire/lib/maps/peterm/FireTemple/Mezannine1 +lib/crossfire/lib/maps/peterm/FireTemple/Passageway +lib/crossfire/lib/maps/peterm/FireTemple/SecondFloor +lib/crossfire/lib/maps/peterm/FireTemple/ThirdFloor +lib/crossfire/lib/maps/peterm/temple/AnteChamber +lib/crossfire/lib/maps/peterm/temple/GemTunnel +lib/crossfire/lib/maps/peterm/temple/InnerTemple +lib/crossfire/lib/maps/peterm/temple/OuterTemple +lib/crossfire/lib/maps/peterm/temple/Temple +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.1 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.2 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.3 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.4 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.5 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.ud1 +lib/crossfire/lib/maps/pup_land/ancient/castle/ghoswolte +lib/crossfire/lib/maps/pup_land/ancient/company +lib/crossfire/lib/maps/pup_land/ancient/kurte/house +lib/crossfire/lib/maps/pup_land/ancient/kurte/kurte +lib/crossfire/lib/maps/pup_land/ancient/kurte/shop +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.4 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.B1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/tower.1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house2 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house3 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house4 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house5 +lib/crossfire/lib/maps/pup_land/ancient/ruin/path +lib/crossfire/lib/maps/pup_land/ancient/ruin/shop +lib/crossfire/lib/maps/pup_land/ancient/ruin/tower +lib/crossfire/lib/maps/pup_land/ancient/ruin/underground +lib/crossfire/lib/maps/pup_land/ancient/ruin/village +lib/crossfire/lib/maps/pup_land/ancient/to_future +lib/crossfire/lib/maps/pup_land/ancient/village/graveyard +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B6 +lib/crossfire/lib/maps/pup_land/ancient/village/hut1 +lib/crossfire/lib/maps/pup_land/ancient/village/hut2 +lib/crossfire/lib/maps/pup_land/ancient/village/hut3 +lib/crossfire/lib/maps/pup_land/ancient/village/hut4 +lib/crossfire/lib/maps/pup_land/ancient/village/hut5 +lib/crossfire/lib/maps/pup_land/ancient/village/hut6 +lib/crossfire/lib/maps/pup_land/ancient/village/inn +lib/crossfire/lib/maps/pup_land/ancient/village/shop +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/lever +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5a +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5b +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5c +lib/crossfire/lib/maps/pup_land/ancient/village/tavern +lib/crossfire/lib/maps/pup_land/ancient/village/tavern1 +lib/crossfire/lib/maps/pup_land/ancient/village/village +lib/crossfire/lib/maps/pup_land/ancient/world +lib/crossfire/lib/maps/pup_land/barrier +lib/crossfire/lib/maps/pup_land/begin/adv +lib/crossfire/lib/maps/pup_land/begin/p1 +lib/crossfire/lib/maps/pup_land/begin/p2 +lib/crossfire/lib/maps/pup_land/begin/p3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca2 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca4 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca5 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca6 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca7 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca8 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca9 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass3 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave1 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave2 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave3 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5.bak +lib/crossfire/lib/maps/pup_land/cave_weapon/cave51 +lib/crossfire/lib/maps/pup_land/hall2 +lib/crossfire/lib/maps/pup_land/hall_of_fame +lib/crossfire/lib/maps/pup_land/hq +lib/crossfire/lib/maps/pup_land/hq_ud +lib/crossfire/lib/maps/pup_land/jk/Fogs +lib/crossfire/lib/maps/pup_land/jk/gs_house +lib/crossfire/lib/maps/pup_land/jk/heads +lib/crossfire/lib/maps/pup_land/kurte/eureca_road1 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road2 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road3 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road31 +lib/crossfire/lib/maps/pup_land/kurte/house +lib/crossfire/lib/maps/pup_land/kurte/hut1 +lib/crossfire/lib/maps/pup_land/kurte/hut2 +lib/crossfire/lib/maps/pup_land/kurte/jungle +lib/crossfire/lib/maps/pup_land/kurte/kurte +lib/crossfire/lib/maps/pup_land/kurte/penta +lib/crossfire/lib/maps/pup_land/kurte/to_past +lib/crossfire/lib/maps/pup_land/lone_town/bank +lib/crossfire/lib/maps/pup_land/lone_town/cave/B1 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B2 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B3 +lib/crossfire/lib/maps/pup_land/lone_town/church +lib/crossfire/lib/maps/pup_land/lone_town/church_ud +lib/crossfire/lib/maps/pup_land/lone_town/cordish +lib/crossfire/lib/maps/pup_land/lone_town/cordish2 +lib/crossfire/lib/maps/pup_land/lone_town/dress1 +lib/crossfire/lib/maps/pup_land/lone_town/dress2 +lib/crossfire/lib/maps/pup_land/lone_town/dress3 +lib/crossfire/lib/maps/pup_land/lone_town/gemshop +lib/crossfire/lib/maps/pup_land/lone_town/gemshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/gshop +lib/crossfire/lib/maps/pup_land/lone_town/gshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_law +lib/crossfire/lib/maps/pup_land/lone_town/guild_law_ud +lib/crossfire/lib/maps/pup_land/lone_town/heinrich +lib/crossfire/lib/maps/pup_land/lone_town/inn +lib/crossfire/lib/maps/pup_land/lone_town/magic +lib/crossfire/lib/maps/pup_land/lone_town/magic.old +lib/crossfire/lib/maps/pup_land/lone_town/mshop +lib/crossfire/lib/maps/pup_land/lone_town/mshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/nf_bar +lib/crossfire/lib/maps/pup_land/lone_town/pupuly +lib/crossfire/lib/maps/pup_land/lone_town/tavern +lib/crossfire/lib/maps/pup_land/lone_town/tavern_ud +lib/crossfire/lib/maps/pup_land/lone_town/thief_market +lib/crossfire/lib/maps/pup_land/lone_town/town +lib/crossfire/lib/maps/pup_land/lone_town/town_ud1 +lib/crossfire/lib/maps/pup_land/lone_town/town_ud2 +lib/crossfire/lib/maps/pup_land/lone_town/training +lib/crossfire/lib/maps/pup_land/lone_town/training2 +lib/crossfire/lib/maps/pup_land/nurnberg/agito +lib/crossfire/lib/maps/pup_land/nurnberg/alshop +lib/crossfire/lib/maps/pup_land/nurnberg/aqueduct +lib/crossfire/lib/maps/pup_land/nurnberg/ashop +lib/crossfire/lib/maps/pup_land/nurnberg/bank +lib/crossfire/lib/maps/pup_land/nurnberg/bshop +lib/crossfire/lib/maps/pup_land/nurnberg/castle +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle2 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle3 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle4 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_ud +lib/crossfire/lib/maps/pup_land/nurnberg/church +lib/crossfire/lib/maps/pup_land/nurnberg/city +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb1 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/click +lib/crossfire/lib/maps/pup_land/nurnberg/dick/heaven +lib/crossfire/lib/maps/pup_land/nurnberg/dick/hell +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house2 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/maze +lib/crossfire/lib/maps/pup_land/nurnberg/dick/showinv +lib/crossfire/lib/maps/pup_land/nurnberg/fshop +lib/crossfire/lib/maps/pup_land/nurnberg/guild +lib/crossfire/lib/maps/pup_land/nurnberg/guild_ud +lib/crossfire/lib/maps/pup_land/nurnberg/hotel +lib/crossfire/lib/maps/pup_land/nurnberg/hotel.old +lib/crossfire/lib/maps/pup_land/nurnberg/hq +lib/crossfire/lib/maps/pup_land/nurnberg/jshop +lib/crossfire/lib/maps/pup_land/nurnberg/nf_bar +lib/crossfire/lib/maps/pup_land/nurnberg/paslab +lib/crossfire/lib/maps/pup_land/nurnberg/pshop +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/reception +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind7 +lib/crossfire/lib/maps/pup_land/nurnberg/washop +lib/crossfire/lib/maps/pup_land/nurnberg/wshop +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1.old +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal3 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal4 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal5 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal6 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB3 +lib/crossfire/lib/maps/pup_land/port_e +lib/crossfire/lib/maps/pup_land/port_e_house +lib/crossfire/lib/maps/pup_land/port_w +lib/crossfire/lib/maps/pup_land/pplant/pplant1 +lib/crossfire/lib/maps/pup_land/pplant/pplant2 +lib/crossfire/lib/maps/pup_land/pplant/pplant3 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud1 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud2 +lib/crossfire/lib/maps/pup_land/pplant/pup_land-1.0-README +lib/crossfire/lib/maps/pup_land/raffle/raffle1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_b +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u4 +lib/crossfire/lib/maps/pup_land/raffle/raffle3 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2a +lib/crossfire/lib/maps/pup_land/rainbow/Keira +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/Bizuzu +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/b_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cd_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/d_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/f_a +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_boss +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_road +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut1 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut3 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/orc_f +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/t_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/Kum +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_inner +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/d_cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/h_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/holes +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/sticky +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/tray +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Garan +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Goraon +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Ring +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Rufto +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Wips +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/c-road +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/name +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/sec-p +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/w-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/bot +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/curve +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/demi +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/junk +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/key +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/mf +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path7 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path9 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/statue +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/cross +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/romm88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room22 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room44 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room6 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room66 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/big-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/order +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/back +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/grave +lib/crossfire/lib/maps/pup_land/rainbow/T.K +lib/crossfire/lib/maps/pup_land/rainbow/bed_room +lib/crossfire/lib/maps/pup_land/rainbow/entrance1 +lib/crossfire/lib/maps/pup_land/rainbow/exit +lib/crossfire/lib/maps/pup_land/rainbow/islands +lib/crossfire/lib/maps/pup_land/rainbow/l_h1 +lib/crossfire/lib/maps/pup_land/rainbow/l_h2 +lib/crossfire/lib/maps/pup_land/rainbow/l_hB +lib/crossfire/lib/maps/pup_land/rainbow/red_town/town +lib/crossfire/lib/maps/pup_land/rainbow/river +lib/crossfire/lib/maps/pup_land/rainbow/roof +lib/crossfire/lib/maps/pup_land/rainbow/shore +lib/crossfire/lib/maps/pup_land/rainbow/station +lib/crossfire/lib/maps/pup_land/rainbow/w-tower +lib/crossfire/lib/maps/pup_land/rainbow/well +lib/crossfire/lib/maps/pup_land/rainbow/woods +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole1 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole2 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/jungle +lib/crossfire/lib/maps/pup_land/s_f/KI +lib/crossfire/lib/maps/pup_land/s_f/KI2 +lib/crossfire/lib/maps/pup_land/s_f/Kira +lib/crossfire/lib/maps/pup_land/s_f/cave1 +lib/crossfire/lib/maps/pup_land/s_f/cave2 +lib/crossfire/lib/maps/pup_land/s_f/floor1 +lib/crossfire/lib/maps/pup_land/s_f/floor2 +lib/crossfire/lib/maps/pup_land/s_f/ruin +lib/crossfire/lib/maps/pup_land/s_f/ruin_ug +lib/crossfire/lib/maps/pup_land/s_f/secret +lib/crossfire/lib/maps/pup_land/s_f/special +lib/crossfire/lib/maps/pup_land/s_f/st1 +lib/crossfire/lib/maps/pup_land/s_f/st2 +lib/crossfire/lib/maps/pup_land/s_f/st3 +lib/crossfire/lib/maps/pup_land/s_f/st5 +lib/crossfire/lib/maps/pup_land/s_f/st6 +lib/crossfire/lib/maps/pup_land/s_f/st7 +lib/crossfire/lib/maps/pup_land/s_f/to-jyo +lib/crossfire/lib/maps/pup_land/terminal +lib/crossfire/lib/maps/pup_land/terminal_u1 +lib/crossfire/lib/maps/pup_land/world +lib/crossfire/lib/maps/santo_dominion/appartment +lib/crossfire/lib/maps/santo_dominion/basement +lib/crossfire/lib/maps/santo_dominion/crossfire +lib/crossfire/lib/maps/santo_dominion/den +lib/crossfire/lib/maps/santo_dominion/house_of_hell +lib/crossfire/lib/maps/santo_dominion/houses/house1 +lib/crossfire/lib/maps/santo_dominion/just_preliminary +lib/crossfire/lib/maps/santo_dominion/lord_byron/1st_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/dungeon +lib/crossfire/lib/maps/santo_dominion/lord_byron/main +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/opera +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/well/bottom +lib/crossfire/lib/maps/santo_dominion/magara/well/top +lib/crossfire/lib/maps/santo_dominion/map.and.sale +lib/crossfire/lib/maps/santo_dominion/map.stigkr.1 +lib/crossfire/lib/maps/santo_dominion/map.stigkr.2 +lib/crossfire/lib/maps/santo_dominion/noble_rest +lib/crossfire/lib/maps/santo_dominion/north_barn +lib/crossfire/lib/maps/santo_dominion/north_farm +lib/crossfire/lib/maps/santo_dominion/peacock +lib/crossfire/lib/maps/santo_dominion/shops/armour +lib/crossfire/lib/maps/santo_dominion/shops/eliks +lib/crossfire/lib/maps/santo_dominion/shops/erash +lib/crossfire/lib/maps/santo_dominion/shops/nosferatu +lib/crossfire/lib/maps/santo_dominion/shops/rings +lib/crossfire/lib/maps/santo_dominion/south_barn +lib/crossfire/lib/maps/santo_dominion/tavern +lib/crossfire/lib/maps/santo_dominion/tavern.2ndfloor +lib/crossfire/lib/maps/santo_dominion/tavern.downstairs +lib/crossfire/lib/maps/santo_dominion/tobias +lib/crossfire/lib/maps/santo_dominion/tobias.top +lib/crossfire/lib/maps/santo_dominion/tollpost +lib/crossfire/lib/maps/santo_dominion/town +lib/crossfire/lib/maps/skud/court +lib/crossfire/lib/maps/skud/east_1 +lib/crossfire/lib/maps/skud/entrance +lib/crossfire/lib/maps/skud/maze +lib/crossfire/lib/maps/skud/north_1 +lib/crossfire/lib/maps/skud/west_1 +lib/crossfire/lib/maps/terrain/desert_1 +lib/crossfire/lib/maps/terrain/desert_2 +lib/crossfire/lib/maps/terrain/empty +lib/crossfire/lib/maps/terrain/forest_1 +lib/crossfire/lib/maps/terrain/forest_2 +lib/crossfire/lib/maps/terrain/hills_1 +lib/crossfire/lib/maps/terrain/hills_2 +lib/crossfire/lib/maps/terrain/jungle_1 +lib/crossfire/lib/maps/terrain/jungle_2 +lib/crossfire/lib/maps/terrain/mountain_1 +lib/crossfire/lib/maps/terrain/mountain_2 +lib/crossfire/lib/maps/terrain/plains_1 +lib/crossfire/lib/maps/terrain/plains_2 +lib/crossfire/lib/maps/terrain/swamp_1 +lib/crossfire/lib/maps/terrain/swamp_2 +lib/crossfire/lib/maps/test/connected_bug +lib/crossfire/lib/maps/test/diagonal +lib/crossfire/lib/maps/test/insert_bug +lib/crossfire/lib/maps/test/multisquare +lib/crossfire/lib/maps/thomas/sisters/compound1 +lib/crossfire/lib/maps/thomas/sisters/compound2 +lib/crossfire/lib/maps/thomas/sisters/compound3 +lib/crossfire/lib/maps/thomas/sisters/entrance +lib/crossfire/lib/maps/thomas/sisters/granary +lib/crossfire/lib/maps/thomas/sisters/necro_entrance +lib/crossfire/lib/maps/thomas/sisters/necro_hole1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1a +lib/crossfire/lib/maps/thomas/sisters/shrine0 +lib/crossfire/lib/maps/thomas/sisters/shrine0_east +lib/crossfire/lib/maps/thomas/sisters/shrine0_west +lib/crossfire/lib/maps/thomas/sisters/shrine1 +lib/crossfire/lib/maps/thomas/sisters/shrine_entrance +lib/crossfire/lib/maps/thomas/sisters/small_manor0 +lib/crossfire/lib/maps/thomas/sisters/small_manor1 +lib/crossfire/lib/maps/thomas/sisters/small_manor2 +lib/crossfire/lib/maps/thomas/sisters/small_village +lib/crossfire/lib/maps/thomas/sisters/tower0 +lib/crossfire/lib/maps/thomas/sisters/tower1 +lib/crossfire/lib/maps/thomas/sisters/tower2 +lib/crossfire/lib/maps/thomas/sisters/tower3 +lib/crossfire/lib/maps/thomas/sisters/valley +lib/crossfire/lib/maps/wolfsburg/dept_store +lib/crossfire/lib/maps/wolfsburg/etern_rew +lib/crossfire/lib/maps/wolfsburg/inns +lib/crossfire/lib/maps/wolfsburg/magara/castle/cellar +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_2 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hole +lib/crossfire/lib/maps/wolfsburg/magara/cellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/entrance +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 +lib/crossfire/lib/maps/wolfsburg/piratechurch +lib/crossfire/lib/maps/wolfsburg/piratetown +lib/crossfire/lib/maps/wolfsburg/prison +lib/crossfire/lib/maps/wolfsburg/slave_pit1 +lib/crossfire/lib/maps/wolfsburg/slave_pit2 +lib/crossfire/lib/maps/wolfsburg/slave_pit3 +lib/crossfire/lib/maps/wolfsburg/snakepit +lib/crossfire/lib/maps/wolfsburg/tt/tta1 +lib/crossfire/lib/maps/wolfsburg/tt/tta2 +lib/crossfire/lib/maps/wolfsburg/tt/ttb1 +lib/crossfire/lib/maps/wolfsburg/tt/ttb2 +lib/crossfire/lib/maps/wolfsburg/ware1 +lib/crossfire/lib/maps/wolfsburg/whorehouse +lib/crossfire/lib/maps/world/README +lib/crossfire/lib/maps/world/connect.pl +lib/crossfire/lib/maps/world/world_a1 +lib/crossfire/lib/maps/world/world_a2 +lib/crossfire/lib/maps/world/world_a3 +lib/crossfire/lib/maps/world/world_a4 +lib/crossfire/lib/maps/world/world_b1 +lib/crossfire/lib/maps/world/world_b2 +lib/crossfire/lib/maps/world/world_b3 +lib/crossfire/lib/maps/world/world_b4 +lib/crossfire/lib/maps/world/world_c1 +lib/crossfire/lib/maps/world/world_c2 +lib/crossfire/lib/maps/world/world_c3 +lib/crossfire/lib/maps/world/world_c4 +lib/crossfire/lib/maps/world/world_e1 +lib/crossfire/lib/maps/world/world_e2 +lib/crossfire/lib/messages +lib/crossfire/lib/motd +lib/crossfire/lib/players/.keep_me +lib/crossfire/lib/races +lib/crossfire/lib/skill_params +lib/crossfire/lib/sounds +lib/crossfire/lib/spell_params +lib/crossfire/lib/treasures +lib/crossfire/lib/unique-items/.keep_me +lib/crossfire/lib/xpmtopix.pl +lib/crossfire/sounds/Creaky-1.au +lib/crossfire/sounds/Evil_Laugh.au +lib/crossfire/sounds/Explosion.au +lib/crossfire/sounds/FloorTom.au +lib/crossfire/sounds/Gun-5.au +lib/crossfire/sounds/MetalCrash.au +lib/crossfire/sounds/Missed.au +lib/crossfire/sounds/Missle1.au +lib/crossfire/sounds/Puke.au +lib/crossfire/sounds/README +lib/crossfire/sounds/Tear.au +lib/crossfire/sounds/Teeswing.au +lib/crossfire/sounds/TowerClock.au +lib/crossfire/sounds/Whoosh.au +lib/crossfire/sounds/blip.au +lib/crossfire/sounds/boink2.au +lib/crossfire/sounds/bugle_charge.au +lib/crossfire/sounds/chord.au +lib/crossfire/sounds/click1.au +lib/crossfire/sounds/click2.au +lib/crossfire/sounds/drip.au +lib/crossfire/sounds/first_try.au +lib/crossfire/sounds/gong.au +lib/crossfire/sounds/lightning1.au +lib/crossfire/sounds/magic.au +lib/crossfire/sounds/ouch1.au +lib/crossfire/sounds/sci_fi_gun.au +lib/crossfire/sounds/squish.au +lib/crossfire/sounds/su-fanf.au +lib/crossfire/sounds/swish.au +lib/crossfire/sounds/thru.au +share/doc/crossfire/Crossedit.doc +share/doc/crossfire/Imakefile +share/doc/crossfire/PlayerStats +share/doc/crossfire/README +share/doc/crossfire/RunTimeCommands +share/doc/crossfire/SurvivalGuide +share/doc/crossfire/alchemy.doc +share/doc/crossfire/crossedit.man +share/doc/crossfire/crossfire.doc +share/doc/crossfire/crossfire.man +share/doc/crossfire/crosslib.doc +share/doc/crossfire/experience +share/doc/crossfire/handbook.ps +share/doc/crossfire/include_html.pl +share/doc/crossfire/mapguide +share/doc/crossfire/mapmakers_guide_to_runes +share/doc/crossfire/maps-README +share/doc/crossfire/multigod +share/doc/crossfire/playbook-html/.bmaps +share/doc/crossfire/playbook-html/2x2.ppm +share/doc/crossfire/playbook-html/Imakefile +share/doc/crossfire/playbook-html/Makefile +share/doc/crossfire/playbook-html/Makefile.bak +share/doc/crossfire/playbook-html/Pdragonmail.111.gif +share/doc/crossfire/playbook-html/altar.111.gif +share/doc/crossfire/playbook-html/altar.html +share/doc/crossfire/playbook-html/altardevo.111.gif +share/doc/crossfire/playbook-html/altargaea.111.gif +share/doc/crossfire/playbook-html/altargnarg.111.gif +share/doc/crossfire/playbook-html/altarjeho.111.gif +share/doc/crossfire/playbook-html/altarluci.111.gif +share/doc/crossfire/playbook-html/altarlyth.111.gif +share/doc/crossfire/playbook-html/altarmostr.111.gif +share/doc/crossfire/playbook-html/altarnone.111.gif +share/doc/crossfire/playbook-html/altarrugg.111.gif +share/doc/crossfire/playbook-html/appA.html +share/doc/crossfire/playbook-html/appB.html +share/doc/crossfire/playbook-html/appC.html +share/doc/crossfire/playbook-html/appC.shtml +share/doc/crossfire/playbook-html/apple.111.gif +share/doc/crossfire/playbook-html/arm.111.gif +share/doc/crossfire/playbook-html/bag-popcorn.111.gif +share/doc/crossfire/playbook-html/bag.111.gif +share/doc/crossfire/playbook-html/balm-gen.111.gif +share/doc/crossfire/playbook-html/barbarian.171.gif +share/doc/crossfire/playbook-html/bed-save.111.gif +share/doc/crossfire/playbook-html/big-eye.111.gif +share/doc/crossfire/playbook-html/bonus-extract +share/doc/crossfire/playbook-html/bonus-extract.orig +share/doc/crossfire/playbook-html/bonus.html +share/doc/crossfire/playbook-html/book.111.gif +share/doc/crossfire/playbook-html/books.html +share/doc/crossfire/playbook-html/bookshelf.111.gif +share/doc/crossfire/playbook-html/bow.111.gif +share/doc/crossfire/playbook-html/bows.html +share/doc/crossfire/playbook-html/br_wall.html +share/doc/crossfire/playbook-html/bul-wall-0.111.gif +share/doc/crossfire/playbook-html/button-big.111.gif +share/doc/crossfire/playbook-html/button-sma.111.gif +share/doc/crossfire/playbook-html/cabbage.111.gif +share/doc/crossfire/playbook-html/cake.111.gif +share/doc/crossfire/playbook-html/card.111.gif +share/doc/crossfire/playbook-html/carrot.111.gif +share/doc/crossfire/playbook-html/cauldron.111.gif +share/doc/crossfire/playbook-html/cauldron.html +share/doc/crossfire/playbook-html/chainmail.111.gif +share/doc/crossfire/playbook-html/chap1.html +share/doc/crossfire/playbook-html/chap2.html +share/doc/crossfire/playbook-html/chap2.shtml +share/doc/crossfire/playbook-html/chap3.html +share/doc/crossfire/playbook-html/chap3.shtml +share/doc/crossfire/playbook-html/chap4.html +share/doc/crossfire/playbook-html/chap4.shtml +share/doc/crossfire/playbook-html/chap5.html +share/doc/crossfire/playbook-html/chap5.shtml +share/doc/crossfire/playbook-html/chap6.html +share/doc/crossfire/playbook-html/chap6.shtml +share/doc/crossfire/playbook-html/chap7.html +share/doc/crossfire/playbook-html/char-extract +share/doc/crossfire/playbook-html/char.html +share/doc/crossfire/playbook-html/characters.gif +share/doc/crossfire/playbook-html/chest-1.111.gif +share/doc/crossfire/playbook-html/chocolate.111.gif +share/doc/crossfire/playbook-html/cleric.171.gif +share/doc/crossfire/playbook-html/clover.111.gif +share/doc/crossfire/playbook-html/coffee.111.gif +share/doc/crossfire/playbook-html/conv.111.gif +share/doc/crossfire/playbook-html/convert.pl +share/doc/crossfire/playbook-html/corpse.111.gif +share/doc/crossfire/playbook-html/corpse.html +share/doc/crossfire/playbook-html/corpse1.111.gif +share/doc/crossfire/playbook-html/crossbow.111.gif +share/doc/crossfire/playbook-html/dead-neko.111.gif +share/doc/crossfire/playbook-html/demon-head.111.gif +share/doc/crossfire/playbook-html/depositbox.111.gif +share/doc/crossfire/playbook-html/diploma.111.gif +share/doc/crossfire/playbook-html/dir_spin.html +share/doc/crossfire/playbook-html/director.181.gif +share/doc/crossfire/playbook-html/door-0.111.gif +share/doc/crossfire/playbook-html/drag-steak.111.gif +share/doc/crossfire/playbook-html/dragon-eye.111.gif +share/doc/crossfire/playbook-html/dragon-wing.111.gif +share/doc/crossfire/playbook-html/dragonmail.111.gif +share/doc/crossfire/playbook-html/dress1.111.gif +share/doc/crossfire/playbook-html/dust-gen.111.gif +share/doc/crossfire/playbook-html/dwarf-p.111.gif +share/doc/crossfire/playbook-html/earthwall.111.gif +share/doc/crossfire/playbook-html/ectoplasm.111.gif +share/doc/crossfire/playbook-html/elf.171.gif +share/doc/crossfire/playbook-html/elven-bow.111.gif +share/doc/crossfire/playbook-html/emerald.111.gif +share/doc/crossfire/playbook-html/empty.pbm +share/doc/crossfire/playbook-html/equip.html +share/doc/crossfire/playbook-html/eyes.111.gif +share/doc/crossfire/playbook-html/fig/book.gif +share/doc/crossfire/playbook-html/fig/earrow.gif +share/doc/crossfire/playbook-html/fig/narrow.gif +share/doc/crossfire/playbook-html/fig/nearrow.gif +share/doc/crossfire/playbook-html/fig/nwarrow.gif +share/doc/crossfire/playbook-html/fig/sarrow.gif +share/doc/crossfire/playbook-html/fig/screen_dia.gif +share/doc/crossfire/playbook-html/fig/searrow.gif +share/doc/crossfire/playbook-html/fig/stairdown.gif +share/doc/crossfire/playbook-html/fig/stairup.gif +share/doc/crossfire/playbook-html/fig/swarrow.gif +share/doc/crossfire/playbook-html/fig/warrow.gif +share/doc/crossfire/playbook-html/figurine-gen.111.gif +share/doc/crossfire/playbook-html/finger.111.gif +share/doc/crossfire/playbook-html/fireborn.111.gif +share/doc/crossfire/playbook-html/fishfood.111.gif +share/doc/crossfire/playbook-html/flesh.html +share/doc/crossfire/playbook-html/flint-and-steel.111.gif +share/doc/crossfire/playbook-html/food.111.gif +share/doc/crossfire/playbook-html/food.html +share/doc/crossfire/playbook-html/foodone.html +share/doc/crossfire/playbook-html/foot.111.gif +share/doc/crossfire/playbook-html/fr_wall.html +share/doc/crossfire/playbook-html/gale.111.gif +share/doc/crossfire/playbook-html/gard-gate.114.gif +share/doc/crossfire/playbook-html/gatedoor.html +share/doc/crossfire/playbook-html/gem.111.gif +share/doc/crossfire/playbook-html/generic-extract +share/doc/crossfire/playbook-html/generic-rune.111.gif +share/doc/crossfire/playbook-html/goblin-head.111.gif +share/doc/crossfire/playbook-html/gods-extract +share/doc/crossfire/playbook-html/gods.html +share/doc/crossfire/playbook-html/goldcoin.111.gif +share/doc/crossfire/playbook-html/grate-1.111.gif +share/doc/crossfire/playbook-html/grate-2.111.gif +share/doc/crossfire/playbook-html/grate-2.118.gif +share/doc/crossfire/playbook-html/gravestone.111.gif +share/doc/crossfire/playbook-html/gravestone.html +share/doc/crossfire/playbook-html/gu-horn.114.gif +share/doc/crossfire/playbook-html/guild.111.gif +share/doc/crossfire/playbook-html/guild.html +share/doc/crossfire/playbook-html/halfling.111.gif +share/doc/crossfire/playbook-html/hand.111.gif +share/doc/crossfire/playbook-html/handbook.html +share/doc/crossfire/playbook-html/handbook.shtml +share/doc/crossfire/playbook-html/handbutt.html +share/doc/crossfire/playbook-html/handle.111.gif +share/doc/crossfire/playbook-html/hands.111.gif +share/doc/crossfire/playbook-html/head.111.gif +share/doc/crossfire/playbook-html/heart.111.gif +share/doc/crossfire/playbook-html/hedge.111.gif +share/doc/crossfire/playbook-html/holy-symbol.111.gif +share/doc/crossfire/playbook-html/holysymbol.html +share/doc/crossfire/playbook-html/horn.111.gif +share/doc/crossfire/playbook-html/horns.html +share/doc/crossfire/playbook-html/human.171.gif +share/doc/crossfire/playbook-html/icor.111.gif +share/doc/crossfire/playbook-html/in_char +share/doc/crossfire/playbook-html/in_equip +share/doc/crossfire/playbook-html/in_items +share/doc/crossfire/playbook-html/insect-sting.111.gif +share/doc/crossfire/playbook-html/insect-wing.111.gif +share/doc/crossfire/playbook-html/iron-gate1.118.gif +share/doc/crossfire/playbook-html/items +share/doc/crossfire/playbook-html/items-extract +share/doc/crossfire/playbook-html/items.gif +share/doc/crossfire/playbook-html/key-ring.111.gif +share/doc/crossfire/playbook-html/key1.111.gif +share/doc/crossfire/playbook-html/key2.111.gif +share/doc/crossfire/playbook-html/keys.html +share/doc/crossfire/playbook-html/l-shop1.111.gif +share/doc/crossfire/playbook-html/lapron.111.gif +share/doc/crossfire/playbook-html/lbull-wall.101.gif +share/doc/crossfire/playbook-html/ldoor1.111.gif +share/doc/crossfire/playbook-html/leather-ar.111.gif +share/doc/crossfire/playbook-html/leg.111.gif +share/doc/crossfire/playbook-html/letter.111.gif +share/doc/crossfire/playbook-html/levels-extract +share/doc/crossfire/playbook-html/levels.html +share/doc/crossfire/playbook-html/lever.111.gif +share/doc/crossfire/playbook-html/light-wall.101.gif +share/doc/crossfire/playbook-html/lightning-bow.111.gif +share/doc/crossfire/playbook-html/liver.111.gif +share/doc/crossfire/playbook-html/loaf.111.gif +share/doc/crossfire/playbook-html/lockpicks.111.gif +share/doc/crossfire/playbook-html/lockpicks.html +share/doc/crossfire/playbook-html/logfile +share/doc/crossfire/playbook-html/luggage.111.gif +share/doc/crossfire/playbook-html/mage.171.gif +share/doc/crossfire/playbook-html/magic-bow.111.gif +share/doc/crossfire/playbook-html/mailbox.111.gif +share/doc/crossfire/playbook-html/makeps +share/doc/crossfire/playbook-html/mint.111.gif +share/doc/crossfire/playbook-html/mithril-ar.111.gif +share/doc/crossfire/playbook-html/mithril.111.gif +share/doc/crossfire/playbook-html/money.html +share/doc/crossfire/playbook-html/monk.111.gif +share/doc/crossfire/playbook-html/monument.111.gif +share/doc/crossfire/playbook-html/mushroom-1.111.gif +share/doc/crossfire/playbook-html/naz-report.111.gif +share/doc/crossfire/playbook-html/ninja.171.gif +share/doc/crossfire/playbook-html/note.111.gif +share/doc/crossfire/playbook-html/onion.111.gif +share/doc/crossfire/playbook-html/orange.111.gif +share/doc/crossfire/playbook-html/orcchop.111.gif +share/doc/crossfire/playbook-html/pear.111.gif +share/doc/crossfire/playbook-html/pearl.111.gif +share/doc/crossfire/playbook-html/pit.html +share/doc/crossfire/playbook-html/pix-wing.111.gif +share/doc/crossfire/playbook-html/pl-half-orc.111.gif +share/doc/crossfire/playbook-html/plate-mail.111.gif +share/doc/crossfire/playbook-html/plt-coin.111.gif +share/doc/crossfire/playbook-html/potato.111.gif +share/doc/crossfire/playbook-html/potion.html +share/doc/crossfire/playbook-html/potioncha.111.gif +share/doc/crossfire/playbook-html/potioncol.111.gif +share/doc/crossfire/playbook-html/potioncon.111.gif +share/doc/crossfire/playbook-html/potiondex.111.gif +share/doc/crossfire/playbook-html/potionfir.111.gif +share/doc/crossfire/playbook-html/potiongen.111.gif +share/doc/crossfire/playbook-html/potionhea.111.gif +share/doc/crossfire/playbook-html/potionhero.111.gif +share/doc/crossfire/playbook-html/potionimp.111.gif +share/doc/crossfire/playbook-html/potionint.111.gif +share/doc/crossfire/playbook-html/potioninv.111.gif +share/doc/crossfire/playbook-html/potionmag.111.gif +share/doc/crossfire/playbook-html/potionpow.111.gif +share/doc/crossfire/playbook-html/potions.html +share/doc/crossfire/playbook-html/potionstr.111.gif +share/doc/crossfire/playbook-html/potionwis.111.gif +share/doc/crossfire/playbook-html/pouch.111.gif +share/doc/crossfire/playbook-html/priest.171.gif +share/doc/crossfire/playbook-html/pyromaniac.111.gif +share/doc/crossfire/playbook-html/quarto.111.gif +share/doc/crossfire/playbook-html/quetzalcoatl.131.gif +share/doc/crossfire/playbook-html/quiver.111.gif +share/doc/crossfire/playbook-html/r-sack.111.gif +share/doc/crossfire/playbook-html/refs.pl +share/doc/crossfire/playbook-html/residue.111.gif +share/doc/crossfire/playbook-html/ring-drain.111.gif +share/doc/crossfire/playbook-html/ring-mail.111.gif +share/doc/crossfire/playbook-html/ring.110.gif +share/doc/crossfire/playbook-html/rings.html +share/doc/crossfire/playbook-html/roast-bird.111.gif +share/doc/crossfire/playbook-html/robe-midnight.111.gif +share/doc/crossfire/playbook-html/robe.111.gif +share/doc/crossfire/playbook-html/rod-heavy.111.gif +share/doc/crossfire/playbook-html/rods.html +share/doc/crossfire/playbook-html/root.111.gif +share/doc/crossfire/playbook-html/rose-red.111.gif +share/doc/crossfire/playbook-html/rose-wh.111.gif +share/doc/crossfire/playbook-html/rose-yel.111.gif +share/doc/crossfire/playbook-html/ruby.111.gif +share/doc/crossfire/playbook-html/rune-blast.111.gif +share/doc/crossfire/playbook-html/rune-death.111.gif +share/doc/crossfire/playbook-html/rune-fire.111.gif +share/doc/crossfire/playbook-html/rune-frost.111.gif +share/doc/crossfire/playbook-html/rune-mark.111.gif +share/doc/crossfire/playbook-html/rune-shock.111.gif +share/doc/crossfire/playbook-html/runeblast.html +share/doc/crossfire/playbook-html/runedeath.html +share/doc/crossfire/playbook-html/runefire.html +share/doc/crossfire/playbook-html/runefrost.html +share/doc/crossfire/playbook-html/runegen.html +share/doc/crossfire/playbook-html/runemark.html +share/doc/crossfire/playbook-html/runeshock.html +share/doc/crossfire/playbook-html/s-weasel.111.gif +share/doc/crossfire/playbook-html/sack.111.gif +share/doc/crossfire/playbook-html/sapphire.111.gif +share/doc/crossfire/playbook-html/savebed.html +share/doc/crossfire/playbook-html/scale-mail.111.gif +share/doc/crossfire/playbook-html/scroll.111.gif +share/doc/crossfire/playbook-html/scrollr.111.gif +share/doc/crossfire/playbook-html/scrolls.html +share/doc/crossfire/playbook-html/serpent-skin.111.gif +share/doc/crossfire/playbook-html/shop-mat.111.gif +share/doc/crossfire/playbook-html/shop.html +share/doc/crossfire/playbook-html/shopmat.html +share/doc/crossfire/playbook-html/sign-e.111.gif +share/doc/crossfire/playbook-html/sign-w.111.gif +share/doc/crossfire/playbook-html/sign.111.gif +share/doc/crossfire/playbook-html/sign.html +share/doc/crossfire/playbook-html/silvercoin.111.gif +share/doc/crossfire/playbook-html/skill_stat.html +share/doc/crossfire/playbook-html/skills-extract +share/doc/crossfire/playbook-html/skills.html +share/doc/crossfire/playbook-html/skills2-extract +share/doc/crossfire/playbook-html/skin.111.gif +share/doc/crossfire/playbook-html/sorter +share/doc/crossfire/playbook-html/speedbwall.111.gif +share/doc/crossfire/playbook-html/spellpath-extract +share/doc/crossfire/playbook-html/spellpath.html +share/doc/crossfire/playbook-html/spinner.11B.gif +share/doc/crossfire/playbook-html/staff.111.gif +share/doc/crossfire/playbook-html/statskmod-extract +share/doc/crossfire/playbook-html/statskmod.html +share/doc/crossfire/playbook-html/store-alch.111.gif +share/doc/crossfire/playbook-html/store-armo.111.gif +share/doc/crossfire/playbook-html/store-gene.111.gif +share/doc/crossfire/playbook-html/store-magi.111.gif +share/doc/crossfire/playbook-html/store-weap.111.gif +share/doc/crossfire/playbook-html/stwallsec.118.gif +share/doc/crossfire/playbook-html/swashbuckl.171.gif +share/doc/crossfire/playbook-html/talisman.111.gif +share/doc/crossfire/playbook-html/talisman.html +share/doc/crossfire/playbook-html/thief.171.gif +share/doc/crossfire/playbook-html/tmp.gif +share/doc/crossfire/playbook-html/tmp.ppm +share/doc/crossfire/playbook-html/tome.111.gif +share/doc/crossfire/playbook-html/tongue.111.gif +share/doc/crossfire/playbook-html/tooth.111.gif +share/doc/crossfire/playbook-html/trapdoor-1.111.gif +share/doc/crossfire/playbook-html/treas1-extract +share/doc/crossfire/playbook-html/treas2-extract +share/doc/crossfire/playbook-html/tunic.111.gif +share/doc/crossfire/playbook-html/version.html +share/doc/crossfire/playbook-html/viking.171.gif +share/doc/crossfire/playbook-html/wand.111.gif +share/doc/crossfire/playbook-html/wands.html +share/doc/crossfire/playbook-html/warrior.171.gif +share/doc/crossfire/playbook-html/waybread.111.gif +share/doc/crossfire/playbook-html/wdsm.111.gif +share/doc/crossfire/playbook-html/wizard.171.gif +share/doc/crossfire/playbook-html/work.ppm +share/doc/crossfire/playbook-html/wraithp.111.gif +share/doc/crossfire/programming_guide +share/doc/crossfire/skills.doc +share/doc/crossfire/skills_developer.doc +share/doc/crossfire/spell-docs/Imakefile +share/doc/crossfire/spell-docs/Makefile +share/doc/crossfire/spell-docs/Makefile.bak +share/doc/crossfire/spell-docs/README +share/doc/crossfire/spell-docs/prayer-list.ps +share/doc/crossfire/spell-docs/prayer-list.txt +share/doc/crossfire/spell-docs/spell-info.ps +share/doc/crossfire/spell-docs/spell-info.txt +share/doc/crossfire/spell-docs/spell-list.ps +share/doc/crossfire/spell-docs/spell-list.txt +share/doc/crossfire/spell-docs/spell-summary.ps +share/doc/crossfire/spell-docs/spell-summary.txt +share/doc/crossfire/spell-docs/tome-of-magic.ps +share/doc/crossfire/spell-docs/tome-of-magic.txt +share/doc/crossfire/spell-paths +share/doc/crossfire/spell_params.doc +share/doc/crossfire/spellcasters_guide_to_runes +share/doc/crossfire/spells +share/doc/crossfire/spoiler-html/.bmaps +share/doc/crossfire/spoiler-html/0 +share/doc/crossfire/spoiler-html/1 +share/doc/crossfire/spoiler-html/1x2.ppm +share/doc/crossfire/spoiler-html/2x1.ppm +share/doc/crossfire/spoiler-html/2x2.ppm +share/doc/crossfire/spoiler-html/2x3.ppm +share/doc/crossfire/spoiler-html/3x2.ppm +share/doc/crossfire/spoiler-html/3x3.ppm +share/doc/crossfire/spoiler-html/3x4.ppm +share/doc/crossfire/spoiler-html/4x4.ppm +share/doc/crossfire/spoiler-html/4x8.ppm +share/doc/crossfire/spoiler-html/6x7.ppm +share/doc/crossfire/spoiler-html/Bk.111.gif +share/doc/crossfire/spoiler-html/CSword.113.gif +share/doc/crossfire/spoiler-html/Cwyvern.171.gif +share/doc/crossfire/spoiler-html/DShield.111.gif +share/doc/crossfire/spoiler-html/GreatDemon.111.gif +share/doc/crossfire/spoiler-html/Imakefile +share/doc/crossfire/spoiler-html/Makefile +share/doc/crossfire/spoiler-html/Makefile.bak +share/doc/crossfire/spoiler-html/Pdragonmail.111.gif +share/doc/crossfire/spoiler-html/a-guard-h.111.gif +share/doc/crossfire/spoiler-html/a-guard-l.111.gif +share/doc/crossfire/spoiler-html/a-guard-m.111.gif +share/doc/crossfire/spoiler-html/a-helmet.111.gif +share/doc/crossfire/spoiler-html/a-priest.111.gif +share/doc/crossfire/spoiler-html/a-townsman.111.gif +share/doc/crossfire/spoiler-html/a-townsman2.111.gif +share/doc/crossfire/spoiler-html/a-townsman3.111.gif +share/doc/crossfire/spoiler-html/acid-pool.111.gif +share/doc/crossfire/spoiler-html/acidsphere.111.gif +share/doc/crossfire/spoiler-html/angel.111.gif +share/doc/crossfire/spoiler-html/ant-egg.111.gif +share/doc/crossfire/spoiler-html/ant-gen.111.gif +share/doc/crossfire/spoiler-html/ant-larvae.111.gif +share/doc/crossfire/spoiler-html/ant.111.gif +share/doc/crossfire/spoiler-html/archangel.115.gif +share/doc/crossfire/spoiler-html/archangel.118.gif +share/doc/crossfire/spoiler-html/arche-extract +share/doc/crossfire/spoiler-html/arche.html +share/doc/crossfire/spoiler-html/arm-extract +share/doc/crossfire/spoiler-html/arm.html +share/doc/crossfire/spoiler-html/avatar.131.gif +share/doc/crossfire/spoiler-html/axe-1.111.gif +share/doc/crossfire/spoiler-html/axe-2.111.gif +share/doc/crossfire/spoiler-html/axe-3.111.gif +share/doc/crossfire/spoiler-html/axe-4.111.gif +share/doc/crossfire/spoiler-html/axe-5.111.gif +share/doc/crossfire/spoiler-html/baby-drag.111.gif +share/doc/crossfire/spoiler-html/ball-lightning.111.gif +share/doc/crossfire/spoiler-html/barbarian.171.gif +share/doc/crossfire/spoiler-html/baslic.171.gif +share/doc/crossfire/spoiler-html/bat-gen.111.gif +share/doc/crossfire/spoiler-html/bat.111.gif +share/doc/crossfire/spoiler-html/battle-axe.111.gif +share/doc/crossfire/spoiler-html/bee-gen.111.gif +share/doc/crossfire/spoiler-html/bee.111.gif +share/doc/crossfire/spoiler-html/beehive.111.gif +share/doc/crossfire/spoiler-html/beggar.111.gif +share/doc/crossfire/spoiler-html/behemoth.111.gif +share/doc/crossfire/spoiler-html/behold-gen.111.gif +share/doc/crossfire/spoiler-html/beholder.111.gif +share/doc/crossfire/spoiler-html/belzebub.111.gif +share/doc/crossfire/spoiler-html/big-club.111.gif +share/doc/crossfire/spoiler-html/big-demon.171.gif +share/doc/crossfire/spoiler-html/big-slave.111.gif +share/doc/crossfire/spoiler-html/big-wiz.111.gif +share/doc/crossfire/spoiler-html/bighorn-he.111.gif +share/doc/crossfire/spoiler-html/bird-gen.111.gif +share/doc/crossfire/spoiler-html/bird.111.gif +share/doc/crossfire/spoiler-html/blob.111.gif +share/doc/crossfire/spoiler-html/blocked.111.gif +share/doc/crossfire/spoiler-html/bomb.111.gif +share/doc/crossfire/spoiler-html/bone-head.111.gif +share/doc/crossfire/spoiler-html/bonecrush.111.gif +share/doc/crossfire/spoiler-html/bow-extract +share/doc/crossfire/spoiler-html/bow.111.gif +share/doc/crossfire/spoiler-html/bow.html +share/doc/crossfire/spoiler-html/bpudding-g.111.gif +share/doc/crossfire/spoiler-html/bpudding.111.gif +share/doc/crossfire/spoiler-html/breeder-ant.111.gif +share/doc/crossfire/spoiler-html/broo.111.gif +share/doc/crossfire/spoiler-html/bsword-1.111.gif +share/doc/crossfire/spoiler-html/bsword-2.111.gif +share/doc/crossfire/spoiler-html/bullet.112.gif +share/doc/crossfire/spoiler-html/byakie.111.gif +share/doc/crossfire/spoiler-html/c-knight.111.gif +share/doc/crossfire/spoiler-html/c-priest.131.gif +share/doc/crossfire/spoiler-html/cancellati.111.gif +share/doc/crossfire/spoiler-html/centipede.111.gif +share/doc/crossfire/spoiler-html/ch-bish.111.gif +share/doc/crossfire/spoiler-html/ch-king.111.gif +share/doc/crossfire/spoiler-html/ch-knight.111.gif +share/doc/crossfire/spoiler-html/ch-pawn.111.gif +share/doc/crossfire/spoiler-html/ch-queen.111.gif +share/doc/crossfire/spoiler-html/ch-rook.111.gif +share/doc/crossfire/spoiler-html/chainmail.111.gif +share/doc/crossfire/spoiler-html/charwoman.171.gif +share/doc/crossfire/spoiler-html/chicken.131.gif +share/doc/crossfire/spoiler-html/child.111.gif +share/doc/crossfire/spoiler-html/chinese-dr.171.gif +share/doc/crossfire/spoiler-html/cleric.171.gif +share/doc/crossfire/spoiler-html/club.111.gif +share/doc/crossfire/spoiler-html/cobra.111.gif +share/doc/crossfire/spoiler-html/cold-drag.171.gif +share/doc/crossfire/spoiler-html/confusion.111.gif +share/doc/crossfire/spoiler-html/conjurer.111.gif +share/doc/crossfire/spoiler-html/counterspell.111.gif +share/doc/crossfire/spoiler-html/courier.111.gif +share/doc/crossfire/spoiler-html/crawling-chaos.111.gif +share/doc/crossfire/spoiler-html/crone.111.gif +share/doc/crossfire/spoiler-html/crossbow.111.gif +share/doc/crossfire/spoiler-html/crown.111.gif +share/doc/crossfire/spoiler-html/cyclops.131.gif +share/doc/crossfire/spoiler-html/dagger-f.111.gif +share/doc/crossfire/spoiler-html/dagger.111.gif +share/doc/crossfire/spoiler-html/dancing-girl.111.gif +share/doc/crossfire/spoiler-html/dark-elf.111.gif +share/doc/crossfire/spoiler-html/darkblade.111.gif +share/doc/crossfire/spoiler-html/dave.111.gif +share/doc/crossfire/spoiler-html/deathbring.111.gif +share/doc/crossfire/spoiler-html/deathtree.111.gif +share/doc/crossfire/spoiler-html/defender.111.gif +share/doc/crossfire/spoiler-html/demilich.111.gif +share/doc/crossfire/spoiler-html/demon-lord.E11.gif +share/doc/crossfire/spoiler-html/demonbane.111.gif +share/doc/crossfire/spoiler-html/destruction.111.gif +share/doc/crossfire/spoiler-html/det-magic.111.gif +share/doc/crossfire/spoiler-html/devil.111.gif +share/doc/crossfire/spoiler-html/djinn.131.gif +share/doc/crossfire/spoiler-html/dog.111.gif +share/doc/crossfire/spoiler-html/dragon-shi.111.gif +share/doc/crossfire/spoiler-html/dragon.171.gif +share/doc/crossfire/spoiler-html/dragonmail.111.gif +share/doc/crossfire/spoiler-html/dragonman.171.gif +share/doc/crossfire/spoiler-html/dragonslay.111.gif +share/doc/crossfire/spoiler-html/dread.111.gif +share/doc/crossfire/spoiler-html/dress1.111.gif +share/doc/crossfire/spoiler-html/dress2.111.gif +share/doc/crossfire/spoiler-html/dress3.111.gif +share/doc/crossfire/spoiler-html/dwarf-p.111.gif +share/doc/crossfire/spoiler-html/dwarf-pr.111.gif +share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif +share/doc/crossfire/spoiler-html/dwarf.111.gif +share/doc/crossfire/spoiler-html/earthwall.111.gif +share/doc/crossfire/spoiler-html/elec-dr.111.gif +share/doc/crossfire/spoiler-html/elec-drag.171.gif +share/doc/crossfire/spoiler-html/elem-air.111.gif +share/doc/crossfire/spoiler-html/elem-earth.111.gif +share/doc/crossfire/spoiler-html/elem-fire.111.gif +share/doc/crossfire/spoiler-html/elem-water.111.gif +share/doc/crossfire/spoiler-html/elf-1.111.gif +share/doc/crossfire/spoiler-html/elf.171.gif +share/doc/crossfire/spoiler-html/elven-bow.111.gif +share/doc/crossfire/spoiler-html/elvenboots.111.gif +share/doc/crossfire/spoiler-html/empty.pbm +share/doc/crossfire/spoiler-html/enchantment.111.gif +share/doc/crossfire/spoiler-html/ent.111.gif +share/doc/crossfire/spoiler-html/evil-master.111.gif +share/doc/crossfire/spoiler-html/evil-master2.111.gif +share/doc/crossfire/spoiler-html/evil-master3.111.gif +share/doc/crossfire/spoiler-html/evil-master4.111.gif +share/doc/crossfire/spoiler-html/excalibur.111.gif +share/doc/crossfire/spoiler-html/explosion.111.gif +share/doc/crossfire/spoiler-html/eyeglasses.111.gif +share/doc/crossfire/spoiler-html/eyeshield.111.gif +share/doc/crossfire/spoiler-html/fae-drag.171.gif +share/doc/crossfire/spoiler-html/falchion.111.gif +share/doc/crossfire/spoiler-html/fatman.111.gif +share/doc/crossfire/spoiler-html/fatwoman.111.gif +share/doc/crossfire/spoiler-html/fear.111.gif +share/doc/crossfire/spoiler-html/fighter.111.gif +share/doc/crossfire/spoiler-html/fire-drag.171.gif +share/doc/crossfire/spoiler-html/fireball.111.gif +share/doc/crossfire/spoiler-html/fireborn.111.gif +share/doc/crossfire/spoiler-html/firebrand.111.gif +share/doc/crossfire/spoiler-html/firebullet.111.gif +share/doc/crossfire/spoiler-html/firestar.111.gif +share/doc/crossfire/spoiler-html/flowers.111.gif +share/doc/crossfire/spoiler-html/fly-ant.131.gif +share/doc/crossfire/spoiler-html/fog.111.gif +share/doc/crossfire/spoiler-html/food.111.gif +share/doc/crossfire/spoiler-html/frost-hammer.111.gif +share/doc/crossfire/spoiler-html/frostbrand.111.gif +share/doc/crossfire/spoiler-html/fullhelmet.111.gif +share/doc/crossfire/spoiler-html/fungus.111.gif +share/doc/crossfire/spoiler-html/gaelotroll.111.gif +share/doc/crossfire/spoiler-html/gale.111.gif +share/doc/crossfire/spoiler-html/gargoyle.111.gif +share/doc/crossfire/spoiler-html/gauntlet-s.111.gif +share/doc/crossfire/spoiler-html/generic-rune.111.gif +share/doc/crossfire/spoiler-html/ghast.111.gif +share/doc/crossfire/spoiler-html/ghost-gen.111.gif +share/doc/crossfire/spoiler-html/ghost.111.gif +share/doc/crossfire/spoiler-html/giant-bat.111.gif +share/doc/crossfire/spoiler-html/giant-gen.111.gif +share/doc/crossfire/spoiler-html/giant.111.gif +share/doc/crossfire/spoiler-html/gir-strcon.111.gif +share/doc/crossfire/spoiler-html/girdle-con.111.gif +share/doc/crossfire/spoiler-html/girdle-dam.111.gif +share/doc/crossfire/spoiler-html/girdle-str.111.gif +share/doc/crossfire/spoiler-html/gloves.111.gif +share/doc/crossfire/spoiler-html/gnoll-gen.111.gif +share/doc/crossfire/spoiler-html/gnoll.111.gif +share/doc/crossfire/spoiler-html/gnome.111.gif +share/doc/crossfire/spoiler-html/goblin-gen.111.gif +share/doc/crossfire/spoiler-html/goblin.111.gif +share/doc/crossfire/spoiler-html/god-finger.111.gif +share/doc/crossfire/spoiler-html/gol.131.gif +share/doc/crossfire/spoiler-html/golem.111.gif +share/doc/crossfire/spoiler-html/gram.111.gif +share/doc/crossfire/spoiler-html/gravestone.111.gif +share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/greenslime.111.gif +share/doc/crossfire/spoiler-html/grimreaper.111.gif +share/doc/crossfire/spoiler-html/grimreaper.112.gif +share/doc/crossfire/spoiler-html/guard-hard.111.gif +share/doc/crossfire/spoiler-html/guard-ligh.111.gif +share/doc/crossfire/spoiler-html/guard-med.111.gif +share/doc/crossfire/spoiler-html/guildmaste.111.gif +share/doc/crossfire/spoiler-html/halfling.111.gif +share/doc/crossfire/spoiler-html/hammer-1.111.gif +share/doc/crossfire/spoiler-html/hammer-2.121.gif +share/doc/crossfire/spoiler-html/harakiri.111.gif +share/doc/crossfire/spoiler-html/healing.111.gif +share/doc/crossfire/spoiler-html/helm-extract +share/doc/crossfire/spoiler-html/helmet-bri.111.gif +share/doc/crossfire/spoiler-html/helmet.111.gif +share/doc/crossfire/spoiler-html/helmet.html +share/doc/crossfire/spoiler-html/helmetxray.111.gif +share/doc/crossfire/spoiler-html/high-boots.111.gif +share/doc/crossfire/spoiler-html/highshield.111.gif +share/doc/crossfire/spoiler-html/holy-orb.111.gif +share/doc/crossfire/spoiler-html/holy-priest.111.gif +share/doc/crossfire/spoiler-html/holyave.111.gif +share/doc/crossfire/spoiler-html/holyshield.111.gif +share/doc/crossfire/spoiler-html/hornhelmet.111.gif +share/doc/crossfire/spoiler-html/human.171.gif +share/doc/crossfire/spoiler-html/icestorm.111.gif +share/doc/crossfire/spoiler-html/idaten.111.gif +share/doc/crossfire/spoiler-html/imp.171.gif +share/doc/crossfire/spoiler-html/in_items +share/doc/crossfire/spoiler-html/in_monput +share/doc/crossfire/spoiler-html/in_spells +share/doc/crossfire/spoiler-html/in_stats +share/doc/crossfire/spoiler-html/items +share/doc/crossfire/spoiler-html/items-extract +share/doc/crossfire/spoiler-html/items.gif +share/doc/crossfire/spoiler-html/jessyb.111.gif +share/doc/crossfire/spoiler-html/k-dagger.111.gif +share/doc/crossfire/spoiler-html/katana-1.111.gif +share/doc/crossfire/spoiler-html/killerbee.111.gif +share/doc/crossfire/spoiler-html/knight.111.gif +share/doc/crossfire/spoiler-html/kobold-gen.111.gif +share/doc/crossfire/spoiler-html/kobold.111.gif +share/doc/crossfire/spoiler-html/kog.111.gif +share/doc/crossfire/spoiler-html/lamia.131.gif +share/doc/crossfire/spoiler-html/lapron.111.gif +share/doc/crossfire/spoiler-html/lava-s.111.gif +share/doc/crossfire/spoiler-html/lbullet.111.gif +share/doc/crossfire/spoiler-html/leather-ar.111.gif +share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/lev-boots.111.gif +share/doc/crossfire/spoiler-html/lich.111.gif +share/doc/crossfire/spoiler-html/lightning-bow.111.gif +share/doc/crossfire/spoiler-html/lightning.111.gif +share/doc/crossfire/spoiler-html/liteangel.112.gif +share/doc/crossfire/spoiler-html/liv-chaos.111.gif +share/doc/crossfire/spoiler-html/lmornstar.111.gif +share/doc/crossfire/spoiler-html/logfile +share/doc/crossfire/spoiler-html/lokanth.171.gif +share/doc/crossfire/spoiler-html/lord-e.111.gif +share/doc/crossfire/spoiler-html/low-boots.111.gif +share/doc/crossfire/spoiler-html/lspear.111.gif +share/doc/crossfire/spoiler-html/lsword.111.gif +share/doc/crossfire/spoiler-html/mabu.111.gif +share/doc/crossfire/spoiler-html/mace-1.111.gif +share/doc/crossfire/spoiler-html/mace-2.111.gif +share/doc/crossfire/spoiler-html/madman-gen.111.gif +share/doc/crossfire/spoiler-html/madman.111.gif +share/doc/crossfire/spoiler-html/mag-extract +share/doc/crossfire/spoiler-html/mag.html +share/doc/crossfire/spoiler-html/mage.171.gif +share/doc/crossfire/spoiler-html/magi-staff.111.gif +share/doc/crossfire/spoiler-html/magic-bow.111.gif +share/doc/crossfire/spoiler-html/magic-miss.131.gif +share/doc/crossfire/spoiler-html/magnifier.111.gif +share/doc/crossfire/spoiler-html/makeps +share/doc/crossfire/spoiler-html/makeps.pl +share/doc/crossfire/spoiler-html/man.111.gif +share/doc/crossfire/spoiler-html/masamune.111.gif +share/doc/crossfire/spoiler-html/merchant.111.gif +share/doc/crossfire/spoiler-html/mithril-ar.111.gif +share/doc/crossfire/spoiler-html/mjoellnir.111.gif +share/doc/crossfire/spoiler-html/monk.111.gif +share/doc/crossfire/spoiler-html/monput.html +share/doc/crossfire/spoiler-html/monster-extract +share/doc/crossfire/spoiler-html/monsters.gif +share/doc/crossfire/spoiler-html/mornstar.111.gif +share/doc/crossfire/spoiler-html/mournblade.111.gif +share/doc/crossfire/spoiler-html/mouse.111.gif +share/doc/crossfire/spoiler-html/mystic-fist.111.gif +share/doc/crossfire/spoiler-html/nazgul.111.gif +share/doc/crossfire/spoiler-html/neko.111.gif +share/doc/crossfire/spoiler-html/nightmare.111.gif +share/doc/crossfire/spoiler-html/ninja-2.111.gif +share/doc/crossfire/spoiler-html/ninja.171.gif +share/doc/crossfire/spoiler-html/northman.111.gif +share/doc/crossfire/spoiler-html/nunchacu-1.111.gif +share/doc/crossfire/spoiler-html/nunchacu-2.111.gif +share/doc/crossfire/spoiler-html/ogre-gen.111.gif +share/doc/crossfire/spoiler-html/ogre.111.gif +share/doc/crossfire/spoiler-html/ologhi.111.gif +share/doc/crossfire/spoiler-html/orc-gen.111.gif +share/doc/crossfire/spoiler-html/orc.111.gif +share/doc/crossfire/spoiler-html/panther.111.gif +share/doc/crossfire/spoiler-html/panthergen.111.gif +share/doc/crossfire/spoiler-html/para-air.111.gif +share/doc/crossfire/spoiler-html/para-earth.111.gif +share/doc/crossfire/spoiler-html/para-fire.111.gif +share/doc/crossfire/spoiler-html/para-ice.111.gif +share/doc/crossfire/spoiler-html/para-lava.111.gif +share/doc/crossfire/spoiler-html/para-light.111.gif +share/doc/crossfire/spoiler-html/para-mud.111.gif +share/doc/crossfire/spoiler-html/para-water.111.gif +share/doc/crossfire/spoiler-html/paralyse.111.gif +share/doc/crossfire/spoiler-html/pet-necro.111.gif +share/doc/crossfire/spoiler-html/pipe.111.gif +share/doc/crossfire/spoiler-html/pir-lass.111.gif +share/doc/crossfire/spoiler-html/pirate.111.gif +share/doc/crossfire/spoiler-html/pixie-gen.111.gif +share/doc/crossfire/spoiler-html/pixie.111.gif +share/doc/crossfire/spoiler-html/pl-half-orc.111.gif +share/doc/crossfire/spoiler-html/plate-mail.111.gif +share/doc/crossfire/spoiler-html/poisonc.111.gif +share/doc/crossfire/spoiler-html/poleaxe.111.gif +share/doc/crossfire/spoiler-html/polymorph.111.gif +share/doc/crossfire/spoiler-html/postman-gen.111.gif +share/doc/crossfire/spoiler-html/postman.131.gif +share/doc/crossfire/spoiler-html/priest.171.gif +share/doc/crossfire/spoiler-html/princess.111.gif +share/doc/crossfire/spoiler-html/prisoner.111.gif +share/doc/crossfire/spoiler-html/protection.111.gif +share/doc/crossfire/spoiler-html/pyro-gen.111.gif +share/doc/crossfire/spoiler-html/pyromaniac.111.gif +share/doc/crossfire/spoiler-html/quarters.111.gif +share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif +share/doc/crossfire/spoiler-html/raas.131.gif +share/doc/crossfire/spoiler-html/reflector.111.gif +share/doc/crossfire/spoiler-html/ring-mail.111.gif +share/doc/crossfire/spoiler-html/ring-mail2.111.gif +share/doc/crossfire/spoiler-html/robe-midnight.111.gif +share/doc/crossfire/spoiler-html/robe.111.gif +share/doc/crossfire/spoiler-html/round-shiel.111.gif +share/doc/crossfire/spoiler-html/ruggilli.111.gif +share/doc/crossfire/spoiler-html/rune-antimagic.111.gif +share/doc/crossfire/spoiler-html/rune-blast.111.gif +share/doc/crossfire/spoiler-html/rune-death.111.gif +share/doc/crossfire/spoiler-html/rune-fire.111.gif +share/doc/crossfire/spoiler-html/rune-frost.111.gif +share/doc/crossfire/spoiler-html/rune-mark.111.gif +share/doc/crossfire/spoiler-html/rune-shock.111.gif +share/doc/crossfire/spoiler-html/rune-transfer.111.gif +share/doc/crossfire/spoiler-html/rustmonste.111.gif +share/doc/crossfire/spoiler-html/sabre.111.gif +share/doc/crossfire/spoiler-html/sage.111.gif +share/doc/crossfire/spoiler-html/sailor.111.gif +share/doc/crossfire/spoiler-html/sandals.111.gif +share/doc/crossfire/spoiler-html/sandy.111.gif +share/doc/crossfire/spoiler-html/saw.111.gif +share/doc/crossfire/spoiler-html/scale-mail.111.gif +share/doc/crossfire/spoiler-html/scimitar.111.gif +share/doc/crossfire/spoiler-html/scorpi-gen.111.gif +share/doc/crossfire/spoiler-html/scorpion.111.gif +share/doc/crossfire/spoiler-html/serp-man.131.gif +share/doc/crossfire/spoiler-html/serp-priest.131.gif +share/doc/crossfire/spoiler-html/serp-sword.111.gif +share/doc/crossfire/spoiler-html/serpent.131.gif +share/doc/crossfire/spoiler-html/serpman-gen.111.gif +share/doc/crossfire/spoiler-html/shadowtiger.111.gif +share/doc/crossfire/spoiler-html/shield-extract +share/doc/crossfire/spoiler-html/shield.111.gif +share/doc/crossfire/spoiler-html/shield.html +share/doc/crossfire/spoiler-html/shining-finger.111.gif +share/doc/crossfire/spoiler-html/shootingstar.111.gif +share/doc/crossfire/spoiler-html/shovel-1.111.gif +share/doc/crossfire/spoiler-html/skeleton.111.gif +share/doc/crossfire/spoiler-html/skull-gen.111.gif +share/doc/crossfire/spoiler-html/skull.111.gif +share/doc/crossfire/spoiler-html/skullcleav.111.gif +share/doc/crossfire/spoiler-html/slave.111.gif +share/doc/crossfire/spoiler-html/slime.111.gif +share/doc/crossfire/spoiler-html/slow.111.gif +share/doc/crossfire/spoiler-html/slug.131.gif +share/doc/crossfire/spoiler-html/small-shie.111.gif +share/doc/crossfire/spoiler-html/smalltroll.111.gif +share/doc/crossfire/spoiler-html/snake.111.gif +share/doc/crossfire/spoiler-html/snowball.111.gif +share/doc/crossfire/spoiler-html/spear.121.gif +share/doc/crossfire/spoiler-html/spectre.111.gif +share/doc/crossfire/spoiler-html/speedball.111.gif +share/doc/crossfire/spoiler-html/speedboots.111.gif +share/doc/crossfire/spoiler-html/speedbwall.111.gif +share/doc/crossfire/spoiler-html/spellball.111.gif +share/doc/crossfire/spoiler-html/spells-extract +share/doc/crossfire/spoiler-html/spells.gif +share/doc/crossfire/spoiler-html/spells.html +share/doc/crossfire/spoiler-html/sphinx.171.gif +share/doc/crossfire/spoiler-html/spider-web.111.gif +share/doc/crossfire/spoiler-html/spider.111.gif +share/doc/crossfire/spoiler-html/spit-ant.131.gif +share/doc/crossfire/spoiler-html/spoiler.html +share/doc/crossfire/spoiler-html/spoiler.shtml +share/doc/crossfire/spoiler-html/ssword-1.111.gif +share/doc/crossfire/spoiler-html/ssword-2.111.gif +share/doc/crossfire/spoiler-html/stake.111.gif +share/doc/crossfire/spoiler-html/stalker.111.gif +share/doc/crossfire/spoiler-html/stalkergen.111.gif +share/doc/crossfire/spoiler-html/stats-extract +share/doc/crossfire/spoiler-html/stats.gif +share/doc/crossfire/spoiler-html/stats.html +share/doc/crossfire/spoiler-html/steam.111.gif +share/doc/crossfire/spoiler-html/sting.111.gif +share/doc/crossfire/spoiler-html/stoneaxe.111.gif +share/doc/crossfire/spoiler-html/stonehamme.111.gif +share/doc/crossfire/spoiler-html/stormbring.111.gif +share/doc/crossfire/spoiler-html/sunspear.111.gif +share/doc/crossfire/spoiler-html/swashbuckl.171.gif +share/doc/crossfire/spoiler-html/sword-1.111.gif +share/doc/crossfire/spoiler-html/sword-2.111.gif +share/doc/crossfire/spoiler-html/sword-3.111.gif +share/doc/crossfire/spoiler-html/sword-4.111.gif +share/doc/crossfire/spoiler-html/t-dagger.131.gif +share/doc/crossfire/spoiler-html/taifu-1.111.gif +share/doc/crossfire/spoiler-html/thief.171.gif +share/doc/crossfire/spoiler-html/titan.571.gif +share/doc/crossfire/spoiler-html/tmp.gif +share/doc/crossfire/spoiler-html/tmp.ppm +share/doc/crossfire/spoiler-html/trident.121.gif +share/doc/crossfire/spoiler-html/troll.171.gif +share/doc/crossfire/spoiler-html/tunic.111.gif +share/doc/crossfire/spoiler-html/turban.111.gif +share/doc/crossfire/spoiler-html/turnundead.111.gif +share/doc/crossfire/spoiler-html/u-horn.111.gif +share/doc/crossfire/spoiler-html/uk-sd.111.gif +share/doc/crossfire/spoiler-html/unicorn.171.gif +share/doc/crossfire/spoiler-html/unusual-kobold.111.gif +share/doc/crossfire/spoiler-html/uw-shield.111.gif +share/doc/crossfire/spoiler-html/uw-sword.111.gif +share/doc/crossfire/spoiler-html/vampire.111.gif +share/doc/crossfire/spoiler-html/vampiregen.111.gif +share/doc/crossfire/spoiler-html/veiled-woman.111.gif +share/doc/crossfire/spoiler-html/veiled-woman2.111.gif +share/doc/crossfire/spoiler-html/veiled-woman3.111.gif +share/doc/crossfire/spoiler-html/version.html +share/doc/crossfire/spoiler-html/viking.171.gif +share/doc/crossfire/spoiler-html/wand.111.gif +share/doc/crossfire/spoiler-html/war-ant.131.gif +share/doc/crossfire/spoiler-html/warrior.171.gif +share/doc/crossfire/spoiler-html/wds.111.gif +share/doc/crossfire/spoiler-html/wdsm.111.gif +share/doc/crossfire/spoiler-html/weap-extract +share/doc/crossfire/spoiler-html/weap.html +share/doc/crossfire/spoiler-html/weapmag.html +share/doc/crossfire/spoiler-html/wig.111.gif +share/doc/crossfire/spoiler-html/wight.111.gif +share/doc/crossfire/spoiler-html/wiz-hat.111.gif +share/doc/crossfire/spoiler-html/wizard.171.gif +share/doc/crossfire/spoiler-html/woman.111.gif +share/doc/crossfire/spoiler-html/work-ant.131.gif +share/doc/crossfire/spoiler-html/work.ppm +share/doc/crossfire/spoiler-html/worthless-dragon.171.gif +share/doc/crossfire/spoiler-html/wraith.111.gif +share/doc/crossfire/spoiler-html/wraithp.111.gif +share/doc/crossfire/spoiler-html/wrench.111.gif +share/doc/crossfire/spoiler-html/wyvern.171.gif +share/doc/crossfire/spoiler-html/xan-gen.111.gif +share/doc/crossfire/spoiler-html/xan.111.gif +share/doc/crossfire/spoiler-html/zombie-gen.111.gif +share/doc/crossfire/spoiler-html/zombie.111.gif +share/doc/crossfire/spoiler.ps +share/doc/crossfire/teleporter.doc +share/doc/crossfire/xbmtobdf.man +@dirrm lib/crossfire/lib/adm +@dirrm lib/crossfire/lib/players +@dirrm lib/crossfire/lib/help +@dirrm lib/crossfire/lib/unique-items +@dirrm lib/crossfire/lib/maps/editor/picks +@dirrm lib/crossfire/lib/maps/editor/walls +@dirrm lib/crossfire/lib/maps/editor +@dirrm lib/crossfire/lib/maps/skud +@dirrm lib/crossfire/lib/maps/world +@dirrm lib/crossfire/lib/maps/dtabb/town +@dirrm lib/crossfire/lib/maps/dtabb/quest +@dirrm lib/crossfire/lib/maps/dtabb +@dirrm lib/crossfire/lib/maps/ender/pisland +@dirrm lib/crossfire/lib/maps/ender/temple +@dirrm lib/crossfire/lib/maps/ender/island +@dirrm lib/crossfire/lib/maps/ender +@dirrm lib/crossfire/lib/maps/kar +@dirrm lib/crossfire/lib/maps/city/oldcity +@dirrm lib/crossfire/lib/maps/city/taverns +@dirrm lib/crossfire/lib/maps/city/houses +@dirrm lib/crossfire/lib/maps/city/misc +@dirrm lib/crossfire/lib/maps/city/towers +@dirrm lib/crossfire/lib/maps/city/cannery +@dirrm lib/crossfire/lib/maps/city/shops +@dirrm lib/crossfire/lib/maps/city/kar +@dirrm lib/crossfire/lib/maps/city/magara +@dirrm lib/crossfire/lib/maps/city/mansion +@dirrm lib/crossfire/lib/maps/city +@dirrm lib/crossfire/lib/maps/cd +@dirrm lib/crossfire/lib/maps/eeur +@dirrm lib/crossfire/lib/maps/mcz +@dirrm lib/crossfire/lib/maps/esben +@dirrm lib/crossfire/lib/maps/santo_dominion/houses +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/hut +@dirrm lib/crossfire/lib/maps/santo_dominion/magara +@dirrm lib/crossfire/lib/maps/santo_dominion/lord_byron +@dirrm lib/crossfire/lib/maps/santo_dominion/shops +@dirrm lib/crossfire/lib/maps/santo_dominion +@dirrm lib/crossfire/lib/maps/hendel +@dirrm lib/crossfire/lib/maps/terrain +@dirrm lib/crossfire/lib/maps/peterm/CTower +@dirrm lib/crossfire/lib/maps/peterm/temple +@dirrm lib/crossfire/lib/maps/peterm/Demonology +@dirrm lib/crossfire/lib/maps/peterm/DragonQuest +@dirrm lib/crossfire/lib/maps/peterm/FireTemple +@dirrm lib/crossfire/lib/maps/peterm +@dirrm lib/crossfire/lib/maps/langley/pirates +@dirrm lib/crossfire/lib/maps/langley/town +@dirrm lib/crossfire/lib/maps/langley/goblin +@dirrm lib/crossfire/lib/maps/langley +@dirrm lib/crossfire/lib/maps/asyvan +@dirrm lib/crossfire/lib/maps/generic/volcano +@dirrm lib/crossfire/lib/maps/generic +@dirrm lib/crossfire/lib/maps/brittany/Brest/Castle +@dirrm lib/crossfire/lib/maps/brittany/Brest +@dirrm lib/crossfire/lib/maps/brittany +@dirrm lib/crossfire/lib/maps/navar_city/illusion +@dirrm lib/crossfire/lib/maps/navar_city/tower +@dirrm lib/crossfire/lib/maps/navar_city/light +@dirrm lib/crossfire/lib/maps/navar_city/magara/houses +@dirrm lib/crossfire/lib/maps/navar_city/magara +@dirrm lib/crossfire/lib/maps/navar_city +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle +@dirrm lib/crossfire/lib/maps/wolfsburg/magara +@dirrm lib/crossfire/lib/maps/wolfsburg/tt +@dirrm lib/crossfire/lib/maps/wolfsburg +@dirrm lib/crossfire/lib/maps/espen +@dirrm lib/crossfire/lib/maps/thomas/sisters +@dirrm lib/crossfire/lib/maps/thomas +@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard +@dirrm lib/crossfire/lib/maps/Lake_Country/marsh +@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis +@dirrm lib/crossfire/lib/maps/Lake_Country/RETower +@dirrm lib/crossfire/lib/maps/Lake_Country/ebony +@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit +@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake +@dirrm lib/crossfire/lib/maps/Lake_Country/flight +@dirrm lib/crossfire/lib/maps/Lake_Country/shops +@dirrm lib/crossfire/lib/maps/Lake_Country/quest +@dirrm lib/crossfire/lib/maps/Lake_Country +@dirrm lib/crossfire/lib/maps/test +@dirrm lib/crossfire/lib/maps/good +@dirrm lib/crossfire/lib/maps/pup_land/ancient/ruin +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/siegfried +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/hole +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village +@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte +@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain +@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle +@dirrm lib/crossfire/lib/maps/pup_land/ancient +@dirrm lib/crossfire/lib/maps/pup_land/begin +@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca +@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon +@dirrm lib/crossfire/lib/maps/pup_land/jk +@dirrm lib/crossfire/lib/maps/pup_land/kurte +@dirrm lib/crossfire/lib/maps/pup_land/lone_town/cave +@dirrm lib/crossfire/lib/maps/pup_land/lone_town +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg +@dirrm lib/crossfire/lib/maps/pup_land/ordeal +@dirrm lib/crossfire/lib/maps/pup_land/pplant +@dirrm lib/crossfire/lib/maps/pup_land/raffle +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town +@dirrm lib/crossfire/lib/maps/pup_land/rainbow +@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian +@dirrm lib/crossfire/lib/maps/pup_land/s_f +@dirrm lib/crossfire/lib/maps/pup_land +@dirrm lib/crossfire/lib/maps +@dirrm lib/crossfire/lib +@dirrm lib/crossfire/fonts +@dirrm lib/crossfire/sounds +@dirrm lib/crossfire +@dirrm share/doc/crossfire/spell-docs +@dirrm share/doc/crossfire/spoiler-html +@dirrm share/doc/crossfire/playbook-html/fig +@dirrm share/doc/crossfire/playbook-html +@dirrm share/doc/crossfire diff --git a/games/crossfire-server/scripts/pre-configure b/games/crossfire-server/scripts/pre-configure new file mode 100644 index 000000000000..fb4f8d2399b9 --- /dev/null +++ b/games/crossfire-server/scripts/pre-configure @@ -0,0 +1,19 @@ +#! /bin/sh + +# $Id$ + +# +# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file +# here we resolve finally our - via /etc/make.conf - variable include +# and destination directories +# -andreas +# + +echo "adjusting paths in ${WRKSRC}/config/crosssite.def" + +perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 +perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 + +exit 0 diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index e235cb7c65a0..cab974ff25ee 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -3,16 +3,18 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.18 1997/10/04 14:53:02 andreas Exp $ +# $Id: Makefile,v 1.19 1997/10/13 20:31:28 andreas Exp $ # -DISTNAME= crossfire-0.93.0 +DISTNAME= crossfire-${MAJ}.${MIN}.${PL} CATEGORIES= games -MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \ +MASTER_SITES= ftp://ftp.real-time.com/pub/games/crossfire/ \ ftp://ftp.ifi.uio.no/pub/crossfire/ \ - ftp://ftp.real-time.com/pub/games/crossfire/ \ - ftp://ftp.sunet.se:/pub/unix/games/crossfire/ \ - ftp://ftp.cs.titech.ac.jp:/pub/games/crossfire/ + ftp://ftp.pyramid.com/pub/crossfire/ \ + ftp://yoyo.cc.monash.edu.au/pub/crossfire/ \ + ftp://ftp.cs.city.ac.uk/pub/games/crossfire/ \ + ftp://ftp.sunet.se/pub/unix/games/crossfire/ \ + ftp://ftp.cs.titech.ac.jp/pub/games/crossfire/ DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ ${CF_ARCH} ${CF_CLSERV} @@ -32,38 +34,47 @@ PREFIX= ${LOCALBASE} # You need TeX to do this ! Please read the README's ! WANT_CF_ARCH= NO -CF_SOURCES= crossfire-0.93.0.tar.gz -CF_MAPS= crossfire-0.93.0.maps.tar.gz -CF_DOC= crossfire-0.93.0.doc.tar.gz # crossfire doc ready for use -CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available +MAJ= 0 +MIN= 94 +PL= 1 +CF_SOURCES= crossfire-${MAJ}.${MIN}.${PL}.tar.gz +CF_MAPS= crossfire-${MAJ}.${MIN}.${PL}.maps.tar.gz +# crossfire doc ready for use +CF_DOC= crossfire-${MAJ}.${MIN}.${PL}.doc.tar.gz +# no newer sounds available +CF_SOUNDS= crossfire-${MAJ}.92.7.sounds.tar.gz .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -CF_ARCH= crossfire-0.93.0.arch.tar.gz # only for rebuild of doc +# only for rebuild of doc +CF_ARCH= crossfire-${MAJ}.${MIN}.${PL}.arch.tar.gz .endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/crossfire # crossfire base directory +#CF_CLSERV= eutl.tar.gz # only for client/server +CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory # If you want to re-make playbook and spoiler you need the ARCH # files and a TeX version with a ,great' amount of max_mem # (I had to rebuild teTeX, that already is in fact ,BigTeX') .if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes post-configure: - (cd ${WRKSRC}/lib; tar -xzf ${DISTDIR}/${CF_ARCH}) + (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_ARCH}) .endif post-install: @(cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS}) @(cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS}) - @${MKDIR} ${CFDIR}/doc - @${CP} -r ${WRKDIR}/crossfire-0.93.0-doc/* ${CFDIR}/doc - @touch ${PREFIX}/crossfire/lib/bookarch - @chmod 664 ${PREFIX}/crossfire/lib/bookarch - @touch ${PREFIX}/crossfire/lib/forbid - @chmod 664 ${PREFIX}/crossfire/lib/forbid - @touch ${PREFIX}/crossfire/lib/players/.keep_me - @touch ${PREFIX}/crossfire/lib/unique-items/.keep_me + @${MKDIR} ${PREFIX}/share/doc/crossfire + @${CP} -r ${WRKDIR}/crossfire-${MAJ}.${MIN}.${PL}-doc/* \ + ${PREFIX}/share/doc/crossfire + @touch ${CFDIR}/lib/bookarch + @chmod 664 ${CFDIR}/lib/bookarch + @touch ${CFDIR}/lib/forbid + @chmod 664 ${CFDIR}/lib/forbid + @touch ${CFDIR}/lib/players/.keep_me + @touch ${CFDIR}/lib/unique-items/.keep_me @chown -R games.games ${CFDIR} - @chmod 0664 ${PREFIX}/crossfire/lib/highscore + @chmod 0664 ${CFDIR}/lib/highscore @chown games.games ${PREFIX}/bin/crossfire @chmod 6555 ${PREFIX}/bin/crossfire + ${ECHO} "Note: to start crossfire in clientmode" + ${ECHO} " crossfire -xpm" .include <bsd.port.mk> diff --git a/games/crossfire/distinfo b/games/crossfire/distinfo index fc79984f48cb..a912644d9ed0 100644 --- a/games/crossfire/distinfo +++ b/games/crossfire/distinfo @@ -1,4 +1,4 @@ -MD5 (crossfire-0.93.0.tar.gz) = 9605de4a9650398399dcd738e7272ef9 -MD5 (crossfire-0.93.0.doc.tar.gz) = dd47515cb75d11187b1b36bf7724f6e9 -MD5 (crossfire-0.93.0.maps.tar.gz) = de8541ce762a811fae2048ac5ea59bd5 +MD5 (crossfire-0.94.1.tar.gz) = 92f61cbf0f249ec94718aac0abe5f6f6 +MD5 (crossfire-0.94.1.doc.tar.gz) = 7839183827ffe7f28bbd7caad5d8e27a +MD5 (crossfire-0.94.1.maps.tar.gz) = bb6b13076b35ff194d4b5ef84c223356 MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire/files/patch-aa b/games/crossfire/files/patch-aa index 8035616be51c..dab90bcd9ff2 100644 --- a/games/crossfire/files/patch-aa +++ b/games/crossfire/files/patch-aa @@ -1,5 +1,5 @@ ---- config/crosssite.def.orig Sun Jan 5 19:59:48 1997 -+++ config/crosssite.def Wed Sep 17 15:55:13 1997 +--- config/crosssite.def.orig Thu Apr 16 04:07:49 1998 ++++ config/crosssite.def Fri May 8 14:51:14 1998 @@ -36,10 +36,8 @@ * (mwedel@pyramid.com) */ @@ -8,58 +8,72 @@ #define XPM_PIX -#define Xpm_LibDir /usr/local/lib/ -*/ -+#define Xpm_LibDir /usr/X11R6/lib/ ++#define Xpm_LibDir !!X11BASE!!/lib/ /* If your include files are someplace odd */ /*#define Xpm_Include /usr/local/include*/ -@@ -70,13 +68,13 @@ +@@ -51,13 +49,13 @@ * This is a top root directory of all game staff as in UNIX-style * overall. */ --#define CTop /home/sleipner/a/crossfire/crossfire -+#define CTop /usr/local/crossfire +-#define CTop /home/hugin/a/crossfire/crossfire ++#define CTop !!LOCALBASE!!/lib/crossfire /* #define CTop /net/contrib/crossfire */ /*#define CTop /usr/local/games/crossfire*/ /* Binaries location If this is undefined, it default to the standard location for X binaries on your machine. */ -#define CBinDir Concat(CTop,/bin) -+#define CBinDir /usr/local/bin ++#define CBinDir !!LOCALBASE!!/bin /* Libraries location If this is undefined it defaults to the standard location for X lib files/crossfire on your machine */ -@@ -95,7 +93,8 @@ +@@ -76,7 +74,8 @@ /* Crossfire manual location If this is undefined it defaults to the standard location for manual pages on your machine.*/ /* #define CManPath Concat(CTop,/man) */ -#define CManSuffix 6 -+#define CManPath /usr/local/man ++#define CManPath !!LOCALBASE!!/man +/* #define CManSuffix 6 */ /* Force CC to use the specified options instead of the default -@@ -104,7 +103,7 @@ +@@ -85,7 +84,7 @@ * any of the default compiler options for your machine. */ /*define ForceCCOPTIONS -O -g -Wall */ -#undef ForceCCOPTIONS -+#define ForceCCOPTIONS -O -pipe -Wall -Werror ++#define ForceCCOPTIONS -pipe -O /* Extra_Flags are added onto the compilers default options. Can be * quite useful if you just want to add another flag or two, and not -@@ -165,11 +164,9 @@ - * Default: Sound support off. +@@ -102,9 +101,8 @@ + /* Add any extra/special libraries that you may need. Make sure you + * use the -l form or put in the complete path name. + */ +-/* +-#define Extra_Libraries -lcrypt +-*/ ++ ++#define Extra_Libraries -lcrypt -lcompat + + /* Force CC to be a specific compilator? Define this to be the + * actual compiler (see example). If defined, the default +@@ -160,11 +158,9 @@ + * too distant future, it probably isn't worth fixing here. */ -/* - #define SoundEffects - #define RPlayLibDir /usr/local/lib - #define RPlayIncDir /usr/local/include + #define Rplay_Sound +-#define RPlayLibDir /usr/local/lib +-#define RPlayIncDir /usr/local/include -*/ ++#define RPlayLibDir !!LOCALBASE!!/lib ++#define RPlayIncDir !!LOCALBASE!!/include /* define this if using OpenWindows as your enviroment. This only * needs to be set if the openwindows server you use is -@@ -207,7 +204,7 @@ +@@ -202,7 +198,7 @@ * awk on most other systems will be OK. */ diff --git a/games/crossfire/files/patch-ak b/games/crossfire/files/patch-ak index d4c332524611..56af0748e854 100644 --- a/games/crossfire/files/patch-ak +++ b/games/crossfire/files/patch-ak @@ -1,11 +1,11 @@ ---- server/skills.c.orig Tue Sep 16 03:44:12 1997 -+++ server/skills.c Tue Sep 16 03:44:27 1997 -@@ -1007,7 +1007,7 @@ - int write_scroll (object *pl, object *scroll) { +--- server/skills.c.orig Thu Apr 16 04:07:47 1998 ++++ server/skills.c Thu May 7 21:03:01 1998 +@@ -1057,7 +1057,7 @@ - int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); -- object *newScroll; -+ object *newScroll = NULL; + int write_scroll (object *pl, object *scroll) { + int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); +- object *newScroll; ++ object *newScroll = NULL; - /* this is a sanity check */ - if (scroll->type!=SCROLL){ + /* this is a sanity check */ + if (scroll->type!=SCROLL) { diff --git a/games/crossfire/pkg-plist b/games/crossfire/pkg-plist index 682e0b5812ad..a4731ca961da 100644 --- a/games/crossfire/pkg-plist +++ b/games/crossfire/pkg-plist @@ -10,1525 +10,2112 @@ bin/mktable bin/tcpsockets.pl man/man6/crossfire.6.gz man/man6/crossedit.6.gz -crossfire/lib/players/.keep_me -crossfire/lib/unique-items/.keep_me -crossfire/doc/Crossedit.doc -crossfire/doc/Imakefile -crossfire/doc/PlayerStats -crossfire/doc/README -crossfire/doc/RunTimeCommands -crossfire/doc/SurvivalGuide -crossfire/doc/alchemy.doc -crossfire/doc/crossedit.man -crossfire/doc/crossfire.doc -crossfire/doc/crossfire.man -crossfire/doc/crosslib.doc -crossfire/doc/experience -crossfire/doc/handbook.ps -crossfire/doc/include_html.pl -crossfire/doc/mapguide -crossfire/doc/mapmakers_guide_to_runes -crossfire/doc/maps-README -crossfire/doc/multigod -crossfire/doc/playbook-html/.bmaps -crossfire/doc/playbook-html/2x2.ppm -crossfire/doc/playbook-html/Imakefile -crossfire/doc/playbook-html/Makefile -crossfire/doc/playbook-html/Pdragonmail.111.gif -crossfire/doc/playbook-html/altar.111.gif -crossfire/doc/playbook-html/altar.html -crossfire/doc/playbook-html/appA.html -crossfire/doc/playbook-html/appB.html -crossfire/doc/playbook-html/appC.html -crossfire/doc/playbook-html/appC.shtml -crossfire/doc/playbook-html/apple.111.gif -crossfire/doc/playbook-html/arm.111.gif -crossfire/doc/playbook-html/bag.111.gif -crossfire/doc/playbook-html/balm-gen.111.gif -crossfire/doc/playbook-html/barbarian.171.gif -crossfire/doc/playbook-html/bed-save.111.gif -crossfire/doc/playbook-html/big-eye.111.gif -crossfire/doc/playbook-html/bonus-extract -crossfire/doc/playbook-html/bonus-extract.orig -crossfire/doc/playbook-html/bonus.html -crossfire/doc/playbook-html/book.111.gif -crossfire/doc/playbook-html/books.html -crossfire/doc/playbook-html/bow.111.gif -crossfire/doc/playbook-html/bows.html -crossfire/doc/playbook-html/br_wall.html -crossfire/doc/playbook-html/bul-wall-0.111.gif -crossfire/doc/playbook-html/button-big.111.gif -crossfire/doc/playbook-html/button-sma.111.gif -crossfire/doc/playbook-html/cabbage.111.gif -crossfire/doc/playbook-html/cake.111.gif -crossfire/doc/playbook-html/card.111.gif -crossfire/doc/playbook-html/carrot.111.gif -crossfire/doc/playbook-html/cauldron.111.gif -crossfire/doc/playbook-html/cauldron.html -crossfire/doc/playbook-html/chainmail.111.gif -crossfire/doc/playbook-html/chap1.html -crossfire/doc/playbook-html/chap2.html -crossfire/doc/playbook-html/chap2.shtml -crossfire/doc/playbook-html/chap3.html -crossfire/doc/playbook-html/chap3.shtml -crossfire/doc/playbook-html/chap4.html -crossfire/doc/playbook-html/chap4.shtml -crossfire/doc/playbook-html/chap5.html -crossfire/doc/playbook-html/chap5.shtml -crossfire/doc/playbook-html/chap6.html -crossfire/doc/playbook-html/chap6.shtml -crossfire/doc/playbook-html/chap7.html -crossfire/doc/playbook-html/char-extract -crossfire/doc/playbook-html/char.html -crossfire/doc/playbook-html/characters.gif -crossfire/doc/playbook-html/chest-1.111.gif -crossfire/doc/playbook-html/chocolate.111.gif -crossfire/doc/playbook-html/cleric.171.gif -crossfire/doc/playbook-html/clover.111.gif -crossfire/doc/playbook-html/coffee.111.gif -crossfire/doc/playbook-html/conv.111.gif -crossfire/doc/playbook-html/convert.pl -crossfire/doc/playbook-html/corpse.111.gif -crossfire/doc/playbook-html/corpse.html -crossfire/doc/playbook-html/corpse1.111.gif -crossfire/doc/playbook-html/crossbow.111.gif -crossfire/doc/playbook-html/demon-head.111.gif -crossfire/doc/playbook-html/depositbox.111.gif -crossfire/doc/playbook-html/diploma.111.gif -crossfire/doc/playbook-html/dir_spin.html -crossfire/doc/playbook-html/director.181.gif -crossfire/doc/playbook-html/door-0.111.gif -crossfire/doc/playbook-html/drag-steak.111.gif -crossfire/doc/playbook-html/dragon-eye.111.gif -crossfire/doc/playbook-html/dragon-wing.111.gif -crossfire/doc/playbook-html/dragonmail.111.gif -crossfire/doc/playbook-html/dress1.111.gif -crossfire/doc/playbook-html/dust-gen.111.gif -crossfire/doc/playbook-html/dwarf-p.111.gif -crossfire/doc/playbook-html/earthwall.111.gif -crossfire/doc/playbook-html/ectoplasm.111.gif -crossfire/doc/playbook-html/elf.171.gif -crossfire/doc/playbook-html/elven-bow.111.gif -crossfire/doc/playbook-html/emerald.111.gif -crossfire/doc/playbook-html/empty.pbm -crossfire/doc/playbook-html/equip.html -crossfire/doc/playbook-html/eyes.111.gif -crossfire/doc/playbook-html/fig/book.gif -crossfire/doc/playbook-html/fig/earrow.gif -crossfire/doc/playbook-html/fig/narrow.gif -crossfire/doc/playbook-html/fig/nearrow.gif -crossfire/doc/playbook-html/fig/nwarrow.gif -crossfire/doc/playbook-html/fig/sarrow.gif -crossfire/doc/playbook-html/fig/screen_dia.gif -crossfire/doc/playbook-html/fig/searrow.gif -crossfire/doc/playbook-html/fig/stairdown.gif -crossfire/doc/playbook-html/fig/stairup.gif -crossfire/doc/playbook-html/fig/swarrow.gif -crossfire/doc/playbook-html/fig/warrow.gif -crossfire/doc/playbook-html/figurine-gen.111.gif -crossfire/doc/playbook-html/finger.111.gif -crossfire/doc/playbook-html/fireborn.111.gif -crossfire/doc/playbook-html/fishfood.111.gif -crossfire/doc/playbook-html/flesh.html -crossfire/doc/playbook-html/flint-and-steel.111.gif -crossfire/doc/playbook-html/food.111.gif -crossfire/doc/playbook-html/food.html -crossfire/doc/playbook-html/foodone.html -crossfire/doc/playbook-html/foot.111.gif -crossfire/doc/playbook-html/fr_wall.html -crossfire/doc/playbook-html/gard-gate.114.gif -crossfire/doc/playbook-html/gatedoor.html -crossfire/doc/playbook-html/gem.111.gif -crossfire/doc/playbook-html/generic-extract -crossfire/doc/playbook-html/generic-rune.111.gif -crossfire/doc/playbook-html/goblin-head.111.gif -crossfire/doc/playbook-html/gods-extract -crossfire/doc/playbook-html/gods.html -crossfire/doc/playbook-html/goldcoin.111.gif -crossfire/doc/playbook-html/grate-1.111.gif -crossfire/doc/playbook-html/grate-2.111.gif -crossfire/doc/playbook-html/grate-2.118.gif -crossfire/doc/playbook-html/gravestone.111.gif -crossfire/doc/playbook-html/gravestone.html -crossfire/doc/playbook-html/guild.111.gif -crossfire/doc/playbook-html/guild.html -crossfire/doc/playbook-html/halfling.111.gif -crossfire/doc/playbook-html/hand.111.gif -crossfire/doc/playbook-html/handbook.html -crossfire/doc/playbook-html/handbutt.html -crossfire/doc/playbook-html/handle.111.gif -crossfire/doc/playbook-html/hands.111.gif -crossfire/doc/playbook-html/head.111.gif -crossfire/doc/playbook-html/heart.111.gif -crossfire/doc/playbook-html/holy-symbol.111.gif -crossfire/doc/playbook-html/holysymbol.html -crossfire/doc/playbook-html/horn.111.gif -crossfire/doc/playbook-html/horns.html -crossfire/doc/playbook-html/human.171.gif -crossfire/doc/playbook-html/icor.111.gif -crossfire/doc/playbook-html/in_char -crossfire/doc/playbook-html/in_equip -crossfire/doc/playbook-html/in_items -crossfire/doc/playbook-html/insect-sting.111.gif -crossfire/doc/playbook-html/insect-wing.111.gif -crossfire/doc/playbook-html/iron-gate1.118.gif -crossfire/doc/playbook-html/items -crossfire/doc/playbook-html/items-extract -crossfire/doc/playbook-html/items.gif -crossfire/doc/playbook-html/key-ring.111.gif -crossfire/doc/playbook-html/key1.111.gif -crossfire/doc/playbook-html/key2.111.gif -crossfire/doc/playbook-html/keys.html -crossfire/doc/playbook-html/lapron.111.gif -crossfire/doc/playbook-html/lbull-wall.101.gif -crossfire/doc/playbook-html/ldoor1.111.gif -crossfire/doc/playbook-html/leather-ar.111.gif -crossfire/doc/playbook-html/leg.111.gif -crossfire/doc/playbook-html/letter.111.gif -crossfire/doc/playbook-html/levels-extract -crossfire/doc/playbook-html/levels.html -crossfire/doc/playbook-html/lever.111.gif -crossfire/doc/playbook-html/light-wall.101.gif -crossfire/doc/playbook-html/liver.111.gif -crossfire/doc/playbook-html/loaf.111.gif -crossfire/doc/playbook-html/lockpicks.111.gif -crossfire/doc/playbook-html/lockpicks.html -crossfire/doc/playbook-html/logfile -crossfire/doc/playbook-html/luggage.111.gif -crossfire/doc/playbook-html/mage.171.gif -crossfire/doc/playbook-html/magic-bow.111.gif -crossfire/doc/playbook-html/makeps -crossfire/doc/playbook-html/mint.111.gif -crossfire/doc/playbook-html/mithril-ar.111.gif -crossfire/doc/playbook-html/mithril.111.gif -crossfire/doc/playbook-html/money.html -crossfire/doc/playbook-html/monk.111.gif -crossfire/doc/playbook-html/mushroom-1.111.gif -crossfire/doc/playbook-html/ninja.171.gif -crossfire/doc/playbook-html/note.111.gif -crossfire/doc/playbook-html/onion.111.gif -crossfire/doc/playbook-html/orange.111.gif -crossfire/doc/playbook-html/orcchop.111.gif -crossfire/doc/playbook-html/pear.111.gif -crossfire/doc/playbook-html/pearl.111.gif -crossfire/doc/playbook-html/pit.html -crossfire/doc/playbook-html/pix-wing.111.gif -crossfire/doc/playbook-html/pl-half-orc.111.gif -crossfire/doc/playbook-html/plate-mail.111.gif -crossfire/doc/playbook-html/plt-coin.111.gif -crossfire/doc/playbook-html/potato.111.gif -crossfire/doc/playbook-html/potion.html -crossfire/doc/playbook-html/potioncha.111.gif -crossfire/doc/playbook-html/potioncol.111.gif -crossfire/doc/playbook-html/potioncon.111.gif -crossfire/doc/playbook-html/potiondex.111.gif -crossfire/doc/playbook-html/potionfir.111.gif -crossfire/doc/playbook-html/potiongen.111.gif -crossfire/doc/playbook-html/potionhea.111.gif -crossfire/doc/playbook-html/potionhero.111.gif -crossfire/doc/playbook-html/potionimp.111.gif -crossfire/doc/playbook-html/potionint.111.gif -crossfire/doc/playbook-html/potioninv.111.gif -crossfire/doc/playbook-html/potionmag.111.gif -crossfire/doc/playbook-html/potionpow.111.gif -crossfire/doc/playbook-html/potions.html -crossfire/doc/playbook-html/potionstr.111.gif -crossfire/doc/playbook-html/potionwis.111.gif -crossfire/doc/playbook-html/pouch.111.gif -crossfire/doc/playbook-html/priest.171.gif -crossfire/doc/playbook-html/pyromaniac.111.gif -crossfire/doc/playbook-html/quarto.111.gif -crossfire/doc/playbook-html/quetzalcoatl.131.gif -crossfire/doc/playbook-html/quiver.111.gif -crossfire/doc/playbook-html/r-sack.111.gif -crossfire/doc/playbook-html/refs.pl -crossfire/doc/playbook-html/residue.111.gif -crossfire/doc/playbook-html/ring-drain.111.gif -crossfire/doc/playbook-html/ring-mail.111.gif -crossfire/doc/playbook-html/ring.110.gif -crossfire/doc/playbook-html/rings.html -crossfire/doc/playbook-html/roast-bird.111.gif -crossfire/doc/playbook-html/robe-midnight.111.gif -crossfire/doc/playbook-html/robe.111.gif -crossfire/doc/playbook-html/rod-heavy.111.gif -crossfire/doc/playbook-html/rods.html -crossfire/doc/playbook-html/root.111.gif -crossfire/doc/playbook-html/rose-red.111.gif -crossfire/doc/playbook-html/rose-wh.111.gif -crossfire/doc/playbook-html/rose-yel.111.gif -crossfire/doc/playbook-html/ruby.111.gif -crossfire/doc/playbook-html/rune-blast.111.gif -crossfire/doc/playbook-html/rune-death.111.gif -crossfire/doc/playbook-html/rune-fire.111.gif -crossfire/doc/playbook-html/rune-frost.111.gif -crossfire/doc/playbook-html/rune-mark.111.gif -crossfire/doc/playbook-html/rune-shock.111.gif -crossfire/doc/playbook-html/runeblast.html -crossfire/doc/playbook-html/runedeath.html -crossfire/doc/playbook-html/runefire.html -crossfire/doc/playbook-html/runefrost.html -crossfire/doc/playbook-html/runegen.html -crossfire/doc/playbook-html/runemark.html -crossfire/doc/playbook-html/runeshock.html -crossfire/doc/playbook-html/sack.111.gif -crossfire/doc/playbook-html/sapphire.111.gif -crossfire/doc/playbook-html/savebed.html -crossfire/doc/playbook-html/scale-mail.111.gif -crossfire/doc/playbook-html/scroll.111.gif -crossfire/doc/playbook-html/scrollr.111.gif -crossfire/doc/playbook-html/scrolls.html -crossfire/doc/playbook-html/serpent-skin.111.gif -crossfire/doc/playbook-html/shop-mat.111.gif -crossfire/doc/playbook-html/shop.html -crossfire/doc/playbook-html/shopmat.html -crossfire/doc/playbook-html/sign-e.111.gif -crossfire/doc/playbook-html/sign-w.111.gif -crossfire/doc/playbook-html/sign.111.gif -crossfire/doc/playbook-html/sign.html -crossfire/doc/playbook-html/silvercoin.111.gif -crossfire/doc/playbook-html/skill_stat.html -crossfire/doc/playbook-html/skills-extract -crossfire/doc/playbook-html/skills.html -crossfire/doc/playbook-html/skills2-extract -crossfire/doc/playbook-html/skin.111.gif -crossfire/doc/playbook-html/sorter -crossfire/doc/playbook-html/speedbwall.111.gif -crossfire/doc/playbook-html/spellpath-extract -crossfire/doc/playbook-html/spellpath.html -crossfire/doc/playbook-html/spinner.11B.gif -crossfire/doc/playbook-html/staff.111.gif -crossfire/doc/playbook-html/statskmod-extract -crossfire/doc/playbook-html/statskmod.html -crossfire/doc/playbook-html/store-alch.111.gif -crossfire/doc/playbook-html/store-armo.111.gif -crossfire/doc/playbook-html/store-gene.111.gif -crossfire/doc/playbook-html/store-magi.111.gif -crossfire/doc/playbook-html/store-weap.111.gif -crossfire/doc/playbook-html/swashbuckl.171.gif -crossfire/doc/playbook-html/talisman.111.gif -crossfire/doc/playbook-html/talisman.html -crossfire/doc/playbook-html/thief.171.gif -crossfire/doc/playbook-html/tmp.gif -crossfire/doc/playbook-html/tmp.ppm -crossfire/doc/playbook-html/tome.111.gif -crossfire/doc/playbook-html/tongue.111.gif -crossfire/doc/playbook-html/tooth.111.gif -crossfire/doc/playbook-html/trapdoor-1.111.gif -crossfire/doc/playbook-html/treas1-extract -crossfire/doc/playbook-html/treas2-extract -crossfire/doc/playbook-html/tunic.111.gif -crossfire/doc/playbook-html/u-horn.114.gif -crossfire/doc/playbook-html/viking.171.gif -crossfire/doc/playbook-html/wand.111.gif -crossfire/doc/playbook-html/wands.html -crossfire/doc/playbook-html/warrior.171.gif -crossfire/doc/playbook-html/waybread.111.gif -crossfire/doc/playbook-html/wizard.171.gif -crossfire/doc/playbook-html/work.ppm -crossfire/doc/playbook-html/wraithp.111.gif -crossfire/doc/programming_guide -crossfire/doc/skills.doc -crossfire/doc/skills_developer.doc -crossfire/doc/spell-docs/Imakefile -crossfire/doc/spell-docs/Makefile -crossfire/doc/spell-docs/Makefile.bak -crossfire/doc/spell-docs/README -crossfire/doc/spell-docs/prayer-list.ps -crossfire/doc/spell-docs/prayer-list.txt -crossfire/doc/spell-docs/spell-info.ps -crossfire/doc/spell-docs/spell-info.txt -crossfire/doc/spell-docs/spell-list.ps -crossfire/doc/spell-docs/spell-list.txt -crossfire/doc/spell-docs/spell-summary.ps -crossfire/doc/spell-docs/spell-summary.txt -crossfire/doc/spell-docs/tome-of-magic.ps -crossfire/doc/spell-docs/tome-of-magic.txt -crossfire/doc/spell-paths -crossfire/doc/spell_params.doc -crossfire/doc/spellcasters_guide_to_runes -crossfire/doc/spells -crossfire/doc/spoiler-html/.bmaps -crossfire/doc/spoiler-html/0 -crossfire/doc/spoiler-html/1 -crossfire/doc/spoiler-html/1x2.ppm -crossfire/doc/spoiler-html/2x1.ppm -crossfire/doc/spoiler-html/2x2.ppm -crossfire/doc/spoiler-html/2x3.ppm -crossfire/doc/spoiler-html/3x2.ppm -crossfire/doc/spoiler-html/3x3.ppm -crossfire/doc/spoiler-html/3x4.ppm -crossfire/doc/spoiler-html/4x4.ppm -crossfire/doc/spoiler-html/4x8.ppm -crossfire/doc/spoiler-html/6x7.ppm -crossfire/doc/spoiler-html/Bk.111.gif -crossfire/doc/spoiler-html/CSword.113.gif -crossfire/doc/spoiler-html/Cwyvern.171.gif -crossfire/doc/spoiler-html/DShield.111.gif -crossfire/doc/spoiler-html/GreatDemon.111.gif -crossfire/doc/spoiler-html/Imakefile -crossfire/doc/spoiler-html/Makefile -crossfire/doc/spoiler-html/Pdragonmail.111.gif -crossfire/doc/spoiler-html/acid-pool.111.gif -crossfire/doc/spoiler-html/acidsphere.111.gif -crossfire/doc/spoiler-html/angel.111.gif -crossfire/doc/spoiler-html/ant-gen.111.gif -crossfire/doc/spoiler-html/ant.111.gif -crossfire/doc/spoiler-html/archangel.115.gif -crossfire/doc/spoiler-html/archangel.118.gif -crossfire/doc/spoiler-html/arche-extract -crossfire/doc/spoiler-html/arche.html -crossfire/doc/spoiler-html/arm-extract -crossfire/doc/spoiler-html/arm.html -crossfire/doc/spoiler-html/avatar.131.gif -crossfire/doc/spoiler-html/axe-1.111.gif -crossfire/doc/spoiler-html/axe-2.111.gif -crossfire/doc/spoiler-html/axe-3.111.gif -crossfire/doc/spoiler-html/axe-4.111.gif -crossfire/doc/spoiler-html/axe-5.111.gif -crossfire/doc/spoiler-html/baby-drag.111.gif -crossfire/doc/spoiler-html/ball-lightning.111.gif -crossfire/doc/spoiler-html/barbarian.171.gif -crossfire/doc/spoiler-html/baslic.171.gif -crossfire/doc/spoiler-html/bat-gen.111.gif -crossfire/doc/spoiler-html/bat.111.gif -crossfire/doc/spoiler-html/bee-gen.111.gif -crossfire/doc/spoiler-html/bee.111.gif -crossfire/doc/spoiler-html/beehive.111.gif -crossfire/doc/spoiler-html/behemoth.111.gif -crossfire/doc/spoiler-html/behold-gen.111.gif -crossfire/doc/spoiler-html/beholder.111.gif -crossfire/doc/spoiler-html/belzebub.111.gif -crossfire/doc/spoiler-html/big-club.111.gif -crossfire/doc/spoiler-html/big-demon.171.gif -crossfire/doc/spoiler-html/big-wiz.111.gif -crossfire/doc/spoiler-html/bighorn-he.111.gif -crossfire/doc/spoiler-html/bird-gen.111.gif -crossfire/doc/spoiler-html/bird.111.gif -crossfire/doc/spoiler-html/blob.111.gif -crossfire/doc/spoiler-html/blocked.111.gif -crossfire/doc/spoiler-html/bomb.111.gif -crossfire/doc/spoiler-html/bonecrush.111.gif -crossfire/doc/spoiler-html/bow-extract -crossfire/doc/spoiler-html/bow.111.gif -crossfire/doc/spoiler-html/bow.html -crossfire/doc/spoiler-html/bpudding-g.111.gif -crossfire/doc/spoiler-html/bpudding.111.gif -crossfire/doc/spoiler-html/bsword-1.111.gif -crossfire/doc/spoiler-html/bsword-2.111.gif -crossfire/doc/spoiler-html/bullet.112.gif -crossfire/doc/spoiler-html/cancellati.111.gif -crossfire/doc/spoiler-html/centipede.111.gif -crossfire/doc/spoiler-html/ch-bish.111.gif -crossfire/doc/spoiler-html/ch-king.111.gif -crossfire/doc/spoiler-html/ch-knight.111.gif -crossfire/doc/spoiler-html/ch-pawn.111.gif -crossfire/doc/spoiler-html/ch-queen.111.gif -crossfire/doc/spoiler-html/ch-rook.111.gif -crossfire/doc/spoiler-html/chainmail.111.gif -crossfire/doc/spoiler-html/charwoman.171.gif -crossfire/doc/spoiler-html/chicken.131.gif -crossfire/doc/spoiler-html/chinese-dr.171.gif -crossfire/doc/spoiler-html/cleric.171.gif -crossfire/doc/spoiler-html/club.111.gif -crossfire/doc/spoiler-html/cobra.111.gif -crossfire/doc/spoiler-html/cold-drag.171.gif -crossfire/doc/spoiler-html/confusion.111.gif -crossfire/doc/spoiler-html/conjurer.111.gif -crossfire/doc/spoiler-html/counterspell.111.gif -crossfire/doc/spoiler-html/crone.111.gif -crossfire/doc/spoiler-html/crossbow.111.gif -crossfire/doc/spoiler-html/crown.111.gif -crossfire/doc/spoiler-html/cyclops.131.gif -crossfire/doc/spoiler-html/dagger.111.gif -crossfire/doc/spoiler-html/dark-elf.111.gif -crossfire/doc/spoiler-html/darkblade.111.gif -crossfire/doc/spoiler-html/deathbring.111.gif -crossfire/doc/spoiler-html/deathtree.111.gif -crossfire/doc/spoiler-html/defender.111.gif -crossfire/doc/spoiler-html/demilich.111.gif -crossfire/doc/spoiler-html/demon-lord.E11.gif -crossfire/doc/spoiler-html/demonbane.111.gif -crossfire/doc/spoiler-html/destruction.111.gif -crossfire/doc/spoiler-html/det-magic.111.gif -crossfire/doc/spoiler-html/devil.111.gif -crossfire/doc/spoiler-html/dog.111.gif -crossfire/doc/spoiler-html/dragon-shi.111.gif -crossfire/doc/spoiler-html/dragon.171.gif -crossfire/doc/spoiler-html/dragonmail.111.gif -crossfire/doc/spoiler-html/dragonman.171.gif -crossfire/doc/spoiler-html/dragonslay.111.gif -crossfire/doc/spoiler-html/dread.111.gif -crossfire/doc/spoiler-html/dress1.111.gif -crossfire/doc/spoiler-html/dress2.111.gif -crossfire/doc/spoiler-html/dress3.111.gif -crossfire/doc/spoiler-html/dwarf-p.111.gif -crossfire/doc/spoiler-html/dwarf-pr.111.gif -crossfire/doc/spoiler-html/dwarf-wiz.111.gif -crossfire/doc/spoiler-html/dwarf.111.gif -crossfire/doc/spoiler-html/earthwall.111.gif -crossfire/doc/spoiler-html/elec-dr.111.gif -crossfire/doc/spoiler-html/elec-drag.171.gif -crossfire/doc/spoiler-html/elem-air.111.gif -crossfire/doc/spoiler-html/elem-earth.111.gif -crossfire/doc/spoiler-html/elem-fire.111.gif -crossfire/doc/spoiler-html/elem-water.111.gif -crossfire/doc/spoiler-html/elf-1.111.gif -crossfire/doc/spoiler-html/elf.171.gif -crossfire/doc/spoiler-html/elven-bow.111.gif -crossfire/doc/spoiler-html/elvenboots.111.gif -crossfire/doc/spoiler-html/empty.pbm -crossfire/doc/spoiler-html/enchantment.111.gif -crossfire/doc/spoiler-html/ent.111.gif -crossfire/doc/spoiler-html/excalibur.111.gif -crossfire/doc/spoiler-html/explosion.111.gif -crossfire/doc/spoiler-html/eyeglasses.111.gif -crossfire/doc/spoiler-html/eyeshield.111.gif -crossfire/doc/spoiler-html/fae-drag.171.gif -crossfire/doc/spoiler-html/falchion.111.gif -crossfire/doc/spoiler-html/fear.111.gif -crossfire/doc/spoiler-html/fighter.111.gif -crossfire/doc/spoiler-html/fire-drag.171.gif -crossfire/doc/spoiler-html/fireball.111.gif -crossfire/doc/spoiler-html/fireborn.111.gif -crossfire/doc/spoiler-html/firebrand.111.gif -crossfire/doc/spoiler-html/firebullet.111.gif -crossfire/doc/spoiler-html/firestar.111.gif -crossfire/doc/spoiler-html/flowers.111.gif -crossfire/doc/spoiler-html/fog.111.gif -crossfire/doc/spoiler-html/food.111.gif -crossfire/doc/spoiler-html/frostbrand.111.gif -crossfire/doc/spoiler-html/fullhelmet.111.gif -crossfire/doc/spoiler-html/fungus.111.gif -crossfire/doc/spoiler-html/gaelotroll.111.gif -crossfire/doc/spoiler-html/gauntlet-s.111.gif -crossfire/doc/spoiler-html/generic-rune.111.gif -crossfire/doc/spoiler-html/ghast.111.gif -crossfire/doc/spoiler-html/ghost-gen.111.gif -crossfire/doc/spoiler-html/ghost.111.gif -crossfire/doc/spoiler-html/giant-bat.111.gif -crossfire/doc/spoiler-html/giant-gen.111.gif -crossfire/doc/spoiler-html/giant.111.gif -crossfire/doc/spoiler-html/gir-strcon.111.gif -crossfire/doc/spoiler-html/girdle-con.111.gif -crossfire/doc/spoiler-html/girdle-dam.111.gif -crossfire/doc/spoiler-html/girdle-str.111.gif -crossfire/doc/spoiler-html/gloves.111.gif -crossfire/doc/spoiler-html/gnoll-gen.111.gif -crossfire/doc/spoiler-html/gnoll.111.gif -crossfire/doc/spoiler-html/gnome.111.gif -crossfire/doc/spoiler-html/goblin-gen.111.gif -crossfire/doc/spoiler-html/goblin.111.gif -crossfire/doc/spoiler-html/golem.111.gif -crossfire/doc/spoiler-html/gram.111.gif -crossfire/doc/spoiler-html/gravestone.111.gif -crossfire/doc/spoiler-html/greater-dwarven-guard.111.gif -crossfire/doc/spoiler-html/greenslime.111.gif -crossfire/doc/spoiler-html/grimreaper.111.gif -crossfire/doc/spoiler-html/grimreaper.112.gif -crossfire/doc/spoiler-html/guard-hard.111.gif -crossfire/doc/spoiler-html/guard-ligh.111.gif -crossfire/doc/spoiler-html/guard-med.111.gif -crossfire/doc/spoiler-html/guildmaste.111.gif -crossfire/doc/spoiler-html/halfling.111.gif -crossfire/doc/spoiler-html/hammer-1.111.gif -crossfire/doc/spoiler-html/hammer-2.121.gif -crossfire/doc/spoiler-html/healing.111.gif -crossfire/doc/spoiler-html/helm-extract -crossfire/doc/spoiler-html/helmet-bri.111.gif -crossfire/doc/spoiler-html/helmet.111.gif -crossfire/doc/spoiler-html/helmet.html -crossfire/doc/spoiler-html/helmetxray.111.gif -crossfire/doc/spoiler-html/high-boots.111.gif -crossfire/doc/spoiler-html/highshield.111.gif -crossfire/doc/spoiler-html/holy-orb.111.gif -crossfire/doc/spoiler-html/holyave.111.gif -crossfire/doc/spoiler-html/holyshield.111.gif -crossfire/doc/spoiler-html/hornhelmet.111.gif -crossfire/doc/spoiler-html/human.171.gif -crossfire/doc/spoiler-html/icestorm.111.gif -crossfire/doc/spoiler-html/imp.171.gif -crossfire/doc/spoiler-html/in_items -crossfire/doc/spoiler-html/in_monput -crossfire/doc/spoiler-html/in_spells -crossfire/doc/spoiler-html/in_stats -crossfire/doc/spoiler-html/items -crossfire/doc/spoiler-html/items-extract -crossfire/doc/spoiler-html/items.gif -crossfire/doc/spoiler-html/jessyb.111.gif -crossfire/doc/spoiler-html/katana-1.111.gif -crossfire/doc/spoiler-html/killerbee.111.gif -crossfire/doc/spoiler-html/knight.111.gif -crossfire/doc/spoiler-html/kobold-gen.111.gif -crossfire/doc/spoiler-html/kobold.111.gif -crossfire/doc/spoiler-html/lamia.131.gif -crossfire/doc/spoiler-html/lapron.111.gif -crossfire/doc/spoiler-html/lbullet.111.gif -crossfire/doc/spoiler-html/leather-ar.111.gif -crossfire/doc/spoiler-html/lesser-dwarven-guard.111.gif -crossfire/doc/spoiler-html/lev-boots.111.gif -crossfire/doc/spoiler-html/lich.111.gif -crossfire/doc/spoiler-html/lightning.111.gif -crossfire/doc/spoiler-html/lmornstar.111.gif -crossfire/doc/spoiler-html/logfile -crossfire/doc/spoiler-html/low-boots.111.gif -crossfire/doc/spoiler-html/lsword.111.gif -crossfire/doc/spoiler-html/mace-1.111.gif -crossfire/doc/spoiler-html/mace-2.111.gif -crossfire/doc/spoiler-html/madman-gen.111.gif -crossfire/doc/spoiler-html/madman.111.gif -crossfire/doc/spoiler-html/mag-extract -crossfire/doc/spoiler-html/mag.html -crossfire/doc/spoiler-html/mage.171.gif -crossfire/doc/spoiler-html/magi-staff.111.gif -crossfire/doc/spoiler-html/magic-bow.111.gif -crossfire/doc/spoiler-html/magic-miss.131.gif -crossfire/doc/spoiler-html/magnifier.111.gif -crossfire/doc/spoiler-html/makeps -crossfire/doc/spoiler-html/makeps.pl -crossfire/doc/spoiler-html/man.111.gif -crossfire/doc/spoiler-html/mithril-ar.111.gif -crossfire/doc/spoiler-html/mjoellnir.111.gif -crossfire/doc/spoiler-html/monk.111.gif -crossfire/doc/spoiler-html/monput.html -crossfire/doc/spoiler-html/monster-extract -crossfire/doc/spoiler-html/monsters.gif -crossfire/doc/spoiler-html/mornstar.111.gif -crossfire/doc/spoiler-html/mournblade.111.gif -crossfire/doc/spoiler-html/mouse.111.gif -crossfire/doc/spoiler-html/mystic-fist.111.gif -crossfire/doc/spoiler-html/nightmare.111.gif -crossfire/doc/spoiler-html/ninja-2.111.gif -crossfire/doc/spoiler-html/ninja.171.gif -crossfire/doc/spoiler-html/northman.111.gif -crossfire/doc/spoiler-html/nunchacu-1.111.gif -crossfire/doc/spoiler-html/nunchacu-2.111.gif -crossfire/doc/spoiler-html/ogre-gen.111.gif -crossfire/doc/spoiler-html/ogre.111.gif -crossfire/doc/spoiler-html/orc-gen.111.gif -crossfire/doc/spoiler-html/orc.111.gif -crossfire/doc/spoiler-html/panther.111.gif -crossfire/doc/spoiler-html/panthergen.111.gif -crossfire/doc/spoiler-html/para-air.111.gif -crossfire/doc/spoiler-html/para-earth.111.gif -crossfire/doc/spoiler-html/para-fire.111.gif -crossfire/doc/spoiler-html/para-ice.111.gif -crossfire/doc/spoiler-html/para-lava.111.gif -crossfire/doc/spoiler-html/para-light.111.gif -crossfire/doc/spoiler-html/para-mud.111.gif -crossfire/doc/spoiler-html/para-water.111.gif -crossfire/doc/spoiler-html/paralyse.111.gif -crossfire/doc/spoiler-html/pir-lass.111.gif -crossfire/doc/spoiler-html/pirate.111.gif -crossfire/doc/spoiler-html/pixie-gen.111.gif -crossfire/doc/spoiler-html/pixie.111.gif -crossfire/doc/spoiler-html/pl-half-orc.111.gif -crossfire/doc/spoiler-html/plate-mail.111.gif -crossfire/doc/spoiler-html/poisonc.111.gif -crossfire/doc/spoiler-html/polymorph.111.gif -crossfire/doc/spoiler-html/priest.171.gif -crossfire/doc/spoiler-html/princess.111.gif -crossfire/doc/spoiler-html/prisoner.111.gif -crossfire/doc/spoiler-html/protection.111.gif -crossfire/doc/spoiler-html/pyro-gen.111.gif -crossfire/doc/spoiler-html/pyromaniac.111.gif -crossfire/doc/spoiler-html/quarters.111.gif -crossfire/doc/spoiler-html/quetzalcoatl.131.gif -crossfire/doc/spoiler-html/raas.131.gif -crossfire/doc/spoiler-html/reflector.111.gif -crossfire/doc/spoiler-html/ring-mail.111.gif -crossfire/doc/spoiler-html/ring-mail2.111.gif -crossfire/doc/spoiler-html/robe-midnight.111.gif -crossfire/doc/spoiler-html/robe.111.gif -crossfire/doc/spoiler-html/robe2.111.gif -crossfire/doc/spoiler-html/round-shiel.111.gif -crossfire/doc/spoiler-html/ruggilli.111.gif -crossfire/doc/spoiler-html/rune-antimagic.111.gif -crossfire/doc/spoiler-html/rune-blast.111.gif -crossfire/doc/spoiler-html/rune-death.111.gif -crossfire/doc/spoiler-html/rune-fire.111.gif -crossfire/doc/spoiler-html/rune-frost.111.gif -crossfire/doc/spoiler-html/rune-mark.111.gif -crossfire/doc/spoiler-html/rune-shock.111.gif -crossfire/doc/spoiler-html/rune-transfer.111.gif -crossfire/doc/spoiler-html/rustmonste.111.gif -crossfire/doc/spoiler-html/sabre.111.gif -crossfire/doc/spoiler-html/sage.111.gif -crossfire/doc/spoiler-html/sandals.111.gif -crossfire/doc/spoiler-html/sandy.111.gif -crossfire/doc/spoiler-html/scale-mail.111.gif -crossfire/doc/spoiler-html/scorpi-gen.111.gif -crossfire/doc/spoiler-html/scorpion.111.gif -crossfire/doc/spoiler-html/serp-man.131.gif -crossfire/doc/spoiler-html/serp-priest.131.gif -crossfire/doc/spoiler-html/serp-sword.111.gif -crossfire/doc/spoiler-html/serpent.131.gif -crossfire/doc/spoiler-html/serpman-gen.111.gif -crossfire/doc/spoiler-html/shadowtiger.111.gif -crossfire/doc/spoiler-html/shield-extract -crossfire/doc/spoiler-html/shield.111.gif -crossfire/doc/spoiler-html/shield.html -crossfire/doc/spoiler-html/shovel-1.111.gif -crossfire/doc/spoiler-html/skeleton.111.gif -crossfire/doc/spoiler-html/skull-gen.111.gif -crossfire/doc/spoiler-html/skull.111.gif -crossfire/doc/spoiler-html/skullcleav.111.gif -crossfire/doc/spoiler-html/slime.111.gif -crossfire/doc/spoiler-html/slow.111.gif -crossfire/doc/spoiler-html/small-shie.111.gif -crossfire/doc/spoiler-html/smalltroll.111.gif -crossfire/doc/spoiler-html/snake.111.gif -crossfire/doc/spoiler-html/spear.121.gif -crossfire/doc/spoiler-html/spectre.111.gif -crossfire/doc/spoiler-html/speedball.111.gif -crossfire/doc/spoiler-html/speedboots.111.gif -crossfire/doc/spoiler-html/speedbwall.111.gif -crossfire/doc/spoiler-html/spellball.111.gif -crossfire/doc/spoiler-html/spells-extract -crossfire/doc/spoiler-html/spells.gif -crossfire/doc/spoiler-html/spells.html -crossfire/doc/spoiler-html/sphinx.171.gif -crossfire/doc/spoiler-html/spider-web.111.gif -crossfire/doc/spoiler-html/spider.111.gif -crossfire/doc/spoiler-html/spoiler.html -crossfire/doc/spoiler-html/spoiler.shtml -crossfire/doc/spoiler-html/ssword-1.111.gif -crossfire/doc/spoiler-html/ssword-2.111.gif -crossfire/doc/spoiler-html/stake.111.gif -crossfire/doc/spoiler-html/stalker.111.gif -crossfire/doc/spoiler-html/stalkergen.111.gif -crossfire/doc/spoiler-html/stats-extract -crossfire/doc/spoiler-html/stats.gif -crossfire/doc/spoiler-html/stats.html -crossfire/doc/spoiler-html/steam.111.gif -crossfire/doc/spoiler-html/sting.111.gif -crossfire/doc/spoiler-html/stoneaxe.111.gif -crossfire/doc/spoiler-html/stonehamme.111.gif -crossfire/doc/spoiler-html/stormbring.111.gif -crossfire/doc/spoiler-html/sunspear.111.gif -crossfire/doc/spoiler-html/swashbuckl.171.gif -crossfire/doc/spoiler-html/sword-1.111.gif -crossfire/doc/spoiler-html/sword-2.111.gif -crossfire/doc/spoiler-html/sword-3.111.gif -crossfire/doc/spoiler-html/sword-4.111.gif -crossfire/doc/spoiler-html/t-dagger.131.gif -crossfire/doc/spoiler-html/taifu-1.111.gif -crossfire/doc/spoiler-html/thief.171.gif -crossfire/doc/spoiler-html/titan.571.gif -crossfire/doc/spoiler-html/tmp.gif -crossfire/doc/spoiler-html/tmp.ppm -crossfire/doc/spoiler-html/trident.121.gif -crossfire/doc/spoiler-html/troll.171.gif -crossfire/doc/spoiler-html/tunic.111.gif -crossfire/doc/spoiler-html/turban.111.gif -crossfire/doc/spoiler-html/turnundead.111.gif -crossfire/doc/spoiler-html/u-horn.111.gif -crossfire/doc/spoiler-html/unicorn.171.gif -crossfire/doc/spoiler-html/uw-shield.111.gif -crossfire/doc/spoiler-html/uw-sword.111.gif -crossfire/doc/spoiler-html/vampire.111.gif -crossfire/doc/spoiler-html/vampiregen.111.gif -crossfire/doc/spoiler-html/version.html -crossfire/doc/spoiler-html/viking.171.gif -crossfire/doc/spoiler-html/wand.111.gif -crossfire/doc/spoiler-html/warrior.171.gif -crossfire/doc/spoiler-html/weap-extract -crossfire/doc/spoiler-html/weap.html -crossfire/doc/spoiler-html/weapmag.html -crossfire/doc/spoiler-html/wig.111.gif -crossfire/doc/spoiler-html/wight.111.gif -crossfire/doc/spoiler-html/wiz-hat.111.gif -crossfire/doc/spoiler-html/wizard.171.gif -crossfire/doc/spoiler-html/woman.111.gif -crossfire/doc/spoiler-html/work.ppm -crossfire/doc/spoiler-html/wraith.111.gif -crossfire/doc/spoiler-html/wraithp.111.gif -crossfire/doc/spoiler-html/wyvern.171.gif -crossfire/doc/spoiler-html/xan-gen.111.gif -crossfire/doc/spoiler-html/xan.111.gif -crossfire/doc/spoiler-html/zombie-gen.111.gif -crossfire/doc/spoiler-html/zombie.111.gif -crossfire/doc/spoiler.ps -crossfire/doc/teleporter.doc -crossfire/doc/xbmtobdf.man -crossfire/fonts/crossfire.pcf -crossfire/fonts/fonts.dir -crossfire/lib/README -crossfire/lib/adm/flushlocks -crossfire/lib/archetypes -crossfire/lib/artifacts -crossfire/lib/ban_file -crossfire/lib/bmaps -crossfire/lib/bookarch -crossfire/lib/crossfire.cfb -crossfire/lib/crossfire.pix.1 -crossfire/lib/crossfire.pix.2 -crossfire/lib/crossfire.pix.3 -crossfire/lib/crossfire.pix.4 -crossfire/lib/crossfire.pix.5 -crossfire/lib/crossfire.pix.6 -crossfire/lib/def_help -crossfire/lib/def_keys -crossfire/lib/dm_file -crossfire/lib/esrv_xpm.eric -crossfire/lib/faces -crossfire/lib/forbid -crossfire/lib/formulae -crossfire/lib/fsconfig -crossfire/lib/help/apply -crossfire/lib/help/bind -crossfire/lib/help/cast -crossfire/lib/help/golem -crossfire/lib/help/invoke -crossfire/lib/help/keys -crossfire/lib/help/mark -crossfire/lib/help/melee -crossfire/lib/help/mouse -crossfire/lib/help/move -crossfire/lib/help/name -crossfire/lib/help/output -crossfire/lib/help/output-count -crossfire/lib/help/output-sync -crossfire/lib/help/party -crossfire/lib/help/pickup -crossfire/lib/help/quit -crossfire/lib/help/range -crossfire/lib/help/save -crossfire/lib/help/sort_inventory -crossfire/lib/help/spells -crossfire/lib/help/statistics -crossfire/lib/help/take -crossfire/lib/help/traps -crossfire/lib/help/unbind -crossfire/lib/highscore -crossfire/lib/maps/Lake_Country/Butakis/B_gshop -crossfire/lib/maps/Lake_Country/Butakis/B_wshop -crossfire/lib/maps/Lake_Country/Butakis/Butakis0 -crossfire/lib/maps/Lake_Country/Butakis/Rlib1 -crossfire/lib/maps/Lake_Country/Butakis/Rlib2 -crossfire/lib/maps/Lake_Country/Butakis/Wist_portal -crossfire/lib/maps/Lake_Country/Butakis/Wist_study -crossfire/lib/maps/Lake_Country/Butakis/alchemist -crossfire/lib/maps/Lake_Country/Butakis/arena -crossfire/lib/maps/Lake_Country/Butakis/blacksmith -crossfire/lib/maps/Lake_Country/Butakis/church-1 -crossfire/lib/maps/Lake_Country/Butakis/church0 -crossfire/lib/maps/Lake_Country/Butakis/church1 -crossfire/lib/maps/Lake_Country/Butakis/gate_inner -crossfire/lib/maps/Lake_Country/Butakis/gate_outer -crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house -crossfire/lib/maps/Lake_Country/Butakis/houses/James_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house -crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype -crossfire/lib/maps/Lake_Country/Butakis/houses/prototype2 -crossfire/lib/maps/Lake_Country/Butakis/inn -crossfire/lib/maps/Lake_Country/Butakis/luck1 -crossfire/lib/maps/Lake_Country/Butakis/luck1.old -crossfire/lib/maps/Lake_Country/Butakis/luck2 -crossfire/lib/maps/Lake_Country/Butakis/luck3 -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s -crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w -crossfire/lib/maps/Lake_Country/Butakis/prison-1 -crossfire/lib/maps/Lake_Country/Butakis/prison0 -crossfire/lib/maps/Lake_Country/Butakis/prison1 -crossfire/lib/maps/Lake_Country/Butakis/prison_e -crossfire/lib/maps/Lake_Country/Butakis/prison_n -crossfire/lib/maps/Lake_Country/Butakis/prison_s -crossfire/lib/maps/Lake_Country/Butakis/prison_special -crossfire/lib/maps/Lake_Country/Butakis/prison_w -crossfire/lib/maps/Lake_Country/DA -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 -crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 -crossfire/lib/maps/Lake_Country/Mwizard/MwizardD -crossfire/lib/maps/Lake_Country/Mwizard/MwizardG -crossfire/lib/maps/Lake_Country/Mwizard/MwizardT -crossfire/lib/maps/Lake_Country/Mwizard/test -crossfire/lib/maps/Lake_Country/RETower/test -crossfire/lib/maps/Lake_Country/RETower/tower0 -crossfire/lib/maps/Lake_Country/RETower/tower1 -crossfire/lib/maps/Lake_Country/RETower/tower2 -crossfire/lib/maps/Lake_Country/RETower/tower3 -crossfire/lib/maps/Lake_Country/RETower/tower4 -crossfire/lib/maps/Lake_Country/RETower/tower5 -crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress -crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse -crossfire/lib/maps/Lake_Country/Sunset_Lake/inn -crossfire/lib/maps/Lake_Country/ebony/entrance1 -crossfire/lib/maps/Lake_Country/ebony/entrance2 -crossfire/lib/maps/Lake_Country/ebony/guild1 -crossfire/lib/maps/Lake_Country/ebony/masterlev -crossfire/lib/maps/Lake_Country/ebony/test1 -crossfire/lib/maps/Lake_Country/ebony/test2 -crossfire/lib/maps/Lake_Country/flight/flight1 -crossfire/lib/maps/Lake_Country/flight/flight2 -crossfire/lib/maps/Lake_Country/flight/flight3 -crossfire/lib/maps/Lake_Country/flight/flight4 -crossfire/lib/maps/Lake_Country/flight/flight5 -crossfire/lib/maps/Lake_Country/flight/flight6 -crossfire/lib/maps/Lake_Country/kundi_area -crossfire/lib/maps/Lake_Country/kundi_castle -crossfire/lib/maps/Lake_Country/marsh/marsh1_1 -crossfire/lib/maps/Lake_Country/marsh/marsh1_2 -crossfire/lib/maps/Lake_Country/marsh/marsh2_1 -crossfire/lib/maps/Lake_Country/marsh/marsh2_2 -crossfire/lib/maps/Lake_Country/marsh/marsh_maze1 -crossfire/lib/maps/Lake_Country/quest/Takuse_lair -crossfire/lib/maps/Lake_Country/quest/cave1 -crossfire/lib/maps/Lake_Country/quest/elfhideout -crossfire/lib/maps/Lake_Country/quest/elves -crossfire/lib/maps/Lake_Country/quest/hideout -crossfire/lib/maps/Lake_Country/quest/hideout_entrance -crossfire/lib/maps/Lake_Country/quest/lefttower0 -crossfire/lib/maps/Lake_Country/quest/lefttower1 -crossfire/lib/maps/Lake_Country/quest/lefttower2 -crossfire/lib/maps/Lake_Country/quest/lefttower3 -crossfire/lib/maps/Lake_Country/quest/lefttower4 -crossfire/lib/maps/Lake_Country/quest/mercenaries -crossfire/lib/maps/Lake_Country/quest/mountainkeep -crossfire/lib/maps/Lake_Country/quest/mountains -crossfire/lib/maps/Lake_Country/quest/righttower1 -crossfire/lib/maps/Lake_Country/quest/righttower1.cp -crossfire/lib/maps/Lake_Country/quest/shadowcave1 -crossfire/lib/maps/Lake_Country/quest/shadowcave2 -crossfire/lib/maps/Lake_Country/quest/shadowcave3 -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop -crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop.cp -crossfire/lib/maps/Lake_Country/shops/Olds_jewel -crossfire/lib/maps/Lake_Country/shops/Olds_jewel.bk -crossfire/lib/maps/Lake_Country/shops/clems_archery -crossfire/lib/maps/Lake_Country/shops/klondors_wands -crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 -crossfire/lib/maps/Lake_Country/small_buildings/burial_ground -crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus -crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 -crossfire/lib/maps/Lake_Country/small_buildings/portal -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3.cp -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 -crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4.cp -crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair -crossfire/lib/maps/Lake_Country/snake_pit/pit -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 -crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 -crossfire/lib/maps/README -crossfire/lib/maps/asyvan/gate1 -crossfire/lib/maps/asyvan/gate2 -crossfire/lib/maps/asyvan/gate3 -crossfire/lib/maps/asyvan/gate4 -crossfire/lib/maps/asyvan/gate5 -crossfire/lib/maps/asyvan/gate6 -crossfire/lib/maps/asyvan/gate7 -crossfire/lib/maps/asyvan/gate8 -crossfire/lib/maps/asyvan/gate9 -crossfire/lib/maps/asyvan/palace1 -crossfire/lib/maps/asyvan/palace2 -crossfire/lib/maps/asyvan/palace3 -crossfire/lib/maps/asyvan/start -crossfire/lib/maps/brittany/Brest/Castle/AcidChamber -crossfire/lib/maps/brittany/Brest/Castle/DragonRoom -crossfire/lib/maps/brittany/Brest/Castle/Finale -crossfire/lib/maps/brittany/Brest/Castle/LargeRoom -crossfire/lib/maps/brittany/Brest/Castle/castle -crossfire/lib/maps/brittany/Brest/amphis -crossfire/lib/maps/brittany/Brest/brest -crossfire/lib/maps/brittany/Brest/brest.armour -crossfire/lib/maps/brittany/Brest/brest.cvt -crossfire/lib/maps/brittany/Brest/brest.food -crossfire/lib/maps/brittany/Brest/brest.inn -crossfire/lib/maps/brittany/Brest/brest.magic -crossfire/lib/maps/brittany/Brest/brest.weapon -crossfire/lib/maps/brittany/Brest/elec.jes -crossfire/lib/maps/brittany/Brest/info.2.zoon -crossfire/lib/maps/brittany/Brest/info_first -crossfire/lib/maps/brittany/Brest/jes.admini -crossfire/lib/maps/brittany/Brest/jes.admini.1 -crossfire/lib/maps/brittany/Brest/ludo1 -crossfire/lib/maps/brittany/Brest/ludo2 -crossfire/lib/maps/brittany/Brest/nasty_house -crossfire/lib/maps/brittany/Brest/sport.jess -crossfire/lib/maps/brittany/Brest/underground -crossfire/lib/maps/brittany/Brest/underground2 -crossfire/lib/maps/brittany/dol-guldur.1 -crossfire/lib/maps/brittany/dol-guldur.2 -crossfire/lib/maps/brittany/dol-guldur.3 -crossfire/lib/maps/brittany/dol-guldur.4 -crossfire/lib/maps/brittany/dol-guldur.5 -crossfire/lib/maps/brittany/dol-guldur.6 -crossfire/lib/maps/brittany/enigme.1 -crossfire/lib/maps/brittany/enigme.2 -crossfire/lib/maps/brittany/enigme.3 -crossfire/lib/maps/brittany/enigme.4 -crossfire/lib/maps/brittany/enigme.5 -crossfire/lib/maps/brittany/enigme.6 -crossfire/lib/maps/brittany/hole -crossfire/lib/maps/brittany/jessy.1 -crossfire/lib/maps/brittany/jessy.2 -crossfire/lib/maps/brittany/jessy.3 -crossfire/lib/maps/brittany/khazad.1 -crossfire/lib/maps/brittany/khazad.2 -crossfire/lib/maps/brittany/khazad.3 -crossfire/lib/maps/brittany/khazad.4 -crossfire/lib/maps/brittany/khazad.5 -crossfire/lib/maps/brittany/tower_of__zoon -crossfire/lib/maps/cd/cd.castle.750 -crossfire/lib/maps/cd/cd.cellar1.757 -crossfire/lib/maps/cd/cd.inn.752 -crossfire/lib/maps/cd/cd.store.753 -crossfire/lib/maps/cd/cd.tower1.754 -crossfire/lib/maps/cd/cd.tower2.755 -crossfire/lib/maps/cd/cd.tunnel.751 -crossfire/lib/maps/city/cannery/ware1 -crossfire/lib/maps/city/city -crossfire/lib/maps/city/houses/house.haunted -crossfire/lib/maps/city/houses/house.haunted2 -crossfire/lib/maps/city/houses/house1 -crossfire/lib/maps/city/houses/house2 -crossfire/lib/maps/city/houses/jones -crossfire/lib/maps/city/houses/map.fr.ruin -crossfire/lib/maps/city/houses/maze1 -crossfire/lib/maps/city/houses/newhouse1 -crossfire/lib/maps/city/kar/creepy.house -crossfire/lib/maps/city/kar/creepy.house2 -crossfire/lib/maps/city/kar/drink -crossfire/lib/maps/city/kar/gorks1 -crossfire/lib/maps/city/kar/gorks2 -crossfire/lib/maps/city/kar/gorks3 -crossfire/lib/maps/city/kar/somehouse -crossfire/lib/maps/city/kar/somehouse2 -crossfire/lib/maps/city/kar/somehouse3 -crossfire/lib/maps/city/magara/porter_house -crossfire/lib/maps/city/mansion/entrance -crossfire/lib/maps/city/mansion/garden -crossfire/lib/maps/city/mansion/muriskunes -crossfire/lib/maps/city/mansion/str-tunnel -crossfire/lib/maps/city/mansion/stronghold -crossfire/lib/maps/city/misc/arena -crossfire/lib/maps/city/misc/beginners -crossfire/lib/maps/city/misc/church -crossfire/lib/maps/city/misc/cityhall -crossfire/lib/maps/city/misc/gatehouse -crossfire/lib/maps/city/misc/library -crossfire/lib/maps/city/misc/prison -crossfire/lib/maps/city/misc/zoo -crossfire/lib/maps/city/oldcity/end -crossfire/lib/maps/city/oldcity/oldcity1 -crossfire/lib/maps/city/oldcity/oldcity10 -crossfire/lib/maps/city/oldcity/oldcity11 -crossfire/lib/maps/city/oldcity/oldcity12 -crossfire/lib/maps/city/oldcity/oldcity13 -crossfire/lib/maps/city/oldcity/oldcity14 -crossfire/lib/maps/city/oldcity/oldcity15 -crossfire/lib/maps/city/oldcity/oldcity2 -crossfire/lib/maps/city/oldcity/oldcity3 -crossfire/lib/maps/city/oldcity/oldcity4 -crossfire/lib/maps/city/oldcity/oldcity5 -crossfire/lib/maps/city/oldcity/oldcity6 -crossfire/lib/maps/city/oldcity/oldcity7 -crossfire/lib/maps/city/oldcity/oldcity8 -crossfire/lib/maps/city/oldcity/oldcity9 -crossfire/lib/maps/city/shops/armourshop -crossfire/lib/maps/city/shops/bank -crossfire/lib/maps/city/shops/bowshop -crossfire/lib/maps/city/shops/gemshop -crossfire/lib/maps/city/shops/generalshop -crossfire/lib/maps/city/shops/magicshop -crossfire/lib/maps/city/shops/potionshop -crossfire/lib/maps/city/shops/weaponshop -crossfire/lib/maps/city/taverns/apartments -crossfire/lib/maps/city/taverns/goths -crossfire/lib/maps/city/taverns/goths0 -crossfire/lib/maps/city/taverns/goths2 -crossfire/lib/maps/city/taverns/inn -crossfire/lib/maps/city/taverns/inn2 -crossfire/lib/maps/city/towers/tower -crossfire/lib/maps/city/towers/tower.mad -crossfire/lib/maps/city/towers/tower.mad1 -crossfire/lib/maps/city/towers/tower.mad2 -crossfire/lib/maps/city/towers/tower.mad3 -crossfire/lib/maps/dtabb/cave -crossfire/lib/maps/dtabb/cave2 -crossfire/lib/maps/dtabb/quest/fire -crossfire/lib/maps/dtabb/quest/shop_b -crossfire/lib/maps/dtabb/quest/shop_f -crossfire/lib/maps/dtabb/quest/tower1 -crossfire/lib/maps/dtabb/quest/tower2 -crossfire/lib/maps/dtabb/quest/towers -crossfire/lib/maps/dtabb/quest/town2 -crossfire/lib/maps/dtabb/quest/water -crossfire/lib/maps/dtabb/town/church -crossfire/lib/maps/dtabb/town/inn -crossfire/lib/maps/dtabb/town/quest -crossfire/lib/maps/dtabb/town/shop_a -crossfire/lib/maps/dtabb/town/shop_g -crossfire/lib/maps/dtabb/town/shop_m -crossfire/lib/maps/dtabb/town/shop_w -crossfire/lib/maps/dtabb/town/tavern -crossfire/lib/maps/dtabb/town/town -crossfire/lib/maps/editor/picks/TownStaff -crossfire/lib/maps/editor/picks/alchemy -crossfire/lib/maps/editor/picks/artifacts -crossfire/lib/maps/editor/picks/background -crossfire/lib/maps/editor/picks/equipment -crossfire/lib/maps/editor/picks/exits -crossfire/lib/maps/editor/picks/food-bparts -crossfire/lib/maps/editor/picks/indoors -crossfire/lib/maps/editor/picks/items -crossfire/lib/maps/editor/picks/lakes -crossfire/lib/maps/editor/picks/monsters -crossfire/lib/maps/editor/picks/monsters2 -crossfire/lib/maps/editor/picks/monsters2.orig -crossfire/lib/maps/editor/picks/other -crossfire/lib/maps/editor/picks/outdoors -crossfire/lib/maps/editor/picks/rivers -crossfire/lib/maps/editor/picks/runes -crossfire/lib/maps/editor/picks/shops -crossfire/lib/maps/editor/picks/special -crossfire/lib/maps/editor/picks/town -crossfire/lib/maps/editor/walls/caves -crossfire/lib/maps/editor/walls/caves2 -crossfire/lib/maps/editor/walls/wall -crossfire/lib/maps/eeur/barad_dur -crossfire/lib/maps/eeur/hut.1 -crossfire/lib/maps/eeur/hut.2 -crossfire/lib/maps/eeur/tower1.1 -crossfire/lib/maps/eeur/tower1.2 -crossfire/lib/maps/eeur/tower1.3 -crossfire/lib/maps/eeur/tower1.4 -crossfire/lib/maps/ender/island/isl_yel -crossfire/lib/maps/ender/island/island1 -crossfire/lib/maps/ender/island/jungle -crossfire/lib/maps/ender/island/middleisland -crossfire/lib/maps/ender/island/strong_island -crossfire/lib/maps/ender/island/stronghold -crossfire/lib/maps/ender/island/treas_room -crossfire/lib/maps/ender/island/treasureisland -crossfire/lib/maps/ender/piratedung -crossfire/lib/maps/ender/pirateenter -crossfire/lib/maps/ender/pisland/hut -crossfire/lib/maps/ender/pisland/pirateisland -crossfire/lib/maps/ender/pisland/ship -crossfire/lib/maps/ender/pisland/ship_deck2 -crossfire/lib/maps/ender/pisland/underworld -crossfire/lib/maps/ender/pisland/vol_vill_shops -crossfire/lib/maps/ender/pisland/vol_village -crossfire/lib/maps/ender/pisland/volcano -crossfire/lib/maps/ender/pisland/vvhuts -crossfire/lib/maps/ender/pisland/vvmansion -crossfire/lib/maps/ender/temple/enterance -crossfire/lib/maps/ender/temple/temp_dung1 -crossfire/lib/maps/ender/temple/temple -crossfire/lib/maps/esben/ancient_hut -crossfire/lib/maps/esben/castle_aaaarg -crossfire/lib/maps/esben/grukks.1 -crossfire/lib/maps/esben/grukks.2 -crossfire/lib/maps/esben/grukks.3 -crossfire/lib/maps/esben/grukks.4 -crossfire/lib/maps/esben/hole -crossfire/lib/maps/esben/kjerring -crossfire/lib/maps/esben/map.esben.2 -crossfire/lib/maps/esben/puddings.place -crossfire/lib/maps/esben/ruins -crossfire/lib/maps/esben/sokoban1 -crossfire/lib/maps/esben/sokoban2 -crossfire/lib/maps/esben/sokoban3 -crossfire/lib/maps/esben/sokoban4 -crossfire/lib/maps/esben/sokoban5 -crossfire/lib/maps/esben/watertunnel -crossfire/lib/maps/espen/church.2 -crossfire/lib/maps/espen/church.3 -crossfire/lib/maps/espen/church.4.bak -crossfire/lib/maps/espen/church.4a -crossfire/lib/maps/espen/church.4b -crossfire/lib/maps/espen/church.4c -crossfire/lib/maps/espen/church.4d -crossfire/lib/maps/espen/espen1 -crossfire/lib/maps/espen/espen2 -crossfire/lib/maps/espen/palace -crossfire/lib/maps/generic/castle1.0 -crossfire/lib/maps/generic/castle1.1 -crossfire/lib/maps/generic/castle1.2 -crossfire/lib/maps/generic/castle1.3 -crossfire/lib/maps/generic/castle2.0 -crossfire/lib/maps/generic/castle2.1 -crossfire/lib/maps/generic/castle2.2 -crossfire/lib/maps/generic/castle2.3 -crossfire/lib/maps/generic/cave2 -crossfire/lib/maps/generic/house1 -crossfire/lib/maps/generic/undead.1 -crossfire/lib/maps/generic/undead.2 -crossfire/lib/maps/generic/undead.3 -crossfire/lib/maps/generic/village1 -crossfire/lib/maps/generic/volcano/level1 -crossfire/lib/maps/generic/volcano/level2 -crossfire/lib/maps/generic/volcano/level3 -crossfire/lib/maps/generic/volcano/level4 -crossfire/lib/maps/generic/xyzzy-mines -crossfire/lib/maps/hendel/acid_room -crossfire/lib/maps/hendel/mountain_pass -crossfire/lib/maps/hendel/pre_acid -crossfire/lib/maps/kar/devil.church1 -crossfire/lib/maps/kar/devil.church2 -crossfire/lib/maps/kar/devil.church3 -crossfire/lib/maps/kar/devil.church4 -crossfire/lib/maps/kar/devil.church5 -crossfire/lib/maps/kar/hallofbones -crossfire/lib/maps/kar/magic.shop -crossfire/lib/maps/kar/map.fr.0 -crossfire/lib/maps/kar/map.fr.1 -crossfire/lib/maps/kar/map.fr.2 -crossfire/lib/maps/kar/map.fr.3 -crossfire/lib/maps/kar/undead -crossfire/lib/maps/kar/wiz1 -crossfire/lib/maps/kar/wiz2 -crossfire/lib/maps/kar/wiz3 -crossfire/lib/maps/kar/wiz4 -crossfire/lib/maps/kar/wiz5 -crossfire/lib/maps/kar/wiz6 -crossfire/lib/maps/kar/wiz7 -crossfire/lib/maps/langley/goblin/caves -crossfire/lib/maps/langley/goblin/dungeon1 -crossfire/lib/maps/langley/goblin/dungeon2 -crossfire/lib/maps/langley/goblin/dungeon3 -crossfire/lib/maps/langley/goblin/fort2 -crossfire/lib/maps/langley/goblin/fortress -crossfire/lib/maps/langley/goblin/goblinisle -crossfire/lib/maps/langley/goblin/hole -crossfire/lib/maps/langley/goblin/hut -crossfire/lib/maps/langley/goblin/netower -crossfire/lib/maps/langley/goblin/nwtower -crossfire/lib/maps/langley/goblin/setower -crossfire/lib/maps/langley/goblin/swtower -crossfire/lib/maps/langley/pirates/fortvsship -crossfire/lib/maps/langley/pirates/madvillage -crossfire/lib/maps/langley/pirates/mbgrave -crossfire/lib/maps/langley/pirates/mbgrave2 -crossfire/lib/maps/langley/pirates/mooglyprize -crossfire/lib/maps/langley/pirates/mooglypuzzle -crossfire/lib/maps/langley/pirates/tortcave -crossfire/lib/maps/langley/pirates/torthole -crossfire/lib/maps/langley/pirates/tortola -crossfire/lib/maps/langley/pirates/tortship -crossfire/lib/maps/langley/pirates/tortship2 -crossfire/lib/maps/langley/pirates/tortship3 -crossfire/lib/maps/langley/pirates/torttemple -crossfire/lib/maps/langley/readme -crossfire/lib/maps/langley/town/church -crossfire/lib/maps/langley/town/churchcrypt -crossfire/lib/maps/langley/town/churchtower -crossfire/lib/maps/langley/town/dshark -crossfire/lib/maps/langley/town/generalstore -crossfire/lib/maps/langley/town/inn -crossfire/lib/maps/langley/town/percy -crossfire/lib/maps/langley/town/portia -crossfire/lib/maps/langley/town/portia2 -crossfire/lib/maps/langley/town/portjoseph -crossfire/lib/maps/mcz/castle1 -crossfire/lib/maps/mcz/castle_air -crossfire/lib/maps/mcz/castle_earth -crossfire/lib/maps/mcz/castle_fire -crossfire/lib/maps/mcz/castle_low1 -crossfire/lib/maps/mcz/castle_low2 -crossfire/lib/maps/mcz/castle_water -crossfire/lib/maps/mcz/forest -crossfire/lib/maps/navar_city/city1 -crossfire/lib/maps/navar_city/city1armour -crossfire/lib/maps/navar_city/city1bank -crossfire/lib/maps/navar_city/city1church1 -crossfire/lib/maps/navar_city/city1court -crossfire/lib/maps/navar_city/city1enter -crossfire/lib/maps/navar_city/city1gen -crossfire/lib/maps/navar_city/city1houses -crossfire/lib/maps/navar_city/city1houses2 -crossfire/lib/maps/navar_city/city1magic -crossfire/lib/maps/navar_city/city1mermaid -crossfire/lib/maps/navar_city/city1prison -crossfire/lib/maps/navar_city/city1smith -crossfire/lib/maps/navar_city/city1weapon -crossfire/lib/maps/navar_city/illusion/illexit -crossfire/lib/maps/navar_city/illusion/illtow1 -crossfire/lib/maps/navar_city/illusion/illtow2 -crossfire/lib/maps/navar_city/illusion/illtow3 -crossfire/lib/maps/navar_city/illusion/illtow4 -crossfire/lib/maps/navar_city/illusion/illtow5 -crossfire/lib/maps/navar_city/illusion/illtow6 -crossfire/lib/maps/navar_city/illusion/illtow7 -crossfire/lib/maps/navar_city/light/light0 -crossfire/lib/maps/navar_city/light/light1 -crossfire/lib/maps/navar_city/light/light2 -crossfire/lib/maps/navar_city/light/light3 -crossfire/lib/maps/navar_city/light/light4 -crossfire/lib/maps/navar_city/light/smugship -crossfire/lib/maps/navar_city/light/smugship1 -crossfire/lib/maps/navar_city/magara/houses/earth_house -crossfire/lib/maps/navar_city/magara/houses/family_house -crossfire/lib/maps/navar_city/magara/houses/kaisas_place -crossfire/lib/maps/navar_city/magara/houses/large_house -crossfire/lib/maps/navar_city/magara/houses/museum -crossfire/lib/maps/navar_city/tower/magetower1 -crossfire/lib/maps/navar_city/tower/magetower2 -crossfire/lib/maps/navar_city/tower/magetower3 -crossfire/lib/maps/navar_city/tower/magetower4 -crossfire/lib/maps/navar_city/tower/magetower5 -crossfire/lib/maps/navar_city/tower/magetower_low -crossfire/lib/maps/navar_city/tower/magetowfinal -crossfire/lib/maps/navar_city/warehouse1 -crossfire/lib/maps/navar_city/warehouse2 -crossfire/lib/maps/navar_city/warehouse3 -crossfire/lib/maps/navar_city/warehouse4 -crossfire/lib/maps/navar_city/warehouse5 -crossfire/lib/maps/navar_city/warehouse6 -crossfire/lib/maps/navar_city/warehouse7 -crossfire/lib/maps/navar_city/warehouse8 -crossfire/lib/maps/peterm/CTower/Barracks -crossfire/lib/maps/peterm/CTower/CTower -crossfire/lib/maps/peterm/CTower/Chamber -crossfire/lib/maps/peterm/CTower/Dungeon -crossfire/lib/maps/peterm/CTower/GroundLevel -crossfire/lib/maps/peterm/CTower/Laboratory -crossfire/lib/maps/peterm/CTower/Library -crossfire/lib/maps/peterm/CTower/Officers -crossfire/lib/maps/peterm/CTower/Servants -crossfire/lib/maps/peterm/CTower/Study -crossfire/lib/maps/peterm/CTower/TowerTop -crossfire/lib/maps/peterm/Demonology/AirMaster -crossfire/lib/maps/peterm/Demonology/AirStudy -crossfire/lib/maps/peterm/Demonology/AirTower1 -crossfire/lib/maps/peterm/Demonology/AirTower2 -crossfire/lib/maps/peterm/Demonology/ApprenticeLevel -crossfire/lib/maps/peterm/Demonology/Demon1 -crossfire/lib/maps/peterm/Demonology/Demon2 -crossfire/lib/maps/peterm/Demonology/Demon3 -crossfire/lib/maps/peterm/Demonology/EarthMaster -crossfire/lib/maps/peterm/Demonology/EarthStudy -crossfire/lib/maps/peterm/Demonology/EarthTower1 -crossfire/lib/maps/peterm/Demonology/EarthTower2 -crossfire/lib/maps/peterm/Demonology/Entrance -crossfire/lib/maps/peterm/Demonology/FireMaster -crossfire/lib/maps/peterm/Demonology/FireStudy -crossfire/lib/maps/peterm/Demonology/FireTower1 -crossfire/lib/maps/peterm/Demonology/FireTower2 -crossfire/lib/maps/peterm/Demonology/GroundLevel -crossfire/lib/maps/peterm/Demonology/GroundLevel.orig -crossfire/lib/maps/peterm/Demonology/HighTower1 -crossfire/lib/maps/peterm/Demonology/HighTower2 -crossfire/lib/maps/peterm/Demonology/HighTowerTop -crossfire/lib/maps/peterm/Demonology/JourneymanLevel -crossfire/lib/maps/peterm/Demonology/MasterLevel -crossfire/lib/maps/peterm/Demonology/WaterMaster -crossfire/lib/maps/peterm/Demonology/WaterStudy -crossfire/lib/maps/peterm/Demonology/WaterTower1 -crossfire/lib/maps/peterm/Demonology/WaterTower2 -crossfire/lib/maps/peterm/DragonQuest/ElectricAnte -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery -crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/ElectricLord -crossfire/lib/maps/peterm/DragonQuest/Entrance -crossfire/lib/maps/peterm/DragonQuest/FireAnte -crossfire/lib/maps/peterm/DragonQuest/FireHatchery -crossfire/lib/maps/peterm/DragonQuest/FireHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/FireLord -crossfire/lib/maps/peterm/DragonQuest/IceAnte -crossfire/lib/maps/peterm/DragonQuest/IceHatchery -crossfire/lib/maps/peterm/DragonQuest/IceHatchery.orig -crossfire/lib/maps/peterm/DragonQuest/IceLord -crossfire/lib/maps/peterm/DragonQuest/WyvernNest -crossfire/lib/maps/peterm/temple/AnteChamber -crossfire/lib/maps/peterm/temple/GemTunnel -crossfire/lib/maps/peterm/temple/InnerTemple -crossfire/lib/maps/peterm/temple/OuterTemple -crossfire/lib/maps/peterm/temple/Temple -crossfire/lib/maps/santo_dominion/appartment -crossfire/lib/maps/santo_dominion/basement -crossfire/lib/maps/santo_dominion/bungalow -crossfire/lib/maps/santo_dominion/crossfire -crossfire/lib/maps/santo_dominion/den -crossfire/lib/maps/santo_dominion/house_of_hell -crossfire/lib/maps/santo_dominion/houses/house1 -crossfire/lib/maps/santo_dominion/just_preliminary -crossfire/lib/maps/santo_dominion/lord_byron/1st_floor -crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor -crossfire/lib/maps/santo_dominion/lord_byron/dungeon -crossfire/lib/maps/santo_dominion/lord_byron/main -crossfire/lib/maps/santo_dominion/magara/hut/floor_1 -crossfire/lib/maps/santo_dominion/magara/hut/floor_2 -crossfire/lib/maps/santo_dominion/magara/hut/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/opera -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 -crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 -crossfire/lib/maps/santo_dominion/magara/well/bottom -crossfire/lib/maps/santo_dominion/magara/well/top -crossfire/lib/maps/santo_dominion/map.and.sale -crossfire/lib/maps/santo_dominion/map.andreas.44 -crossfire/lib/maps/santo_dominion/map.andreasI -crossfire/lib/maps/santo_dominion/map.andreasII -crossfire/lib/maps/santo_dominion/map.andreasIX -crossfire/lib/maps/santo_dominion/map.stigkr.1 -crossfire/lib/maps/santo_dominion/map.stigkr.2 -crossfire/lib/maps/santo_dominion/noble_rest -crossfire/lib/maps/santo_dominion/north_barn -crossfire/lib/maps/santo_dominion/north_farm -crossfire/lib/maps/santo_dominion/peacock -crossfire/lib/maps/santo_dominion/shops/armour -crossfire/lib/maps/santo_dominion/shops/eliks -crossfire/lib/maps/santo_dominion/shops/erash -crossfire/lib/maps/santo_dominion/shops/nosferatu -crossfire/lib/maps/santo_dominion/shops/rings -crossfire/lib/maps/santo_dominion/south_barn -crossfire/lib/maps/santo_dominion/tavern -crossfire/lib/maps/santo_dominion/tavern.2ndfloor -crossfire/lib/maps/santo_dominion/tavern.downstairs -crossfire/lib/maps/santo_dominion/tobias -crossfire/lib/maps/santo_dominion/tobias.top -crossfire/lib/maps/santo_dominion/tollpost -crossfire/lib/maps/santo_dominion/town -crossfire/lib/maps/skud/court -crossfire/lib/maps/skud/east_1 -crossfire/lib/maps/skud/entrance -crossfire/lib/maps/skud/maze -crossfire/lib/maps/skud/north_1 -crossfire/lib/maps/skud/west_1 -crossfire/lib/maps/terrain/desert_1 -crossfire/lib/maps/terrain/desert_2 -crossfire/lib/maps/terrain/empty -crossfire/lib/maps/terrain/forest_1 -crossfire/lib/maps/terrain/forest_2 -crossfire/lib/maps/terrain/hills_1 -crossfire/lib/maps/terrain/hills_2 -crossfire/lib/maps/terrain/jungle_1 -crossfire/lib/maps/terrain/jungle_2 -crossfire/lib/maps/terrain/mountain_1 -crossfire/lib/maps/terrain/mountain_2 -crossfire/lib/maps/terrain/plains_1 -crossfire/lib/maps/terrain/plains_2 -crossfire/lib/maps/terrain/swamp_1 -crossfire/lib/maps/terrain/swamp_2 -crossfire/lib/maps/test/diagonal -crossfire/lib/maps/test/insert_bug -crossfire/lib/maps/test/multisquare -crossfire/lib/maps/thomas/sisters/compound1 -crossfire/lib/maps/thomas/sisters/compound2 -crossfire/lib/maps/thomas/sisters/compound3 -crossfire/lib/maps/thomas/sisters/entrance -crossfire/lib/maps/thomas/sisters/granary -crossfire/lib/maps/thomas/sisters/necro_entrance -crossfire/lib/maps/thomas/sisters/necro_hole1 -crossfire/lib/maps/thomas/sisters/necro_ruin1 -crossfire/lib/maps/thomas/sisters/necro_ruin1a -crossfire/lib/maps/thomas/sisters/shrine0 -crossfire/lib/maps/thomas/sisters/shrine0_east -crossfire/lib/maps/thomas/sisters/shrine0_west -crossfire/lib/maps/thomas/sisters/shrine1 -crossfire/lib/maps/thomas/sisters/shrine_entrance -crossfire/lib/maps/thomas/sisters/small_manor0 -crossfire/lib/maps/thomas/sisters/small_manor1 -crossfire/lib/maps/thomas/sisters/small_manor2 -crossfire/lib/maps/thomas/sisters/small_village -crossfire/lib/maps/thomas/sisters/tower0 -crossfire/lib/maps/thomas/sisters/tower1 -crossfire/lib/maps/thomas/sisters/tower2 -crossfire/lib/maps/thomas/sisters/tower3 -crossfire/lib/maps/thomas/sisters/valley -crossfire/lib/maps/wolfsburg/dept_store -crossfire/lib/maps/wolfsburg/etern_rew -crossfire/lib/maps/wolfsburg/inns -crossfire/lib/maps/wolfsburg/magara/castle/cellar -crossfire/lib/maps/wolfsburg/magara/castle/floor_1 -crossfire/lib/maps/wolfsburg/magara/castle/floor_2 -crossfire/lib/maps/wolfsburg/magara/castle/floor_3 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 -crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 -crossfire/lib/maps/wolfsburg/magara/cellar1/hole -crossfire/lib/maps/wolfsburg/magara/cellar_1 -crossfire/lib/maps/wolfsburg/magara/tower1/entrance -crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 -crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 -crossfire/lib/maps/wolfsburg/piratechurch -crossfire/lib/maps/wolfsburg/piratetown -crossfire/lib/maps/wolfsburg/prison -crossfire/lib/maps/wolfsburg/slave_pit1 -crossfire/lib/maps/wolfsburg/slave_pit2 -crossfire/lib/maps/wolfsburg/slave_pit3 -crossfire/lib/maps/wolfsburg/snakepit -crossfire/lib/maps/wolfsburg/tt/tta1 -crossfire/lib/maps/wolfsburg/tt/tta2 -crossfire/lib/maps/wolfsburg/tt/ttb1 -crossfire/lib/maps/wolfsburg/tt/ttb2 -crossfire/lib/maps/wolfsburg/ware1 -crossfire/lib/maps/wolfsburg/whorehouse -crossfire/lib/maps/world/README -crossfire/lib/maps/world/connect.pl -crossfire/lib/maps/world/world_a1 -crossfire/lib/maps/world/world_a2 -crossfire/lib/maps/world/world_a3 -crossfire/lib/maps/world/world_a3.orig -crossfire/lib/maps/world/world_a4 -crossfire/lib/maps/world/world_b1 -crossfire/lib/maps/world/world_b2 -crossfire/lib/maps/world/world_b2.orig -crossfire/lib/maps/world/world_b3 -crossfire/lib/maps/world/world_b4 -crossfire/lib/maps/world/world_c1 -crossfire/lib/maps/world/world_c2 -crossfire/lib/maps/world/world_c3 -crossfire/lib/maps/world/world_c4 -crossfire/lib/maps/world/world_c4.bak -crossfire/lib/maps/world/world_e1 -crossfire/lib/maps/world/world_e2 -crossfire/lib/messages -crossfire/lib/motd -crossfire/lib/races -crossfire/lib/skill_params -crossfire/lib/sounds -crossfire/lib/spell_params -crossfire/lib/treasures -crossfire/sounds/Creaky-1.au -crossfire/sounds/Evil_Laugh.au -crossfire/sounds/Explosion.au -crossfire/sounds/FloorTom.au -crossfire/sounds/Gun-5.au -crossfire/sounds/MetalCrash.au -crossfire/sounds/Missed.au -crossfire/sounds/Missle1.au -crossfire/sounds/Puke.au -crossfire/sounds/README -crossfire/sounds/Tear.au -crossfire/sounds/Teeswing.au -crossfire/sounds/TowerClock.au -crossfire/sounds/Whoosh.au -crossfire/sounds/blip.au -crossfire/sounds/boink2.au -crossfire/sounds/bugle_charge.au -crossfire/sounds/chord.au -crossfire/sounds/click1.au -crossfire/sounds/click2.au -crossfire/sounds/drip.au -crossfire/sounds/first_try.au -crossfire/sounds/gong.au -crossfire/sounds/lightning1.au -crossfire/sounds/magic.au -crossfire/sounds/ouch1.au -crossfire/sounds/sci_fi_gun.au -crossfire/sounds/squish.au -crossfire/sounds/su-fanf.au -crossfire/sounds/swish.au -crossfire/sounds/thru.au +lib/crossfire/fonts/crossfire.pcf +lib/crossfire/fonts/fonts.dir +lib/crossfire/lib/README +lib/crossfire/lib/adm/flushlocks +lib/crossfire/lib/archetypes +lib/crossfire/lib/artifacts +lib/crossfire/lib/ban_file +lib/crossfire/lib/bmaps +lib/crossfire/lib/bookarch +lib/crossfire/lib/crossfire.cfb +lib/crossfire/lib/crossfire.pix.1 +lib/crossfire/lib/crossfire.pix.2 +lib/crossfire/lib/crossfire.pix.3 +lib/crossfire/lib/crossfire.pix.4 +lib/crossfire/lib/crossfire.pix.5 +lib/crossfire/lib/crossfire.pix.6 +lib/crossfire/lib/crossfire.pix.7 +lib/crossfire/lib/def_help +lib/crossfire/lib/def_keys +lib/crossfire/lib/dm_file +lib/crossfire/lib/esrv_xpm.eric +lib/crossfire/lib/faces +lib/crossfire/lib/forbid +lib/crossfire/lib/formulae +lib/crossfire/lib/fsconfig +lib/crossfire/lib/help/apply +lib/crossfire/lib/help/bind +lib/crossfire/lib/help/cast +lib/crossfire/lib/help/golem +lib/crossfire/lib/help/invoke +lib/crossfire/lib/help/keys +lib/crossfire/lib/help/mark +lib/crossfire/lib/help/melee +lib/crossfire/lib/help/mouse +lib/crossfire/lib/help/move +lib/crossfire/lib/help/name +lib/crossfire/lib/help/output +lib/crossfire/lib/help/output-count +lib/crossfire/lib/help/output-sync +lib/crossfire/lib/help/party +lib/crossfire/lib/help/pickup +lib/crossfire/lib/help/quit +lib/crossfire/lib/help/range +lib/crossfire/lib/help/save +lib/crossfire/lib/help/sort_inventory +lib/crossfire/lib/help/spells +lib/crossfire/lib/help/statistics +lib/crossfire/lib/help/take +lib/crossfire/lib/help/traps +lib/crossfire/lib/help/unbind +lib/crossfire/lib/highscore +lib/crossfire/lib/maps/Lake_Country/Butakis/B_gshop +lib/crossfire/lib/maps/Lake_Country/Butakis/B_wshop +lib/crossfire/lib/maps/Lake_Country/Butakis/Butakis0 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib1 +lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib2 +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_portal +lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_study +lib/crossfire/lib/maps/Lake_Country/Butakis/alchemist +lib/crossfire/lib/maps/Lake_Country/Butakis/arena +lib/crossfire/lib/maps/Lake_Country/Butakis/blacksmith +lib/crossfire/lib/maps/Lake_Country/Butakis/church-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/church0 +lib/crossfire/lib/maps/Lake_Country/Butakis/church1 +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_inner +lib/crossfire/lib/maps/Lake_Country/Butakis/gate_outer +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/James_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house +lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house +lib/crossfire/lib/maps/Lake_Country/Butakis/inn +lib/crossfire/lib/maps/Lake_Country/Butakis/luck1 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck2 +lib/crossfire/lib/maps/Lake_Country/Butakis/luck3 +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s +lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w +lib/crossfire/lib/maps/Lake_Country/Butakis/prison-1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison0 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison1 +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_e +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_n +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_s +lib/crossfire/lib/maps/Lake_Country/Butakis/prison_w +lib/crossfire/lib/maps/Lake_Country/DA +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 +lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardD +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardG +lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardT +lib/crossfire/lib/maps/Lake_Country/RETower/tower0 +lib/crossfire/lib/maps/Lake_Country/RETower/tower1 +lib/crossfire/lib/maps/Lake_Country/RETower/tower2 +lib/crossfire/lib/maps/Lake_Country/RETower/tower3 +lib/crossfire/lib/maps/Lake_Country/RETower/tower4 +lib/crossfire/lib/maps/Lake_Country/RETower/tower5 +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse +lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/inn +lib/crossfire/lib/maps/Lake_Country/ebony/entrance1 +lib/crossfire/lib/maps/Lake_Country/ebony/entrance2 +lib/crossfire/lib/maps/Lake_Country/ebony/masterlev +lib/crossfire/lib/maps/Lake_Country/kundi_area +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_2 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_1 +lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_2 +lib/crossfire/lib/maps/Lake_Country/quest/lefttower2 +lib/crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop +lib/crossfire/lib/maps/Lake_Country/shops/Olds_jewel +lib/crossfire/lib/maps/Lake_Country/shops/clems_archery +lib/crossfire/lib/maps/Lake_Country/shops/klondors_wands +lib/crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/burial_ground +lib/crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus +lib/crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 +lib/crossfire/lib/maps/Lake_Country/small_buildings/portal +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair +lib/crossfire/lib/maps/Lake_Country/snake_pit/pit +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 +lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 +lib/crossfire/lib/maps/README +lib/crossfire/lib/maps/asyvan/gate1 +lib/crossfire/lib/maps/asyvan/gate2 +lib/crossfire/lib/maps/asyvan/gate3 +lib/crossfire/lib/maps/asyvan/gate4 +lib/crossfire/lib/maps/asyvan/gate5 +lib/crossfire/lib/maps/asyvan/gate6 +lib/crossfire/lib/maps/asyvan/gate7 +lib/crossfire/lib/maps/asyvan/gate8 +lib/crossfire/lib/maps/asyvan/gate9 +lib/crossfire/lib/maps/asyvan/palace1 +lib/crossfire/lib/maps/asyvan/palace2 +lib/crossfire/lib/maps/asyvan/palace3 +lib/crossfire/lib/maps/brittany/Brest/Castle/AcidChamber +lib/crossfire/lib/maps/brittany/Brest/Castle/DragonRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/Finale +lib/crossfire/lib/maps/brittany/Brest/Castle/LargeRoom +lib/crossfire/lib/maps/brittany/Brest/Castle/castle +lib/crossfire/lib/maps/brittany/Brest/amphis +lib/crossfire/lib/maps/brittany/Brest/brest +lib/crossfire/lib/maps/brittany/Brest/brest.armour +lib/crossfire/lib/maps/brittany/Brest/brest.cvt +lib/crossfire/lib/maps/brittany/Brest/brest.food +lib/crossfire/lib/maps/brittany/Brest/brest.inn +lib/crossfire/lib/maps/brittany/Brest/brest.magic +lib/crossfire/lib/maps/brittany/Brest/brest.orig +lib/crossfire/lib/maps/brittany/Brest/brest.weapon +lib/crossfire/lib/maps/brittany/Brest/elec.jes +lib/crossfire/lib/maps/brittany/Brest/info.2.zoon +lib/crossfire/lib/maps/brittany/Brest/info_first +lib/crossfire/lib/maps/brittany/Brest/jes.admini +lib/crossfire/lib/maps/brittany/Brest/jes.admini.1 +lib/crossfire/lib/maps/brittany/Brest/ludo1 +lib/crossfire/lib/maps/brittany/Brest/ludo2 +lib/crossfire/lib/maps/brittany/Brest/nasty_house +lib/crossfire/lib/maps/brittany/Brest/sport.jess +lib/crossfire/lib/maps/brittany/Brest/underground +lib/crossfire/lib/maps/brittany/Brest/underground2 +lib/crossfire/lib/maps/brittany/dol-guldur.1 +lib/crossfire/lib/maps/brittany/dol-guldur.2 +lib/crossfire/lib/maps/brittany/dol-guldur.3 +lib/crossfire/lib/maps/brittany/dol-guldur.4 +lib/crossfire/lib/maps/brittany/dol-guldur.5 +lib/crossfire/lib/maps/brittany/dol-guldur.6 +lib/crossfire/lib/maps/brittany/enigme.1 +lib/crossfire/lib/maps/brittany/enigme.2 +lib/crossfire/lib/maps/brittany/enigme.3 +lib/crossfire/lib/maps/brittany/enigme.4 +lib/crossfire/lib/maps/brittany/enigme.5 +lib/crossfire/lib/maps/brittany/enigme.6 +lib/crossfire/lib/maps/brittany/hole +lib/crossfire/lib/maps/brittany/jessy.1 +lib/crossfire/lib/maps/brittany/jessy.2 +lib/crossfire/lib/maps/brittany/jessy.3 +lib/crossfire/lib/maps/brittany/khazad.1 +lib/crossfire/lib/maps/brittany/khazad.2 +lib/crossfire/lib/maps/brittany/khazad.3 +lib/crossfire/lib/maps/brittany/khazad.4 +lib/crossfire/lib/maps/brittany/khazad.5 +lib/crossfire/lib/maps/brittany/tower_of__zoon +lib/crossfire/lib/maps/cd/cd.castle.750 +lib/crossfire/lib/maps/cd/cd.cellar1.757 +lib/crossfire/lib/maps/cd/cd.inn.752 +lib/crossfire/lib/maps/cd/cd.store.753 +lib/crossfire/lib/maps/cd/cd.tower1.754 +lib/crossfire/lib/maps/cd/cd.tower2.755 +lib/crossfire/lib/maps/cd/cd.tunnel.751 +lib/crossfire/lib/maps/city/cannery/ware1 +lib/crossfire/lib/maps/city/city +lib/crossfire/lib/maps/city/houses/house.haunted +lib/crossfire/lib/maps/city/houses/house.haunted2 +lib/crossfire/lib/maps/city/houses/house1 +lib/crossfire/lib/maps/city/houses/house2 +lib/crossfire/lib/maps/city/houses/jones +lib/crossfire/lib/maps/city/houses/map.fr.ruin +lib/crossfire/lib/maps/city/houses/maze1 +lib/crossfire/lib/maps/city/houses/newhouse1 +lib/crossfire/lib/maps/city/houses/wizz.entry +lib/crossfire/lib/maps/city/houses/wizz.lev1 +lib/crossfire/lib/maps/city/houses/wizz.lev1.pass1 +lib/crossfire/lib/maps/city/kar/creepy.house +lib/crossfire/lib/maps/city/kar/creepy.house2 +lib/crossfire/lib/maps/city/kar/drink +lib/crossfire/lib/maps/city/kar/gorks1 +lib/crossfire/lib/maps/city/kar/gorks2 +lib/crossfire/lib/maps/city/kar/gorks3 +lib/crossfire/lib/maps/city/kar/somehouse +lib/crossfire/lib/maps/city/kar/somehouse2 +lib/crossfire/lib/maps/city/kar/somehouse3 +lib/crossfire/lib/maps/city/magara/porter_house +lib/crossfire/lib/maps/city/mansion/entrance +lib/crossfire/lib/maps/city/mansion/garden +lib/crossfire/lib/maps/city/mansion/muriskunes +lib/crossfire/lib/maps/city/mansion/str-tunnel +lib/crossfire/lib/maps/city/mansion/stronghold +lib/crossfire/lib/maps/city/misc/arena +lib/crossfire/lib/maps/city/misc/beginners +lib/crossfire/lib/maps/city/misc/castle +lib/crossfire/lib/maps/city/misc/castle2 +lib/crossfire/lib/maps/city/misc/church +lib/crossfire/lib/maps/city/misc/cityhall +lib/crossfire/lib/maps/city/misc/devourlower +lib/crossfire/lib/maps/city/misc/gatehouse +lib/crossfire/lib/maps/city/misc/library +lib/crossfire/lib/maps/city/misc/mercenaries +lib/crossfire/lib/maps/city/misc/prison +lib/crossfire/lib/maps/city/misc/templedevour +lib/crossfire/lib/maps/city/misc/templelyth +lib/crossfire/lib/maps/city/misc/zoo +lib/crossfire/lib/maps/city/oldcity/end +lib/crossfire/lib/maps/city/oldcity/oldcity1 +lib/crossfire/lib/maps/city/oldcity/oldcity10 +lib/crossfire/lib/maps/city/oldcity/oldcity11 +lib/crossfire/lib/maps/city/oldcity/oldcity12 +lib/crossfire/lib/maps/city/oldcity/oldcity13 +lib/crossfire/lib/maps/city/oldcity/oldcity14 +lib/crossfire/lib/maps/city/oldcity/oldcity15 +lib/crossfire/lib/maps/city/oldcity/oldcity2 +lib/crossfire/lib/maps/city/oldcity/oldcity3 +lib/crossfire/lib/maps/city/oldcity/oldcity4 +lib/crossfire/lib/maps/city/oldcity/oldcity5 +lib/crossfire/lib/maps/city/oldcity/oldcity6 +lib/crossfire/lib/maps/city/oldcity/oldcity7 +lib/crossfire/lib/maps/city/oldcity/oldcity8 +lib/crossfire/lib/maps/city/oldcity/oldcity9 +lib/crossfire/lib/maps/city/shops/armourshop +lib/crossfire/lib/maps/city/shops/bank +lib/crossfire/lib/maps/city/shops/bowshop +lib/crossfire/lib/maps/city/shops/gemshop +lib/crossfire/lib/maps/city/shops/generalshop +lib/crossfire/lib/maps/city/shops/magicshop +lib/crossfire/lib/maps/city/shops/potionshop +lib/crossfire/lib/maps/city/shops/weaponshop +lib/crossfire/lib/maps/city/taverns/apartments +lib/crossfire/lib/maps/city/taverns/goths +lib/crossfire/lib/maps/city/taverns/goths0 +lib/crossfire/lib/maps/city/taverns/goths2 +lib/crossfire/lib/maps/city/taverns/inn +lib/crossfire/lib/maps/city/taverns/inn2 +lib/crossfire/lib/maps/city/towers/tower +lib/crossfire/lib/maps/city/towers/tower.mad +lib/crossfire/lib/maps/city/towers/tower.mad1 +lib/crossfire/lib/maps/city/towers/tower.mad2 +lib/crossfire/lib/maps/city/towers/tower.mad3 +lib/crossfire/lib/maps/dtabb/cave +lib/crossfire/lib/maps/dtabb/cave2 +lib/crossfire/lib/maps/dtabb/quest/fire +lib/crossfire/lib/maps/dtabb/quest/shop_b +lib/crossfire/lib/maps/dtabb/quest/shop_f +lib/crossfire/lib/maps/dtabb/quest/tower1 +lib/crossfire/lib/maps/dtabb/quest/tower2 +lib/crossfire/lib/maps/dtabb/quest/towers +lib/crossfire/lib/maps/dtabb/quest/town2 +lib/crossfire/lib/maps/dtabb/quest/water +lib/crossfire/lib/maps/dtabb/town/church +lib/crossfire/lib/maps/dtabb/town/inn +lib/crossfire/lib/maps/dtabb/town/quest +lib/crossfire/lib/maps/dtabb/town/shop_a +lib/crossfire/lib/maps/dtabb/town/shop_g +lib/crossfire/lib/maps/dtabb/town/shop_m +lib/crossfire/lib/maps/dtabb/town/shop_w +lib/crossfire/lib/maps/dtabb/town/tavern +lib/crossfire/lib/maps/dtabb/town/town +lib/crossfire/lib/maps/editor/picks/TownStaff +lib/crossfire/lib/maps/editor/picks/alchemy +lib/crossfire/lib/maps/editor/picks/alltown +lib/crossfire/lib/maps/editor/picks/artifacts +lib/crossfire/lib/maps/editor/picks/background +lib/crossfire/lib/maps/editor/picks/equipment +lib/crossfire/lib/maps/editor/picks/exits +lib/crossfire/lib/maps/editor/picks/exits.orig +lib/crossfire/lib/maps/editor/picks/food-bparts +lib/crossfire/lib/maps/editor/picks/indoors +lib/crossfire/lib/maps/editor/picks/items +lib/crossfire/lib/maps/editor/picks/items.orig +lib/crossfire/lib/maps/editor/picks/lakes +lib/crossfire/lib/maps/editor/picks/monsters +lib/crossfire/lib/maps/editor/picks/monsters2 +lib/crossfire/lib/maps/editor/picks/monsters2.orig +lib/crossfire/lib/maps/editor/picks/other +lib/crossfire/lib/maps/editor/picks/outdoors +lib/crossfire/lib/maps/editor/picks/readables +lib/crossfire/lib/maps/editor/picks/rivers +lib/crossfire/lib/maps/editor/picks/runes +lib/crossfire/lib/maps/editor/picks/runes.orig +lib/crossfire/lib/maps/editor/picks/shops +lib/crossfire/lib/maps/editor/picks/special +lib/crossfire/lib/maps/editor/picks/special.orig +lib/crossfire/lib/maps/editor/picks/town +lib/crossfire/lib/maps/editor/walls/caves +lib/crossfire/lib/maps/editor/walls/caves2 +lib/crossfire/lib/maps/editor/walls/misc +lib/crossfire/lib/maps/editor/walls/wall +lib/crossfire/lib/maps/eeur/barad_dur +lib/crossfire/lib/maps/eeur/hut.1 +lib/crossfire/lib/maps/eeur/hut.2 +lib/crossfire/lib/maps/eeur/tower1.1 +lib/crossfire/lib/maps/eeur/tower1.2 +lib/crossfire/lib/maps/eeur/tower1.3 +lib/crossfire/lib/maps/eeur/tower1.4 +lib/crossfire/lib/maps/ender/island/isl_yel +lib/crossfire/lib/maps/ender/island/island1 +lib/crossfire/lib/maps/ender/island/jungle +lib/crossfire/lib/maps/ender/island/middleisland +lib/crossfire/lib/maps/ender/island/strong_island +lib/crossfire/lib/maps/ender/island/stronghold +lib/crossfire/lib/maps/ender/island/treas_room +lib/crossfire/lib/maps/ender/island/treasureisland +lib/crossfire/lib/maps/ender/piratedung +lib/crossfire/lib/maps/ender/pirateenter +lib/crossfire/lib/maps/ender/pisland/hut +lib/crossfire/lib/maps/ender/pisland/pirateisland +lib/crossfire/lib/maps/ender/pisland/ship +lib/crossfire/lib/maps/ender/pisland/ship_deck2 +lib/crossfire/lib/maps/ender/pisland/underworld +lib/crossfire/lib/maps/ender/pisland/vol_vill_shops +lib/crossfire/lib/maps/ender/pisland/vol_village +lib/crossfire/lib/maps/ender/pisland/volcano +lib/crossfire/lib/maps/ender/pisland/vvhuts +lib/crossfire/lib/maps/ender/pisland/vvmansion +lib/crossfire/lib/maps/ender/temple/enterance +lib/crossfire/lib/maps/ender/temple/temp_dung1 +lib/crossfire/lib/maps/ender/temple/temple +lib/crossfire/lib/maps/esben/ancient_hut +lib/crossfire/lib/maps/esben/castle_aaaarg +lib/crossfire/lib/maps/esben/grukks.1 +lib/crossfire/lib/maps/esben/grukks.2 +lib/crossfire/lib/maps/esben/grukks.3 +lib/crossfire/lib/maps/esben/grukks.4 +lib/crossfire/lib/maps/esben/hole +lib/crossfire/lib/maps/esben/kjerring +lib/crossfire/lib/maps/esben/map.esben.2 +lib/crossfire/lib/maps/esben/puddings.place +lib/crossfire/lib/maps/esben/ruins +lib/crossfire/lib/maps/esben/sokoban1 +lib/crossfire/lib/maps/esben/sokoban2 +lib/crossfire/lib/maps/esben/sokoban3 +lib/crossfire/lib/maps/esben/sokoban4 +lib/crossfire/lib/maps/esben/sokoban5 +lib/crossfire/lib/maps/esben/watertunnel +lib/crossfire/lib/maps/espen/church.2 +lib/crossfire/lib/maps/espen/church.3 +lib/crossfire/lib/maps/espen/church.4a +lib/crossfire/lib/maps/espen/church.4b +lib/crossfire/lib/maps/espen/church.4c +lib/crossfire/lib/maps/espen/church.4d +lib/crossfire/lib/maps/espen/espen1 +lib/crossfire/lib/maps/espen/espen2 +lib/crossfire/lib/maps/espen/palace +lib/crossfire/lib/maps/generic/castle1.0 +lib/crossfire/lib/maps/generic/castle1.1 +lib/crossfire/lib/maps/generic/castle1.2 +lib/crossfire/lib/maps/generic/castle1.3 +lib/crossfire/lib/maps/generic/castle2.0 +lib/crossfire/lib/maps/generic/castle2.1 +lib/crossfire/lib/maps/generic/castle2.2 +lib/crossfire/lib/maps/generic/castle2.3 +lib/crossfire/lib/maps/generic/cave2 +lib/crossfire/lib/maps/generic/house1 +lib/crossfire/lib/maps/generic/undead.1 +lib/crossfire/lib/maps/generic/undead.2 +lib/crossfire/lib/maps/generic/undead.3 +lib/crossfire/lib/maps/generic/village1 +lib/crossfire/lib/maps/generic/volcano/level1 +lib/crossfire/lib/maps/generic/volcano/level2 +lib/crossfire/lib/maps/generic/volcano/level3 +lib/crossfire/lib/maps/generic/volcano/level4 +lib/crossfire/lib/maps/generic/xyzzy-mines +lib/crossfire/lib/maps/good/pantheon +lib/crossfire/lib/maps/hendel/acid_room +lib/crossfire/lib/maps/hendel/mountain_pass +lib/crossfire/lib/maps/hendel/pre_acid +lib/crossfire/lib/maps/kar/boulder_inferno +lib/crossfire/lib/maps/kar/devil.church1 +lib/crossfire/lib/maps/kar/devil.church2 +lib/crossfire/lib/maps/kar/devil.church3 +lib/crossfire/lib/maps/kar/devil.church4 +lib/crossfire/lib/maps/kar/devil.church5 +lib/crossfire/lib/maps/kar/hallofbones +lib/crossfire/lib/maps/kar/magic.shop +lib/crossfire/lib/maps/kar/map.fr.0 +lib/crossfire/lib/maps/kar/map.fr.1 +lib/crossfire/lib/maps/kar/map.fr.2 +lib/crossfire/lib/maps/kar/map.fr.3 +lib/crossfire/lib/maps/kar/undead +lib/crossfire/lib/maps/kar/wiz1 +lib/crossfire/lib/maps/kar/wiz2 +lib/crossfire/lib/maps/kar/wiz3 +lib/crossfire/lib/maps/kar/wiz4 +lib/crossfire/lib/maps/kar/wiz5 +lib/crossfire/lib/maps/kar/wiz6 +lib/crossfire/lib/maps/kar/wiz7 +lib/crossfire/lib/maps/langley/goblin/caves +lib/crossfire/lib/maps/langley/goblin/dungeon1 +lib/crossfire/lib/maps/langley/goblin/dungeon2 +lib/crossfire/lib/maps/langley/goblin/dungeon3 +lib/crossfire/lib/maps/langley/goblin/fort2 +lib/crossfire/lib/maps/langley/goblin/fortress +lib/crossfire/lib/maps/langley/goblin/goblinisle +lib/crossfire/lib/maps/langley/goblin/hole +lib/crossfire/lib/maps/langley/goblin/hut +lib/crossfire/lib/maps/langley/goblin/netower +lib/crossfire/lib/maps/langley/goblin/nwtower +lib/crossfire/lib/maps/langley/goblin/setower +lib/crossfire/lib/maps/langley/goblin/swtower +lib/crossfire/lib/maps/langley/pirates/fortvsship +lib/crossfire/lib/maps/langley/pirates/madvillage +lib/crossfire/lib/maps/langley/pirates/mbgrave +lib/crossfire/lib/maps/langley/pirates/mbgrave2 +lib/crossfire/lib/maps/langley/pirates/mooglyprize +lib/crossfire/lib/maps/langley/pirates/mooglypuzzle +lib/crossfire/lib/maps/langley/pirates/tortcave +lib/crossfire/lib/maps/langley/pirates/torthole +lib/crossfire/lib/maps/langley/pirates/tortola +lib/crossfire/lib/maps/langley/pirates/tortship +lib/crossfire/lib/maps/langley/pirates/tortship2 +lib/crossfire/lib/maps/langley/pirates/tortship3 +lib/crossfire/lib/maps/langley/pirates/torttemple +lib/crossfire/lib/maps/langley/readme +lib/crossfire/lib/maps/langley/town/church +lib/crossfire/lib/maps/langley/town/churchcrypt +lib/crossfire/lib/maps/langley/town/churchtower +lib/crossfire/lib/maps/langley/town/dshark +lib/crossfire/lib/maps/langley/town/generalstore +lib/crossfire/lib/maps/langley/town/inn +lib/crossfire/lib/maps/langley/town/percy +lib/crossfire/lib/maps/langley/town/portia +lib/crossfire/lib/maps/langley/town/portia2 +lib/crossfire/lib/maps/langley/town/portjoseph +lib/crossfire/lib/maps/mcz/castle1 +lib/crossfire/lib/maps/mcz/castle_air +lib/crossfire/lib/maps/mcz/castle_earth +lib/crossfire/lib/maps/mcz/castle_fire +lib/crossfire/lib/maps/mcz/castle_low1 +lib/crossfire/lib/maps/mcz/castle_low2 +lib/crossfire/lib/maps/mcz/castle_water +lib/crossfire/lib/maps/mcz/forest +lib/crossfire/lib/maps/navar_city/city1 +lib/crossfire/lib/maps/navar_city/city1armour +lib/crossfire/lib/maps/navar_city/city1bank +lib/crossfire/lib/maps/navar_city/city1church1 +lib/crossfire/lib/maps/navar_city/city1court +lib/crossfire/lib/maps/navar_city/city1enter +lib/crossfire/lib/maps/navar_city/city1gen +lib/crossfire/lib/maps/navar_city/city1houses +lib/crossfire/lib/maps/navar_city/city1houses2 +lib/crossfire/lib/maps/navar_city/city1magic +lib/crossfire/lib/maps/navar_city/city1mermaid +lib/crossfire/lib/maps/navar_city/city1prison +lib/crossfire/lib/maps/navar_city/city1smith +lib/crossfire/lib/maps/navar_city/city1weapon +lib/crossfire/lib/maps/navar_city/illusion/illexit +lib/crossfire/lib/maps/navar_city/illusion/illtow1 +lib/crossfire/lib/maps/navar_city/illusion/illtow2 +lib/crossfire/lib/maps/navar_city/illusion/illtow3 +lib/crossfire/lib/maps/navar_city/illusion/illtow4 +lib/crossfire/lib/maps/navar_city/illusion/illtow5 +lib/crossfire/lib/maps/navar_city/illusion/illtow6 +lib/crossfire/lib/maps/navar_city/illusion/illtow7 +lib/crossfire/lib/maps/navar_city/light/light0 +lib/crossfire/lib/maps/navar_city/light/light1 +lib/crossfire/lib/maps/navar_city/light/light2 +lib/crossfire/lib/maps/navar_city/light/light3 +lib/crossfire/lib/maps/navar_city/light/light4 +lib/crossfire/lib/maps/navar_city/light/smugship +lib/crossfire/lib/maps/navar_city/light/smugship1 +lib/crossfire/lib/maps/navar_city/magara/houses/earth_house +lib/crossfire/lib/maps/navar_city/magara/houses/family_house +lib/crossfire/lib/maps/navar_city/magara/houses/kaisas_place +lib/crossfire/lib/maps/navar_city/magara/houses/large_house +lib/crossfire/lib/maps/navar_city/magara/houses/museum +lib/crossfire/lib/maps/navar_city/tower/magetower1 +lib/crossfire/lib/maps/navar_city/tower/magetower2 +lib/crossfire/lib/maps/navar_city/tower/magetower3 +lib/crossfire/lib/maps/navar_city/tower/magetower4 +lib/crossfire/lib/maps/navar_city/tower/magetower5 +lib/crossfire/lib/maps/navar_city/tower/magetower_low +lib/crossfire/lib/maps/navar_city/tower/magetowfinal +lib/crossfire/lib/maps/navar_city/warehouse1 +lib/crossfire/lib/maps/navar_city/warehouse2 +lib/crossfire/lib/maps/navar_city/warehouse3 +lib/crossfire/lib/maps/navar_city/warehouse4 +lib/crossfire/lib/maps/navar_city/warehouse5 +lib/crossfire/lib/maps/navar_city/warehouse6 +lib/crossfire/lib/maps/navar_city/warehouse7 +lib/crossfire/lib/maps/navar_city/warehouse8 +lib/crossfire/lib/maps/peterm/CTower/Barracks +lib/crossfire/lib/maps/peterm/CTower/CTower +lib/crossfire/lib/maps/peterm/CTower/Chamber +lib/crossfire/lib/maps/peterm/CTower/Dungeon +lib/crossfire/lib/maps/peterm/CTower/GroundLevel +lib/crossfire/lib/maps/peterm/CTower/Laboratory +lib/crossfire/lib/maps/peterm/CTower/Library +lib/crossfire/lib/maps/peterm/CTower/Officers +lib/crossfire/lib/maps/peterm/CTower/Servants +lib/crossfire/lib/maps/peterm/CTower/Study +lib/crossfire/lib/maps/peterm/CTower/TowerTop +lib/crossfire/lib/maps/peterm/Demonology/AirMaster +lib/crossfire/lib/maps/peterm/Demonology/AirStudy +lib/crossfire/lib/maps/peterm/Demonology/AirTower1 +lib/crossfire/lib/maps/peterm/Demonology/AirTower2 +lib/crossfire/lib/maps/peterm/Demonology/ApprenticeLevel +lib/crossfire/lib/maps/peterm/Demonology/Demon1 +lib/crossfire/lib/maps/peterm/Demonology/Demon2 +lib/crossfire/lib/maps/peterm/Demonology/Demon3 +lib/crossfire/lib/maps/peterm/Demonology/EarthMaster +lib/crossfire/lib/maps/peterm/Demonology/EarthStudy +lib/crossfire/lib/maps/peterm/Demonology/EarthTower1 +lib/crossfire/lib/maps/peterm/Demonology/EarthTower2 +lib/crossfire/lib/maps/peterm/Demonology/Entrance +lib/crossfire/lib/maps/peterm/Demonology/Entrance.orig +lib/crossfire/lib/maps/peterm/Demonology/FireMaster +lib/crossfire/lib/maps/peterm/Demonology/FireStudy +lib/crossfire/lib/maps/peterm/Demonology/FireTower1 +lib/crossfire/lib/maps/peterm/Demonology/FireTower2 +lib/crossfire/lib/maps/peterm/Demonology/GroundLevel +lib/crossfire/lib/maps/peterm/Demonology/HighTower1 +lib/crossfire/lib/maps/peterm/Demonology/HighTower2 +lib/crossfire/lib/maps/peterm/Demonology/HighTowerTop +lib/crossfire/lib/maps/peterm/Demonology/JourneymanLevel +lib/crossfire/lib/maps/peterm/Demonology/MasterLevel +lib/crossfire/lib/maps/peterm/Demonology/WaterMaster +lib/crossfire/lib/maps/peterm/Demonology/WaterStudy +lib/crossfire/lib/maps/peterm/Demonology/WaterTower1 +lib/crossfire/lib/maps/peterm/Demonology/WaterTower2 +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricAnte +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/ElectricLord +lib/crossfire/lib/maps/peterm/DragonQuest/Entrance +lib/crossfire/lib/maps/peterm/DragonQuest/FireAnte +lib/crossfire/lib/maps/peterm/DragonQuest/FireHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/FireLord +lib/crossfire/lib/maps/peterm/DragonQuest/IceAnte +lib/crossfire/lib/maps/peterm/DragonQuest/IceHatchery +lib/crossfire/lib/maps/peterm/DragonQuest/IceLord +lib/crossfire/lib/maps/peterm/DragonQuest/WyvernNest +lib/crossfire/lib/maps/peterm/FireTemple/Entrance +lib/crossfire/lib/maps/peterm/FireTemple/FifthFloor +lib/crossfire/lib/maps/peterm/FireTemple/Fire1 +lib/crossfire/lib/maps/peterm/FireTemple/Fire2 +lib/crossfire/lib/maps/peterm/FireTemple/Fire3 +lib/crossfire/lib/maps/peterm/FireTemple/Fire4 +lib/crossfire/lib/maps/peterm/FireTemple/FirstFloor +lib/crossfire/lib/maps/peterm/FireTemple/FourthFloor +lib/crossfire/lib/maps/peterm/FireTemple/HotMines +lib/crossfire/lib/maps/peterm/FireTemple/LavaChamber +lib/crossfire/lib/maps/peterm/FireTemple/Mezannine1 +lib/crossfire/lib/maps/peterm/FireTemple/Passageway +lib/crossfire/lib/maps/peterm/FireTemple/SecondFloor +lib/crossfire/lib/maps/peterm/FireTemple/ThirdFloor +lib/crossfire/lib/maps/peterm/temple/AnteChamber +lib/crossfire/lib/maps/peterm/temple/GemTunnel +lib/crossfire/lib/maps/peterm/temple/InnerTemple +lib/crossfire/lib/maps/peterm/temple/OuterTemple +lib/crossfire/lib/maps/peterm/temple/Temple +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.1 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.2 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.3 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.4 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.5 +lib/crossfire/lib/maps/pup_land/ancient/castle/castle.ud1 +lib/crossfire/lib/maps/pup_land/ancient/castle/ghoswolte +lib/crossfire/lib/maps/pup_land/ancient/company +lib/crossfire/lib/maps/pup_land/ancient/kurte/house +lib/crossfire/lib/maps/pup_land/ancient/kurte/kurte +lib/crossfire/lib/maps/pup_land/ancient/kurte/shop +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.4 +lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.B1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b1 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b2 +lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b3 +lib/crossfire/lib/maps/pup_land/ancient/mountain/tower.1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house1 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house2 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house3 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house4 +lib/crossfire/lib/maps/pup_land/ancient/ruin/house5 +lib/crossfire/lib/maps/pup_land/ancient/ruin/path +lib/crossfire/lib/maps/pup_land/ancient/ruin/shop +lib/crossfire/lib/maps/pup_land/ancient/ruin/tower +lib/crossfire/lib/maps/pup_land/ancient/ruin/underground +lib/crossfire/lib/maps/pup_land/ancient/ruin/village +lib/crossfire/lib/maps/pup_land/ancient/to_future +lib/crossfire/lib/maps/pup_land/ancient/village/graveyard +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B6 +lib/crossfire/lib/maps/pup_land/ancient/village/hut1 +lib/crossfire/lib/maps/pup_land/ancient/village/hut2 +lib/crossfire/lib/maps/pup_land/ancient/village/hut3 +lib/crossfire/lib/maps/pup_land/ancient/village/hut4 +lib/crossfire/lib/maps/pup_land/ancient/village/hut5 +lib/crossfire/lib/maps/pup_land/ancient/village/hut6 +lib/crossfire/lib/maps/pup_land/ancient/village/inn +lib/crossfire/lib/maps/pup_land/ancient/village/shop +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/lever +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B1 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B2 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B3 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B4 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5 +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5a +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5b +lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5c +lib/crossfire/lib/maps/pup_land/ancient/village/tavern +lib/crossfire/lib/maps/pup_land/ancient/village/tavern1 +lib/crossfire/lib/maps/pup_land/ancient/village/village +lib/crossfire/lib/maps/pup_land/ancient/world +lib/crossfire/lib/maps/pup_land/barrier +lib/crossfire/lib/maps/pup_land/begin/adv +lib/crossfire/lib/maps/pup_land/begin/p1 +lib/crossfire/lib/maps/pup_land/begin/p2 +lib/crossfire/lib/maps/pup_land/begin/p3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca2 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca3 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca4 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca5 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca6 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca7 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca8 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca9 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB1 +lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass2 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass3 +lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave1 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave2 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave3 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave4 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5 +lib/crossfire/lib/maps/pup_land/cave_weapon/cave5.bak +lib/crossfire/lib/maps/pup_land/cave_weapon/cave51 +lib/crossfire/lib/maps/pup_land/hall2 +lib/crossfire/lib/maps/pup_land/hall_of_fame +lib/crossfire/lib/maps/pup_land/hq +lib/crossfire/lib/maps/pup_land/hq_ud +lib/crossfire/lib/maps/pup_land/jk/Fogs +lib/crossfire/lib/maps/pup_land/jk/gs_house +lib/crossfire/lib/maps/pup_land/jk/heads +lib/crossfire/lib/maps/pup_land/kurte/eureca_road1 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road2 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road3 +lib/crossfire/lib/maps/pup_land/kurte/eureca_road31 +lib/crossfire/lib/maps/pup_land/kurte/house +lib/crossfire/lib/maps/pup_land/kurte/hut1 +lib/crossfire/lib/maps/pup_land/kurte/hut2 +lib/crossfire/lib/maps/pup_land/kurte/jungle +lib/crossfire/lib/maps/pup_land/kurte/kurte +lib/crossfire/lib/maps/pup_land/kurte/penta +lib/crossfire/lib/maps/pup_land/kurte/to_past +lib/crossfire/lib/maps/pup_land/lone_town/bank +lib/crossfire/lib/maps/pup_land/lone_town/cave/B1 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B2 +lib/crossfire/lib/maps/pup_land/lone_town/cave/B3 +lib/crossfire/lib/maps/pup_land/lone_town/church +lib/crossfire/lib/maps/pup_land/lone_town/church_ud +lib/crossfire/lib/maps/pup_land/lone_town/cordish +lib/crossfire/lib/maps/pup_land/lone_town/cordish2 +lib/crossfire/lib/maps/pup_land/lone_town/dress1 +lib/crossfire/lib/maps/pup_land/lone_town/dress2 +lib/crossfire/lib/maps/pup_land/lone_town/dress3 +lib/crossfire/lib/maps/pup_land/lone_town/gemshop +lib/crossfire/lib/maps/pup_land/lone_town/gemshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/gshop +lib/crossfire/lib/maps/pup_land/lone_town/gshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom +lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom_ud +lib/crossfire/lib/maps/pup_land/lone_town/guild_law +lib/crossfire/lib/maps/pup_land/lone_town/guild_law_ud +lib/crossfire/lib/maps/pup_land/lone_town/heinrich +lib/crossfire/lib/maps/pup_land/lone_town/inn +lib/crossfire/lib/maps/pup_land/lone_town/magic +lib/crossfire/lib/maps/pup_land/lone_town/magic.old +lib/crossfire/lib/maps/pup_land/lone_town/mshop +lib/crossfire/lib/maps/pup_land/lone_town/mshop_ud +lib/crossfire/lib/maps/pup_land/lone_town/nf_bar +lib/crossfire/lib/maps/pup_land/lone_town/pupuly +lib/crossfire/lib/maps/pup_land/lone_town/tavern +lib/crossfire/lib/maps/pup_land/lone_town/tavern_ud +lib/crossfire/lib/maps/pup_land/lone_town/thief_market +lib/crossfire/lib/maps/pup_land/lone_town/town +lib/crossfire/lib/maps/pup_land/lone_town/town_ud1 +lib/crossfire/lib/maps/pup_land/lone_town/town_ud2 +lib/crossfire/lib/maps/pup_land/lone_town/training +lib/crossfire/lib/maps/pup_land/lone_town/training2 +lib/crossfire/lib/maps/pup_land/nurnberg/agito +lib/crossfire/lib/maps/pup_land/nurnberg/alshop +lib/crossfire/lib/maps/pup_land/nurnberg/aqueduct +lib/crossfire/lib/maps/pup_land/nurnberg/ashop +lib/crossfire/lib/maps/pup_land/nurnberg/bank +lib/crossfire/lib/maps/pup_land/nurnberg/bshop +lib/crossfire/lib/maps/pup_land/nurnberg/castle +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle2 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle3 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle4 +lib/crossfire/lib/maps/pup_land/nurnberg/castle_ud +lib/crossfire/lib/maps/pup_land/nurnberg/church +lib/crossfire/lib/maps/pup_land/nurnberg/city +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb +lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb1 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/click +lib/crossfire/lib/maps/pup_land/nurnberg/dick/heaven +lib/crossfire/lib/maps/pup_land/nurnberg/dick/hell +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house +lib/crossfire/lib/maps/pup_land/nurnberg/dick/house2 +lib/crossfire/lib/maps/pup_land/nurnberg/dick/maze +lib/crossfire/lib/maps/pup_land/nurnberg/dick/showinv +lib/crossfire/lib/maps/pup_land/nurnberg/fshop +lib/crossfire/lib/maps/pup_land/nurnberg/guild +lib/crossfire/lib/maps/pup_land/nurnberg/guild_ud +lib/crossfire/lib/maps/pup_land/nurnberg/hotel +lib/crossfire/lib/maps/pup_land/nurnberg/hotel.old +lib/crossfire/lib/maps/pup_land/nurnberg/hq +lib/crossfire/lib/maps/pup_land/nurnberg/jshop +lib/crossfire/lib/maps/pup_land/nurnberg/nf_bar +lib/crossfire/lib/maps/pup_land/nurnberg/paslab +lib/crossfire/lib/maps/pup_land/nurnberg/pshop +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/reception +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/water7 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind2 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind3 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind4 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind5 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind6 +lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind7 +lib/crossfire/lib/maps/pup_land/nurnberg/washop +lib/crossfire/lib/maps/pup_land/nurnberg/wshop +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1.old +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal3 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal4 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal5 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal6 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB1 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB2 +lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB3 +lib/crossfire/lib/maps/pup_land/port_e +lib/crossfire/lib/maps/pup_land/port_e_house +lib/crossfire/lib/maps/pup_land/port_w +lib/crossfire/lib/maps/pup_land/pplant/pplant1 +lib/crossfire/lib/maps/pup_land/pplant/pplant2 +lib/crossfire/lib/maps/pup_land/pplant/pplant3 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud1 +lib/crossfire/lib/maps/pup_land/pplant/pplant_ud2 +lib/crossfire/lib/maps/pup_land/pplant/pup_land-1.0-README +lib/crossfire/lib/maps/pup_land/raffle/raffle1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle1_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_b +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3 +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3a +lib/crossfire/lib/maps/pup_land/raffle/raffle2_u4 +lib/crossfire/lib/maps/pup_land/raffle/raffle3 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u1 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2 +lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2a +lib/crossfire/lib/maps/pup_land/rainbow/Keira +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/Bizuzu +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/b_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cd_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/d_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/f_a +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_boss +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_road +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut1 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut3 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/orc_f +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv1/t_room +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/Kum +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_inner +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/d_cage +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/h_pass +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/holes +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/n_gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/sticky +lib/crossfire/lib/maps/pup_land/rainbow/Lv2/tray +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Garan +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Goraon +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Ring +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Rufto +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Wips +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/c-road +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e_hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/maze +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/name +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/prison +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/sec-p +lib/crossfire/lib/maps/pup_land/rainbow/Lv3/w-path +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/bot +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/curve +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/demi +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/hidden +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/junk +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/key +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/mf +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path7 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path9 +lib/crossfire/lib/maps/pup_land/rainbow/Lv4/statue +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/cross +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/romm88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room2 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room22 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room4 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room44 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room6 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room66 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room8 +lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room88 +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/big-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/n-gate +lib/crossfire/lib/maps/pup_land/rainbow/Lv6/order +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/back +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/e-hall +lib/crossfire/lib/maps/pup_land/rainbow/Lv7/grave +lib/crossfire/lib/maps/pup_land/rainbow/T.K +lib/crossfire/lib/maps/pup_land/rainbow/bed_room +lib/crossfire/lib/maps/pup_land/rainbow/entrance1 +lib/crossfire/lib/maps/pup_land/rainbow/exit +lib/crossfire/lib/maps/pup_land/rainbow/islands +lib/crossfire/lib/maps/pup_land/rainbow/l_h1 +lib/crossfire/lib/maps/pup_land/rainbow/l_h2 +lib/crossfire/lib/maps/pup_land/rainbow/l_hB +lib/crossfire/lib/maps/pup_land/rainbow/red_town/town +lib/crossfire/lib/maps/pup_land/rainbow/river +lib/crossfire/lib/maps/pup_land/rainbow/roof +lib/crossfire/lib/maps/pup_land/rainbow/shore +lib/crossfire/lib/maps/pup_land/rainbow/station +lib/crossfire/lib/maps/pup_land/rainbow/w-tower +lib/crossfire/lib/maps/pup_land/rainbow/well +lib/crossfire/lib/maps/pup_land/rainbow/woods +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole1 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole2 +lib/crossfire/lib/maps/pup_land/ruin_barbarian/jungle +lib/crossfire/lib/maps/pup_land/s_f/KI +lib/crossfire/lib/maps/pup_land/s_f/KI2 +lib/crossfire/lib/maps/pup_land/s_f/Kira +lib/crossfire/lib/maps/pup_land/s_f/cave1 +lib/crossfire/lib/maps/pup_land/s_f/cave2 +lib/crossfire/lib/maps/pup_land/s_f/floor1 +lib/crossfire/lib/maps/pup_land/s_f/floor2 +lib/crossfire/lib/maps/pup_land/s_f/ruin +lib/crossfire/lib/maps/pup_land/s_f/ruin_ug +lib/crossfire/lib/maps/pup_land/s_f/secret +lib/crossfire/lib/maps/pup_land/s_f/special +lib/crossfire/lib/maps/pup_land/s_f/st1 +lib/crossfire/lib/maps/pup_land/s_f/st2 +lib/crossfire/lib/maps/pup_land/s_f/st3 +lib/crossfire/lib/maps/pup_land/s_f/st5 +lib/crossfire/lib/maps/pup_land/s_f/st6 +lib/crossfire/lib/maps/pup_land/s_f/st7 +lib/crossfire/lib/maps/pup_land/s_f/to-jyo +lib/crossfire/lib/maps/pup_land/terminal +lib/crossfire/lib/maps/pup_land/terminal_u1 +lib/crossfire/lib/maps/pup_land/world +lib/crossfire/lib/maps/santo_dominion/appartment +lib/crossfire/lib/maps/santo_dominion/basement +lib/crossfire/lib/maps/santo_dominion/crossfire +lib/crossfire/lib/maps/santo_dominion/den +lib/crossfire/lib/maps/santo_dominion/house_of_hell +lib/crossfire/lib/maps/santo_dominion/houses/house1 +lib/crossfire/lib/maps/santo_dominion/just_preliminary +lib/crossfire/lib/maps/santo_dominion/lord_byron/1st_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor +lib/crossfire/lib/maps/santo_dominion/lord_byron/dungeon +lib/crossfire/lib/maps/santo_dominion/lord_byron/main +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/opera +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 +lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 +lib/crossfire/lib/maps/santo_dominion/magara/well/bottom +lib/crossfire/lib/maps/santo_dominion/magara/well/top +lib/crossfire/lib/maps/santo_dominion/map.and.sale +lib/crossfire/lib/maps/santo_dominion/map.stigkr.1 +lib/crossfire/lib/maps/santo_dominion/map.stigkr.2 +lib/crossfire/lib/maps/santo_dominion/noble_rest +lib/crossfire/lib/maps/santo_dominion/north_barn +lib/crossfire/lib/maps/santo_dominion/north_farm +lib/crossfire/lib/maps/santo_dominion/peacock +lib/crossfire/lib/maps/santo_dominion/shops/armour +lib/crossfire/lib/maps/santo_dominion/shops/eliks +lib/crossfire/lib/maps/santo_dominion/shops/erash +lib/crossfire/lib/maps/santo_dominion/shops/nosferatu +lib/crossfire/lib/maps/santo_dominion/shops/rings +lib/crossfire/lib/maps/santo_dominion/south_barn +lib/crossfire/lib/maps/santo_dominion/tavern +lib/crossfire/lib/maps/santo_dominion/tavern.2ndfloor +lib/crossfire/lib/maps/santo_dominion/tavern.downstairs +lib/crossfire/lib/maps/santo_dominion/tobias +lib/crossfire/lib/maps/santo_dominion/tobias.top +lib/crossfire/lib/maps/santo_dominion/tollpost +lib/crossfire/lib/maps/santo_dominion/town +lib/crossfire/lib/maps/skud/court +lib/crossfire/lib/maps/skud/east_1 +lib/crossfire/lib/maps/skud/entrance +lib/crossfire/lib/maps/skud/maze +lib/crossfire/lib/maps/skud/north_1 +lib/crossfire/lib/maps/skud/west_1 +lib/crossfire/lib/maps/terrain/desert_1 +lib/crossfire/lib/maps/terrain/desert_2 +lib/crossfire/lib/maps/terrain/empty +lib/crossfire/lib/maps/terrain/forest_1 +lib/crossfire/lib/maps/terrain/forest_2 +lib/crossfire/lib/maps/terrain/hills_1 +lib/crossfire/lib/maps/terrain/hills_2 +lib/crossfire/lib/maps/terrain/jungle_1 +lib/crossfire/lib/maps/terrain/jungle_2 +lib/crossfire/lib/maps/terrain/mountain_1 +lib/crossfire/lib/maps/terrain/mountain_2 +lib/crossfire/lib/maps/terrain/plains_1 +lib/crossfire/lib/maps/terrain/plains_2 +lib/crossfire/lib/maps/terrain/swamp_1 +lib/crossfire/lib/maps/terrain/swamp_2 +lib/crossfire/lib/maps/test/connected_bug +lib/crossfire/lib/maps/test/diagonal +lib/crossfire/lib/maps/test/insert_bug +lib/crossfire/lib/maps/test/multisquare +lib/crossfire/lib/maps/thomas/sisters/compound1 +lib/crossfire/lib/maps/thomas/sisters/compound2 +lib/crossfire/lib/maps/thomas/sisters/compound3 +lib/crossfire/lib/maps/thomas/sisters/entrance +lib/crossfire/lib/maps/thomas/sisters/granary +lib/crossfire/lib/maps/thomas/sisters/necro_entrance +lib/crossfire/lib/maps/thomas/sisters/necro_hole1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1 +lib/crossfire/lib/maps/thomas/sisters/necro_ruin1a +lib/crossfire/lib/maps/thomas/sisters/shrine0 +lib/crossfire/lib/maps/thomas/sisters/shrine0_east +lib/crossfire/lib/maps/thomas/sisters/shrine0_west +lib/crossfire/lib/maps/thomas/sisters/shrine1 +lib/crossfire/lib/maps/thomas/sisters/shrine_entrance +lib/crossfire/lib/maps/thomas/sisters/small_manor0 +lib/crossfire/lib/maps/thomas/sisters/small_manor1 +lib/crossfire/lib/maps/thomas/sisters/small_manor2 +lib/crossfire/lib/maps/thomas/sisters/small_village +lib/crossfire/lib/maps/thomas/sisters/tower0 +lib/crossfire/lib/maps/thomas/sisters/tower1 +lib/crossfire/lib/maps/thomas/sisters/tower2 +lib/crossfire/lib/maps/thomas/sisters/tower3 +lib/crossfire/lib/maps/thomas/sisters/valley +lib/crossfire/lib/maps/wolfsburg/dept_store +lib/crossfire/lib/maps/wolfsburg/etern_rew +lib/crossfire/lib/maps/wolfsburg/inns +lib/crossfire/lib/maps/wolfsburg/magara/castle/cellar +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_2 +lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 +lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hole +lib/crossfire/lib/maps/wolfsburg/magara/cellar_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/entrance +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 +lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 +lib/crossfire/lib/maps/wolfsburg/piratechurch +lib/crossfire/lib/maps/wolfsburg/piratetown +lib/crossfire/lib/maps/wolfsburg/prison +lib/crossfire/lib/maps/wolfsburg/slave_pit1 +lib/crossfire/lib/maps/wolfsburg/slave_pit2 +lib/crossfire/lib/maps/wolfsburg/slave_pit3 +lib/crossfire/lib/maps/wolfsburg/snakepit +lib/crossfire/lib/maps/wolfsburg/tt/tta1 +lib/crossfire/lib/maps/wolfsburg/tt/tta2 +lib/crossfire/lib/maps/wolfsburg/tt/ttb1 +lib/crossfire/lib/maps/wolfsburg/tt/ttb2 +lib/crossfire/lib/maps/wolfsburg/ware1 +lib/crossfire/lib/maps/wolfsburg/whorehouse +lib/crossfire/lib/maps/world/README +lib/crossfire/lib/maps/world/connect.pl +lib/crossfire/lib/maps/world/world_a1 +lib/crossfire/lib/maps/world/world_a2 +lib/crossfire/lib/maps/world/world_a3 +lib/crossfire/lib/maps/world/world_a4 +lib/crossfire/lib/maps/world/world_b1 +lib/crossfire/lib/maps/world/world_b2 +lib/crossfire/lib/maps/world/world_b3 +lib/crossfire/lib/maps/world/world_b4 +lib/crossfire/lib/maps/world/world_c1 +lib/crossfire/lib/maps/world/world_c2 +lib/crossfire/lib/maps/world/world_c3 +lib/crossfire/lib/maps/world/world_c4 +lib/crossfire/lib/maps/world/world_e1 +lib/crossfire/lib/maps/world/world_e2 +lib/crossfire/lib/messages +lib/crossfire/lib/motd +lib/crossfire/lib/players/.keep_me +lib/crossfire/lib/races +lib/crossfire/lib/skill_params +lib/crossfire/lib/sounds +lib/crossfire/lib/spell_params +lib/crossfire/lib/treasures +lib/crossfire/lib/unique-items/.keep_me +lib/crossfire/lib/xpmtopix.pl +lib/crossfire/sounds/Creaky-1.au +lib/crossfire/sounds/Evil_Laugh.au +lib/crossfire/sounds/Explosion.au +lib/crossfire/sounds/FloorTom.au +lib/crossfire/sounds/Gun-5.au +lib/crossfire/sounds/MetalCrash.au +lib/crossfire/sounds/Missed.au +lib/crossfire/sounds/Missle1.au +lib/crossfire/sounds/Puke.au +lib/crossfire/sounds/README +lib/crossfire/sounds/Tear.au +lib/crossfire/sounds/Teeswing.au +lib/crossfire/sounds/TowerClock.au +lib/crossfire/sounds/Whoosh.au +lib/crossfire/sounds/blip.au +lib/crossfire/sounds/boink2.au +lib/crossfire/sounds/bugle_charge.au +lib/crossfire/sounds/chord.au +lib/crossfire/sounds/click1.au +lib/crossfire/sounds/click2.au +lib/crossfire/sounds/drip.au +lib/crossfire/sounds/first_try.au +lib/crossfire/sounds/gong.au +lib/crossfire/sounds/lightning1.au +lib/crossfire/sounds/magic.au +lib/crossfire/sounds/ouch1.au +lib/crossfire/sounds/sci_fi_gun.au +lib/crossfire/sounds/squish.au +lib/crossfire/sounds/su-fanf.au +lib/crossfire/sounds/swish.au +lib/crossfire/sounds/thru.au +share/doc/crossfire/Crossedit.doc +share/doc/crossfire/Imakefile +share/doc/crossfire/PlayerStats +share/doc/crossfire/README +share/doc/crossfire/RunTimeCommands +share/doc/crossfire/SurvivalGuide +share/doc/crossfire/alchemy.doc +share/doc/crossfire/crossedit.man +share/doc/crossfire/crossfire.doc +share/doc/crossfire/crossfire.man +share/doc/crossfire/crosslib.doc +share/doc/crossfire/experience +share/doc/crossfire/handbook.ps +share/doc/crossfire/include_html.pl +share/doc/crossfire/mapguide +share/doc/crossfire/mapmakers_guide_to_runes +share/doc/crossfire/maps-README +share/doc/crossfire/multigod +share/doc/crossfire/playbook-html/.bmaps +share/doc/crossfire/playbook-html/2x2.ppm +share/doc/crossfire/playbook-html/Imakefile +share/doc/crossfire/playbook-html/Makefile +share/doc/crossfire/playbook-html/Makefile.bak +share/doc/crossfire/playbook-html/Pdragonmail.111.gif +share/doc/crossfire/playbook-html/altar.111.gif +share/doc/crossfire/playbook-html/altar.html +share/doc/crossfire/playbook-html/altardevo.111.gif +share/doc/crossfire/playbook-html/altargaea.111.gif +share/doc/crossfire/playbook-html/altargnarg.111.gif +share/doc/crossfire/playbook-html/altarjeho.111.gif +share/doc/crossfire/playbook-html/altarluci.111.gif +share/doc/crossfire/playbook-html/altarlyth.111.gif +share/doc/crossfire/playbook-html/altarmostr.111.gif +share/doc/crossfire/playbook-html/altarnone.111.gif +share/doc/crossfire/playbook-html/altarrugg.111.gif +share/doc/crossfire/playbook-html/appA.html +share/doc/crossfire/playbook-html/appB.html +share/doc/crossfire/playbook-html/appC.html +share/doc/crossfire/playbook-html/appC.shtml +share/doc/crossfire/playbook-html/apple.111.gif +share/doc/crossfire/playbook-html/arm.111.gif +share/doc/crossfire/playbook-html/bag-popcorn.111.gif +share/doc/crossfire/playbook-html/bag.111.gif +share/doc/crossfire/playbook-html/balm-gen.111.gif +share/doc/crossfire/playbook-html/barbarian.171.gif +share/doc/crossfire/playbook-html/bed-save.111.gif +share/doc/crossfire/playbook-html/big-eye.111.gif +share/doc/crossfire/playbook-html/bonus-extract +share/doc/crossfire/playbook-html/bonus-extract.orig +share/doc/crossfire/playbook-html/bonus.html +share/doc/crossfire/playbook-html/book.111.gif +share/doc/crossfire/playbook-html/books.html +share/doc/crossfire/playbook-html/bookshelf.111.gif +share/doc/crossfire/playbook-html/bow.111.gif +share/doc/crossfire/playbook-html/bows.html +share/doc/crossfire/playbook-html/br_wall.html +share/doc/crossfire/playbook-html/bul-wall-0.111.gif +share/doc/crossfire/playbook-html/button-big.111.gif +share/doc/crossfire/playbook-html/button-sma.111.gif +share/doc/crossfire/playbook-html/cabbage.111.gif +share/doc/crossfire/playbook-html/cake.111.gif +share/doc/crossfire/playbook-html/card.111.gif +share/doc/crossfire/playbook-html/carrot.111.gif +share/doc/crossfire/playbook-html/cauldron.111.gif +share/doc/crossfire/playbook-html/cauldron.html +share/doc/crossfire/playbook-html/chainmail.111.gif +share/doc/crossfire/playbook-html/chap1.html +share/doc/crossfire/playbook-html/chap2.html +share/doc/crossfire/playbook-html/chap2.shtml +share/doc/crossfire/playbook-html/chap3.html +share/doc/crossfire/playbook-html/chap3.shtml +share/doc/crossfire/playbook-html/chap4.html +share/doc/crossfire/playbook-html/chap4.shtml +share/doc/crossfire/playbook-html/chap5.html +share/doc/crossfire/playbook-html/chap5.shtml +share/doc/crossfire/playbook-html/chap6.html +share/doc/crossfire/playbook-html/chap6.shtml +share/doc/crossfire/playbook-html/chap7.html +share/doc/crossfire/playbook-html/char-extract +share/doc/crossfire/playbook-html/char.html +share/doc/crossfire/playbook-html/characters.gif +share/doc/crossfire/playbook-html/chest-1.111.gif +share/doc/crossfire/playbook-html/chocolate.111.gif +share/doc/crossfire/playbook-html/cleric.171.gif +share/doc/crossfire/playbook-html/clover.111.gif +share/doc/crossfire/playbook-html/coffee.111.gif +share/doc/crossfire/playbook-html/conv.111.gif +share/doc/crossfire/playbook-html/convert.pl +share/doc/crossfire/playbook-html/corpse.111.gif +share/doc/crossfire/playbook-html/corpse.html +share/doc/crossfire/playbook-html/corpse1.111.gif +share/doc/crossfire/playbook-html/crossbow.111.gif +share/doc/crossfire/playbook-html/dead-neko.111.gif +share/doc/crossfire/playbook-html/demon-head.111.gif +share/doc/crossfire/playbook-html/depositbox.111.gif +share/doc/crossfire/playbook-html/diploma.111.gif +share/doc/crossfire/playbook-html/dir_spin.html +share/doc/crossfire/playbook-html/director.181.gif +share/doc/crossfire/playbook-html/door-0.111.gif +share/doc/crossfire/playbook-html/drag-steak.111.gif +share/doc/crossfire/playbook-html/dragon-eye.111.gif +share/doc/crossfire/playbook-html/dragon-wing.111.gif +share/doc/crossfire/playbook-html/dragonmail.111.gif +share/doc/crossfire/playbook-html/dress1.111.gif +share/doc/crossfire/playbook-html/dust-gen.111.gif +share/doc/crossfire/playbook-html/dwarf-p.111.gif +share/doc/crossfire/playbook-html/earthwall.111.gif +share/doc/crossfire/playbook-html/ectoplasm.111.gif +share/doc/crossfire/playbook-html/elf.171.gif +share/doc/crossfire/playbook-html/elven-bow.111.gif +share/doc/crossfire/playbook-html/emerald.111.gif +share/doc/crossfire/playbook-html/empty.pbm +share/doc/crossfire/playbook-html/equip.html +share/doc/crossfire/playbook-html/eyes.111.gif +share/doc/crossfire/playbook-html/fig/book.gif +share/doc/crossfire/playbook-html/fig/earrow.gif +share/doc/crossfire/playbook-html/fig/narrow.gif +share/doc/crossfire/playbook-html/fig/nearrow.gif +share/doc/crossfire/playbook-html/fig/nwarrow.gif +share/doc/crossfire/playbook-html/fig/sarrow.gif +share/doc/crossfire/playbook-html/fig/screen_dia.gif +share/doc/crossfire/playbook-html/fig/searrow.gif +share/doc/crossfire/playbook-html/fig/stairdown.gif +share/doc/crossfire/playbook-html/fig/stairup.gif +share/doc/crossfire/playbook-html/fig/swarrow.gif +share/doc/crossfire/playbook-html/fig/warrow.gif +share/doc/crossfire/playbook-html/figurine-gen.111.gif +share/doc/crossfire/playbook-html/finger.111.gif +share/doc/crossfire/playbook-html/fireborn.111.gif +share/doc/crossfire/playbook-html/fishfood.111.gif +share/doc/crossfire/playbook-html/flesh.html +share/doc/crossfire/playbook-html/flint-and-steel.111.gif +share/doc/crossfire/playbook-html/food.111.gif +share/doc/crossfire/playbook-html/food.html +share/doc/crossfire/playbook-html/foodone.html +share/doc/crossfire/playbook-html/foot.111.gif +share/doc/crossfire/playbook-html/fr_wall.html +share/doc/crossfire/playbook-html/gale.111.gif +share/doc/crossfire/playbook-html/gard-gate.114.gif +share/doc/crossfire/playbook-html/gatedoor.html +share/doc/crossfire/playbook-html/gem.111.gif +share/doc/crossfire/playbook-html/generic-extract +share/doc/crossfire/playbook-html/generic-rune.111.gif +share/doc/crossfire/playbook-html/goblin-head.111.gif +share/doc/crossfire/playbook-html/gods-extract +share/doc/crossfire/playbook-html/gods.html +share/doc/crossfire/playbook-html/goldcoin.111.gif +share/doc/crossfire/playbook-html/grate-1.111.gif +share/doc/crossfire/playbook-html/grate-2.111.gif +share/doc/crossfire/playbook-html/grate-2.118.gif +share/doc/crossfire/playbook-html/gravestone.111.gif +share/doc/crossfire/playbook-html/gravestone.html +share/doc/crossfire/playbook-html/gu-horn.114.gif +share/doc/crossfire/playbook-html/guild.111.gif +share/doc/crossfire/playbook-html/guild.html +share/doc/crossfire/playbook-html/halfling.111.gif +share/doc/crossfire/playbook-html/hand.111.gif +share/doc/crossfire/playbook-html/handbook.html +share/doc/crossfire/playbook-html/handbook.shtml +share/doc/crossfire/playbook-html/handbutt.html +share/doc/crossfire/playbook-html/handle.111.gif +share/doc/crossfire/playbook-html/hands.111.gif +share/doc/crossfire/playbook-html/head.111.gif +share/doc/crossfire/playbook-html/heart.111.gif +share/doc/crossfire/playbook-html/hedge.111.gif +share/doc/crossfire/playbook-html/holy-symbol.111.gif +share/doc/crossfire/playbook-html/holysymbol.html +share/doc/crossfire/playbook-html/horn.111.gif +share/doc/crossfire/playbook-html/horns.html +share/doc/crossfire/playbook-html/human.171.gif +share/doc/crossfire/playbook-html/icor.111.gif +share/doc/crossfire/playbook-html/in_char +share/doc/crossfire/playbook-html/in_equip +share/doc/crossfire/playbook-html/in_items +share/doc/crossfire/playbook-html/insect-sting.111.gif +share/doc/crossfire/playbook-html/insect-wing.111.gif +share/doc/crossfire/playbook-html/iron-gate1.118.gif +share/doc/crossfire/playbook-html/items +share/doc/crossfire/playbook-html/items-extract +share/doc/crossfire/playbook-html/items.gif +share/doc/crossfire/playbook-html/key-ring.111.gif +share/doc/crossfire/playbook-html/key1.111.gif +share/doc/crossfire/playbook-html/key2.111.gif +share/doc/crossfire/playbook-html/keys.html +share/doc/crossfire/playbook-html/l-shop1.111.gif +share/doc/crossfire/playbook-html/lapron.111.gif +share/doc/crossfire/playbook-html/lbull-wall.101.gif +share/doc/crossfire/playbook-html/ldoor1.111.gif +share/doc/crossfire/playbook-html/leather-ar.111.gif +share/doc/crossfire/playbook-html/leg.111.gif +share/doc/crossfire/playbook-html/letter.111.gif +share/doc/crossfire/playbook-html/levels-extract +share/doc/crossfire/playbook-html/levels.html +share/doc/crossfire/playbook-html/lever.111.gif +share/doc/crossfire/playbook-html/light-wall.101.gif +share/doc/crossfire/playbook-html/lightning-bow.111.gif +share/doc/crossfire/playbook-html/liver.111.gif +share/doc/crossfire/playbook-html/loaf.111.gif +share/doc/crossfire/playbook-html/lockpicks.111.gif +share/doc/crossfire/playbook-html/lockpicks.html +share/doc/crossfire/playbook-html/logfile +share/doc/crossfire/playbook-html/luggage.111.gif +share/doc/crossfire/playbook-html/mage.171.gif +share/doc/crossfire/playbook-html/magic-bow.111.gif +share/doc/crossfire/playbook-html/mailbox.111.gif +share/doc/crossfire/playbook-html/makeps +share/doc/crossfire/playbook-html/mint.111.gif +share/doc/crossfire/playbook-html/mithril-ar.111.gif +share/doc/crossfire/playbook-html/mithril.111.gif +share/doc/crossfire/playbook-html/money.html +share/doc/crossfire/playbook-html/monk.111.gif +share/doc/crossfire/playbook-html/monument.111.gif +share/doc/crossfire/playbook-html/mushroom-1.111.gif +share/doc/crossfire/playbook-html/naz-report.111.gif +share/doc/crossfire/playbook-html/ninja.171.gif +share/doc/crossfire/playbook-html/note.111.gif +share/doc/crossfire/playbook-html/onion.111.gif +share/doc/crossfire/playbook-html/orange.111.gif +share/doc/crossfire/playbook-html/orcchop.111.gif +share/doc/crossfire/playbook-html/pear.111.gif +share/doc/crossfire/playbook-html/pearl.111.gif +share/doc/crossfire/playbook-html/pit.html +share/doc/crossfire/playbook-html/pix-wing.111.gif +share/doc/crossfire/playbook-html/pl-half-orc.111.gif +share/doc/crossfire/playbook-html/plate-mail.111.gif +share/doc/crossfire/playbook-html/plt-coin.111.gif +share/doc/crossfire/playbook-html/potato.111.gif +share/doc/crossfire/playbook-html/potion.html +share/doc/crossfire/playbook-html/potioncha.111.gif +share/doc/crossfire/playbook-html/potioncol.111.gif +share/doc/crossfire/playbook-html/potioncon.111.gif +share/doc/crossfire/playbook-html/potiondex.111.gif +share/doc/crossfire/playbook-html/potionfir.111.gif +share/doc/crossfire/playbook-html/potiongen.111.gif +share/doc/crossfire/playbook-html/potionhea.111.gif +share/doc/crossfire/playbook-html/potionhero.111.gif +share/doc/crossfire/playbook-html/potionimp.111.gif +share/doc/crossfire/playbook-html/potionint.111.gif +share/doc/crossfire/playbook-html/potioninv.111.gif +share/doc/crossfire/playbook-html/potionmag.111.gif +share/doc/crossfire/playbook-html/potionpow.111.gif +share/doc/crossfire/playbook-html/potions.html +share/doc/crossfire/playbook-html/potionstr.111.gif +share/doc/crossfire/playbook-html/potionwis.111.gif +share/doc/crossfire/playbook-html/pouch.111.gif +share/doc/crossfire/playbook-html/priest.171.gif +share/doc/crossfire/playbook-html/pyromaniac.111.gif +share/doc/crossfire/playbook-html/quarto.111.gif +share/doc/crossfire/playbook-html/quetzalcoatl.131.gif +share/doc/crossfire/playbook-html/quiver.111.gif +share/doc/crossfire/playbook-html/r-sack.111.gif +share/doc/crossfire/playbook-html/refs.pl +share/doc/crossfire/playbook-html/residue.111.gif +share/doc/crossfire/playbook-html/ring-drain.111.gif +share/doc/crossfire/playbook-html/ring-mail.111.gif +share/doc/crossfire/playbook-html/ring.110.gif +share/doc/crossfire/playbook-html/rings.html +share/doc/crossfire/playbook-html/roast-bird.111.gif +share/doc/crossfire/playbook-html/robe-midnight.111.gif +share/doc/crossfire/playbook-html/robe.111.gif +share/doc/crossfire/playbook-html/rod-heavy.111.gif +share/doc/crossfire/playbook-html/rods.html +share/doc/crossfire/playbook-html/root.111.gif +share/doc/crossfire/playbook-html/rose-red.111.gif +share/doc/crossfire/playbook-html/rose-wh.111.gif +share/doc/crossfire/playbook-html/rose-yel.111.gif +share/doc/crossfire/playbook-html/ruby.111.gif +share/doc/crossfire/playbook-html/rune-blast.111.gif +share/doc/crossfire/playbook-html/rune-death.111.gif +share/doc/crossfire/playbook-html/rune-fire.111.gif +share/doc/crossfire/playbook-html/rune-frost.111.gif +share/doc/crossfire/playbook-html/rune-mark.111.gif +share/doc/crossfire/playbook-html/rune-shock.111.gif +share/doc/crossfire/playbook-html/runeblast.html +share/doc/crossfire/playbook-html/runedeath.html +share/doc/crossfire/playbook-html/runefire.html +share/doc/crossfire/playbook-html/runefrost.html +share/doc/crossfire/playbook-html/runegen.html +share/doc/crossfire/playbook-html/runemark.html +share/doc/crossfire/playbook-html/runeshock.html +share/doc/crossfire/playbook-html/s-weasel.111.gif +share/doc/crossfire/playbook-html/sack.111.gif +share/doc/crossfire/playbook-html/sapphire.111.gif +share/doc/crossfire/playbook-html/savebed.html +share/doc/crossfire/playbook-html/scale-mail.111.gif +share/doc/crossfire/playbook-html/scroll.111.gif +share/doc/crossfire/playbook-html/scrollr.111.gif +share/doc/crossfire/playbook-html/scrolls.html +share/doc/crossfire/playbook-html/serpent-skin.111.gif +share/doc/crossfire/playbook-html/shop-mat.111.gif +share/doc/crossfire/playbook-html/shop.html +share/doc/crossfire/playbook-html/shopmat.html +share/doc/crossfire/playbook-html/sign-e.111.gif +share/doc/crossfire/playbook-html/sign-w.111.gif +share/doc/crossfire/playbook-html/sign.111.gif +share/doc/crossfire/playbook-html/sign.html +share/doc/crossfire/playbook-html/silvercoin.111.gif +share/doc/crossfire/playbook-html/skill_stat.html +share/doc/crossfire/playbook-html/skills-extract +share/doc/crossfire/playbook-html/skills.html +share/doc/crossfire/playbook-html/skills2-extract +share/doc/crossfire/playbook-html/skin.111.gif +share/doc/crossfire/playbook-html/sorter +share/doc/crossfire/playbook-html/speedbwall.111.gif +share/doc/crossfire/playbook-html/spellpath-extract +share/doc/crossfire/playbook-html/spellpath.html +share/doc/crossfire/playbook-html/spinner.11B.gif +share/doc/crossfire/playbook-html/staff.111.gif +share/doc/crossfire/playbook-html/statskmod-extract +share/doc/crossfire/playbook-html/statskmod.html +share/doc/crossfire/playbook-html/store-alch.111.gif +share/doc/crossfire/playbook-html/store-armo.111.gif +share/doc/crossfire/playbook-html/store-gene.111.gif +share/doc/crossfire/playbook-html/store-magi.111.gif +share/doc/crossfire/playbook-html/store-weap.111.gif +share/doc/crossfire/playbook-html/stwallsec.118.gif +share/doc/crossfire/playbook-html/swashbuckl.171.gif +share/doc/crossfire/playbook-html/talisman.111.gif +share/doc/crossfire/playbook-html/talisman.html +share/doc/crossfire/playbook-html/thief.171.gif +share/doc/crossfire/playbook-html/tmp.gif +share/doc/crossfire/playbook-html/tmp.ppm +share/doc/crossfire/playbook-html/tome.111.gif +share/doc/crossfire/playbook-html/tongue.111.gif +share/doc/crossfire/playbook-html/tooth.111.gif +share/doc/crossfire/playbook-html/trapdoor-1.111.gif +share/doc/crossfire/playbook-html/treas1-extract +share/doc/crossfire/playbook-html/treas2-extract +share/doc/crossfire/playbook-html/tunic.111.gif +share/doc/crossfire/playbook-html/version.html +share/doc/crossfire/playbook-html/viking.171.gif +share/doc/crossfire/playbook-html/wand.111.gif +share/doc/crossfire/playbook-html/wands.html +share/doc/crossfire/playbook-html/warrior.171.gif +share/doc/crossfire/playbook-html/waybread.111.gif +share/doc/crossfire/playbook-html/wdsm.111.gif +share/doc/crossfire/playbook-html/wizard.171.gif +share/doc/crossfire/playbook-html/work.ppm +share/doc/crossfire/playbook-html/wraithp.111.gif +share/doc/crossfire/programming_guide +share/doc/crossfire/skills.doc +share/doc/crossfire/skills_developer.doc +share/doc/crossfire/spell-docs/Imakefile +share/doc/crossfire/spell-docs/Makefile +share/doc/crossfire/spell-docs/Makefile.bak +share/doc/crossfire/spell-docs/README +share/doc/crossfire/spell-docs/prayer-list.ps +share/doc/crossfire/spell-docs/prayer-list.txt +share/doc/crossfire/spell-docs/spell-info.ps +share/doc/crossfire/spell-docs/spell-info.txt +share/doc/crossfire/spell-docs/spell-list.ps +share/doc/crossfire/spell-docs/spell-list.txt +share/doc/crossfire/spell-docs/spell-summary.ps +share/doc/crossfire/spell-docs/spell-summary.txt +share/doc/crossfire/spell-docs/tome-of-magic.ps +share/doc/crossfire/spell-docs/tome-of-magic.txt +share/doc/crossfire/spell-paths +share/doc/crossfire/spell_params.doc +share/doc/crossfire/spellcasters_guide_to_runes +share/doc/crossfire/spells +share/doc/crossfire/spoiler-html/.bmaps +share/doc/crossfire/spoiler-html/0 +share/doc/crossfire/spoiler-html/1 +share/doc/crossfire/spoiler-html/1x2.ppm +share/doc/crossfire/spoiler-html/2x1.ppm +share/doc/crossfire/spoiler-html/2x2.ppm +share/doc/crossfire/spoiler-html/2x3.ppm +share/doc/crossfire/spoiler-html/3x2.ppm +share/doc/crossfire/spoiler-html/3x3.ppm +share/doc/crossfire/spoiler-html/3x4.ppm +share/doc/crossfire/spoiler-html/4x4.ppm +share/doc/crossfire/spoiler-html/4x8.ppm +share/doc/crossfire/spoiler-html/6x7.ppm +share/doc/crossfire/spoiler-html/Bk.111.gif +share/doc/crossfire/spoiler-html/CSword.113.gif +share/doc/crossfire/spoiler-html/Cwyvern.171.gif +share/doc/crossfire/spoiler-html/DShield.111.gif +share/doc/crossfire/spoiler-html/GreatDemon.111.gif +share/doc/crossfire/spoiler-html/Imakefile +share/doc/crossfire/spoiler-html/Makefile +share/doc/crossfire/spoiler-html/Makefile.bak +share/doc/crossfire/spoiler-html/Pdragonmail.111.gif +share/doc/crossfire/spoiler-html/a-guard-h.111.gif +share/doc/crossfire/spoiler-html/a-guard-l.111.gif +share/doc/crossfire/spoiler-html/a-guard-m.111.gif +share/doc/crossfire/spoiler-html/a-helmet.111.gif +share/doc/crossfire/spoiler-html/a-priest.111.gif +share/doc/crossfire/spoiler-html/a-townsman.111.gif +share/doc/crossfire/spoiler-html/a-townsman2.111.gif +share/doc/crossfire/spoiler-html/a-townsman3.111.gif +share/doc/crossfire/spoiler-html/acid-pool.111.gif +share/doc/crossfire/spoiler-html/acidsphere.111.gif +share/doc/crossfire/spoiler-html/angel.111.gif +share/doc/crossfire/spoiler-html/ant-egg.111.gif +share/doc/crossfire/spoiler-html/ant-gen.111.gif +share/doc/crossfire/spoiler-html/ant-larvae.111.gif +share/doc/crossfire/spoiler-html/ant.111.gif +share/doc/crossfire/spoiler-html/archangel.115.gif +share/doc/crossfire/spoiler-html/archangel.118.gif +share/doc/crossfire/spoiler-html/arche-extract +share/doc/crossfire/spoiler-html/arche.html +share/doc/crossfire/spoiler-html/arm-extract +share/doc/crossfire/spoiler-html/arm.html +share/doc/crossfire/spoiler-html/avatar.131.gif +share/doc/crossfire/spoiler-html/axe-1.111.gif +share/doc/crossfire/spoiler-html/axe-2.111.gif +share/doc/crossfire/spoiler-html/axe-3.111.gif +share/doc/crossfire/spoiler-html/axe-4.111.gif +share/doc/crossfire/spoiler-html/axe-5.111.gif +share/doc/crossfire/spoiler-html/baby-drag.111.gif +share/doc/crossfire/spoiler-html/ball-lightning.111.gif +share/doc/crossfire/spoiler-html/barbarian.171.gif +share/doc/crossfire/spoiler-html/baslic.171.gif +share/doc/crossfire/spoiler-html/bat-gen.111.gif +share/doc/crossfire/spoiler-html/bat.111.gif +share/doc/crossfire/spoiler-html/battle-axe.111.gif +share/doc/crossfire/spoiler-html/bee-gen.111.gif +share/doc/crossfire/spoiler-html/bee.111.gif +share/doc/crossfire/spoiler-html/beehive.111.gif +share/doc/crossfire/spoiler-html/beggar.111.gif +share/doc/crossfire/spoiler-html/behemoth.111.gif +share/doc/crossfire/spoiler-html/behold-gen.111.gif +share/doc/crossfire/spoiler-html/beholder.111.gif +share/doc/crossfire/spoiler-html/belzebub.111.gif +share/doc/crossfire/spoiler-html/big-club.111.gif +share/doc/crossfire/spoiler-html/big-demon.171.gif +share/doc/crossfire/spoiler-html/big-slave.111.gif +share/doc/crossfire/spoiler-html/big-wiz.111.gif +share/doc/crossfire/spoiler-html/bighorn-he.111.gif +share/doc/crossfire/spoiler-html/bird-gen.111.gif +share/doc/crossfire/spoiler-html/bird.111.gif +share/doc/crossfire/spoiler-html/blob.111.gif +share/doc/crossfire/spoiler-html/blocked.111.gif +share/doc/crossfire/spoiler-html/bomb.111.gif +share/doc/crossfire/spoiler-html/bone-head.111.gif +share/doc/crossfire/spoiler-html/bonecrush.111.gif +share/doc/crossfire/spoiler-html/bow-extract +share/doc/crossfire/spoiler-html/bow.111.gif +share/doc/crossfire/spoiler-html/bow.html +share/doc/crossfire/spoiler-html/bpudding-g.111.gif +share/doc/crossfire/spoiler-html/bpudding.111.gif +share/doc/crossfire/spoiler-html/breeder-ant.111.gif +share/doc/crossfire/spoiler-html/broo.111.gif +share/doc/crossfire/spoiler-html/bsword-1.111.gif +share/doc/crossfire/spoiler-html/bsword-2.111.gif +share/doc/crossfire/spoiler-html/bullet.112.gif +share/doc/crossfire/spoiler-html/byakie.111.gif +share/doc/crossfire/spoiler-html/c-knight.111.gif +share/doc/crossfire/spoiler-html/c-priest.131.gif +share/doc/crossfire/spoiler-html/cancellati.111.gif +share/doc/crossfire/spoiler-html/centipede.111.gif +share/doc/crossfire/spoiler-html/ch-bish.111.gif +share/doc/crossfire/spoiler-html/ch-king.111.gif +share/doc/crossfire/spoiler-html/ch-knight.111.gif +share/doc/crossfire/spoiler-html/ch-pawn.111.gif +share/doc/crossfire/spoiler-html/ch-queen.111.gif +share/doc/crossfire/spoiler-html/ch-rook.111.gif +share/doc/crossfire/spoiler-html/chainmail.111.gif +share/doc/crossfire/spoiler-html/charwoman.171.gif +share/doc/crossfire/spoiler-html/chicken.131.gif +share/doc/crossfire/spoiler-html/child.111.gif +share/doc/crossfire/spoiler-html/chinese-dr.171.gif +share/doc/crossfire/spoiler-html/cleric.171.gif +share/doc/crossfire/spoiler-html/club.111.gif +share/doc/crossfire/spoiler-html/cobra.111.gif +share/doc/crossfire/spoiler-html/cold-drag.171.gif +share/doc/crossfire/spoiler-html/confusion.111.gif +share/doc/crossfire/spoiler-html/conjurer.111.gif +share/doc/crossfire/spoiler-html/counterspell.111.gif +share/doc/crossfire/spoiler-html/courier.111.gif +share/doc/crossfire/spoiler-html/crawling-chaos.111.gif +share/doc/crossfire/spoiler-html/crone.111.gif +share/doc/crossfire/spoiler-html/crossbow.111.gif +share/doc/crossfire/spoiler-html/crown.111.gif +share/doc/crossfire/spoiler-html/cyclops.131.gif +share/doc/crossfire/spoiler-html/dagger-f.111.gif +share/doc/crossfire/spoiler-html/dagger.111.gif +share/doc/crossfire/spoiler-html/dancing-girl.111.gif +share/doc/crossfire/spoiler-html/dark-elf.111.gif +share/doc/crossfire/spoiler-html/darkblade.111.gif +share/doc/crossfire/spoiler-html/dave.111.gif +share/doc/crossfire/spoiler-html/deathbring.111.gif +share/doc/crossfire/spoiler-html/deathtree.111.gif +share/doc/crossfire/spoiler-html/defender.111.gif +share/doc/crossfire/spoiler-html/demilich.111.gif +share/doc/crossfire/spoiler-html/demon-lord.E11.gif +share/doc/crossfire/spoiler-html/demonbane.111.gif +share/doc/crossfire/spoiler-html/destruction.111.gif +share/doc/crossfire/spoiler-html/det-magic.111.gif +share/doc/crossfire/spoiler-html/devil.111.gif +share/doc/crossfire/spoiler-html/djinn.131.gif +share/doc/crossfire/spoiler-html/dog.111.gif +share/doc/crossfire/spoiler-html/dragon-shi.111.gif +share/doc/crossfire/spoiler-html/dragon.171.gif +share/doc/crossfire/spoiler-html/dragonmail.111.gif +share/doc/crossfire/spoiler-html/dragonman.171.gif +share/doc/crossfire/spoiler-html/dragonslay.111.gif +share/doc/crossfire/spoiler-html/dread.111.gif +share/doc/crossfire/spoiler-html/dress1.111.gif +share/doc/crossfire/spoiler-html/dress2.111.gif +share/doc/crossfire/spoiler-html/dress3.111.gif +share/doc/crossfire/spoiler-html/dwarf-p.111.gif +share/doc/crossfire/spoiler-html/dwarf-pr.111.gif +share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif +share/doc/crossfire/spoiler-html/dwarf.111.gif +share/doc/crossfire/spoiler-html/earthwall.111.gif +share/doc/crossfire/spoiler-html/elec-dr.111.gif +share/doc/crossfire/spoiler-html/elec-drag.171.gif +share/doc/crossfire/spoiler-html/elem-air.111.gif +share/doc/crossfire/spoiler-html/elem-earth.111.gif +share/doc/crossfire/spoiler-html/elem-fire.111.gif +share/doc/crossfire/spoiler-html/elem-water.111.gif +share/doc/crossfire/spoiler-html/elf-1.111.gif +share/doc/crossfire/spoiler-html/elf.171.gif +share/doc/crossfire/spoiler-html/elven-bow.111.gif +share/doc/crossfire/spoiler-html/elvenboots.111.gif +share/doc/crossfire/spoiler-html/empty.pbm +share/doc/crossfire/spoiler-html/enchantment.111.gif +share/doc/crossfire/spoiler-html/ent.111.gif +share/doc/crossfire/spoiler-html/evil-master.111.gif +share/doc/crossfire/spoiler-html/evil-master2.111.gif +share/doc/crossfire/spoiler-html/evil-master3.111.gif +share/doc/crossfire/spoiler-html/evil-master4.111.gif +share/doc/crossfire/spoiler-html/excalibur.111.gif +share/doc/crossfire/spoiler-html/explosion.111.gif +share/doc/crossfire/spoiler-html/eyeglasses.111.gif +share/doc/crossfire/spoiler-html/eyeshield.111.gif +share/doc/crossfire/spoiler-html/fae-drag.171.gif +share/doc/crossfire/spoiler-html/falchion.111.gif +share/doc/crossfire/spoiler-html/fatman.111.gif +share/doc/crossfire/spoiler-html/fatwoman.111.gif +share/doc/crossfire/spoiler-html/fear.111.gif +share/doc/crossfire/spoiler-html/fighter.111.gif +share/doc/crossfire/spoiler-html/fire-drag.171.gif +share/doc/crossfire/spoiler-html/fireball.111.gif +share/doc/crossfire/spoiler-html/fireborn.111.gif +share/doc/crossfire/spoiler-html/firebrand.111.gif +share/doc/crossfire/spoiler-html/firebullet.111.gif +share/doc/crossfire/spoiler-html/firestar.111.gif +share/doc/crossfire/spoiler-html/flowers.111.gif +share/doc/crossfire/spoiler-html/fly-ant.131.gif +share/doc/crossfire/spoiler-html/fog.111.gif +share/doc/crossfire/spoiler-html/food.111.gif +share/doc/crossfire/spoiler-html/frost-hammer.111.gif +share/doc/crossfire/spoiler-html/frostbrand.111.gif +share/doc/crossfire/spoiler-html/fullhelmet.111.gif +share/doc/crossfire/spoiler-html/fungus.111.gif +share/doc/crossfire/spoiler-html/gaelotroll.111.gif +share/doc/crossfire/spoiler-html/gale.111.gif +share/doc/crossfire/spoiler-html/gargoyle.111.gif +share/doc/crossfire/spoiler-html/gauntlet-s.111.gif +share/doc/crossfire/spoiler-html/generic-rune.111.gif +share/doc/crossfire/spoiler-html/ghast.111.gif +share/doc/crossfire/spoiler-html/ghost-gen.111.gif +share/doc/crossfire/spoiler-html/ghost.111.gif +share/doc/crossfire/spoiler-html/giant-bat.111.gif +share/doc/crossfire/spoiler-html/giant-gen.111.gif +share/doc/crossfire/spoiler-html/giant.111.gif +share/doc/crossfire/spoiler-html/gir-strcon.111.gif +share/doc/crossfire/spoiler-html/girdle-con.111.gif +share/doc/crossfire/spoiler-html/girdle-dam.111.gif +share/doc/crossfire/spoiler-html/girdle-str.111.gif +share/doc/crossfire/spoiler-html/gloves.111.gif +share/doc/crossfire/spoiler-html/gnoll-gen.111.gif +share/doc/crossfire/spoiler-html/gnoll.111.gif +share/doc/crossfire/spoiler-html/gnome.111.gif +share/doc/crossfire/spoiler-html/goblin-gen.111.gif +share/doc/crossfire/spoiler-html/goblin.111.gif +share/doc/crossfire/spoiler-html/god-finger.111.gif +share/doc/crossfire/spoiler-html/gol.131.gif +share/doc/crossfire/spoiler-html/golem.111.gif +share/doc/crossfire/spoiler-html/gram.111.gif +share/doc/crossfire/spoiler-html/gravestone.111.gif +share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/greenslime.111.gif +share/doc/crossfire/spoiler-html/grimreaper.111.gif +share/doc/crossfire/spoiler-html/grimreaper.112.gif +share/doc/crossfire/spoiler-html/guard-hard.111.gif +share/doc/crossfire/spoiler-html/guard-ligh.111.gif +share/doc/crossfire/spoiler-html/guard-med.111.gif +share/doc/crossfire/spoiler-html/guildmaste.111.gif +share/doc/crossfire/spoiler-html/halfling.111.gif +share/doc/crossfire/spoiler-html/hammer-1.111.gif +share/doc/crossfire/spoiler-html/hammer-2.121.gif +share/doc/crossfire/spoiler-html/harakiri.111.gif +share/doc/crossfire/spoiler-html/healing.111.gif +share/doc/crossfire/spoiler-html/helm-extract +share/doc/crossfire/spoiler-html/helmet-bri.111.gif +share/doc/crossfire/spoiler-html/helmet.111.gif +share/doc/crossfire/spoiler-html/helmet.html +share/doc/crossfire/spoiler-html/helmetxray.111.gif +share/doc/crossfire/spoiler-html/high-boots.111.gif +share/doc/crossfire/spoiler-html/highshield.111.gif +share/doc/crossfire/spoiler-html/holy-orb.111.gif +share/doc/crossfire/spoiler-html/holy-priest.111.gif +share/doc/crossfire/spoiler-html/holyave.111.gif +share/doc/crossfire/spoiler-html/holyshield.111.gif +share/doc/crossfire/spoiler-html/hornhelmet.111.gif +share/doc/crossfire/spoiler-html/human.171.gif +share/doc/crossfire/spoiler-html/icestorm.111.gif +share/doc/crossfire/spoiler-html/idaten.111.gif +share/doc/crossfire/spoiler-html/imp.171.gif +share/doc/crossfire/spoiler-html/in_items +share/doc/crossfire/spoiler-html/in_monput +share/doc/crossfire/spoiler-html/in_spells +share/doc/crossfire/spoiler-html/in_stats +share/doc/crossfire/spoiler-html/items +share/doc/crossfire/spoiler-html/items-extract +share/doc/crossfire/spoiler-html/items.gif +share/doc/crossfire/spoiler-html/jessyb.111.gif +share/doc/crossfire/spoiler-html/k-dagger.111.gif +share/doc/crossfire/spoiler-html/katana-1.111.gif +share/doc/crossfire/spoiler-html/killerbee.111.gif +share/doc/crossfire/spoiler-html/knight.111.gif +share/doc/crossfire/spoiler-html/kobold-gen.111.gif +share/doc/crossfire/spoiler-html/kobold.111.gif +share/doc/crossfire/spoiler-html/kog.111.gif +share/doc/crossfire/spoiler-html/lamia.131.gif +share/doc/crossfire/spoiler-html/lapron.111.gif +share/doc/crossfire/spoiler-html/lava-s.111.gif +share/doc/crossfire/spoiler-html/lbullet.111.gif +share/doc/crossfire/spoiler-html/leather-ar.111.gif +share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif +share/doc/crossfire/spoiler-html/lev-boots.111.gif +share/doc/crossfire/spoiler-html/lich.111.gif +share/doc/crossfire/spoiler-html/lightning-bow.111.gif +share/doc/crossfire/spoiler-html/lightning.111.gif +share/doc/crossfire/spoiler-html/liteangel.112.gif +share/doc/crossfire/spoiler-html/liv-chaos.111.gif +share/doc/crossfire/spoiler-html/lmornstar.111.gif +share/doc/crossfire/spoiler-html/logfile +share/doc/crossfire/spoiler-html/lokanth.171.gif +share/doc/crossfire/spoiler-html/lord-e.111.gif +share/doc/crossfire/spoiler-html/low-boots.111.gif +share/doc/crossfire/spoiler-html/lspear.111.gif +share/doc/crossfire/spoiler-html/lsword.111.gif +share/doc/crossfire/spoiler-html/mabu.111.gif +share/doc/crossfire/spoiler-html/mace-1.111.gif +share/doc/crossfire/spoiler-html/mace-2.111.gif +share/doc/crossfire/spoiler-html/madman-gen.111.gif +share/doc/crossfire/spoiler-html/madman.111.gif +share/doc/crossfire/spoiler-html/mag-extract +share/doc/crossfire/spoiler-html/mag.html +share/doc/crossfire/spoiler-html/mage.171.gif +share/doc/crossfire/spoiler-html/magi-staff.111.gif +share/doc/crossfire/spoiler-html/magic-bow.111.gif +share/doc/crossfire/spoiler-html/magic-miss.131.gif +share/doc/crossfire/spoiler-html/magnifier.111.gif +share/doc/crossfire/spoiler-html/makeps +share/doc/crossfire/spoiler-html/makeps.pl +share/doc/crossfire/spoiler-html/man.111.gif +share/doc/crossfire/spoiler-html/masamune.111.gif +share/doc/crossfire/spoiler-html/merchant.111.gif +share/doc/crossfire/spoiler-html/mithril-ar.111.gif +share/doc/crossfire/spoiler-html/mjoellnir.111.gif +share/doc/crossfire/spoiler-html/monk.111.gif +share/doc/crossfire/spoiler-html/monput.html +share/doc/crossfire/spoiler-html/monster-extract +share/doc/crossfire/spoiler-html/monsters.gif +share/doc/crossfire/spoiler-html/mornstar.111.gif +share/doc/crossfire/spoiler-html/mournblade.111.gif +share/doc/crossfire/spoiler-html/mouse.111.gif +share/doc/crossfire/spoiler-html/mystic-fist.111.gif +share/doc/crossfire/spoiler-html/nazgul.111.gif +share/doc/crossfire/spoiler-html/neko.111.gif +share/doc/crossfire/spoiler-html/nightmare.111.gif +share/doc/crossfire/spoiler-html/ninja-2.111.gif +share/doc/crossfire/spoiler-html/ninja.171.gif +share/doc/crossfire/spoiler-html/northman.111.gif +share/doc/crossfire/spoiler-html/nunchacu-1.111.gif +share/doc/crossfire/spoiler-html/nunchacu-2.111.gif +share/doc/crossfire/spoiler-html/ogre-gen.111.gif +share/doc/crossfire/spoiler-html/ogre.111.gif +share/doc/crossfire/spoiler-html/ologhi.111.gif +share/doc/crossfire/spoiler-html/orc-gen.111.gif +share/doc/crossfire/spoiler-html/orc.111.gif +share/doc/crossfire/spoiler-html/panther.111.gif +share/doc/crossfire/spoiler-html/panthergen.111.gif +share/doc/crossfire/spoiler-html/para-air.111.gif +share/doc/crossfire/spoiler-html/para-earth.111.gif +share/doc/crossfire/spoiler-html/para-fire.111.gif +share/doc/crossfire/spoiler-html/para-ice.111.gif +share/doc/crossfire/spoiler-html/para-lava.111.gif +share/doc/crossfire/spoiler-html/para-light.111.gif +share/doc/crossfire/spoiler-html/para-mud.111.gif +share/doc/crossfire/spoiler-html/para-water.111.gif +share/doc/crossfire/spoiler-html/paralyse.111.gif +share/doc/crossfire/spoiler-html/pet-necro.111.gif +share/doc/crossfire/spoiler-html/pipe.111.gif +share/doc/crossfire/spoiler-html/pir-lass.111.gif +share/doc/crossfire/spoiler-html/pirate.111.gif +share/doc/crossfire/spoiler-html/pixie-gen.111.gif +share/doc/crossfire/spoiler-html/pixie.111.gif +share/doc/crossfire/spoiler-html/pl-half-orc.111.gif +share/doc/crossfire/spoiler-html/plate-mail.111.gif +share/doc/crossfire/spoiler-html/poisonc.111.gif +share/doc/crossfire/spoiler-html/poleaxe.111.gif +share/doc/crossfire/spoiler-html/polymorph.111.gif +share/doc/crossfire/spoiler-html/postman-gen.111.gif +share/doc/crossfire/spoiler-html/postman.131.gif +share/doc/crossfire/spoiler-html/priest.171.gif +share/doc/crossfire/spoiler-html/princess.111.gif +share/doc/crossfire/spoiler-html/prisoner.111.gif +share/doc/crossfire/spoiler-html/protection.111.gif +share/doc/crossfire/spoiler-html/pyro-gen.111.gif +share/doc/crossfire/spoiler-html/pyromaniac.111.gif +share/doc/crossfire/spoiler-html/quarters.111.gif +share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif +share/doc/crossfire/spoiler-html/raas.131.gif +share/doc/crossfire/spoiler-html/reflector.111.gif +share/doc/crossfire/spoiler-html/ring-mail.111.gif +share/doc/crossfire/spoiler-html/ring-mail2.111.gif +share/doc/crossfire/spoiler-html/robe-midnight.111.gif +share/doc/crossfire/spoiler-html/robe.111.gif +share/doc/crossfire/spoiler-html/round-shiel.111.gif +share/doc/crossfire/spoiler-html/ruggilli.111.gif +share/doc/crossfire/spoiler-html/rune-antimagic.111.gif +share/doc/crossfire/spoiler-html/rune-blast.111.gif +share/doc/crossfire/spoiler-html/rune-death.111.gif +share/doc/crossfire/spoiler-html/rune-fire.111.gif +share/doc/crossfire/spoiler-html/rune-frost.111.gif +share/doc/crossfire/spoiler-html/rune-mark.111.gif +share/doc/crossfire/spoiler-html/rune-shock.111.gif +share/doc/crossfire/spoiler-html/rune-transfer.111.gif +share/doc/crossfire/spoiler-html/rustmonste.111.gif +share/doc/crossfire/spoiler-html/sabre.111.gif +share/doc/crossfire/spoiler-html/sage.111.gif +share/doc/crossfire/spoiler-html/sailor.111.gif +share/doc/crossfire/spoiler-html/sandals.111.gif +share/doc/crossfire/spoiler-html/sandy.111.gif +share/doc/crossfire/spoiler-html/saw.111.gif +share/doc/crossfire/spoiler-html/scale-mail.111.gif +share/doc/crossfire/spoiler-html/scimitar.111.gif +share/doc/crossfire/spoiler-html/scorpi-gen.111.gif +share/doc/crossfire/spoiler-html/scorpion.111.gif +share/doc/crossfire/spoiler-html/serp-man.131.gif +share/doc/crossfire/spoiler-html/serp-priest.131.gif +share/doc/crossfire/spoiler-html/serp-sword.111.gif +share/doc/crossfire/spoiler-html/serpent.131.gif +share/doc/crossfire/spoiler-html/serpman-gen.111.gif +share/doc/crossfire/spoiler-html/shadowtiger.111.gif +share/doc/crossfire/spoiler-html/shield-extract +share/doc/crossfire/spoiler-html/shield.111.gif +share/doc/crossfire/spoiler-html/shield.html +share/doc/crossfire/spoiler-html/shining-finger.111.gif +share/doc/crossfire/spoiler-html/shootingstar.111.gif +share/doc/crossfire/spoiler-html/shovel-1.111.gif +share/doc/crossfire/spoiler-html/skeleton.111.gif +share/doc/crossfire/spoiler-html/skull-gen.111.gif +share/doc/crossfire/spoiler-html/skull.111.gif +share/doc/crossfire/spoiler-html/skullcleav.111.gif +share/doc/crossfire/spoiler-html/slave.111.gif +share/doc/crossfire/spoiler-html/slime.111.gif +share/doc/crossfire/spoiler-html/slow.111.gif +share/doc/crossfire/spoiler-html/slug.131.gif +share/doc/crossfire/spoiler-html/small-shie.111.gif +share/doc/crossfire/spoiler-html/smalltroll.111.gif +share/doc/crossfire/spoiler-html/snake.111.gif +share/doc/crossfire/spoiler-html/snowball.111.gif +share/doc/crossfire/spoiler-html/spear.121.gif +share/doc/crossfire/spoiler-html/spectre.111.gif +share/doc/crossfire/spoiler-html/speedball.111.gif +share/doc/crossfire/spoiler-html/speedboots.111.gif +share/doc/crossfire/spoiler-html/speedbwall.111.gif +share/doc/crossfire/spoiler-html/spellball.111.gif +share/doc/crossfire/spoiler-html/spells-extract +share/doc/crossfire/spoiler-html/spells.gif +share/doc/crossfire/spoiler-html/spells.html +share/doc/crossfire/spoiler-html/sphinx.171.gif +share/doc/crossfire/spoiler-html/spider-web.111.gif +share/doc/crossfire/spoiler-html/spider.111.gif +share/doc/crossfire/spoiler-html/spit-ant.131.gif +share/doc/crossfire/spoiler-html/spoiler.html +share/doc/crossfire/spoiler-html/spoiler.shtml +share/doc/crossfire/spoiler-html/ssword-1.111.gif +share/doc/crossfire/spoiler-html/ssword-2.111.gif +share/doc/crossfire/spoiler-html/stake.111.gif +share/doc/crossfire/spoiler-html/stalker.111.gif +share/doc/crossfire/spoiler-html/stalkergen.111.gif +share/doc/crossfire/spoiler-html/stats-extract +share/doc/crossfire/spoiler-html/stats.gif +share/doc/crossfire/spoiler-html/stats.html +share/doc/crossfire/spoiler-html/steam.111.gif +share/doc/crossfire/spoiler-html/sting.111.gif +share/doc/crossfire/spoiler-html/stoneaxe.111.gif +share/doc/crossfire/spoiler-html/stonehamme.111.gif +share/doc/crossfire/spoiler-html/stormbring.111.gif +share/doc/crossfire/spoiler-html/sunspear.111.gif +share/doc/crossfire/spoiler-html/swashbuckl.171.gif +share/doc/crossfire/spoiler-html/sword-1.111.gif +share/doc/crossfire/spoiler-html/sword-2.111.gif +share/doc/crossfire/spoiler-html/sword-3.111.gif +share/doc/crossfire/spoiler-html/sword-4.111.gif +share/doc/crossfire/spoiler-html/t-dagger.131.gif +share/doc/crossfire/spoiler-html/taifu-1.111.gif +share/doc/crossfire/spoiler-html/thief.171.gif +share/doc/crossfire/spoiler-html/titan.571.gif +share/doc/crossfire/spoiler-html/tmp.gif +share/doc/crossfire/spoiler-html/tmp.ppm +share/doc/crossfire/spoiler-html/trident.121.gif +share/doc/crossfire/spoiler-html/troll.171.gif +share/doc/crossfire/spoiler-html/tunic.111.gif +share/doc/crossfire/spoiler-html/turban.111.gif +share/doc/crossfire/spoiler-html/turnundead.111.gif +share/doc/crossfire/spoiler-html/u-horn.111.gif +share/doc/crossfire/spoiler-html/uk-sd.111.gif +share/doc/crossfire/spoiler-html/unicorn.171.gif +share/doc/crossfire/spoiler-html/unusual-kobold.111.gif +share/doc/crossfire/spoiler-html/uw-shield.111.gif +share/doc/crossfire/spoiler-html/uw-sword.111.gif +share/doc/crossfire/spoiler-html/vampire.111.gif +share/doc/crossfire/spoiler-html/vampiregen.111.gif +share/doc/crossfire/spoiler-html/veiled-woman.111.gif +share/doc/crossfire/spoiler-html/veiled-woman2.111.gif +share/doc/crossfire/spoiler-html/veiled-woman3.111.gif +share/doc/crossfire/spoiler-html/version.html +share/doc/crossfire/spoiler-html/viking.171.gif +share/doc/crossfire/spoiler-html/wand.111.gif +share/doc/crossfire/spoiler-html/war-ant.131.gif +share/doc/crossfire/spoiler-html/warrior.171.gif +share/doc/crossfire/spoiler-html/wds.111.gif +share/doc/crossfire/spoiler-html/wdsm.111.gif +share/doc/crossfire/spoiler-html/weap-extract +share/doc/crossfire/spoiler-html/weap.html +share/doc/crossfire/spoiler-html/weapmag.html +share/doc/crossfire/spoiler-html/wig.111.gif +share/doc/crossfire/spoiler-html/wight.111.gif +share/doc/crossfire/spoiler-html/wiz-hat.111.gif +share/doc/crossfire/spoiler-html/wizard.171.gif +share/doc/crossfire/spoiler-html/woman.111.gif +share/doc/crossfire/spoiler-html/work-ant.131.gif +share/doc/crossfire/spoiler-html/work.ppm +share/doc/crossfire/spoiler-html/worthless-dragon.171.gif +share/doc/crossfire/spoiler-html/wraith.111.gif +share/doc/crossfire/spoiler-html/wraithp.111.gif +share/doc/crossfire/spoiler-html/wrench.111.gif +share/doc/crossfire/spoiler-html/wyvern.171.gif +share/doc/crossfire/spoiler-html/xan-gen.111.gif +share/doc/crossfire/spoiler-html/xan.111.gif +share/doc/crossfire/spoiler-html/zombie-gen.111.gif +share/doc/crossfire/spoiler-html/zombie.111.gif +share/doc/crossfire/spoiler.ps +share/doc/crossfire/teleporter.doc +share/doc/crossfire/xbmtobdf.man +@dirrm lib/crossfire/lib/adm +@dirrm lib/crossfire/lib/players +@dirrm lib/crossfire/lib/help +@dirrm lib/crossfire/lib/unique-items +@dirrm lib/crossfire/lib/maps/editor/picks +@dirrm lib/crossfire/lib/maps/editor/walls +@dirrm lib/crossfire/lib/maps/editor +@dirrm lib/crossfire/lib/maps/skud +@dirrm lib/crossfire/lib/maps/world +@dirrm lib/crossfire/lib/maps/dtabb/town +@dirrm lib/crossfire/lib/maps/dtabb/quest +@dirrm lib/crossfire/lib/maps/dtabb +@dirrm lib/crossfire/lib/maps/ender/pisland +@dirrm lib/crossfire/lib/maps/ender/temple +@dirrm lib/crossfire/lib/maps/ender/island +@dirrm lib/crossfire/lib/maps/ender +@dirrm lib/crossfire/lib/maps/kar +@dirrm lib/crossfire/lib/maps/city/oldcity +@dirrm lib/crossfire/lib/maps/city/taverns +@dirrm lib/crossfire/lib/maps/city/houses +@dirrm lib/crossfire/lib/maps/city/misc +@dirrm lib/crossfire/lib/maps/city/towers +@dirrm lib/crossfire/lib/maps/city/cannery +@dirrm lib/crossfire/lib/maps/city/shops +@dirrm lib/crossfire/lib/maps/city/kar +@dirrm lib/crossfire/lib/maps/city/magara +@dirrm lib/crossfire/lib/maps/city/mansion +@dirrm lib/crossfire/lib/maps/city +@dirrm lib/crossfire/lib/maps/cd +@dirrm lib/crossfire/lib/maps/eeur +@dirrm lib/crossfire/lib/maps/mcz +@dirrm lib/crossfire/lib/maps/esben +@dirrm lib/crossfire/lib/maps/santo_dominion/houses +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse +@dirrm lib/crossfire/lib/maps/santo_dominion/magara/hut +@dirrm lib/crossfire/lib/maps/santo_dominion/magara +@dirrm lib/crossfire/lib/maps/santo_dominion/lord_byron +@dirrm lib/crossfire/lib/maps/santo_dominion/shops +@dirrm lib/crossfire/lib/maps/santo_dominion +@dirrm lib/crossfire/lib/maps/hendel +@dirrm lib/crossfire/lib/maps/terrain +@dirrm lib/crossfire/lib/maps/peterm/CTower +@dirrm lib/crossfire/lib/maps/peterm/temple +@dirrm lib/crossfire/lib/maps/peterm/Demonology +@dirrm lib/crossfire/lib/maps/peterm/DragonQuest +@dirrm lib/crossfire/lib/maps/peterm/FireTemple +@dirrm lib/crossfire/lib/maps/peterm +@dirrm lib/crossfire/lib/maps/langley/pirates +@dirrm lib/crossfire/lib/maps/langley/town +@dirrm lib/crossfire/lib/maps/langley/goblin +@dirrm lib/crossfire/lib/maps/langley +@dirrm lib/crossfire/lib/maps/asyvan +@dirrm lib/crossfire/lib/maps/generic/volcano +@dirrm lib/crossfire/lib/maps/generic +@dirrm lib/crossfire/lib/maps/brittany/Brest/Castle +@dirrm lib/crossfire/lib/maps/brittany/Brest +@dirrm lib/crossfire/lib/maps/brittany +@dirrm lib/crossfire/lib/maps/navar_city/illusion +@dirrm lib/crossfire/lib/maps/navar_city/tower +@dirrm lib/crossfire/lib/maps/navar_city/light +@dirrm lib/crossfire/lib/maps/navar_city/magara/houses +@dirrm lib/crossfire/lib/maps/navar_city/magara +@dirrm lib/crossfire/lib/maps/navar_city +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 +@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle +@dirrm lib/crossfire/lib/maps/wolfsburg/magara +@dirrm lib/crossfire/lib/maps/wolfsburg/tt +@dirrm lib/crossfire/lib/maps/wolfsburg +@dirrm lib/crossfire/lib/maps/espen +@dirrm lib/crossfire/lib/maps/thomas/sisters +@dirrm lib/crossfire/lib/maps/thomas +@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard +@dirrm lib/crossfire/lib/maps/Lake_Country/marsh +@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses +@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis +@dirrm lib/crossfire/lib/maps/Lake_Country/RETower +@dirrm lib/crossfire/lib/maps/Lake_Country/ebony +@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit +@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake +@dirrm lib/crossfire/lib/maps/Lake_Country/flight +@dirrm lib/crossfire/lib/maps/Lake_Country/shops +@dirrm lib/crossfire/lib/maps/Lake_Country/quest +@dirrm lib/crossfire/lib/maps/Lake_Country +@dirrm lib/crossfire/lib/maps/test +@dirrm lib/crossfire/lib/maps/good +@dirrm lib/crossfire/lib/maps/pup_land/ancient/ruin +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/siegfried +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/hole +@dirrm lib/crossfire/lib/maps/pup_land/ancient/village +@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte +@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain +@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle +@dirrm lib/crossfire/lib/maps/pup_land/ancient +@dirrm lib/crossfire/lib/maps/pup_land/begin +@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca +@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon +@dirrm lib/crossfire/lib/maps/pup_land/jk +@dirrm lib/crossfire/lib/maps/pup_land/kurte +@dirrm lib/crossfire/lib/maps/pup_land/lone_town/cave +@dirrm lib/crossfire/lib/maps/pup_land/lone_town +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer +@dirrm lib/crossfire/lib/maps/pup_land/nurnberg +@dirrm lib/crossfire/lib/maps/pup_land/ordeal +@dirrm lib/crossfire/lib/maps/pup_land/pplant +@dirrm lib/crossfire/lib/maps/pup_land/raffle +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 +@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town +@dirrm lib/crossfire/lib/maps/pup_land/rainbow +@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian +@dirrm lib/crossfire/lib/maps/pup_land/s_f +@dirrm lib/crossfire/lib/maps/pup_land +@dirrm lib/crossfire/lib/maps +@dirrm lib/crossfire/lib +@dirrm lib/crossfire/fonts +@dirrm lib/crossfire/sounds +@dirrm lib/crossfire +@dirrm share/doc/crossfire/spell-docs +@dirrm share/doc/crossfire/spoiler-html +@dirrm share/doc/crossfire/playbook-html/fig +@dirrm share/doc/crossfire/playbook-html +@dirrm share/doc/crossfire diff --git a/games/crossfire/scripts/pre-configure b/games/crossfire/scripts/pre-configure new file mode 100644 index 000000000000..fb4f8d2399b9 --- /dev/null +++ b/games/crossfire/scripts/pre-configure @@ -0,0 +1,19 @@ +#! /bin/sh + +# $Id$ + +# +# patch hacks !!LOCALBASE!! and !!X11BASE!! hooks into the config file +# here we resolve finally our - via /etc/make.conf - variable include +# and destination directories +# -andreas +# + +echo "adjusting paths in ${WRKSRC}/config/crosssite.def" + +perl -pi -e "s=!!LOCALBASE!!=$LOCALBASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 +perl -pi -e "s=!!X11BASE!!=$X11BASE=" ${WRKSRC}/config/crosssite.def \ + || exit 1 + +exit 0 |