summaryrefslogtreecommitdiff
path: root/games/crossfire-server
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1996-11-02 13:53:37 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1996-11-02 13:53:37 +0000
commitff14487404ab343ba2e520bac51476dac2a64bb8 (patch)
treea285afc27f7fdfdb0be8012c3590be5e08f431e5 /games/crossfire-server
parentAdded vfghostscript and vflib. (diff)
added crossfire 0.92.8
crossfire is a multiplayer graphical arcade and adventure game made for X-Windows. It contains elements of various famous games like nethack and moria. There are different quests to solve, many maps make the game really interesting. Nice sound capabilities via rplay. Different players can form a team over network. Treasure and experience points will be shared equally among the players of a team. Could please someone try to fix the password authentication ?! In server/main.c the function check_passwd doesn't work properly. I made a workaround returning always ok (1) here and marked it as UGLY_PASSWORD_HACK...
Notes
Notes: svn path=/head/; revision=4256
Diffstat (limited to 'games/crossfire-server')
-rw-r--r--games/crossfire-server/Makefile81
-rw-r--r--games/crossfire-server/distinfo5
-rw-r--r--games/crossfire-server/files/patch-aa67
-rw-r--r--games/crossfire-server/files/patch-ab33
-rw-r--r--games/crossfire-server/files/patch-ag14
-rw-r--r--games/crossfire-server/files/patch-ai11
-rw-r--r--games/crossfire-server/pkg-comment1
-rw-r--r--games/crossfire-server/pkg-descr9
-rw-r--r--games/crossfire-server/pkg-plist1534
9 files changed, 1755 insertions, 0 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
new file mode 100644
index 000000000000..2ffc8fff4b7e
--- /dev/null
+++ b/games/crossfire-server/Makefile
@@ -0,0 +1,81 @@
+# New ports collection makefile for: crossfire
+# Version required: 0.92.8
+# Date created: So 27 Okt 1996 12:25:55 MET
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+#
+# $Id:
+#
+
+DISTNAME= crossfire-0.92.8
+CATEGORIES+= games
+MASTER_SITES= ftp://ra.pyramid.com/pub/crossfire/ \
+ ftp://ftp.ifi.uio.no/pub/crossfire/ \
+ ftp://ftp.real-time.com/pub/games/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/
+
+MAINTAINER= andreas@klemm.gtn.com
+
+# Do you want to be able to rebuild documentation after installing the game
+# to produce Postscript documentation with colored icons ?! You have to go
+# into the workdir and to build everything manually.
+# You need TeX to do this ! Please read the README's !
+WANT_CF_ARCH= NO
+
+CF_SOURCES= crossfire-0.92.8.tar.gz
+CF_MAPS= crossfire-0.92.8.maps.tar.gz
+CF_SOUNDS= crossfire-0.92.7.sounds.tar.gz # no newer sounds available
+CF_DOC= crossfire-0.92.8.doc.tar.gz # crossfire doc ready for use
+.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes
+CF_ARCH= crossfire-0.92.8.arch.tar.gz # only for rebuild of doc
+.endif
+#CF_CLSERV= eutl.tar.gz # only for client/server
+
+DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \
+ ${CF_ARCH} ${CF_CLSERV}
+
+EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC}
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+RUN_DEPENDS= rplay:${PORTSDIR}/audio/rplay \
+ perl5.003:${PORTSDIR}/lang/perl5
+
+USE_IMAKE= yes
+PREFIX= /usr/local # don't use /usr/X11R6
+CFDIR= ${PREFIX}/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})
+.endif
+
+post-install:
+ (cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS})
+ (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS})
+ chown games.games ${PREFIX}/bin/crossfire
+ chown -R games.games ${CFDIR}
+ chmod 0664 ${PREFIX}/crossfire/lib/highscore
+ chmod 2555 ${PREFIX}/bin/crossfire
+ mkdir ${CFDIR}/doc
+ cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc
+ @echo ""
+ @echo ""
+ @echo "======================================================"
+ @echo "===== ATTENTION BEFORE PLAYING ======================="
+ @echo "======================================================"
+ @echo "Create a players directory before playing crossfire, "
+ @echo "otherwise crossfire cannot save your player character:"
+ @echo "Type the following command as user: mkdir $HOME/players"
+ @echo ""
+ @echo "Read the docu, which is available in Postscript and HTML"
+ @echo "format in the directory ${CFDIR}/doc"
+ @echo "It is a good idea to install a WWW Browser like Mosaic"
+ @echo "and to set some bookmarks that point to the different"
+ @echo "files."
+
+.include <bsd.port.mk>
diff --git a/games/crossfire-server/distinfo b/games/crossfire-server/distinfo
new file mode 100644
index 000000000000..eee2efd18d3f
--- /dev/null
+++ b/games/crossfire-server/distinfo
@@ -0,0 +1,5 @@
+MD5 (crossfire-0.92.8.tar.gz) = 6faa0ab361f95e95a6bd9a22d343c353
+MD5 (crossfire-0.92.8.doc.tar.gz) = 8521d88e7f820ff1b970f3ac2f1447ef
+MD5 (crossfire-0.92.8.maps.tar.gz) = 9d665615b938b6606e1e613752681aba
+MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba
+MD5 (crossfire-0.92.8.arch.tar.gz) = ada63b54eecb0c5fe9a39ac5f9386027
diff --git a/games/crossfire-server/files/patch-aa b/games/crossfire-server/files/patch-aa
new file mode 100644
index 000000000000..2b1a7baec1e8
--- /dev/null
+++ b/games/crossfire-server/files/patch-aa
@@ -0,0 +1,67 @@
+--- config/crosssite.def.orig Mon Sep 30 07:54:14 1996
++++ config/crosssite.def Sun Oct 27 15:43:06 1996
+@@ -38,7 +38,7 @@
+
+ /*
+ #define XPM_PIX
+-#define Xpm_LibDir /usr/local/lib/
++#define Xpm_LibDir /usr/X11R6/lib/
+ */
+ /* If your include files are someplace odd */
+ /*#define Xpm_Include /usr/local/include*/
+@@ -70,13 +70,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 /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
+
+ /* Libraries location If this is undefined it defaults to the
+ standard location for X lib files/crossfire on your machine */
+@@ -95,7 +95,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 CManSuffix 6 */
++#define CManPath /usr/local/man
+
+
+ /* Force CC to use the specified options instead of the default
+@@ -104,7 +105,7 @@
+ * any of the default compiler options for your machine.
+ */
+ /*define ForceCCOPTIONS -O -g -Wall */
+-#undef ForceCCOPTIONS
++#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 +166,9 @@
+ * Default: Sound support off.
+ */
+
+-/*
+ #define SoundEffects
+ #define RPlayLibDir /usr/local/lib
+ #define RPlayIncDir /usr/local/include
+-*/
+
+ /* define this if using OpenWindows as your enviroment. This only
+ * needs to be set if the openwindows server you use is
+@@ -207,7 +206,7 @@
+ * awk on most other systems will be OK.
+ */
+
+-AWK = gawk
++AWK = awk
+
+ /* Use debugged malloc? I don't know if this exists on all machines/OS's,
+ * but it does exist on SunOs 4.1.1.
diff --git a/games/crossfire-server/files/patch-ab b/games/crossfire-server/files/patch-ab
new file mode 100644
index 000000000000..46e85db9e2a5
--- /dev/null
+++ b/games/crossfire-server/files/patch-ab
@@ -0,0 +1,33 @@
+--- include/config.h.orig Tue Oct 29 11:58:02 1996
++++ include/config.h Fri Nov 1 13:13:05 1996
+@@ -174,6 +174,8 @@
+
+ #define FULL_RING_DESCRIPTION
+
++#define SHOP_LISTINGS
++
+ /* if EXPLORE_MODE is defined, it allows players to enter explore mode,
+ * where they can not die. Unlike other games (nethack for instance) explore
+ * modes, the only thing Crossfire explore mode does is prevent death.
+@@ -305,7 +307,7 @@
+ */
+
+ #ifndef DM_MAIL
+-/* #define DM_MAIL "master@rahul.net" */
++#define DM_MAIL "master@rahul.net"
+ #endif
+
+ /*
+@@ -499,10 +501,10 @@
+ /* CF 0.91.6 - SAVE_PLAYER now standard part of game */
+ /*#define SAVE_PLAYER*/
+
+-/* #define SAVE_HOMEDIR */
++#define SAVE_HOMEDIR
+ /* #define LOCK_PLAYER */
+ #define USE_CHECKSUM
+-/* #define ENABLE_CHECKSUM */ /* Will be default in distant future versions */
++#define ENABLE_CHECKSUM /* Will be default in distant future versions */
+
+ #ifndef PLAYERDIR
+ #define PLAYERDIR "players"
diff --git a/games/crossfire-server/files/patch-ag b/games/crossfire-server/files/patch-ag
new file mode 100644
index 000000000000..f197248c00a0
--- /dev/null
+++ b/games/crossfire-server/files/patch-ag
@@ -0,0 +1,14 @@
+--- server/main.c.orig Fri Nov 1 14:02:00 1996
++++ server/main.c Fri Nov 1 14:06:15 1996
+@@ -153,7 +153,11 @@
+ }
+
+ int check_password(char *typed,char *crypted) {
++#ifdef UGLY_PASSWORD_HACK
++ return(1);
++#else
+ return !strcmp(crypt_string(typed,crypted),crypted);
++#endif
+ }
+
+ char *normalize_path (char *src, char *dst) {
diff --git a/games/crossfire-server/files/patch-ai b/games/crossfire-server/files/patch-ai
new file mode 100644
index 000000000000..1f168195dd6a
--- /dev/null
+++ b/games/crossfire-server/files/patch-ai
@@ -0,0 +1,11 @@
+--- doc/playbook/makeps.orig Fri Nov 1 15:34:44 1996
++++ doc/playbook/makeps Fri Nov 1 15:35:33 1996
+@@ -7,7 +7,7 @@
+
+ BEGIN {
+ # Set colour to 1 if you want colour postscript.
+- colour = 0;
++ colour = 1;
+
+ if (colour) {
+ xpm2ps = "xpmtoppm | pnmdepth 255 | pnmtops"
diff --git a/games/crossfire-server/pkg-comment b/games/crossfire-server/pkg-comment
new file mode 100644
index 000000000000..d7a4f6596e5b
--- /dev/null
+++ b/games/crossfire-server/pkg-comment
@@ -0,0 +1 @@
+crossfire - multiplayer graphical arcade and adventure game made for X-Windows
diff --git a/games/crossfire-server/pkg-descr b/games/crossfire-server/pkg-descr
new file mode 100644
index 000000000000..7dbb1b401185
--- /dev/null
+++ b/games/crossfire-server/pkg-descr
@@ -0,0 +1,9 @@
+ This is a multiplayer graphical arcade and adventure game made for
+ the X-Windows environment.
+
+ It has certain flavours from other games, especially Gauntlet (TM)
+ and Nethack/Moria.
+
+ Any number of players can move around in their own window, finding
+ and using items and battle monsters. They can choose to cooperate
+ or compete in the same "world".
diff --git a/games/crossfire-server/pkg-plist b/games/crossfire-server/pkg-plist
new file mode 100644
index 000000000000..6149f401f880
--- /dev/null
+++ b/games/crossfire-server/pkg-plist
@@ -0,0 +1,1534 @@
+bin/crossclient
+bin/crossedit
+bin/crossfire
+bin/crossloop
+bin/crossloop.pl
+bin/crossrem.pl
+bin/gensym.pl
+bin/mapconv
+bin/mktable
+bin/tcpsockets.pl
+man/man6/crossfire.6.gz
+man/man6/crossedit.6.gz
+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/Makefile.bak
+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/Makefile.bak
+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/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/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/players/andreas.pl
+crossfire/lib/players/crusher.pl
+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