diff options
45 files changed, 2076 insertions, 7445 deletions
diff --git a/games/Makefile b/games/Makefile index d2d2560de503..d6850db96e14 100644 --- a/games/Makefile +++ b/games/Makefile @@ -57,7 +57,8 @@ SUBDIR += crafty-open-rock SUBDIR += crafty-open-small SUBDIR += crimson - SUBDIR += crossfire + SUBDIR += crossfire-client + SUBDIR += crossfire-server SUBDIR += cryptoslam SUBDIR += cursive SUBDIR += deal diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 1a73ae3d1668..4715600cd253 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: crossfire +# New ports collection makefile for: crossfire-client # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # @@ -6,90 +6,40 @@ # PORTNAME= crossfire -PORTVERSION= 0.94.3 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ -DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ - ${CF_ARCH} ${CF_CLSERV} -EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.ifi.uio.no/pub/crossfire/ \ + ftp://ftp.real-time.com/pub/games/crossfire/ +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -client +DISTFILES= ${PORTNAME}-client-${PORTVERSION}.tar.gz \ + ${PORTNAME}-client-sounds-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ + png.5:${PORTSDIR}/graphics/png -USE_PERL5= yes -USE_XPM= yes -MAN6= crossedit.6 crossfire.6 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -# 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 +SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -CF_SOURCES= ${PORTNAME}-${PORTVERSION}.tar.gz -CF_MAPS= ${PORTNAME}-${PORTVERSION}.maps.tar.gz -# crossfire doc ready for use -CF_DOC= ${PORTNAME}-${PORTVERSION}.doc.tar.gz -# no newer sounds available -CF_SOUNDS= ${PORTNAME}-0.92.7.sounds.tar.gz -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -# only for rebuild of doc -CF_ARCH= ${PORTNAME}-${PORTVERSION}.arch.tar.gz -.endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory - -post-patch: - @${PERL} -pi -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def - @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile - -do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -# 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: - ${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_ARCH} -.endif +WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +USE_XPM= yes +USE_GTK= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +CONFIGURE_ARGS= --with-includes=-I${LOCALBASE}/include \ + --with-ldflags=-L${LOCALBASE}/lib \ + --with-sound-dir=${PREFIX}/share/cfclient/sounds \ + --disable-gnome # Gnome client currently broken + +MAN1= cfclient.1 gcfclient.1 post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/crossedit.man \ - ${MANPREFIX}/man/man6/crossedit.6 - ${INSTALL_MAN} ${WRKSRC}/doc/crossfire.man \ - ${MANPREFIX}/man/man6/crossfire.6 - @${TAR} -C ${CFDIR}/lib -xzf ${_DISTDIR}/${CF_MAPS} - @${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_SOUNDS} - @${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 root:games ${CFDIR} - @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} root:games ${PREFIX}/bin/crossfire - @${CHMOD} 2555 ${PREFIX}/bin/crossfire -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/crossfire - @${TAR} -C ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/crossfire --unlink -xf - -.endif - @${SED} -e "s:/usr/local:${LOCALBASE}:g" ${PKGMESSAGE} + @${MKDIR} ${PREFIX}/share/cfclient/sounds + @${INSTALL_DATA} ${WRKDIR}/sounds/*.raw ${WRKDIR}/sounds/README \ + ${PREFIX}/share/cfclient/sounds -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo index 73a32f63e60b..bc32fffb2cc0 100644 --- a/games/crossfire-client/distinfo +++ b/games/crossfire-client/distinfo @@ -1,4 +1,2 @@ -MD5 (crossfire-0.94.3.tar.gz) = caf54e15a14d3b4efdb3c3e756d2041f -MD5 (crossfire-0.94.3.doc.tar.gz) = 9b9330ad181bac6b0adc3b951c7ea987 -MD5 (crossfire-0.94.3.maps.tar.gz) = d48e52030a6cda85120220241443d258 -MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba +MD5 (crossfire-client-1.1.0.tar.gz) = ee6785ad5a0cfa43f8a920528f2a94d4 +MD5 (crossfire-client-sounds-1.1.0.tar.gz) = f9390112a3cd1788b4c310fc5d53a609 diff --git a/games/crossfire-client/files/patch-aa b/games/crossfire-client/files/patch-aa deleted file mode 100644 index e59ed4bb0042..000000000000 --- a/games/crossfire-client/files/patch-aa +++ /dev/null @@ -1,75 +0,0 @@ ---- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 -+++ config/crosssite.def Sat Dec 2 05:14:43 2000 -@@ -36,10 +36,8 @@ - * (mwedel@pyramid.com) - */ - --/* - #define XPM_PIX --#define Xpm_LibDir /usr/local/lib/ --*/ -+#define Xpm_LibDir %%X11BASE%%/lib/ - /* If your include files are someplace odd */ - /*#define Xpm_Include /usr/local/include*/ - -@@ -51,13 +49,13 @@ - * This is a top root directory of all game staff as in UNIX-style - * overall. - */ --#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop %%PREFIX%%/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 %%PREFIX%%/bin - - /* Libraries location If this is undefined it defaults to the - standard location for X lib files/crossfire on your machine */ -@@ -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 %%PREFIX%%/man -+/* #define CManSuffix 6 */ - - - /* Force CC to use the specified options instead of the default -@@ -103,9 +102,8 @@ - * use the -l form or put in the complete path name. - * Linux users may need to add -lcrypt - */ --/* --#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 -@@ -161,11 +159,9 @@ - * too distant future, it probably isn't worth fixing here. - */ - --/* - #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 -@@ -203,7 +199,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-client/files/patch-ab b/games/crossfire-client/files/patch-ab deleted file mode 100644 index 8435ab72153b..000000000000 --- a/games/crossfire-client/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- include/config.h.orig Sat Aug 1 12:23:57 1998 -+++ include/config.h Mon Aug 31 14:19:29 1998 -@@ -163,7 +163,7 @@ - * in the crosssite.def file if I want this. By default, you probably - * dont want this defined. - */ --#ifndef DEBUG -+#ifdef DEBUG - #define DEBUG - #endif - -@@ -649,7 +649,7 @@ - */ - - #ifndef DM_MAIL --/* #define DM_MAIL "mark@pyramid.com" */ -+#define DM_MAIL "root" - #endif - - /* -@@ -956,9 +956,9 @@ - */ - - /* #define SAVE_HOMEDIR */ --/* #define LOCK_PLAYER */ -+#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-client/files/patch-ag b/games/crossfire-client/files/patch-ag deleted file mode 100644 index 6b36400a06c9..000000000000 --- a/games/crossfire-client/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- server/main.c.orig Sun Jan 5 19:59:27 1997 -+++ server/main.c Wed Sep 17 15:34:40 1997 -@@ -139,6 +139,36 @@ - } - } - -+#if defined(__FreeBSD__) -+static unsigned char itoa64[] = -+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ -+static void -+to64(char *s, long v, int n) -+{ -+ while (--n >= 0) { -+ *s++ = itoa64[v&0x3f]; -+ v >>= 6; -+ } -+} -+ -+char * -+crypt_string(char *str, char *salt) -+{ -+ char s[10]; -+ if (salt==NULL) { -+ struct timeval tv; -+ gettimeofday(&tv,0); -+ to64(&s[0], random(), 3); -+ to64(&s[3], tv.tv_usec, 3); -+ to64(&s[6], tv.tv_sec, 2); -+ s[8] = '\0'; -+ salt = s; -+ } -+ return (crypt(str, salt)); -+} -+#else -+ - char *crypt_string(char *str, char *salt) { - static char *c= - "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -@@ -151,6 +181,7 @@ - s[1]= salt[1]; - return crypt(str,s); - } -+#endif - - int check_password(char *typed,char *crypted) { - return !strcmp(crypt_string(typed,crypted),crypted); diff --git a/games/crossfire-client/files/patch-ai b/games/crossfire-client/files/patch-ai deleted file mode 100644 index 1f168195dd6a..000000000000 --- a/games/crossfire-client/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-client/files/patch-ak b/games/crossfire-client/files/patch-ak deleted file mode 100644 index 56af0748e854..000000000000 --- a/games/crossfire-client/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 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) { diff --git a/games/crossfire-client/files/patch-al b/games/crossfire-client/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire-client/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); diff --git a/games/crossfire-client/files/patch-am b/games/crossfire-client/files/patch-am deleted file mode 100644 index 53d47c620e01..000000000000 --- a/games/crossfire-client/files/patch-am +++ /dev/null @@ -1,14 +0,0 @@ ---- include/structs.h.orig Sun Jan 5 19:59:46 1997 -+++ include/structs.h Wed Sep 17 14:29:59 1997 -@@ -562,7 +562,11 @@ - char write_buf[MAX_BUF]; - char **info; - unsigned char infolines,infochars; /* How big the info-array is */ -+#if defined(__FreeBSD__) -+ char password[40]; -+#else - char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ -+#endif - #ifdef SAVE_INTERVAL - time_t last_save_time; - #endif /* SAVE_INTERVAL */ diff --git a/games/crossfire-client/files/patch-an b/games/crossfire-client/files/patch-an deleted file mode 100644 index 6773fcba278a..000000000000 --- a/games/crossfire-client/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- server/daemon.c.orig Sun Jan 5 19:59:27 1997 -+++ server/daemon.c Wed Sep 17 14:39:21 1997 -@@ -50,6 +50,9 @@ - printf("Couldn't create logfile.\n"); - exit(0); - } -+#if defined(__FreeBSD__) -+ setlinebuf (logfile); -+#endif - fputs("\n========================\n",logfile); - fputs("Begin New Server Session\n",logfile); - fputs("========================\n\n",logfile); diff --git a/games/crossfire-client/files/patch-ao b/games/crossfire-client/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire-client/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 -+++ config/crossfire.cf Sat Sep 18 18:32:23 1999 -@@ -174,7 +174,7 @@ - /* use /bin/cc you will be able to compile */ - /* crossfire itself. */ - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) - CC = cc -std1 -Olimit 1000 /* Alpha */ - #endif - diff --git a/games/crossfire-client/files/patch-x11::Makefile.in b/games/crossfire-client/files/patch-x11::Makefile.in new file mode 100644 index 000000000000..e601d58100c5 --- /dev/null +++ b/games/crossfire-client/files/patch-x11::Makefile.in @@ -0,0 +1,11 @@ +--- x11/Makefile.in.orig Wed Jan 30 02:27:36 2002 ++++ x11/Makefile.in Wed Jan 30 02:27:45 2002 +@@ -61,7 +61,7 @@ + install: + $(INSTALL) -d ${bindir} + $(INSTALL) -d ${mandir} +- $(INSTALL) cfclient ${bindir}/gcfclient ++ $(INSTALL) cfclient ${bindir}/cfclient + $(INSTALL) cfclient.man ${mandir}/cfclient.1 + + depend: diff --git a/games/crossfire-client/pkg-message b/games/crossfire-client/pkg-message deleted file mode 100644 index 2a71b72dcafd..000000000000 --- a/games/crossfire-client/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Note: to start crossfire in clientmode - crossfire -xpm -Note: don't forget to update /usr/local/etc/rplay.conf - with new sounds in /usr/local/lib/crossfire/sounds diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist index b6ce021171b7..67dfc1e6960d 100644 --- a/games/crossfire-client/pkg-plist +++ b/games/crossfire-client/pkg-plist @@ -1,2161 +1,35 @@ -bin/crossedit -bin/crossfire -bin/crossloop -bin/crossloop.pl -bin/crossrem.pl -bin/gensym.pl -bin/mapconv -bin/mktable -bin/tcpsockets.pl -lib/crossfire/fonts/crossfire.pcf -lib/crossfire/fonts/fonts.dir -lib/crossfire/lib/README -lib/crossfire/lib/adm/flushlocks -lib/crossfire/lib/animations -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/dragonisland/advguild -lib/crossfire/lib/maps/dragonisland/advguild2 -lib/crossfire/lib/maps/dragonisland/advguild3 -lib/crossfire/lib/maps/dragonisland/advshop0 -lib/crossfire/lib/maps/dragonisland/advshop1 -lib/crossfire/lib/maps/dragonisland/advshop2 -lib/crossfire/lib/maps/dragonisland/advshop3 -lib/crossfire/lib/maps/dragonisland/advshop4 -lib/crossfire/lib/maps/dragonisland/advshop5 -lib/crossfire/lib/maps/dragonisland/advshop6 -lib/crossfire/lib/maps/dragonisland/apartment2 -lib/crossfire/lib/maps/dragonisland/apartment3 -lib/crossfire/lib/maps/dragonisland/beginners2 -lib/crossfire/lib/maps/dragonisland/bloodwell -lib/crossfire/lib/maps/dragonisland/damarishouse0 -lib/crossfire/lib/maps/dragonisland/damarishouse1 -lib/crossfire/lib/maps/dragonisland/damarishouse2 -lib/crossfire/lib/maps/dragonisland/dragonmountain0 -lib/crossfire/lib/maps/dragonisland/dragonmountain1 -lib/crossfire/lib/maps/dragonisland/drowmansion -lib/crossfire/lib/maps/dragonisland/hangar -lib/crossfire/lib/maps/dragonisland/house1 -lib/crossfire/lib/maps/dragonisland/house4 -lib/crossfire/lib/maps/dragonisland/house5 -lib/crossfire/lib/maps/dragonisland/house6 -lib/crossfire/lib/maps/dragonisland/house7 -lib/crossfire/lib/maps/dragonisland/house8 -lib/crossfire/lib/maps/dragonisland/house9 -lib/crossfire/lib/maps/dragonisland/housebrxzl -lib/crossfire/lib/maps/dragonisland/intwell -lib/crossfire/lib/maps/dragonisland/island -lib/crossfire/lib/maps/dragonisland/keysale -lib/crossfire/lib/maps/dragonisland/luxhouse -lib/crossfire/lib/maps/dragonisland/stoneville -lib/crossfire/lib/maps/dragonisland/tavern -lib/crossfire/lib/maps/dragonisland/thievesden -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/bigmonpit -lib/crossfire/lib/maps/test/connected_bug -lib/crossfire/lib/maps/test/diagonal -lib/crossfire/lib/maps/test/faceofdeath -lib/crossfire/lib/maps/test/insert_bug -lib/crossfire/lib/maps/test/multisquare -lib/crossfire/lib/maps/test/paralyze -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 -%%PORTDOCS%%share/doc/crossfire/Crossedit.doc -%%PORTDOCS%%share/doc/crossfire/Imakefile -%%PORTDOCS%%share/doc/crossfire/PlayerStats -%%PORTDOCS%%share/doc/crossfire/README -%%PORTDOCS%%share/doc/crossfire/RunTimeCommands -%%PORTDOCS%%share/doc/crossfire/SurvivalGuide -%%PORTDOCS%%share/doc/crossfire/alchemy.doc -%%PORTDOCS%%share/doc/crossfire/crossedit.man -%%PORTDOCS%%share/doc/crossfire/crossfire.doc -%%PORTDOCS%%share/doc/crossfire/crossfire.man -%%PORTDOCS%%share/doc/crossfire/crosslib.doc -%%PORTDOCS%%share/doc/crossfire/experience -%%PORTDOCS%%share/doc/crossfire/handbook.ps -%%PORTDOCS%%share/doc/crossfire/include_html.pl -%%PORTDOCS%%share/doc/crossfire/mapguide -%%PORTDOCS%%share/doc/crossfire/mapmakers_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/maps-README -%%PORTDOCS%%share/doc/crossfire/multigod -%%PORTDOCS%%share/doc/crossfire/playbook-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/playbook-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Makefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/altardevo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargaea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargnarg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarjeho.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarluci.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarlyth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarmostr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarnone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarrugg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/appA.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appB.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/apple.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/arm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag-popcorn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/balm-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bed-save.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/big-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract.orig -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/book.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/books.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bookshelf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bows.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/br_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bul-wall-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-big.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-sma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cabbage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cake.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/card.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/carrot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap1.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap7.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/char-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/char.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/characters.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chest-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chocolate.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/clover.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/coffee.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/conv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/convert.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dead-neko.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/demon-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/depositbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/diploma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dir_spin.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/director.181.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/door-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/drag-steak.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dust-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ectoplasm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/emerald.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/playbook-html/equip.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/eyes.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/book.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/earrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/narrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nearrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nwarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/sarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/screen_dia.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/searrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairdown.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairup.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/swarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/warrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/figurine-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/finger.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fishfood.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/flesh.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/flint-and-steel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foodone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fr_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gard-gate.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gatedoor.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gem.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/goblin-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/goldcoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gu-horn.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbutt.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handle.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hands.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/heart.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hedge.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holy-symbol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holysymbol.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/horn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/horns.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/icor.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_char -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_equip -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_items -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-sting.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/iron-gate1.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/items -%%PORTDOCS%%share/doc/crossfire/playbook-html/items-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/items.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key-ring.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/keys.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/l-shop1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lbull-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ldoor1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/letter.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/lever.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/light-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/liver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/loaf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/logfile -%%PORTDOCS%%share/doc/crossfire/playbook-html/luggage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mailbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/makeps -%%PORTDOCS%%share/doc/crossfire/playbook-html/mint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/money.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/monument.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mushroom-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/naz-report.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/note.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/odoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/onion.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orange.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orcchop.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pear.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pearl.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pit.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/pix-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plt-coin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potato.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potion.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncha.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncon.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiondex.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionfir.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiongen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhero.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionimp.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioninv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionmag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionpow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potions.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionstr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionwis.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pouch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quarto.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quiver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/r-sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/refs.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/residue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-drain.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring.110.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rings.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/roast-bird.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rod-heavy.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/root.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-red.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-wh.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-yel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ruby.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeblast.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runedeath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefire.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefrost.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runegen.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runemark.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeshock.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/s-weasel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sapphire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/savebed.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scroll.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrollr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrolls.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/serpent-skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop-mat.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/shopmat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-e.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-w.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/silvercoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/skill_stat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sorter -%%PORTDOCS%%share/doc/crossfire/playbook-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/spinner.11B.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/staff.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-alch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-armo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-gene.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-magi.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-weap.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/stwallsec.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/tome.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tongue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tooth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/trapdoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas1-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/version.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wands.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/waybread.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/programming_guide -%%PORTDOCS%%share/doc/crossfire/skills.doc -%%PORTDOCS%%share/doc/crossfire/skills_developer.doc -%%PORTDOCS%%share/doc/crossfire/spell-docs/Imakefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/Makefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/README -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.txt -%%PORTDOCS%%share/doc/crossfire/spell-paths -%%PORTDOCS%%share/doc/crossfire/spell_params.doc -%%PORTDOCS%%share/doc/crossfire/spellcasters_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/0 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x1.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x8.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/6x7.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Bk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/CSword.113.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Cwyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/DShield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/GreatDemon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Makefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-h.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-l.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-m.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acid-pool.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acidsphere.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/angel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-egg.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-larvae.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.115.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.118.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/avatar.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-5.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baby-drag.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ball-lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baslic.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/battle-axe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beehive.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beggar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behemoth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beholder.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/belzebub.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-demon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bighorn-he.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blob.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blocked.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bomb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bone-head.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bonecrush.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding-g.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/breeder-ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/broo.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bullet.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/byakie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cancellati.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede-r.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-bish.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-king.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-pawn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-queen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-rook.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/charwoman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chicken.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/child.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chinese-dr.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cobra.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cold-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/confusion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/conjurer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/counterspell.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/courier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crawling-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crown.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cyclops.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger-f.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dancing-girl.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dark-elf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/darkblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathtree.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/defender.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demilich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demon-lord.E11.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demonbane.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/destruction.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/det-magic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/devil.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/djinn.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon-shi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonslay.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dread.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-pr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-dr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elvenboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/enchantment.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ent.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/excalibur.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/explosion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeglasses.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fae-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/falchion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatwoman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fighter.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fire-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firestar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/flowers.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fly-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frost-hammer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frostbrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fullhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fungus.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gaelotroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gargoyle.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gauntlet-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gir-strcon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-con.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-dam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-str.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gloves.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnome.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/god-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gol.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/golem.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gram.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greenslime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-hard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-ligh.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-med.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guildmaste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/h-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-2.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/harakiri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/healing.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet-bri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmetxray.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/high-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/highshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-orb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hornhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/icestorm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/idaten.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/imp.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_monput -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_stats -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/jessyb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/k-dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/katana-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/killerbee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lamia.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lava-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lbullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lev-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liteangel.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liv-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lmornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/logfile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lokanth.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lord-e.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/low-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lsword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mabu.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magi-staff.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-miss.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magnifier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps.pl -%%PORTDOCS%%share/doc/crossfire/spoiler-html/man.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/masamune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/merchant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mjoellnir.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monput.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monster-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monsters.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mournblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mouse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mystic-fist.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nazgul.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/neko.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nightmare.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/northman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ologhi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panther.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panthergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-ice.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-lava.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-light.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-mud.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/paralyse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pet-necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pipe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pir-lass.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pirate.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poisonc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poleaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/polymorph.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/princess.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/prisoner.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/protection.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyro-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quarters.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/raas.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/reflector.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/round-shiel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ruggilli.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-antimagic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-transfer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rustmonste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sabre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sage.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sailor.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandals.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandy.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/saw.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scimitar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpi-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-man.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpent.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shadowtiger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shining-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shootingstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shovel-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/siegfried.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skeleton.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skullcleav.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slug.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/small-shie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/smalltroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snowball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spear.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spectre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spellball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sphinx.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider-web.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spit-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.shtml -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalker.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalkergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/steam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sting.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stoneaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stonehamme.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stormbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sunspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/t-dagger.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/taifu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/titan.571.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/trident.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/troll.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turban.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turnundead.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/u-horn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uk-sd.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unicorn.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unusual-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampiregen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/version.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/war-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wds.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weapmag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wig.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wiz-hat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/worthless-dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraith.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wrench.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler.ps -%%PORTDOCS%%share/doc/crossfire/teleporter.doc -%%PORTDOCS%%share/doc/crossfire/xbmtobdf.man -%%PORTDOCS%%@dirrm share/doc/crossfire/spoiler-html -%%PORTDOCS%%@dirrm share/doc/crossfire/spell-docs -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html/fig -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html -%%PORTDOCS%%@dirrm share/doc/crossfire -@dirrm lib/crossfire/sounds -@dirrm lib/crossfire/lib/unique-items -@dirrm lib/crossfire/lib/players -@dirrm lib/crossfire/lib/maps/world -@dirrm lib/crossfire/lib/maps/wolfsburg/tt -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle -@dirrm lib/crossfire/lib/maps/wolfsburg/magara -@dirrm lib/crossfire/lib/maps/wolfsburg -@dirrm lib/crossfire/lib/maps/thomas/sisters -@dirrm lib/crossfire/lib/maps/thomas -@dirrm lib/crossfire/lib/maps/test -@dirrm lib/crossfire/lib/maps/terrain -@dirrm lib/crossfire/lib/maps/skud -@dirrm lib/crossfire/lib/maps/santo_dominion/shops -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_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/houses -@dirrm lib/crossfire/lib/maps/santo_dominion -@dirrm lib/crossfire/lib/maps/pup_land/s_f -@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow -@dirrm lib/crossfire/lib/maps/pup_land/raffle -@dirrm lib/crossfire/lib/maps/pup_land/pplant -@dirrm lib/crossfire/lib/maps/pup_land/ordeal -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick -@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/lone_town/cave -@dirrm lib/crossfire/lib/maps/pup_land/lone_town -@dirrm lib/crossfire/lib/maps/pup_land/kurte -@dirrm lib/crossfire/lib/maps/pup_land/jk -@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon -@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca -@dirrm lib/crossfire/lib/maps/pup_land/begin -@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/ruin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain -@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte -@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle -@dirrm lib/crossfire/lib/maps/pup_land/ancient -@dirrm lib/crossfire/lib/maps/pup_land -@dirrm lib/crossfire/lib/maps/peterm/temple -@dirrm lib/crossfire/lib/maps/peterm/FireTemple -@dirrm lib/crossfire/lib/maps/peterm/DragonQuest -@dirrm lib/crossfire/lib/maps/peterm/Demonology -@dirrm lib/crossfire/lib/maps/peterm/CTower -@dirrm lib/crossfire/lib/maps/peterm -@dirrm lib/crossfire/lib/maps/navar_city/tower -@dirrm lib/crossfire/lib/maps/navar_city/magara/houses -@dirrm lib/crossfire/lib/maps/navar_city/magara -@dirrm lib/crossfire/lib/maps/navar_city/light -@dirrm lib/crossfire/lib/maps/navar_city/illusion -@dirrm lib/crossfire/lib/maps/navar_city -@dirrm lib/crossfire/lib/maps/mcz -@dirrm lib/crossfire/lib/maps/langley/town -@dirrm lib/crossfire/lib/maps/langley/pirates -@dirrm lib/crossfire/lib/maps/langley/goblin -@dirrm lib/crossfire/lib/maps/langley -@dirrm lib/crossfire/lib/maps/kar -@dirrm lib/crossfire/lib/maps/hendel -@dirrm lib/crossfire/lib/maps/good -@dirrm lib/crossfire/lib/maps/generic/volcano -@dirrm lib/crossfire/lib/maps/generic -@dirrm lib/crossfire/lib/maps/espen -@dirrm lib/crossfire/lib/maps/esben -@dirrm lib/crossfire/lib/maps/ender/temple -@dirrm lib/crossfire/lib/maps/ender/pisland -@dirrm lib/crossfire/lib/maps/ender/island -@dirrm lib/crossfire/lib/maps/ender -@dirrm lib/crossfire/lib/maps/eeur -@dirrm lib/crossfire/lib/maps/editor/walls -@dirrm lib/crossfire/lib/maps/editor/picks -@dirrm lib/crossfire/lib/maps/editor -@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/dragonisland -@dirrm lib/crossfire/lib/maps/city/towers -@dirrm lib/crossfire/lib/maps/city/taverns -@dirrm lib/crossfire/lib/maps/city/shops -@dirrm lib/crossfire/lib/maps/city/oldcity -@dirrm lib/crossfire/lib/maps/city/misc -@dirrm lib/crossfire/lib/maps/city/mansion -@dirrm lib/crossfire/lib/maps/city/magara -@dirrm lib/crossfire/lib/maps/city/kar -@dirrm lib/crossfire/lib/maps/city/houses -@dirrm lib/crossfire/lib/maps/city/cannery -@dirrm lib/crossfire/lib/maps/city -@dirrm lib/crossfire/lib/maps/cd -@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/asyvan -@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit -@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings -@dirrm lib/crossfire/lib/maps/Lake_Country/shops -@dirrm lib/crossfire/lib/maps/Lake_Country/quest -@dirrm lib/crossfire/lib/maps/Lake_Country/marsh -@dirrm lib/crossfire/lib/maps/Lake_Country/flight -@dirrm lib/crossfire/lib/maps/Lake_Country/ebony -@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake -@dirrm lib/crossfire/lib/maps/Lake_Country/RETower -@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis -@dirrm lib/crossfire/lib/maps/Lake_Country -@dirrm lib/crossfire/lib/maps -@dirrm lib/crossfire/lib/help -@dirrm lib/crossfire/lib/adm -@dirrm lib/crossfire/lib -@dirrm lib/crossfire/fonts -@dirrm lib/crossfire +bin/cfsndserv +bin/cfclient +bin/gcfclient +share/cfclient/sounds/ouch1.raw +share/cfclient/sounds/Evil_Laugh.raw +share/cfclient/sounds/MetalCrash.raw +share/cfclient/sounds/README +share/cfclient/sounds/click1.raw +share/cfclient/sounds/click2.raw +share/cfclient/sounds/Missed.raw +share/cfclient/sounds/boink2.raw +share/cfclient/sounds/chord.raw +share/cfclient/sounds/Missle1.raw +share/cfclient/sounds/blip.raw +share/cfclient/sounds/Explosion.raw +share/cfclient/sounds/Whoosh.raw +share/cfclient/sounds/drip.raw +share/cfclient/sounds/bugle_charge.raw +share/cfclient/sounds/magic.raw +share/cfclient/sounds/squish.raw +share/cfclient/sounds/Creaky-1.raw +share/cfclient/sounds/TowerClock.raw +share/cfclient/sounds/Teeswing.raw +share/cfclient/sounds/swish.raw +share/cfclient/sounds/Tear.raw +share/cfclient/sounds/gong.raw +share/cfclient/sounds/Puke.raw +share/cfclient/sounds/sci_fi_gun.raw +share/cfclient/sounds/lightning1.raw +share/cfclient/sounds/FloorTom.raw +share/cfclient/sounds/phit2.raw +share/cfclient/sounds/Gun-5.raw +share/cfclient/sounds/first_try.raw +@dirrm share/cfclient/sounds +@dirrm share/cfclient diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 1a73ae3d1668..665a4efea515 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -1,95 +1,44 @@ -# New ports collection makefile for: crossfire -# Date created: So 27 Okt 1996 12:25:55 MET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# New ports collection makefile for: crossfire-server +# Date created: Jan 30, 2002 +# Whom: Jasper Jongmans <j.jongmans@aprogas.net> # # $FreeBSD$ # PORTNAME= crossfire -PORTVERSION= 0.94.3 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ -DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ - ${CF_ARCH} ${CF_CLSERV} -EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.ifi.uio.no/pub/crossfire/ \ + ftp://ftp.real-time.com/pub/games/crossfire/ +MASTER_SITE_SUBDIR= crossfire +PKGNAMESUFFIX= -server +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ + ${PORTNAME}-${PORTVERSION}-maps.tar.gz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png -USE_PERL5= yes USE_XPM= yes -MAN6= crossedit.6 crossfire.6 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-includes="-I${LOCALBASE}/include -I${X11BASE}/include" \ + --with-ldflags="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ + --without-x -.include <bsd.port.pre.mk> +MAN6= crossfire.6 crossedit.6 -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -# 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= ${PORTNAME}-${PORTVERSION}.tar.gz -CF_MAPS= ${PORTNAME}-${PORTVERSION}.maps.tar.gz -# crossfire doc ready for use -CF_DOC= ${PORTNAME}-${PORTVERSION}.doc.tar.gz -# no newer sounds available -CF_SOUNDS= ${PORTNAME}-0.92.7.sounds.tar.gz -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -# only for rebuild of doc -CF_ARCH= ${PORTNAME}-${PORTVERSION}.arch.tar.gz -.endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory - -post-patch: - @${PERL} -pi -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def - @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile - -do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -# 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: - ${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_ARCH} -.endif +post-extract: + @${RM} ${WRKDIR}/maps/tmp post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/crossedit.man \ - ${MANPREFIX}/man/man6/crossedit.6 - ${INSTALL_MAN} ${WRKSRC}/doc/crossfire.man \ - ${MANPREFIX}/man/man6/crossfire.6 - @${TAR} -C ${CFDIR}/lib -xzf ${_DISTDIR}/${CF_MAPS} - @${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_SOUNDS} - @${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 root:games ${CFDIR} - @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} root:games ${PREFIX}/bin/crossfire - @${CHMOD} 2555 ${PREFIX}/bin/crossfire -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/crossfire - @${TAR} -C ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/crossfire --unlink -xf - -.endif - @${SED} -e "s:/usr/local:${LOCALBASE}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> + @${MKDIR} ${PREFIX}/share/crossfire + @${CP} -R ${WRKDIR}/maps ${PREFIX}/share/crossfire + @${MKDIR} ${PREFIX}/share/crossfire/maps/tmp + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/crossfire + @${CHOWN} ${BINOWN}:games ${PREFIX}/bin/crossfire + @${CHMOD} 2755 ${PREFIX}/bin/crossfire + @${CHGRP} -R games ${PREFIX}/var/crossfire + +.include <bsd.port.mk> diff --git a/games/crossfire-server/distinfo b/games/crossfire-server/distinfo index 73a32f63e60b..6a5f72ea1dd6 100644 --- a/games/crossfire-server/distinfo +++ b/games/crossfire-server/distinfo @@ -1,4 +1,2 @@ -MD5 (crossfire-0.94.3.tar.gz) = caf54e15a14d3b4efdb3c3e756d2041f -MD5 (crossfire-0.94.3.doc.tar.gz) = 9b9330ad181bac6b0adc3b951c7ea987 -MD5 (crossfire-0.94.3.maps.tar.gz) = d48e52030a6cda85120220241443d258 -MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba +MD5 (crossfire-1.0.0.tar.gz) = 0bb73a6ea4268ecd4a5720128ecdf9c5 +MD5 (crossfire-1.0.0-maps.tar.gz) = d30eb96538627a899edd22b5cf2f2323 diff --git a/games/crossfire-server/files/patch-aa b/games/crossfire-server/files/patch-aa deleted file mode 100644 index e59ed4bb0042..000000000000 --- a/games/crossfire-server/files/patch-aa +++ /dev/null @@ -1,75 +0,0 @@ ---- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 -+++ config/crosssite.def Sat Dec 2 05:14:43 2000 -@@ -36,10 +36,8 @@ - * (mwedel@pyramid.com) - */ - --/* - #define XPM_PIX --#define Xpm_LibDir /usr/local/lib/ --*/ -+#define Xpm_LibDir %%X11BASE%%/lib/ - /* If your include files are someplace odd */ - /*#define Xpm_Include /usr/local/include*/ - -@@ -51,13 +49,13 @@ - * This is a top root directory of all game staff as in UNIX-style - * overall. - */ --#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop %%PREFIX%%/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 %%PREFIX%%/bin - - /* Libraries location If this is undefined it defaults to the - standard location for X lib files/crossfire on your machine */ -@@ -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 %%PREFIX%%/man -+/* #define CManSuffix 6 */ - - - /* Force CC to use the specified options instead of the default -@@ -103,9 +102,8 @@ - * use the -l form or put in the complete path name. - * Linux users may need to add -lcrypt - */ --/* --#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 -@@ -161,11 +159,9 @@ - * too distant future, it probably isn't worth fixing here. - */ - --/* - #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 -@@ -203,7 +199,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 deleted file mode 100644 index 8435ab72153b..000000000000 --- a/games/crossfire-server/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- include/config.h.orig Sat Aug 1 12:23:57 1998 -+++ include/config.h Mon Aug 31 14:19:29 1998 -@@ -163,7 +163,7 @@ - * in the crosssite.def file if I want this. By default, you probably - * dont want this defined. - */ --#ifndef DEBUG -+#ifdef DEBUG - #define DEBUG - #endif - -@@ -649,7 +649,7 @@ - */ - - #ifndef DM_MAIL --/* #define DM_MAIL "mark@pyramid.com" */ -+#define DM_MAIL "root" - #endif - - /* -@@ -956,9 +956,9 @@ - */ - - /* #define SAVE_HOMEDIR */ --/* #define LOCK_PLAYER */ -+#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 deleted file mode 100644 index 6b36400a06c9..000000000000 --- a/games/crossfire-server/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- server/main.c.orig Sun Jan 5 19:59:27 1997 -+++ server/main.c Wed Sep 17 15:34:40 1997 -@@ -139,6 +139,36 @@ - } - } - -+#if defined(__FreeBSD__) -+static unsigned char itoa64[] = -+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ -+static void -+to64(char *s, long v, int n) -+{ -+ while (--n >= 0) { -+ *s++ = itoa64[v&0x3f]; -+ v >>= 6; -+ } -+} -+ -+char * -+crypt_string(char *str, char *salt) -+{ -+ char s[10]; -+ if (salt==NULL) { -+ struct timeval tv; -+ gettimeofday(&tv,0); -+ to64(&s[0], random(), 3); -+ to64(&s[3], tv.tv_usec, 3); -+ to64(&s[6], tv.tv_sec, 2); -+ s[8] = '\0'; -+ salt = s; -+ } -+ return (crypt(str, salt)); -+} -+#else -+ - char *crypt_string(char *str, char *salt) { - static char *c= - "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -@@ -151,6 +181,7 @@ - s[1]= salt[1]; - return crypt(str,s); - } -+#endif - - int check_password(char *typed,char *crypted) { - return !strcmp(crypt_string(typed,crypted),crypted); diff --git a/games/crossfire-server/files/patch-ai b/games/crossfire-server/files/patch-ai deleted file mode 100644 index 1f168195dd6a..000000000000 --- a/games/crossfire-server/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/files/patch-ak b/games/crossfire-server/files/patch-ak deleted file mode 100644 index 56af0748e854..000000000000 --- a/games/crossfire-server/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 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) { diff --git a/games/crossfire-server/files/patch-al b/games/crossfire-server/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire-server/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); diff --git a/games/crossfire-server/files/patch-am b/games/crossfire-server/files/patch-am deleted file mode 100644 index 53d47c620e01..000000000000 --- a/games/crossfire-server/files/patch-am +++ /dev/null @@ -1,14 +0,0 @@ ---- include/structs.h.orig Sun Jan 5 19:59:46 1997 -+++ include/structs.h Wed Sep 17 14:29:59 1997 -@@ -562,7 +562,11 @@ - char write_buf[MAX_BUF]; - char **info; - unsigned char infolines,infochars; /* How big the info-array is */ -+#if defined(__FreeBSD__) -+ char password[40]; -+#else - char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ -+#endif - #ifdef SAVE_INTERVAL - time_t last_save_time; - #endif /* SAVE_INTERVAL */ diff --git a/games/crossfire-server/files/patch-an b/games/crossfire-server/files/patch-an deleted file mode 100644 index 6773fcba278a..000000000000 --- a/games/crossfire-server/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- server/daemon.c.orig Sun Jan 5 19:59:27 1997 -+++ server/daemon.c Wed Sep 17 14:39:21 1997 -@@ -50,6 +50,9 @@ - printf("Couldn't create logfile.\n"); - exit(0); - } -+#if defined(__FreeBSD__) -+ setlinebuf (logfile); -+#endif - fputs("\n========================\n",logfile); - fputs("Begin New Server Session\n",logfile); - fputs("========================\n\n",logfile); diff --git a/games/crossfire-server/files/patch-ao b/games/crossfire-server/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire-server/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 -+++ config/crossfire.cf Sat Sep 18 18:32:23 1999 -@@ -174,7 +174,7 @@ - /* use /bin/cc you will be able to compile */ - /* crossfire itself. */ - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) - CC = cc -std1 -Olimit 1000 /* Alpha */ - #endif - diff --git a/games/crossfire-server/pkg-comment b/games/crossfire-server/pkg-comment index 2783f34b6ca1..04081a7b8a05 100644 --- a/games/crossfire-server/pkg-comment +++ b/games/crossfire-server/pkg-comment @@ -1 +1 @@ -Multiplayer graphical arcade and adventure game made for X11 +Server for multiplayer graphical arcade and adventure game for X11 diff --git a/games/crossfire-server/pkg-descr b/games/crossfire-server/pkg-descr index bd68bcd8c17a..9958356e0c3a 100644 --- a/games/crossfire-server/pkg-descr +++ b/games/crossfire-server/pkg-descr @@ -1,5 +1,5 @@ -This is a multiplayer graphical arcade and adventure game made for -the X11 environment. +This is the server part of a multiplayer graphical arcade and +adventure game made for the X11 environment. It has certain flavours from other games, especially Gauntlet (TM) and Nethack/Moria. diff --git a/games/crossfire-server/pkg-message b/games/crossfire-server/pkg-message deleted file mode 100644 index 2a71b72dcafd..000000000000 --- a/games/crossfire-server/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Note: to start crossfire in clientmode - crossfire -xpm -Note: don't forget to update /usr/local/etc/rplay.conf - with new sounds in /usr/local/lib/crossfire/sounds diff --git a/games/crossfire-server/pkg-plist b/games/crossfire-server/pkg-plist index b6ce021171b7..a87ba777e42b 100644 --- a/games/crossfire-server/pkg-plist +++ b/games/crossfire-server/pkg-plist @@ -1,2161 +1,1967 @@ -bin/crossedit +bin/add_throw +bin/collect.pl bin/crossfire bin/crossloop bin/crossloop.pl -bin/crossrem.pl -bin/gensym.pl -bin/mapconv +bin/flushlocks bin/mktable -bin/tcpsockets.pl -lib/crossfire/fonts/crossfire.pcf -lib/crossfire/fonts/fonts.dir -lib/crossfire/lib/README -lib/crossfire/lib/adm/flushlocks -lib/crossfire/lib/animations -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/dragonisland/advguild -lib/crossfire/lib/maps/dragonisland/advguild2 -lib/crossfire/lib/maps/dragonisland/advguild3 -lib/crossfire/lib/maps/dragonisland/advshop0 -lib/crossfire/lib/maps/dragonisland/advshop1 -lib/crossfire/lib/maps/dragonisland/advshop2 -lib/crossfire/lib/maps/dragonisland/advshop3 -lib/crossfire/lib/maps/dragonisland/advshop4 -lib/crossfire/lib/maps/dragonisland/advshop5 -lib/crossfire/lib/maps/dragonisland/advshop6 -lib/crossfire/lib/maps/dragonisland/apartment2 -lib/crossfire/lib/maps/dragonisland/apartment3 -lib/crossfire/lib/maps/dragonisland/beginners2 -lib/crossfire/lib/maps/dragonisland/bloodwell -lib/crossfire/lib/maps/dragonisland/damarishouse0 -lib/crossfire/lib/maps/dragonisland/damarishouse1 -lib/crossfire/lib/maps/dragonisland/damarishouse2 -lib/crossfire/lib/maps/dragonisland/dragonmountain0 -lib/crossfire/lib/maps/dragonisland/dragonmountain1 -lib/crossfire/lib/maps/dragonisland/drowmansion -lib/crossfire/lib/maps/dragonisland/hangar -lib/crossfire/lib/maps/dragonisland/house1 -lib/crossfire/lib/maps/dragonisland/house4 -lib/crossfire/lib/maps/dragonisland/house5 -lib/crossfire/lib/maps/dragonisland/house6 -lib/crossfire/lib/maps/dragonisland/house7 -lib/crossfire/lib/maps/dragonisland/house8 -lib/crossfire/lib/maps/dragonisland/house9 -lib/crossfire/lib/maps/dragonisland/housebrxzl -lib/crossfire/lib/maps/dragonisland/intwell -lib/crossfire/lib/maps/dragonisland/island -lib/crossfire/lib/maps/dragonisland/keysale -lib/crossfire/lib/maps/dragonisland/luxhouse -lib/crossfire/lib/maps/dragonisland/stoneville -lib/crossfire/lib/maps/dragonisland/tavern -lib/crossfire/lib/maps/dragonisland/thievesden -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/bigmonpit -lib/crossfire/lib/maps/test/connected_bug -lib/crossfire/lib/maps/test/diagonal -lib/crossfire/lib/maps/test/faceofdeath -lib/crossfire/lib/maps/test/insert_bug -lib/crossfire/lib/maps/test/multisquare -lib/crossfire/lib/maps/test/paralyze -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 -%%PORTDOCS%%share/doc/crossfire/Crossedit.doc -%%PORTDOCS%%share/doc/crossfire/Imakefile -%%PORTDOCS%%share/doc/crossfire/PlayerStats -%%PORTDOCS%%share/doc/crossfire/README -%%PORTDOCS%%share/doc/crossfire/RunTimeCommands -%%PORTDOCS%%share/doc/crossfire/SurvivalGuide -%%PORTDOCS%%share/doc/crossfire/alchemy.doc -%%PORTDOCS%%share/doc/crossfire/crossedit.man -%%PORTDOCS%%share/doc/crossfire/crossfire.doc -%%PORTDOCS%%share/doc/crossfire/crossfire.man -%%PORTDOCS%%share/doc/crossfire/crosslib.doc -%%PORTDOCS%%share/doc/crossfire/experience -%%PORTDOCS%%share/doc/crossfire/handbook.ps -%%PORTDOCS%%share/doc/crossfire/include_html.pl -%%PORTDOCS%%share/doc/crossfire/mapguide -%%PORTDOCS%%share/doc/crossfire/mapmakers_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/maps-README -%%PORTDOCS%%share/doc/crossfire/multigod -%%PORTDOCS%%share/doc/crossfire/playbook-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/playbook-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Makefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/altardevo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargaea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargnarg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarjeho.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarluci.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarlyth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarmostr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarnone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarrugg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/appA.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appB.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/apple.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/arm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag-popcorn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/balm-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bed-save.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/big-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract.orig -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/book.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/books.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bookshelf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bows.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/br_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bul-wall-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-big.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-sma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cabbage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cake.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/card.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/carrot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap1.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap7.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/char-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/char.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/characters.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chest-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chocolate.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/clover.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/coffee.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/conv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/convert.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dead-neko.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/demon-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/depositbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/diploma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dir_spin.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/director.181.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/door-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/drag-steak.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dust-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ectoplasm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/emerald.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/playbook-html/equip.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/eyes.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/book.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/earrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/narrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nearrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nwarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/sarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/screen_dia.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/searrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairdown.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairup.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/swarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/warrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/figurine-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/finger.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fishfood.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/flesh.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/flint-and-steel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foodone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fr_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gard-gate.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gatedoor.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gem.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/goblin-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/goldcoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gu-horn.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbutt.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handle.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hands.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/heart.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hedge.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holy-symbol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holysymbol.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/horn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/horns.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/icor.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_char -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_equip -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_items -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-sting.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/iron-gate1.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/items -%%PORTDOCS%%share/doc/crossfire/playbook-html/items-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/items.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key-ring.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/keys.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/l-shop1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lbull-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ldoor1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/letter.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/lever.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/light-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/liver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/loaf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/logfile -%%PORTDOCS%%share/doc/crossfire/playbook-html/luggage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mailbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/makeps -%%PORTDOCS%%share/doc/crossfire/playbook-html/mint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/money.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/monument.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mushroom-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/naz-report.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/note.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/odoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/onion.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orange.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orcchop.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pear.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pearl.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pit.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/pix-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plt-coin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potato.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potion.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncha.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncon.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiondex.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionfir.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiongen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhero.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionimp.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioninv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionmag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionpow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potions.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionstr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionwis.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pouch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quarto.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quiver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/r-sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/refs.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/residue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-drain.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring.110.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rings.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/roast-bird.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rod-heavy.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/root.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-red.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-wh.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-yel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ruby.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeblast.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runedeath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefire.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefrost.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runegen.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runemark.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeshock.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/s-weasel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sapphire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/savebed.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scroll.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrollr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrolls.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/serpent-skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop-mat.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/shopmat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-e.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-w.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/silvercoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/skill_stat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sorter -%%PORTDOCS%%share/doc/crossfire/playbook-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/spinner.11B.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/staff.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-alch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-armo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-gene.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-magi.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-weap.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/stwallsec.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/tome.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tongue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tooth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/trapdoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas1-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/version.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wands.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/waybread.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/programming_guide -%%PORTDOCS%%share/doc/crossfire/skills.doc -%%PORTDOCS%%share/doc/crossfire/skills_developer.doc -%%PORTDOCS%%share/doc/crossfire/spell-docs/Imakefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/Makefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/README -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.txt -%%PORTDOCS%%share/doc/crossfire/spell-paths -%%PORTDOCS%%share/doc/crossfire/spell_params.doc -%%PORTDOCS%%share/doc/crossfire/spellcasters_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/0 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x1.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x8.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/6x7.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Bk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/CSword.113.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Cwyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/DShield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/GreatDemon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Makefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-h.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-l.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-m.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acid-pool.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acidsphere.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/angel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-egg.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-larvae.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.115.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.118.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/avatar.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-5.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baby-drag.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ball-lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baslic.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/battle-axe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beehive.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beggar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behemoth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beholder.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/belzebub.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-demon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bighorn-he.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blob.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blocked.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bomb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bone-head.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bonecrush.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding-g.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/breeder-ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/broo.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bullet.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/byakie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cancellati.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede-r.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-bish.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-king.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-pawn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-queen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-rook.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/charwoman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chicken.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/child.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chinese-dr.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cobra.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cold-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/confusion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/conjurer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/counterspell.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/courier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crawling-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crown.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cyclops.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger-f.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dancing-girl.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dark-elf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/darkblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathtree.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/defender.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demilich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demon-lord.E11.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demonbane.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/destruction.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/det-magic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/devil.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/djinn.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon-shi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonslay.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dread.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-pr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-dr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elvenboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/enchantment.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ent.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/excalibur.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/explosion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeglasses.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fae-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/falchion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatwoman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fighter.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fire-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firestar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/flowers.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fly-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frost-hammer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frostbrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fullhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fungus.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gaelotroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gargoyle.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gauntlet-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gir-strcon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-con.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-dam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-str.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gloves.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnome.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/god-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gol.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/golem.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gram.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greenslime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-hard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-ligh.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-med.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guildmaste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/h-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-2.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/harakiri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/healing.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet-bri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmetxray.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/high-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/highshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-orb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hornhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/icestorm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/idaten.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/imp.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_monput -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_stats -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/jessyb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/k-dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/katana-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/killerbee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lamia.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lava-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lbullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lev-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liteangel.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liv-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lmornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/logfile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lokanth.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lord-e.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/low-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lsword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mabu.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magi-staff.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-miss.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magnifier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps.pl -%%PORTDOCS%%share/doc/crossfire/spoiler-html/man.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/masamune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/merchant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mjoellnir.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monput.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monster-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monsters.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mournblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mouse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mystic-fist.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nazgul.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/neko.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nightmare.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/northman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ologhi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panther.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panthergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-ice.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-lava.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-light.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-mud.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/paralyse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pet-necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pipe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pir-lass.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pirate.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poisonc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poleaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/polymorph.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/princess.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/prisoner.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/protection.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyro-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quarters.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/raas.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/reflector.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/round-shiel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ruggilli.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-antimagic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-transfer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rustmonste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sabre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sage.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sailor.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandals.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandy.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/saw.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scimitar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpi-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-man.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpent.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shadowtiger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shining-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shootingstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shovel-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/siegfried.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skeleton.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skullcleav.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slug.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/small-shie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/smalltroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snowball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spear.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spectre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spellball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sphinx.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider-web.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spit-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.shtml -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalker.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalkergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/steam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sting.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stoneaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stonehamme.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stormbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sunspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/t-dagger.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/taifu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/titan.571.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/trident.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/troll.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turban.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turnundead.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/u-horn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uk-sd.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unicorn.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unusual-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampiregen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/version.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/war-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wds.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weapmag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wig.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wiz-hat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/worthless-dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraith.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wrench.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler.ps -%%PORTDOCS%%share/doc/crossfire/teleporter.doc -%%PORTDOCS%%share/doc/crossfire/xbmtobdf.man -%%PORTDOCS%%@dirrm share/doc/crossfire/spoiler-html -%%PORTDOCS%%@dirrm share/doc/crossfire/spell-docs -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html/fig -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html -%%PORTDOCS%%@dirrm share/doc/crossfire -@dirrm lib/crossfire/sounds -@dirrm lib/crossfire/lib/unique-items -@dirrm lib/crossfire/lib/players -@dirrm lib/crossfire/lib/maps/world -@dirrm lib/crossfire/lib/maps/wolfsburg/tt -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle -@dirrm lib/crossfire/lib/maps/wolfsburg/magara -@dirrm lib/crossfire/lib/maps/wolfsburg -@dirrm lib/crossfire/lib/maps/thomas/sisters -@dirrm lib/crossfire/lib/maps/thomas -@dirrm lib/crossfire/lib/maps/test -@dirrm lib/crossfire/lib/maps/terrain -@dirrm lib/crossfire/lib/maps/skud -@dirrm lib/crossfire/lib/maps/santo_dominion/shops -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_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/houses -@dirrm lib/crossfire/lib/maps/santo_dominion -@dirrm lib/crossfire/lib/maps/pup_land/s_f -@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow -@dirrm lib/crossfire/lib/maps/pup_land/raffle -@dirrm lib/crossfire/lib/maps/pup_land/pplant -@dirrm lib/crossfire/lib/maps/pup_land/ordeal -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick -@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/lone_town/cave -@dirrm lib/crossfire/lib/maps/pup_land/lone_town -@dirrm lib/crossfire/lib/maps/pup_land/kurte -@dirrm lib/crossfire/lib/maps/pup_land/jk -@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon -@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca -@dirrm lib/crossfire/lib/maps/pup_land/begin -@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/ruin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain -@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte -@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle -@dirrm lib/crossfire/lib/maps/pup_land/ancient -@dirrm lib/crossfire/lib/maps/pup_land -@dirrm lib/crossfire/lib/maps/peterm/temple -@dirrm lib/crossfire/lib/maps/peterm/FireTemple -@dirrm lib/crossfire/lib/maps/peterm/DragonQuest -@dirrm lib/crossfire/lib/maps/peterm/Demonology -@dirrm lib/crossfire/lib/maps/peterm/CTower -@dirrm lib/crossfire/lib/maps/peterm -@dirrm lib/crossfire/lib/maps/navar_city/tower -@dirrm lib/crossfire/lib/maps/navar_city/magara/houses -@dirrm lib/crossfire/lib/maps/navar_city/magara -@dirrm lib/crossfire/lib/maps/navar_city/light -@dirrm lib/crossfire/lib/maps/navar_city/illusion -@dirrm lib/crossfire/lib/maps/navar_city -@dirrm lib/crossfire/lib/maps/mcz -@dirrm lib/crossfire/lib/maps/langley/town -@dirrm lib/crossfire/lib/maps/langley/pirates -@dirrm lib/crossfire/lib/maps/langley/goblin -@dirrm lib/crossfire/lib/maps/langley -@dirrm lib/crossfire/lib/maps/kar -@dirrm lib/crossfire/lib/maps/hendel -@dirrm lib/crossfire/lib/maps/good -@dirrm lib/crossfire/lib/maps/generic/volcano -@dirrm lib/crossfire/lib/maps/generic -@dirrm lib/crossfire/lib/maps/espen -@dirrm lib/crossfire/lib/maps/esben -@dirrm lib/crossfire/lib/maps/ender/temple -@dirrm lib/crossfire/lib/maps/ender/pisland -@dirrm lib/crossfire/lib/maps/ender/island -@dirrm lib/crossfire/lib/maps/ender -@dirrm lib/crossfire/lib/maps/eeur -@dirrm lib/crossfire/lib/maps/editor/walls -@dirrm lib/crossfire/lib/maps/editor/picks -@dirrm lib/crossfire/lib/maps/editor -@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/dragonisland -@dirrm lib/crossfire/lib/maps/city/towers -@dirrm lib/crossfire/lib/maps/city/taverns -@dirrm lib/crossfire/lib/maps/city/shops -@dirrm lib/crossfire/lib/maps/city/oldcity -@dirrm lib/crossfire/lib/maps/city/misc -@dirrm lib/crossfire/lib/maps/city/mansion -@dirrm lib/crossfire/lib/maps/city/magara -@dirrm lib/crossfire/lib/maps/city/kar -@dirrm lib/crossfire/lib/maps/city/houses -@dirrm lib/crossfire/lib/maps/city/cannery -@dirrm lib/crossfire/lib/maps/city -@dirrm lib/crossfire/lib/maps/cd -@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/asyvan -@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit -@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings -@dirrm lib/crossfire/lib/maps/Lake_Country/shops -@dirrm lib/crossfire/lib/maps/Lake_Country/quest -@dirrm lib/crossfire/lib/maps/Lake_Country/marsh -@dirrm lib/crossfire/lib/maps/Lake_Country/flight -@dirrm lib/crossfire/lib/maps/Lake_Country/ebony -@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake -@dirrm lib/crossfire/lib/maps/Lake_Country/RETower -@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis -@dirrm lib/crossfire/lib/maps/Lake_Country -@dirrm lib/crossfire/lib/maps -@dirrm lib/crossfire/lib/help -@dirrm lib/crossfire/lib/adm -@dirrm lib/crossfire/lib -@dirrm lib/crossfire/fonts -@dirrm lib/crossfire +bin/random_map +bin/util.pl +bin/xpmtopix.pl +share/crossfire/animations +share/crossfire/archetypes +share/crossfire/artifacts +share/crossfire/ban_file +share/crossfire/bmaps +share/crossfire/bmaps.paths +share/crossfire/crossfire.png +share/crossfire/crossfire.xbm +share/crossfire/crossfire.xpm +share/crossfire/def_help +share/crossfire/dm_file +share/crossfire/faces +share/crossfire/forbid +share/crossfire/formulae +share/crossfire/help/apply +share/crossfire/help/bind +share/crossfire/help/cast +share/crossfire/help/golem +share/crossfire/help/invoke +share/crossfire/help/keys +share/crossfire/help/mark +share/crossfire/help/melee +share/crossfire/help/mouse +share/crossfire/help/move +share/crossfire/help/name +share/crossfire/help/output +share/crossfire/help/output-count +share/crossfire/help/output-sync +share/crossfire/help/party +share/crossfire/help/pickup +share/crossfire/help/quit +share/crossfire/help/range +share/crossfire/help/save +share/crossfire/help/sort_inventory +share/crossfire/help/spells +share/crossfire/help/statistics +share/crossfire/help/take +share/crossfire/help/traps +share/crossfire/help/unbind +share/crossfire/help/usekeys +share/crossfire/maps/CHANGES +share/crossfire/maps/HallOfSelection +share/crossfire/maps/HallOfSelection.bak +share/crossfire/maps/Lake_Country/Butakis/B_gshop +share/crossfire/maps/Lake_Country/Butakis/B_wshop +share/crossfire/maps/Lake_Country/Butakis/Butakis0 +share/crossfire/maps/Lake_Country/Butakis/Rlib1 +share/crossfire/maps/Lake_Country/Butakis/Rlib2 +share/crossfire/maps/Lake_Country/Butakis/Wist_portal +share/crossfire/maps/Lake_Country/Butakis/Wist_study +share/crossfire/maps/Lake_Country/Butakis/alchemist +share/crossfire/maps/Lake_Country/Butakis/arena +share/crossfire/maps/Lake_Country/Butakis/blacksmith +share/crossfire/maps/Lake_Country/Butakis/church-1 +share/crossfire/maps/Lake_Country/Butakis/church0 +share/crossfire/maps/Lake_Country/Butakis/church1 +share/crossfire/maps/Lake_Country/Butakis/gate_inner +share/crossfire/maps/Lake_Country/Butakis/gate_outer +share/crossfire/maps/Lake_Country/Butakis/houses/Bobs_house +share/crossfire/maps/Lake_Country/Butakis/houses/Jacks_house +share/crossfire/maps/Lake_Country/Butakis/houses/Jacobs_house +share/crossfire/maps/Lake_Country/Butakis/houses/James_house +share/crossfire/maps/Lake_Country/Butakis/houses/Sams_house +share/crossfire/maps/Lake_Country/Butakis/houses/Seans_house +share/crossfire/maps/Lake_Country/Butakis/inn +share/crossfire/maps/Lake_Country/Butakis/luck1 +share/crossfire/maps/Lake_Country/Butakis/luck2 +share/crossfire/maps/Lake_Country/Butakis/luck3 +share/crossfire/maps/Lake_Country/Butakis/p_ghouse_s +share/crossfire/maps/Lake_Country/Butakis/p_ghouse_w +share/crossfire/maps/Lake_Country/Butakis/prison-1 +share/crossfire/maps/Lake_Country/Butakis/prison0 +share/crossfire/maps/Lake_Country/Butakis/prison1 +share/crossfire/maps/Lake_Country/Butakis/prison_e +share/crossfire/maps/Lake_Country/Butakis/prison_n +share/crossfire/maps/Lake_Country/Butakis/prison_s +share/crossfire/maps/Lake_Country/Butakis/prison_w +share/crossfire/maps/Lake_Country/DA +share/crossfire/maps/Lake_Country/Mwizard/Mwizard0 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard1 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard2 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard3 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard4 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard5 +share/crossfire/maps/Lake_Country/Mwizard/Mwizard6 +share/crossfire/maps/Lake_Country/Mwizard/MwizardD +share/crossfire/maps/Lake_Country/Mwizard/MwizardG +share/crossfire/maps/Lake_Country/Mwizard/MwizardT +share/crossfire/maps/Lake_Country/RETower/tower0 +share/crossfire/maps/Lake_Country/RETower/tower1 +share/crossfire/maps/Lake_Country/RETower/tower2 +share/crossfire/maps/Lake_Country/RETower/tower3 +share/crossfire/maps/Lake_Country/RETower/tower4 +share/crossfire/maps/Lake_Country/RETower/tower5 +share/crossfire/maps/Lake_Country/Sunset_Lake/fortress +share/crossfire/maps/Lake_Country/Sunset_Lake/gatehouse +share/crossfire/maps/Lake_Country/Sunset_Lake/inn +share/crossfire/maps/Lake_Country/ebony/entrance1 +share/crossfire/maps/Lake_Country/ebony/entrance2 +share/crossfire/maps/Lake_Country/ebony/masterlev +share/crossfire/maps/Lake_Country/kundi_area +share/crossfire/maps/Lake_Country/marsh/marsh1_1 +share/crossfire/maps/Lake_Country/marsh/marsh1_2 +share/crossfire/maps/Lake_Country/marsh/marsh2_1 +share/crossfire/maps/Lake_Country/marsh/marsh2_2 +share/crossfire/maps/Lake_Country/quest/lefttower2 +share/crossfire/maps/Lake_Country/shops/Mopoon_wshop +share/crossfire/maps/Lake_Country/shops/Olds_jewel +share/crossfire/maps/Lake_Country/shops/clems_archery +share/crossfire/maps/Lake_Country/shops/klondors_wands +share/crossfire/maps/Lake_Country/small_buildings/LC_inn1 +share/crossfire/maps/Lake_Country/small_buildings/burial_ground +share/crossfire/maps/Lake_Country/small_buildings/hut_Galmorus +share/crossfire/maps/Lake_Country/small_buildings/oak_twak1 +share/crossfire/maps/Lake_Country/small_buildings/portal +share/crossfire/maps/Lake_Country/snake_pit/Chaos_lair1 +share/crossfire/maps/Lake_Country/snake_pit/Chaos_lair2 +share/crossfire/maps/Lake_Country/snake_pit/Chaos_lair3 +share/crossfire/maps/Lake_Country/snake_pit/Chaos_lair4 +share/crossfire/maps/Lake_Country/snake_pit/Takuse_lair +share/crossfire/maps/Lake_Country/snake_pit/pit +share/crossfire/maps/Lake_Country/snake_pit/snakepit_1 +share/crossfire/maps/Lake_Country/snake_pit/snakepit_2 +share/crossfire/maps/Lake_Country/snake_pit/snakepit_3 +share/crossfire/maps/Lake_Country/snake_pit/snakepit_4 +share/crossfire/maps/Lake_Country/snake_pit/snakepit_5 +share/crossfire/maps/asyvan/gate1 +share/crossfire/maps/asyvan/gate2 +share/crossfire/maps/asyvan/gate3 +share/crossfire/maps/asyvan/gate4 +share/crossfire/maps/asyvan/gate5 +share/crossfire/maps/asyvan/gate6 +share/crossfire/maps/asyvan/gate7 +share/crossfire/maps/asyvan/gate8 +share/crossfire/maps/asyvan/gate9 +share/crossfire/maps/asyvan/palace1 +share/crossfire/maps/asyvan/palace2 +share/crossfire/maps/asyvan/palace3 +share/crossfire/maps/brittany/Brest/Castle/AcidChamber +share/crossfire/maps/brittany/Brest/Castle/DragonRoom +share/crossfire/maps/brittany/Brest/Castle/Finale +share/crossfire/maps/brittany/Brest/Castle/LargeRoom +share/crossfire/maps/brittany/Brest/Castle/castle +share/crossfire/maps/brittany/Brest/amphis +share/crossfire/maps/brittany/Brest/brest +share/crossfire/maps/brittany/Brest/brest.armour +share/crossfire/maps/brittany/Brest/brest.cvt +share/crossfire/maps/brittany/Brest/brest.food +share/crossfire/maps/brittany/Brest/brest.inn +share/crossfire/maps/brittany/Brest/brest.magic +share/crossfire/maps/brittany/Brest/brest.weapon +share/crossfire/maps/brittany/Brest/elec.jes +share/crossfire/maps/brittany/Brest/info.2.zoon +share/crossfire/maps/brittany/Brest/info_first +share/crossfire/maps/brittany/Brest/jes.admini +share/crossfire/maps/brittany/Brest/jes.admini.1 +share/crossfire/maps/brittany/Brest/ludo1 +share/crossfire/maps/brittany/Brest/ludo2 +share/crossfire/maps/brittany/Brest/nasty_house +share/crossfire/maps/brittany/Brest/sport.jess +share/crossfire/maps/brittany/Brest/underground +share/crossfire/maps/brittany/Brest/underground2 +share/crossfire/maps/brittany/dol-guldur.1 +share/crossfire/maps/brittany/dol-guldur.2 +share/crossfire/maps/brittany/dol-guldur.3 +share/crossfire/maps/brittany/dol-guldur.4 +share/crossfire/maps/brittany/dol-guldur.5 +share/crossfire/maps/brittany/dol-guldur.6 +share/crossfire/maps/brittany/enigme.1 +share/crossfire/maps/brittany/enigme.2 +share/crossfire/maps/brittany/enigme.3 +share/crossfire/maps/brittany/enigme.4 +share/crossfire/maps/brittany/enigme.5 +share/crossfire/maps/brittany/enigme.6 +share/crossfire/maps/brittany/hole +share/crossfire/maps/brittany/jessy.1 +share/crossfire/maps/brittany/jessy.2 +share/crossfire/maps/brittany/jessy.3 +share/crossfire/maps/brittany/khazad.1 +share/crossfire/maps/brittany/khazad.2 +share/crossfire/maps/brittany/khazad.3 +share/crossfire/maps/brittany/khazad.4 +share/crossfire/maps/brittany/khazad.5 +share/crossfire/maps/brittany/tower_of__zoon +share/crossfire/maps/cd/cd.castle.750 +share/crossfire/maps/cd/cd.cellar1.757 +share/crossfire/maps/cd/cd.inn.752 +share/crossfire/maps/cd/cd.store.753 +share/crossfire/maps/cd/cd.tower1.754 +share/crossfire/maps/cd/cd.tower2.755 +share/crossfire/maps/cd/cd.tunnel.751 +share/crossfire/maps/city/anthony/passoffice +share/crossfire/maps/city/anthony/portgate +share/crossfire/maps/city/anthony/prison +share/crossfire/maps/city/apartment/Apartments1 +share/crossfire/maps/city/apartment/Apartments2 +share/crossfire/maps/city/apartment/Apartments3 +share/crossfire/maps/city/apartment/Apartments4 +share/crossfire/maps/city/apartment/Apartments5 +share/crossfire/maps/city/apartment/apartments +share/crossfire/maps/city/cannery/ware1 +share/crossfire/maps/city/city +share/crossfire/maps/city/houses/chess_club +share/crossfire/maps/city/houses/house.haunted +share/crossfire/maps/city/houses/house.haunted2 +share/crossfire/maps/city/houses/house1 +share/crossfire/maps/city/houses/house2 +share/crossfire/maps/city/houses/jones +share/crossfire/maps/city/houses/map.fr.ruin +share/crossfire/maps/city/houses/maze1 +share/crossfire/maps/city/houses/newhouse1 +share/crossfire/maps/city/houses/wizz.entry +share/crossfire/maps/city/houses/wizz.lev1 +share/crossfire/maps/city/houses/wizz.lev1.pass1 +share/crossfire/maps/city/kar/creepy.house +share/crossfire/maps/city/kar/creepy.house2 +share/crossfire/maps/city/kar/drink +share/crossfire/maps/city/kar/gorks1 +share/crossfire/maps/city/kar/gorks2 +share/crossfire/maps/city/kar/gorks3 +share/crossfire/maps/city/kar/somehouse +share/crossfire/maps/city/kar/somehouse2 +share/crossfire/maps/city/kar/somehouse3 +share/crossfire/maps/city/magara/porter_house +share/crossfire/maps/city/mansion/entrance +share/crossfire/maps/city/mansion/garden +share/crossfire/maps/city/mansion/muriskunes +share/crossfire/maps/city/mansion/str-tunnel +share/crossfire/maps/city/mansion/stronghold +share/crossfire/maps/city/misc/HallOfQuests +share/crossfire/maps/city/misc/HospitalityRoom +share/crossfire/maps/city/misc/HouseofHealing +share/crossfire/maps/city/misc/PowerHouse +share/crossfire/maps/city/misc/battle_arena/arena +share/crossfire/maps/city/misc/battle_arena/arena_ud +share/crossfire/maps/city/misc/battle_arena/entrance +share/crossfire/maps/city/misc/battle_arena/first-aide +share/crossfire/maps/city/misc/battle_arena/snack +share/crossfire/maps/city/misc/beginners +share/crossfire/maps/city/misc/castle +share/crossfire/maps/city/misc/castle2 +share/crossfire/maps/city/misc/church +share/crossfire/maps/city/misc/cityhall +share/crossfire/maps/city/misc/devourlower +share/crossfire/maps/city/misc/gatehouse +share/crossfire/maps/city/misc/library +share/crossfire/maps/city/misc/mercenaries +share/crossfire/maps/city/misc/port_arena +share/crossfire/maps/city/misc/prison +share/crossfire/maps/city/misc/templedevour +share/crossfire/maps/city/misc/templelyth +share/crossfire/maps/city/misc/testing_area +share/crossfire/maps/city/misc/zoo +share/crossfire/maps/city/misc/zoo2 +share/crossfire/maps/city/oldcity/end +share/crossfire/maps/city/oldcity/oldcity1 +share/crossfire/maps/city/oldcity/oldcity10 +share/crossfire/maps/city/oldcity/oldcity11 +share/crossfire/maps/city/oldcity/oldcity12 +share/crossfire/maps/city/oldcity/oldcity13 +share/crossfire/maps/city/oldcity/oldcity14 +share/crossfire/maps/city/oldcity/oldcity15 +share/crossfire/maps/city/oldcity/oldcity2 +share/crossfire/maps/city/oldcity/oldcity3 +share/crossfire/maps/city/oldcity/oldcity4 +share/crossfire/maps/city/oldcity/oldcity5 +share/crossfire/maps/city/oldcity/oldcity6 +share/crossfire/maps/city/oldcity/oldcity7 +share/crossfire/maps/city/oldcity/oldcity8 +share/crossfire/maps/city/oldcity/oldcity9 +share/crossfire/maps/city/shops/BasicSpells +share/crossfire/maps/city/shops/armourshop +share/crossfire/maps/city/shops/bank +share/crossfire/maps/city/shops/bowshop +share/crossfire/maps/city/shops/gemshop +share/crossfire/maps/city/shops/generalshop +share/crossfire/maps/city/shops/magicshop +share/crossfire/maps/city/shops/potionshop +share/crossfire/maps/city/shops/weaponshop +share/crossfire/maps/city/taverns/apartments +share/crossfire/maps/city/taverns/goths +share/crossfire/maps/city/taverns/goths0 +share/crossfire/maps/city/taverns/goths2 +share/crossfire/maps/city/taverns/inn +share/crossfire/maps/city/taverns/inn2 +share/crossfire/maps/city/temples/gaea +share/crossfire/maps/city/temples/gnarg +share/crossfire/maps/city/temples/gorokh +share/crossfire/maps/city/temples/mostrai +share/crossfire/maps/city/temples/mostrai2 +share/crossfire/maps/city/temples/ruggilli1 +share/crossfire/maps/city/temples/ruggilli2 +share/crossfire/maps/city/temples/sorig +share/crossfire/maps/city/temples/sorig2 +share/crossfire/maps/city/temples/valriel +share/crossfire/maps/city/temples/valriel2 +share/crossfire/maps/city/temples/valriel3 +share/crossfire/maps/city/towers/tower +share/crossfire/maps/city/towers/tower.mad +share/crossfire/maps/city/towers/tower.mad1 +share/crossfire/maps/city/towers/tower.mad2 +share/crossfire/maps/city/towers/tower.mad3 +share/crossfire/maps/destiny/ambush1 +share/crossfire/maps/destiny/cave/a_mine +share/crossfire/maps/destiny/cave/a_mine2 +share/crossfire/maps/destiny/cave/cave1 +share/crossfire/maps/destiny/cave/cave2 +share/crossfire/maps/destiny/cave/cave3 +share/crossfire/maps/destiny/cave/entrance +share/crossfire/maps/destiny/cave/m_inn +share/crossfire/maps/destiny/cave/m_inn2 +share/crossfire/maps/destiny/cave/m_temple +share/crossfire/maps/destiny/cave/mithril +share/crossfire/maps/destiny/circus/mp_castle +share/crossfire/maps/destiny/circus/mp_cave +share/crossfire/maps/destiny/circus/mp_church +share/crossfire/maps/destiny/circus/mp_s +share/crossfire/maps/destiny/circus/mp_start +share/crossfire/maps/destiny/circus/mp_tavern +share/crossfire/maps/destiny/circus/mp_world +share/crossfire/maps/destiny/circus/petshop +share/crossfire/maps/destiny/dd_alchemy +share/crossfire/maps/destiny/dd_alchemy2 +share/crossfire/maps/destiny/dd_alchemy3 +share/crossfire/maps/destiny/dd_baron +share/crossfire/maps/destiny/dd_baron2 +share/crossfire/maps/destiny/dd_chaos +share/crossfire/maps/destiny/dd_church +share/crossfire/maps/destiny/dd_court +share/crossfire/maps/destiny/dd_inn +share/crossfire/maps/destiny/dd_keep +share/crossfire/maps/destiny/dd_market +share/crossfire/maps/destiny/dd_shop +share/crossfire/maps/destiny/dd_tavern +share/crossfire/maps/destiny/denray +share/crossfire/maps/destiny/dm_cellar +share/crossfire/maps/destiny/dm_church +share/crossfire/maps/destiny/dm_inn +share/crossfire/maps/destiny/dm_keep +share/crossfire/maps/destiny/dm_shop +share/crossfire/maps/destiny/dm_tavern +share/crossfire/maps/destiny/dm_wizard +share/crossfire/maps/destiny/dun_marksel +share/crossfire/maps/destiny/elcyon/elcyon_start +share/crossfire/maps/destiny/elcyon/elf_grove +share/crossfire/maps/destiny/elcyon/fall +share/crossfire/maps/destiny/elcyon/g_store +share/crossfire/maps/destiny/elcyon/gnome_hut +share/crossfire/maps/destiny/elcyon/merchant +share/crossfire/maps/destiny/elcyon/old_temple +share/crossfire/maps/destiny/elcyon/palace +share/crossfire/maps/destiny/elcyon/plaza +share/crossfire/maps/destiny/elcyon/seacity +share/crossfire/maps/destiny/elcyon/seacity_west +share/crossfire/maps/destiny/elcyon/temple +share/crossfire/maps/destiny/elcyon/witch_house +share/crossfire/maps/destiny/kandora +share/crossfire/maps/destiny/ship_city +share/crossfire/maps/destiny/ship_dog +share/crossfire/maps/destiny/ship_home +share/crossfire/maps/destiny/ship_treasure +share/crossfire/maps/destiny/signal +share/crossfire/maps/destiny/signal2 +share/crossfire/maps/destiny/signal3 +share/crossfire/maps/dragonisland/advguild +share/crossfire/maps/dragonisland/advguild2 +share/crossfire/maps/dragonisland/advguild3 +share/crossfire/maps/dragonisland/advshop0 +share/crossfire/maps/dragonisland/advshop1 +share/crossfire/maps/dragonisland/advshop2 +share/crossfire/maps/dragonisland/advshop3 +share/crossfire/maps/dragonisland/advshop4 +share/crossfire/maps/dragonisland/advshop5 +share/crossfire/maps/dragonisland/advshop6 +share/crossfire/maps/dragonisland/apartment2 +share/crossfire/maps/dragonisland/apartment3 +share/crossfire/maps/dragonisland/beginners2 +share/crossfire/maps/dragonisland/bloodwell +share/crossfire/maps/dragonisland/damarishouse0 +share/crossfire/maps/dragonisland/damarishouse1 +share/crossfire/maps/dragonisland/damarishouse2 +share/crossfire/maps/dragonisland/dragonmountain0 +share/crossfire/maps/dragonisland/dragonmountain1 +share/crossfire/maps/dragonisland/drowmansion +share/crossfire/maps/dragonisland/hangar +share/crossfire/maps/dragonisland/hangar2 +share/crossfire/maps/dragonisland/hangar3 +share/crossfire/maps/dragonisland/house1 +share/crossfire/maps/dragonisland/house4 +share/crossfire/maps/dragonisland/house5 +share/crossfire/maps/dragonisland/house6 +share/crossfire/maps/dragonisland/house7 +share/crossfire/maps/dragonisland/house8 +share/crossfire/maps/dragonisland/house9 +share/crossfire/maps/dragonisland/housebrxzl +share/crossfire/maps/dragonisland/intwell +share/crossfire/maps/dragonisland/island +share/crossfire/maps/dragonisland/keysale +share/crossfire/maps/dragonisland/luxhouse +share/crossfire/maps/dragonisland/stoneville +share/crossfire/maps/dragonisland/tavern +share/crossfire/maps/dragonisland/thievesden +share/crossfire/maps/dtabb/castle/castle2.0 +share/crossfire/maps/dtabb/castle/castle2.1 +share/crossfire/maps/dtabb/castle/castle2.2 +share/crossfire/maps/dtabb/castle/castle2.3 +share/crossfire/maps/dtabb/caterham/apartment +share/crossfire/maps/dtabb/caterham/caterham +share/crossfire/maps/dtabb/caterham/circus/bigtop +share/crossfire/maps/dtabb/caterham/circus/chess +share/crossfire/maps/dtabb/caterham/circus/circus +share/crossfire/maps/dtabb/caterham/circus/double +share/crossfire/maps/dtabb/caterham/circus/ghost +share/crossfire/maps/dtabb/caterham/circus/illusions +share/crossfire/maps/dtabb/caterham/circus/movers +share/crossfire/maps/dtabb/caterham/circus/roller1 +share/crossfire/maps/dtabb/caterham/circus/roller2 +share/crossfire/maps/dtabb/caterham/circus/roller3 +share/crossfire/maps/dtabb/caterham/circus/shooting +share/crossfire/maps/dtabb/caterham/circus/strength +share/crossfire/maps/dtabb/caterham/circus/walls +share/crossfire/maps/dtabb/caterham/circus/wheel +share/crossfire/maps/dtabb/caterham/gshop +share/crossfire/maps/dtabb/cave +share/crossfire/maps/dtabb/cave2 +share/crossfire/maps/dtabb/cave3 +share/crossfire/maps/dtabb/darcap/church +share/crossfire/maps/dtabb/darcap/darcap +share/crossfire/maps/dtabb/darcap/houses +share/crossfire/maps/dtabb/darcap/inn +share/crossfire/maps/dtabb/darcap/maze +share/crossfire/maps/dtabb/darcap/quest +share/crossfire/maps/dtabb/darcap/shop_a +share/crossfire/maps/dtabb/darcap/shop_g +share/crossfire/maps/dtabb/darcap/shop_m +share/crossfire/maps/dtabb/darcap/shop_w +share/crossfire/maps/dtabb/darcap/tavern +share/crossfire/maps/dtabb/darcap/temple +share/crossfire/maps/dtabb/house1 +share/crossfire/maps/dtabb/lynn/castle1.0 +share/crossfire/maps/dtabb/lynn/castle1.1 +share/crossfire/maps/dtabb/lynn/castle1.2 +share/crossfire/maps/dtabb/lynn/castle1.3 +share/crossfire/maps/dtabb/quest/fire +share/crossfire/maps/dtabb/quest/shop_b +share/crossfire/maps/dtabb/quest/shop_f +share/crossfire/maps/dtabb/quest/tower1 +share/crossfire/maps/dtabb/quest/tower2 +share/crossfire/maps/dtabb/quest/tower3 +share/crossfire/maps/dtabb/quest/tower4 +share/crossfire/maps/dtabb/quest/towers +share/crossfire/maps/dtabb/quest/town2 +share/crossfire/maps/dtabb/quest/water +share/crossfire/maps/dtabb/town/church +share/crossfire/maps/dtabb/town/houses +share/crossfire/maps/dtabb/town/inn +share/crossfire/maps/dtabb/town/maze +share/crossfire/maps/dtabb/town/quest +share/crossfire/maps/dtabb/town/shop_a +share/crossfire/maps/dtabb/town/shop_g +share/crossfire/maps/dtabb/town/shop_m +share/crossfire/maps/dtabb/town/shop_w +share/crossfire/maps/dtabb/town/tavern +share/crossfire/maps/dtabb/town/temple +share/crossfire/maps/dtabb/town/town +share/crossfire/maps/dtabb/undead/undead.1 +share/crossfire/maps/dtabb/undead/undead.2 +share/crossfire/maps/dtabb/undead/undead.3 +share/crossfire/maps/dtabb/village1 +share/crossfire/maps/dtabb/volcano/level1 +share/crossfire/maps/dtabb/volcano/level2 +share/crossfire/maps/dtabb/volcano/level3 +share/crossfire/maps/dtabb/volcano/level4 +share/crossfire/maps/editor/picks/TownStaff +share/crossfire/maps/editor/picks/alchemy +share/crossfire/maps/editor/picks/alltown +share/crossfire/maps/editor/picks/artifacts +share/crossfire/maps/editor/picks/background +share/crossfire/maps/editor/picks/classes +share/crossfire/maps/editor/picks/equipment +share/crossfire/maps/editor/picks/exits +share/crossfire/maps/editor/picks/food-bparts +share/crossfire/maps/editor/picks/indoors +share/crossfire/maps/editor/picks/items +share/crossfire/maps/editor/picks/lakes +share/crossfire/maps/editor/picks/monsters +share/crossfire/maps/editor/picks/monsters2 +share/crossfire/maps/editor/picks/monsters3 +share/crossfire/maps/editor/picks/other +share/crossfire/maps/editor/picks/outdoors +share/crossfire/maps/editor/picks/readables +share/crossfire/maps/editor/picks/rivers +share/crossfire/maps/editor/picks/runes +share/crossfire/maps/editor/picks/shops +share/crossfire/maps/editor/picks/special +share/crossfire/maps/editor/picks/town +share/crossfire/maps/editor/walls/caves +share/crossfire/maps/editor/walls/caves2 +share/crossfire/maps/editor/walls/misc +share/crossfire/maps/editor/walls/wall +share/crossfire/maps/editor/walls/wall-special +share/crossfire/maps/eeur/barad_dur +share/crossfire/maps/eeur/hut.1 +share/crossfire/maps/eeur/hut.2 +share/crossfire/maps/eeur/tower1.1 +share/crossfire/maps/eeur/tower1.2 +share/crossfire/maps/eeur/tower1.3 +share/crossfire/maps/eeur/tower1.4 +share/crossfire/maps/ender/island/isl_yel +share/crossfire/maps/ender/island/island1 +share/crossfire/maps/ender/island/jungle +share/crossfire/maps/ender/island/middleisland +share/crossfire/maps/ender/island/strong_island +share/crossfire/maps/ender/island/stronghold +share/crossfire/maps/ender/island/treas_room +share/crossfire/maps/ender/island/treasureisland +share/crossfire/maps/ender/piratedung +share/crossfire/maps/ender/pirateenter +share/crossfire/maps/ender/pisland/hut +share/crossfire/maps/ender/pisland/pirateisland +share/crossfire/maps/ender/pisland/ship +share/crossfire/maps/ender/pisland/ship_deck2 +share/crossfire/maps/ender/pisland/underworld +share/crossfire/maps/ender/pisland/vol_vill_shops +share/crossfire/maps/ender/pisland/vol_village +share/crossfire/maps/ender/pisland/volcano +share/crossfire/maps/ender/pisland/vvhuts +share/crossfire/maps/ender/pisland/vvmansion +share/crossfire/maps/ender/temple/enterance +share/crossfire/maps/ender/temple/temp_dung1 +share/crossfire/maps/ender/temple/temple +share/crossfire/maps/esben/ancient_hut +share/crossfire/maps/esben/castle_aaaarg +share/crossfire/maps/esben/grukks.1 +share/crossfire/maps/esben/grukks.2 +share/crossfire/maps/esben/grukks.3 +share/crossfire/maps/esben/grukks.4 +share/crossfire/maps/esben/hole +share/crossfire/maps/esben/kjerring +share/crossfire/maps/esben/map.esben.2 +share/crossfire/maps/esben/puddings.place +share/crossfire/maps/esben/ruins +share/crossfire/maps/esben/sokoban1 +share/crossfire/maps/esben/sokoban2 +share/crossfire/maps/esben/sokoban3 +share/crossfire/maps/esben/sokoban4 +share/crossfire/maps/esben/sokoban5 +share/crossfire/maps/esben/watertunnel +share/crossfire/maps/espen/church.2 +share/crossfire/maps/espen/church.3 +share/crossfire/maps/espen/church.4a +share/crossfire/maps/espen/church.4b +share/crossfire/maps/espen/church.4c +share/crossfire/maps/espen/church.4d +share/crossfire/maps/espen/espen1 +share/crossfire/maps/espen/espen2 +share/crossfire/maps/espen/palace +share/crossfire/maps/generic/xyzzy-mines +share/crossfire/maps/good/pantheon +share/crossfire/maps/hendel/acid_room +share/crossfire/maps/hendel/mountain_pass +share/crossfire/maps/hendel/pre_acid +share/crossfire/maps/kar/boulder_inferno +share/crossfire/maps/kar/devil.church1 +share/crossfire/maps/kar/devil.church2 +share/crossfire/maps/kar/devil.church3 +share/crossfire/maps/kar/devil.church4 +share/crossfire/maps/kar/devil.church5 +share/crossfire/maps/kar/hallofbones +share/crossfire/maps/kar/magic.shop +share/crossfire/maps/kar/map.fr.0 +share/crossfire/maps/kar/map.fr.1 +share/crossfire/maps/kar/map.fr.2 +share/crossfire/maps/kar/map.fr.3 +share/crossfire/maps/kar/undead +share/crossfire/maps/kar/wiz1 +share/crossfire/maps/kar/wiz2 +share/crossfire/maps/kar/wiz3 +share/crossfire/maps/kar/wiz4 +share/crossfire/maps/kar/wiz5 +share/crossfire/maps/kar/wiz6 +share/crossfire/maps/kar/wiz7 +share/crossfire/maps/langley/goblin/caves +share/crossfire/maps/langley/goblin/dungeon1 +share/crossfire/maps/langley/goblin/dungeon2 +share/crossfire/maps/langley/goblin/dungeon3 +share/crossfire/maps/langley/goblin/fort2 +share/crossfire/maps/langley/goblin/fortress +share/crossfire/maps/langley/goblin/goblinisle +share/crossfire/maps/langley/goblin/hole +share/crossfire/maps/langley/goblin/hut +share/crossfire/maps/langley/goblin/netower +share/crossfire/maps/langley/goblin/nwtower +share/crossfire/maps/langley/goblin/setower +share/crossfire/maps/langley/goblin/swtower +share/crossfire/maps/langley/pirates/fortvsship +share/crossfire/maps/langley/pirates/madvillage +share/crossfire/maps/langley/pirates/mbgrave +share/crossfire/maps/langley/pirates/mbgrave2 +share/crossfire/maps/langley/pirates/mooglyprize +share/crossfire/maps/langley/pirates/mooglypuzzle +share/crossfire/maps/langley/pirates/tortcave +share/crossfire/maps/langley/pirates/torthole +share/crossfire/maps/langley/pirates/tortola +share/crossfire/maps/langley/pirates/tortship +share/crossfire/maps/langley/pirates/tortship2 +share/crossfire/maps/langley/pirates/tortship3 +share/crossfire/maps/langley/pirates/torttemple +share/crossfire/maps/langley/readme +share/crossfire/maps/langley/town/church +share/crossfire/maps/langley/town/churchcrypt +share/crossfire/maps/langley/town/churchtower +share/crossfire/maps/langley/town/dshark +share/crossfire/maps/langley/town/generalstore +share/crossfire/maps/langley/town/inn +share/crossfire/maps/langley/town/percy +share/crossfire/maps/langley/town/portia +share/crossfire/maps/langley/town/portia2 +share/crossfire/maps/langley/town/portjoseph +share/crossfire/maps/mak/Bogustest +share/crossfire/maps/mak/Entrance +share/crossfire/maps/mak/MainFloor +share/crossfire/maps/mak/Nexus +share/crossfire/maps/mak/academy.crap/Entrance +share/crossfire/maps/mak/academy.crap/Fighter.2 +share/crossfire/maps/mak/academy.crap/Fighter.3 +share/crossfire/maps/mak/academy.crap/Fighter.4 +share/crossfire/maps/mak/academy.crap/Fighter.5 +share/crossfire/maps/mak/academy.crap/Fighter.5_2 +share/crossfire/maps/mak/academy.crap/MainFloor +share/crossfire/maps/mak/chaos/down1 +share/crossfire/maps/mak/chaos/down2 +share/crossfire/maps/mak/chaos/down3 +share/crossfire/maps/mak/chaos/down4 +share/crossfire/maps/mak/chaos/down5 +share/crossfire/maps/mak/chaos/fallen +share/crossfire/maps/mak/chaos/monsters.pick +share/crossfire/maps/mak/chaos/tritemples +share/crossfire/maps/mak/chaos/up1 +share/crossfire/maps/mak/chaos/up2 +share/crossfire/maps/mak/chaos/up3 +share/crossfire/maps/mak/chaos/up4 +share/crossfire/maps/mak/chaos/up5 +share/crossfire/maps/mak/dragons/chaos +share/crossfire/maps/mak/dragons/elec +share/crossfire/maps/mak/dragons/fire +share/crossfire/maps/mak/dragons/ice +share/crossfire/maps/mak/dragons/jumpgate +share/crossfire/maps/mak/giant/mainfloor +share/crossfire/maps/mak/giant/secondfloor +share/crossfire/maps/mak/giant/thirdfloor +share/crossfire/maps/mak/mansion/basement +share/crossfire/maps/mak/mansion/floor1 +share/crossfire/maps/mak/mansion/floor2 +share/crossfire/maps/mak/troll_cave/Guards +share/crossfire/maps/mak/troll_cave/cave.1 +share/crossfire/maps/mak/troll_cave/cave.2 +share/crossfire/maps/mak/troll_cave/cave.3 +share/crossfire/maps/mak/undead/catacombs +share/crossfire/maps/mak/undead/graveyard +share/crossfire/maps/mak/undead/mausoleum +share/crossfire/maps/mak/unnatural/unnat +share/crossfire/maps/mcz/castle1 +share/crossfire/maps/mcz/castle_air +share/crossfire/maps/mcz/castle_earth +share/crossfire/maps/mcz/castle_fire +share/crossfire/maps/mcz/castle_low1 +share/crossfire/maps/mcz/castle_low2 +share/crossfire/maps/mcz/castle_water +share/crossfire/maps/mcz/forest +share/crossfire/maps/navar_city/city1 +share/crossfire/maps/navar_city/city1armour +share/crossfire/maps/navar_city/city1bank +share/crossfire/maps/navar_city/city1church1 +share/crossfire/maps/navar_city/city1court +share/crossfire/maps/navar_city/city1enter +share/crossfire/maps/navar_city/city1gen +share/crossfire/maps/navar_city/city1houses +share/crossfire/maps/navar_city/city1houses2 +share/crossfire/maps/navar_city/city1houses3 +share/crossfire/maps/navar_city/city1magic +share/crossfire/maps/navar_city/city1mermaid +share/crossfire/maps/navar_city/city1prison +share/crossfire/maps/navar_city/city1smith +share/crossfire/maps/navar_city/city1weapon +share/crossfire/maps/navar_city/collosium +share/crossfire/maps/navar_city/illusion/illexit +share/crossfire/maps/navar_city/illusion/illtow1 +share/crossfire/maps/navar_city/illusion/illtow2 +share/crossfire/maps/navar_city/illusion/illtow3 +share/crossfire/maps/navar_city/illusion/illtow4 +share/crossfire/maps/navar_city/illusion/illtow5 +share/crossfire/maps/navar_city/illusion/illtow6 +share/crossfire/maps/navar_city/illusion/illtow7 +share/crossfire/maps/navar_city/library +share/crossfire/maps/navar_city/light/light0 +share/crossfire/maps/navar_city/light/light1 +share/crossfire/maps/navar_city/light/light2 +share/crossfire/maps/navar_city/light/light3 +share/crossfire/maps/navar_city/light/light4 +share/crossfire/maps/navar_city/light/smugship +share/crossfire/maps/navar_city/light/smugship1 +share/crossfire/maps/navar_city/magara/houses/earth_house +share/crossfire/maps/navar_city/magara/houses/family_house +share/crossfire/maps/navar_city/magara/houses/kaisas_place +share/crossfire/maps/navar_city/magara/houses/large_house +share/crossfire/maps/navar_city/magara/houses/museum +share/crossfire/maps/navar_city/tower/magetower1 +share/crossfire/maps/navar_city/tower/magetower2 +share/crossfire/maps/navar_city/tower/magetower3 +share/crossfire/maps/navar_city/tower/magetower4 +share/crossfire/maps/navar_city/tower/magetower5 +share/crossfire/maps/navar_city/tower/magetower_low +share/crossfire/maps/navar_city/tower/magetowfinal +share/crossfire/maps/navar_city/warehouse1 +share/crossfire/maps/navar_city/warehouse2 +share/crossfire/maps/navar_city/warehouse3 +share/crossfire/maps/navar_city/warehouse4 +share/crossfire/maps/navar_city/warehouse5 +share/crossfire/maps/navar_city/warehouse6 +share/crossfire/maps/navar_city/warehouse7 +share/crossfire/maps/navar_city/warehouse8 +share/crossfire/maps/peterm/CTower/Barracks +share/crossfire/maps/peterm/CTower/Barracks.rej +share/crossfire/maps/peterm/CTower/CTower +share/crossfire/maps/peterm/CTower/Chamber +share/crossfire/maps/peterm/CTower/Dungeon +share/crossfire/maps/peterm/CTower/GroundLevel +share/crossfire/maps/peterm/CTower/Laboratory +share/crossfire/maps/peterm/CTower/Library +share/crossfire/maps/peterm/CTower/Officers +share/crossfire/maps/peterm/CTower/Servants +share/crossfire/maps/peterm/CTower/Study +share/crossfire/maps/peterm/CTower/TowerTop +share/crossfire/maps/peterm/Demonology/AirMaster +share/crossfire/maps/peterm/Demonology/AirStudy +share/crossfire/maps/peterm/Demonology/AirTower1 +share/crossfire/maps/peterm/Demonology/AirTower2 +share/crossfire/maps/peterm/Demonology/ApprenticeLevel +share/crossfire/maps/peterm/Demonology/Demon1 +share/crossfire/maps/peterm/Demonology/Demon2 +share/crossfire/maps/peterm/Demonology/Demon3 +share/crossfire/maps/peterm/Demonology/EarthMaster +share/crossfire/maps/peterm/Demonology/EarthStudy +share/crossfire/maps/peterm/Demonology/EarthTower1 +share/crossfire/maps/peterm/Demonology/EarthTower2 +share/crossfire/maps/peterm/Demonology/Entrance +share/crossfire/maps/peterm/Demonology/FireMaster +share/crossfire/maps/peterm/Demonology/FireStudy +share/crossfire/maps/peterm/Demonology/FireTower1 +share/crossfire/maps/peterm/Demonology/FireTower2 +share/crossfire/maps/peterm/Demonology/GroundLevel +share/crossfire/maps/peterm/Demonology/HighTower1 +share/crossfire/maps/peterm/Demonology/HighTower2 +share/crossfire/maps/peterm/Demonology/HighTowerTop +share/crossfire/maps/peterm/Demonology/JourneymanLevel +share/crossfire/maps/peterm/Demonology/MasterLevel +share/crossfire/maps/peterm/Demonology/WaterMaster +share/crossfire/maps/peterm/Demonology/WaterStudy +share/crossfire/maps/peterm/Demonology/WaterTower1 +share/crossfire/maps/peterm/Demonology/WaterTower2 +share/crossfire/maps/peterm/DragonQuest/ElectricAnte +share/crossfire/maps/peterm/DragonQuest/ElectricHatchery +share/crossfire/maps/peterm/DragonQuest/ElectricLord +share/crossfire/maps/peterm/DragonQuest/Entrance +share/crossfire/maps/peterm/DragonQuest/FireAnte +share/crossfire/maps/peterm/DragonQuest/FireHatchery +share/crossfire/maps/peterm/DragonQuest/FireLord +share/crossfire/maps/peterm/DragonQuest/IceAnte +share/crossfire/maps/peterm/DragonQuest/IceHatchery +share/crossfire/maps/peterm/DragonQuest/IceLord +share/crossfire/maps/peterm/DragonQuest/WyvernNest +share/crossfire/maps/peterm/FireTemple/Entrance +share/crossfire/maps/peterm/FireTemple/FifthFloor +share/crossfire/maps/peterm/FireTemple/Fire1 +share/crossfire/maps/peterm/FireTemple/Fire2 +share/crossfire/maps/peterm/FireTemple/Fire3 +share/crossfire/maps/peterm/FireTemple/Fire4 +share/crossfire/maps/peterm/FireTemple/FirstFloor +share/crossfire/maps/peterm/FireTemple/FourthFloor +share/crossfire/maps/peterm/FireTemple/HotMines +share/crossfire/maps/peterm/FireTemple/LavaChamber +share/crossfire/maps/peterm/FireTemple/Mezannine1 +share/crossfire/maps/peterm/FireTemple/Passageway +share/crossfire/maps/peterm/FireTemple/SecondFloor +share/crossfire/maps/peterm/FireTemple/ThirdFloor +share/crossfire/maps/peterm/Nethack_in_crossfire_Yendor +share/crossfire/maps/peterm/Nethack_in_crossfire_entrance +share/crossfire/maps/peterm/quests/TitanGate +share/crossfire/maps/peterm/quests/demon_quest +share/crossfire/maps/peterm/quests/dragon_quest +share/crossfire/maps/peterm/quests/dragonquest2 +share/crossfire/maps/peterm/quests/goblin_chief +share/crossfire/maps/peterm/quests/mushroom_quest +share/crossfire/maps/peterm/quests/ogre_chief +share/crossfire/maps/peterm/quests/titan_quest +share/crossfire/maps/peterm/quests/undead_quest +share/crossfire/maps/peterm/quests/wyvern_quest +share/crossfire/maps/peterm/temple/AnteChamber +share/crossfire/maps/peterm/temple/GemTunnel +share/crossfire/maps/peterm/temple/InnerTemple +share/crossfire/maps/peterm/temple/OuterTemple +share/crossfire/maps/peterm/temple/Temple +share/crossfire/maps/pup_land/ancient/castle/castle.1 +share/crossfire/maps/pup_land/ancient/castle/castle.2 +share/crossfire/maps/pup_land/ancient/castle/castle.3 +share/crossfire/maps/pup_land/ancient/castle/castle.4 +share/crossfire/maps/pup_land/ancient/castle/castle.5 +share/crossfire/maps/pup_land/ancient/castle/castle.6 +share/crossfire/maps/pup_land/ancient/castle/castle.ud1 +share/crossfire/maps/pup_land/ancient/castle/ghoswolte +share/crossfire/maps/pup_land/ancient/castle/gothwolte.1 +share/crossfire/maps/pup_land/ancient/castle/gothwolte.2 +share/crossfire/maps/pup_land/ancient/castle/gothwolte.3 +share/crossfire/maps/pup_land/ancient/company +share/crossfire/maps/pup_land/ancient/kurte/house +share/crossfire/maps/pup_land/ancient/kurte/kurte +share/crossfire/maps/pup_land/ancient/kurte/shop +share/crossfire/maps/pup_land/ancient/mountain/atelir1 +share/crossfire/maps/pup_land/ancient/mountain/atelir2 +share/crossfire/maps/pup_land/ancient/mountain/cave.b1 +share/crossfire/maps/pup_land/ancient/mountain/cave.b2 +share/crossfire/maps/pup_land/ancient/mountain/cave.b3 +share/crossfire/maps/pup_land/ancient/mountain/mountain.a1 +share/crossfire/maps/pup_land/ancient/mountain/mountain.a2 +share/crossfire/maps/pup_land/ancient/mountain/mountain.a3 +share/crossfire/maps/pup_land/ancient/mountain/mountain.b1 +share/crossfire/maps/pup_land/ancient/mountain/mountain.b2 +share/crossfire/maps/pup_land/ancient/mountain/mountain.b3 +share/crossfire/maps/pup_land/ancient/mountain/tower.1 +share/crossfire/maps/pup_land/ancient/mountain/tower.2 +share/crossfire/maps/pup_land/ancient/mountain/tower.3 +share/crossfire/maps/pup_land/ancient/mountain/tower.4 +share/crossfire/maps/pup_land/ancient/mountain/tower.b1 +share/crossfire/maps/pup_land/ancient/ruin/house1 +share/crossfire/maps/pup_land/ancient/ruin/house2 +share/crossfire/maps/pup_land/ancient/ruin/house3 +share/crossfire/maps/pup_land/ancient/ruin/house4 +share/crossfire/maps/pup_land/ancient/ruin/house5 +share/crossfire/maps/pup_land/ancient/ruin/path +share/crossfire/maps/pup_land/ancient/ruin/shop +share/crossfire/maps/pup_land/ancient/ruin/tower +share/crossfire/maps/pup_land/ancient/ruin/underground +share/crossfire/maps/pup_land/ancient/ruin/village +share/crossfire/maps/pup_land/ancient/to_future +share/crossfire/maps/pup_land/ancient/village/graveyard +share/crossfire/maps/pup_land/ancient/village/hole/hole.B1 +share/crossfire/maps/pup_land/ancient/village/hole/hole.B2 +share/crossfire/maps/pup_land/ancient/village/hole/hole.B3 +share/crossfire/maps/pup_land/ancient/village/hole/hole.B4 +share/crossfire/maps/pup_land/ancient/village/hole/hole.B5 +share/crossfire/maps/pup_land/ancient/village/hole/hole.B6 +share/crossfire/maps/pup_land/ancient/village/hut1 +share/crossfire/maps/pup_land/ancient/village/hut2 +share/crossfire/maps/pup_land/ancient/village/hut3 +share/crossfire/maps/pup_land/ancient/village/hut4 +share/crossfire/maps/pup_land/ancient/village/hut5 +share/crossfire/maps/pup_land/ancient/village/hut6 +share/crossfire/maps/pup_land/ancient/village/inn +share/crossfire/maps/pup_land/ancient/village/library +share/crossfire/maps/pup_land/ancient/village/shop +share/crossfire/maps/pup_land/ancient/village/siegfried/lever +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.1 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.2 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.3 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B1 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B2 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B3 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B4 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B5 +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B5a +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B5b +share/crossfire/maps/pup_land/ancient/village/siegfried/siegfried.B5c +share/crossfire/maps/pup_land/ancient/village/tavern +share/crossfire/maps/pup_land/ancient/village/tavern1 +share/crossfire/maps/pup_land/ancient/village/village +share/crossfire/maps/pup_land/ancient/volcano/guardians +share/crossfire/maps/pup_land/ancient/volcano/treasure +share/crossfire/maps/pup_land/ancient/volcano/volcano.1 +share/crossfire/maps/pup_land/ancient/volcano/volcano.2 +share/crossfire/maps/pup_land/ancient/volcano/volcano.3 +share/crossfire/maps/pup_land/ancient/world +share/crossfire/maps/pup_land/barrier +share/crossfire/maps/pup_land/begin/adv +share/crossfire/maps/pup_land/begin/p1 +share/crossfire/maps/pup_land/begin/p2 +share/crossfire/maps/pup_land/begin/p3 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca1 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca2 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca3 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca4 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca5 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca6 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca7 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca8 +share/crossfire/maps/pup_land/castle_eureca/castle_eureca9 +share/crossfire/maps/pup_land/castle_eureca/castle_eurecaB1 +share/crossfire/maps/pup_land/castle_eureca/castle_eurecaB2 +share/crossfire/maps/pup_land/castle_eureca/cave_pass +share/crossfire/maps/pup_land/castle_eureca/cave_pass2 +share/crossfire/maps/pup_land/castle_eureca/cave_pass3 +share/crossfire/maps/pup_land/castle_eureca/cave_pass4 +share/crossfire/maps/pup_land/castle_eureca/chest +share/crossfire/maps/pup_land/cave_weapon/cave1 +share/crossfire/maps/pup_land/cave_weapon/cave2 +share/crossfire/maps/pup_land/cave_weapon/cave3 +share/crossfire/maps/pup_land/cave_weapon/cave4 +share/crossfire/maps/pup_land/cave_weapon/cave5 +share/crossfire/maps/pup_land/cave_weapon/cave51 +share/crossfire/maps/pup_land/hall2 +share/crossfire/maps/pup_land/hall_of_fame +share/crossfire/maps/pup_land/hq +share/crossfire/maps/pup_land/hq_ud +share/crossfire/maps/pup_land/jk/Fogs +share/crossfire/maps/pup_land/jk/gs_house +share/crossfire/maps/pup_land/jk/heads +share/crossfire/maps/pup_land/kurte/eureca_road1 +share/crossfire/maps/pup_land/kurte/eureca_road2 +share/crossfire/maps/pup_land/kurte/eureca_road3 +share/crossfire/maps/pup_land/kurte/eureca_road31 +share/crossfire/maps/pup_land/kurte/house +share/crossfire/maps/pup_land/kurte/hut1 +share/crossfire/maps/pup_land/kurte/hut2 +share/crossfire/maps/pup_land/kurte/jungle +share/crossfire/maps/pup_land/kurte/kurte +share/crossfire/maps/pup_land/kurte/penta +share/crossfire/maps/pup_land/kurte/to_past +share/crossfire/maps/pup_land/lone_town/bank +share/crossfire/maps/pup_land/lone_town/cave/b1 +share/crossfire/maps/pup_land/lone_town/cave/b2 +share/crossfire/maps/pup_land/lone_town/cave/b3 +share/crossfire/maps/pup_land/lone_town/church +share/crossfire/maps/pup_land/lone_town/church_ud +share/crossfire/maps/pup_land/lone_town/cordish +share/crossfire/maps/pup_land/lone_town/cordish2 +share/crossfire/maps/pup_land/lone_town/dress1 +share/crossfire/maps/pup_land/lone_town/dress2 +share/crossfire/maps/pup_land/lone_town/dress3 +share/crossfire/maps/pup_land/lone_town/gemshop +share/crossfire/maps/pup_land/lone_town/gemshop_ud +share/crossfire/maps/pup_land/lone_town/gshop +share/crossfire/maps/pup_land/lone_town/gshop_ud +share/crossfire/maps/pup_land/lone_town/guild_freedom +share/crossfire/maps/pup_land/lone_town/guild_freedom_ud +share/crossfire/maps/pup_land/lone_town/guild_law +share/crossfire/maps/pup_land/lone_town/guild_law_ud +share/crossfire/maps/pup_land/lone_town/heinrich +share/crossfire/maps/pup_land/lone_town/inn +share/crossfire/maps/pup_land/lone_town/magic +share/crossfire/maps/pup_land/lone_town/mshop +share/crossfire/maps/pup_land/lone_town/mshop_ud +share/crossfire/maps/pup_land/lone_town/nf_bar +share/crossfire/maps/pup_land/lone_town/pupuly +share/crossfire/maps/pup_land/lone_town/tavern +share/crossfire/maps/pup_land/lone_town/tavern_ud +share/crossfire/maps/pup_land/lone_town/thief_market +share/crossfire/maps/pup_land/lone_town/town +share/crossfire/maps/pup_land/lone_town/town_ud1 +share/crossfire/maps/pup_land/lone_town/town_ud2 +share/crossfire/maps/pup_land/lone_town/training +share/crossfire/maps/pup_land/lone_town/training2 +share/crossfire/maps/pup_land/nurnberg/agito +share/crossfire/maps/pup_land/nurnberg/alshop +share/crossfire/maps/pup_land/nurnberg/apartment/cave +share/crossfire/maps/pup_land/nurnberg/apartment/main +share/crossfire/maps/pup_land/nurnberg/apartment/to_past +share/crossfire/maps/pup_land/nurnberg/apartment/upstairs +share/crossfire/maps/pup_land/nurnberg/aqueduct +share/crossfire/maps/pup_land/nurnberg/ashop +share/crossfire/maps/pup_land/nurnberg/bank +share/crossfire/maps/pup_land/nurnberg/bshop +share/crossfire/maps/pup_land/nurnberg/castle +share/crossfire/maps/pup_land/nurnberg/castle_bauer/castle2 +share/crossfire/maps/pup_land/nurnberg/castle_bauer/castle3 +share/crossfire/maps/pup_land/nurnberg/castle_bauer/castle4 +share/crossfire/maps/pup_land/nurnberg/castle_ud +share/crossfire/maps/pup_land/nurnberg/church +share/crossfire/maps/pup_land/nurnberg/city +share/crossfire/maps/pup_land/nurnberg/dick/bomb +share/crossfire/maps/pup_land/nurnberg/dick/bomb1 +share/crossfire/maps/pup_land/nurnberg/dick/click +share/crossfire/maps/pup_land/nurnberg/dick/heaven +share/crossfire/maps/pup_land/nurnberg/dick/hell +share/crossfire/maps/pup_land/nurnberg/dick/house +share/crossfire/maps/pup_land/nurnberg/dick/house2 +share/crossfire/maps/pup_land/nurnberg/dick/maze +share/crossfire/maps/pup_land/nurnberg/dick/showinv +share/crossfire/maps/pup_land/nurnberg/fshop +share/crossfire/maps/pup_land/nurnberg/guild +share/crossfire/maps/pup_land/nurnberg/guild_ud +share/crossfire/maps/pup_land/nurnberg/hotel +share/crossfire/maps/pup_land/nurnberg/hq +share/crossfire/maps/pup_land/nurnberg/hq_training +share/crossfire/maps/pup_land/nurnberg/jshop +share/crossfire/maps/pup_land/nurnberg/nf_bar +share/crossfire/maps/pup_land/nurnberg/paslab +share/crossfire/maps/pup_land/nurnberg/pshop +share/crossfire/maps/pup_land/nurnberg/reception/electricity2 +share/crossfire/maps/pup_land/nurnberg/reception/electricity3 +share/crossfire/maps/pup_land/nurnberg/reception/electricity4 +share/crossfire/maps/pup_land/nurnberg/reception/electricity5 +share/crossfire/maps/pup_land/nurnberg/reception/electricity6 +share/crossfire/maps/pup_land/nurnberg/reception/electricity7 +share/crossfire/maps/pup_land/nurnberg/reception/fire2 +share/crossfire/maps/pup_land/nurnberg/reception/fire3 +share/crossfire/maps/pup_land/nurnberg/reception/fire4 +share/crossfire/maps/pup_land/nurnberg/reception/fire5 +share/crossfire/maps/pup_land/nurnberg/reception/fire6 +share/crossfire/maps/pup_land/nurnberg/reception/fire7 +share/crossfire/maps/pup_land/nurnberg/reception/reception +share/crossfire/maps/pup_land/nurnberg/reception/water2 +share/crossfire/maps/pup_land/nurnberg/reception/water3 +share/crossfire/maps/pup_land/nurnberg/reception/water4 +share/crossfire/maps/pup_land/nurnberg/reception/water5 +share/crossfire/maps/pup_land/nurnberg/reception/water6 +share/crossfire/maps/pup_land/nurnberg/reception/water7 +share/crossfire/maps/pup_land/nurnberg/reception/wind2 +share/crossfire/maps/pup_land/nurnberg/reception/wind3 +share/crossfire/maps/pup_land/nurnberg/reception/wind4 +share/crossfire/maps/pup_land/nurnberg/reception/wind5 +share/crossfire/maps/pup_land/nurnberg/reception/wind6 +share/crossfire/maps/pup_land/nurnberg/reception/wind7 +share/crossfire/maps/pup_land/nurnberg/storehouse +share/crossfire/maps/pup_land/nurnberg/storehouse2 +share/crossfire/maps/pup_land/nurnberg/washop +share/crossfire/maps/pup_land/nurnberg/wshop +share/crossfire/maps/pup_land/ordeal/tower_ordeal1 +share/crossfire/maps/pup_land/ordeal/tower_ordeal2 +share/crossfire/maps/pup_land/ordeal/tower_ordeal3 +share/crossfire/maps/pup_land/ordeal/tower_ordeal4 +share/crossfire/maps/pup_land/ordeal/tower_ordeal5 +share/crossfire/maps/pup_land/ordeal/tower_ordeal6 +share/crossfire/maps/pup_land/ordeal/tower_ordealB1 +share/crossfire/maps/pup_land/ordeal/tower_ordealB2 +share/crossfire/maps/pup_land/ordeal/tower_ordealB3 +share/crossfire/maps/pup_land/port_e +share/crossfire/maps/pup_land/port_e_house +share/crossfire/maps/pup_land/port_w +share/crossfire/maps/pup_land/pplant/pplant1 +share/crossfire/maps/pup_land/pplant/pplant2 +share/crossfire/maps/pup_land/pplant/pplant3 +share/crossfire/maps/pup_land/pplant/pplant_ud1 +share/crossfire/maps/pup_land/pplant/pplant_ud2 +share/crossfire/maps/pup_land/pplant/pup_land-1.0-README +share/crossfire/maps/pup_land/raffle/raffle1 +share/crossfire/maps/pup_land/raffle/raffle1_u1 +share/crossfire/maps/pup_land/raffle/raffle1_u2 +share/crossfire/maps/pup_land/raffle/raffle1_u3 +share/crossfire/maps/pup_land/raffle/raffle2 +share/crossfire/maps/pup_land/raffle/raffle2_u1 +share/crossfire/maps/pup_land/raffle/raffle2_u2_a +share/crossfire/maps/pup_land/raffle/raffle2_u2_b +share/crossfire/maps/pup_land/raffle/raffle2_u3 +share/crossfire/maps/pup_land/raffle/raffle2_u3a +share/crossfire/maps/pup_land/raffle/raffle2_u4 +share/crossfire/maps/pup_land/raffle/raffle3 +share/crossfire/maps/pup_land/raffle/raffle3_u1 +share/crossfire/maps/pup_land/raffle/raffle3_u2 +share/crossfire/maps/pup_land/raffle/raffle3_u2a +share/crossfire/maps/pup_land/rainbow/Keira +share/crossfire/maps/pup_land/rainbow/Lv1/Bizuzu +share/crossfire/maps/pup_land/rainbow/Lv1/b_pass +share/crossfire/maps/pup_land/rainbow/Lv1/cage +share/crossfire/maps/pup_land/rainbow/Lv1/cd_room +share/crossfire/maps/pup_land/rainbow/Lv1/d_pass +share/crossfire/maps/pup_land/rainbow/Lv1/e_hall +share/crossfire/maps/pup_land/rainbow/Lv1/f_a +share/crossfire/maps/pup_land/rainbow/Lv1/g_boss +share/crossfire/maps/pup_land/rainbow/Lv1/g_road +share/crossfire/maps/pup_land/rainbow/Lv1/hut1 +share/crossfire/maps/pup_land/rainbow/Lv1/hut2 +share/crossfire/maps/pup_land/rainbow/Lv1/hut3 +share/crossfire/maps/pup_land/rainbow/Lv1/hut4 +share/crossfire/maps/pup_land/rainbow/Lv1/n_gate +share/crossfire/maps/pup_land/rainbow/Lv1/orc_f +share/crossfire/maps/pup_land/rainbow/Lv1/prison +share/crossfire/maps/pup_land/rainbow/Lv1/t_room +share/crossfire/maps/pup_land/rainbow/Lv2/Kum +share/crossfire/maps/pup_land/rainbow/Lv2/b_inner +share/crossfire/maps/pup_land/rainbow/Lv2/b_m +share/crossfire/maps/pup_land/rainbow/Lv2/b_m2 +share/crossfire/maps/pup_land/rainbow/Lv2/d_cage +share/crossfire/maps/pup_land/rainbow/Lv2/e_hall +share/crossfire/maps/pup_land/rainbow/Lv2/h_pass +share/crossfire/maps/pup_land/rainbow/Lv2/holes +share/crossfire/maps/pup_land/rainbow/Lv2/maze +share/crossfire/maps/pup_land/rainbow/Lv2/n_gate +share/crossfire/maps/pup_land/rainbow/Lv2/sticky +share/crossfire/maps/pup_land/rainbow/Lv2/tray +share/crossfire/maps/pup_land/rainbow/Lv3/Garan +share/crossfire/maps/pup_land/rainbow/Lv3/Goraon +share/crossfire/maps/pup_land/rainbow/Lv3/Ring +share/crossfire/maps/pup_land/rainbow/Lv3/Rufto +share/crossfire/maps/pup_land/rainbow/Lv3/Wips +share/crossfire/maps/pup_land/rainbow/Lv3/c-road +share/crossfire/maps/pup_land/rainbow/Lv3/e-path +share/crossfire/maps/pup_land/rainbow/Lv3/e_hall +share/crossfire/maps/pup_land/rainbow/Lv3/hidden +share/crossfire/maps/pup_land/rainbow/Lv3/maze +share/crossfire/maps/pup_land/rainbow/Lv3/n-gate +share/crossfire/maps/pup_land/rainbow/Lv3/name +share/crossfire/maps/pup_land/rainbow/Lv3/prison +share/crossfire/maps/pup_land/rainbow/Lv3/sec-p +share/crossfire/maps/pup_land/rainbow/Lv3/w-path +share/crossfire/maps/pup_land/rainbow/Lv4/alter +share/crossfire/maps/pup_land/rainbow/Lv4/alter2 +share/crossfire/maps/pup_land/rainbow/Lv4/bot +share/crossfire/maps/pup_land/rainbow/Lv4/curve +share/crossfire/maps/pup_land/rainbow/Lv4/demi +share/crossfire/maps/pup_land/rainbow/Lv4/e-hall +share/crossfire/maps/pup_land/rainbow/Lv4/hidden +share/crossfire/maps/pup_land/rainbow/Lv4/junk +share/crossfire/maps/pup_land/rainbow/Lv4/key +share/crossfire/maps/pup_land/rainbow/Lv4/mf +share/crossfire/maps/pup_land/rainbow/Lv4/n-gate +share/crossfire/maps/pup_land/rainbow/Lv4/path4 +share/crossfire/maps/pup_land/rainbow/Lv4/path7 +share/crossfire/maps/pup_land/rainbow/Lv4/path8 +share/crossfire/maps/pup_land/rainbow/Lv4/path9 +share/crossfire/maps/pup_land/rainbow/Lv4/statue +share/crossfire/maps/pup_land/rainbow/Lv5/cross +share/crossfire/maps/pup_land/rainbow/Lv5/e-hall +share/crossfire/maps/pup_land/rainbow/Lv5/n-gate +share/crossfire/maps/pup_land/rainbow/Lv5/romm88 +share/crossfire/maps/pup_land/rainbow/Lv5/room2 +share/crossfire/maps/pup_land/rainbow/Lv5/room22 +share/crossfire/maps/pup_land/rainbow/Lv5/room4 +share/crossfire/maps/pup_land/rainbow/Lv5/room44 +share/crossfire/maps/pup_land/rainbow/Lv5/room6 +share/crossfire/maps/pup_land/rainbow/Lv5/room66 +share/crossfire/maps/pup_land/rainbow/Lv5/room8 +share/crossfire/maps/pup_land/rainbow/Lv5/room88 +share/crossfire/maps/pup_land/rainbow/Lv6/big-hall +share/crossfire/maps/pup_land/rainbow/Lv6/e-hall +share/crossfire/maps/pup_land/rainbow/Lv6/n-gate +share/crossfire/maps/pup_land/rainbow/Lv6/order +share/crossfire/maps/pup_land/rainbow/Lv7/back +share/crossfire/maps/pup_land/rainbow/Lv7/e-hall +share/crossfire/maps/pup_land/rainbow/Lv7/grave +share/crossfire/maps/pup_land/rainbow/bed_room +share/crossfire/maps/pup_land/rainbow/entrance1 +share/crossfire/maps/pup_land/rainbow/islands +share/crossfire/maps/pup_land/rainbow/l_h1 +share/crossfire/maps/pup_land/rainbow/l_h2 +share/crossfire/maps/pup_land/rainbow/l_hB +share/crossfire/maps/pup_land/rainbow/red_town/shop +share/crossfire/maps/pup_land/rainbow/red_town/town +share/crossfire/maps/pup_land/rainbow/river +share/crossfire/maps/pup_land/rainbow/roof +share/crossfire/maps/pup_land/rainbow/shore +share/crossfire/maps/pup_land/rainbow/station +share/crossfire/maps/pup_land/rainbow/w-tower +share/crossfire/maps/pup_land/rainbow/well +share/crossfire/maps/pup_land/rainbow/woods +share/crossfire/maps/pup_land/ruin_barbarian/hole1 +share/crossfire/maps/pup_land/ruin_barbarian/hole2 +share/crossfire/maps/pup_land/ruin_barbarian/jungle +share/crossfire/maps/pup_land/s_f/Kira +share/crossfire/maps/pup_land/s_f/cave1 +share/crossfire/maps/pup_land/s_f/cave2 +share/crossfire/maps/pup_land/s_f/floor1 +share/crossfire/maps/pup_land/s_f/floor2 +share/crossfire/maps/pup_land/s_f/ki +share/crossfire/maps/pup_land/s_f/ki2 +share/crossfire/maps/pup_land/s_f/ruin +share/crossfire/maps/pup_land/s_f/ruin_ug +share/crossfire/maps/pup_land/s_f/secret +share/crossfire/maps/pup_land/s_f/special +share/crossfire/maps/pup_land/s_f/st1 +share/crossfire/maps/pup_land/s_f/st2 +share/crossfire/maps/pup_land/s_f/st3 +share/crossfire/maps/pup_land/s_f/st5 +share/crossfire/maps/pup_land/s_f/st6 +share/crossfire/maps/pup_land/s_f/st7 +share/crossfire/maps/pup_land/s_f/to-jyo +share/crossfire/maps/pup_land/terminal +share/crossfire/maps/pup_land/terminal_u1 +share/crossfire/maps/pup_land/world +share/crossfire/maps/santo_dominion/basement +share/crossfire/maps/santo_dominion/crossfire +share/crossfire/maps/santo_dominion/den +share/crossfire/maps/santo_dominion/house_of_hell +share/crossfire/maps/santo_dominion/houses/house1 +share/crossfire/maps/santo_dominion/just_preliminary +share/crossfire/maps/santo_dominion/lord_byron/1st_floor +share/crossfire/maps/santo_dominion/lord_byron/2nd_floor +share/crossfire/maps/santo_dominion/lord_byron/dungeon +share/crossfire/maps/santo_dominion/lord_byron/main +share/crossfire/maps/santo_dominion/magara/hut/floor_1 +share/crossfire/maps/santo_dominion/magara/hut/floor_2 +share/crossfire/maps/santo_dominion/magara/hut/floor_3 +share/crossfire/maps/santo_dominion/magara/north_lighthouse/floor_1 +share/crossfire/maps/santo_dominion/magara/north_lighthouse/floor_2 +share/crossfire/maps/santo_dominion/magara/north_lighthouse/floor_3 +share/crossfire/maps/santo_dominion/magara/north_lighthouse/floor_4 +share/crossfire/maps/santo_dominion/magara/opera +share/crossfire/maps/santo_dominion/magara/south_lighthouse/floor_1 +share/crossfire/maps/santo_dominion/magara/south_lighthouse/floor_2 +share/crossfire/maps/santo_dominion/magara/south_lighthouse/floor_3 +share/crossfire/maps/santo_dominion/magara/south_lighthouse/floor_4 +share/crossfire/maps/santo_dominion/magara/well/bottom +share/crossfire/maps/santo_dominion/magara/well/top +share/crossfire/maps/santo_dominion/map.and.sale +share/crossfire/maps/santo_dominion/map.stigkr.1 +share/crossfire/maps/santo_dominion/map.stigkr.2 +share/crossfire/maps/santo_dominion/mudman/mudman.1 +share/crossfire/maps/santo_dominion/mudman/mudman.2 +share/crossfire/maps/santo_dominion/mudman/mudman.3 +share/crossfire/maps/santo_dominion/noble_rest +share/crossfire/maps/santo_dominion/north_barn +share/crossfire/maps/santo_dominion/north_farm +share/crossfire/maps/santo_dominion/peacock +share/crossfire/maps/santo_dominion/sdomino_appartment +share/crossfire/maps/santo_dominion/shops/armour +share/crossfire/maps/santo_dominion/shops/eliks +share/crossfire/maps/santo_dominion/shops/erash +share/crossfire/maps/santo_dominion/shops/nosferatu +share/crossfire/maps/santo_dominion/shops/rings +share/crossfire/maps/santo_dominion/south_barn +share/crossfire/maps/santo_dominion/tavern +share/crossfire/maps/santo_dominion/tavern.2ndfloor +share/crossfire/maps/santo_dominion/tavern.downstairs +share/crossfire/maps/santo_dominion/tobias +share/crossfire/maps/santo_dominion/tobias.top +share/crossfire/maps/santo_dominion/tollpost +share/crossfire/maps/santo_dominion/town +share/crossfire/maps/skud/court +share/crossfire/maps/skud/east_1 +share/crossfire/maps/skud/entrance +share/crossfire/maps/skud/maze +share/crossfire/maps/skud/north_1 +share/crossfire/maps/skud/west_1 +share/crossfire/maps/styles/decorstyles/alchemy +share/crossfire/maps/styles/decorstyles/craters +share/crossfire/maps/styles/decorstyles/creepy +share/crossfire/maps/styles/decorstyles/fireproof-gems +share/crossfire/maps/styles/decorstyles/food-bparts +share/crossfire/maps/styles/decorstyles/furniture +share/crossfire/maps/styles/decorstyles/goblinjunk +share/crossfire/maps/styles/decorstyles/minerals +share/crossfire/maps/styles/decorstyles/minerals2 +share/crossfire/maps/styles/decorstyles/monuments +share/crossfire/maps/styles/decorstyles/nethack +share/crossfire/maps/styles/decorstyles/outdoor_blasted +share/crossfire/maps/styles/decorstyles/outdoor_lush +share/crossfire/maps/styles/decorstyles/readables +share/crossfire/maps/styles/decorstyles/religious_devourers +share/crossfire/maps/styles/decorstyles/religious_gaea +share/crossfire/maps/styles/decorstyles/religious_generic +share/crossfire/maps/styles/decorstyles/religious_gnarg +share/crossfire/maps/styles/decorstyles/religious_gorokh +share/crossfire/maps/styles/decorstyles/religious_lythander +share/crossfire/maps/styles/decorstyles/religious_mostrai +share/crossfire/maps/styles/decorstyles/religious_ruggilli +share/crossfire/maps/styles/decorstyles/religious_sorig +share/crossfire/maps/styles/decorstyles/religious_valriel +share/crossfire/maps/styles/decorstyles/rugged +share/crossfire/maps/styles/decorstyles/runes +share/crossfire/maps/styles/decorstyles/wealth +share/crossfire/maps/styles/decorstyles/wealth2 +share/crossfire/maps/styles/doorstyles/hdoors/door +share/crossfire/maps/styles/doorstyles/hdoors/door_look +share/crossfire/maps/styles/doorstyles/secret_hdoors/awall +share/crossfire/maps/styles/doorstyles/secret_hdoors/bwall +share/crossfire/maps/styles/doorstyles/secret_hdoors/cwall +share/crossfire/maps/styles/doorstyles/secret_hdoors/dwall +share/crossfire/maps/styles/doorstyles/secret_vdoors/awall +share/crossfire/maps/styles/doorstyles/secret_vdoors/bwall +share/crossfire/maps/styles/doorstyles/secret_vdoors/cwall +share/crossfire/maps/styles/doorstyles/secret_vdoors/dwall +share/crossfire/maps/styles/doorstyles/vdoors/door +share/crossfire/maps/styles/doorstyles/vdoors/door_look +share/crossfire/maps/styles/exitstyles/down/all +share/crossfire/maps/styles/exitstyles/down/cstair +share/crossfire/maps/styles/exitstyles/down/door +share/crossfire/maps/styles/exitstyles/down/fog +share/crossfire/maps/styles/exitstyles/down/hole +share/crossfire/maps/styles/exitstyles/down/ladder +share/crossfire/maps/styles/exitstyles/down/sstair +share/crossfire/maps/styles/exitstyles/down/teleporter +share/crossfire/maps/styles/exitstyles/down/whirl +share/crossfire/maps/styles/exitstyles/generic/all +share/crossfire/maps/styles/exitstyles/generic/door +share/crossfire/maps/styles/exitstyles/generic/fog +share/crossfire/maps/styles/exitstyles/generic/hole +share/crossfire/maps/styles/exitstyles/generic/teleporter +share/crossfire/maps/styles/exitstyles/generic/whirl +share/crossfire/maps/styles/exitstyles/up/all +share/crossfire/maps/styles/exitstyles/up/cstair +share/crossfire/maps/styles/exitstyles/up/door +share/crossfire/maps/styles/exitstyles/up/fog +share/crossfire/maps/styles/exitstyles/up/ladder +share/crossfire/maps/styles/exitstyles/up/sstair +share/crossfire/maps/styles/exitstyles/up/teleporter +share/crossfire/maps/styles/exitstyles/up/whirl +share/crossfire/maps/styles/floorstyles/cobbles +share/crossfire/maps/styles/floorstyles/dirt +share/crossfire/maps/styles/floorstyles/indoor +share/crossfire/maps/styles/floorstyles/lava +share/crossfire/maps/styles/floorstyles/lightdirt +share/crossfire/maps/styles/floorstyles/outdoor +share/crossfire/maps/styles/floorstyles/outdoor_lush +share/crossfire/maps/styles/floorstyles/stones2 +share/crossfire/maps/styles/floorstyles/woodfloor +share/crossfire/maps/styles/floorstyles/woodfloor1 +share/crossfire/maps/styles/misc/fountains +share/crossfire/maps/styles/misc/obscure_exits +share/crossfire/maps/styles/monsterstyles/angel/angel_1 +share/crossfire/maps/styles/monsterstyles/angel/angel_10 +share/crossfire/maps/styles/monsterstyles/angel/angel_11 +share/crossfire/maps/styles/monsterstyles/angel/angel_12 +share/crossfire/maps/styles/monsterstyles/angel/angel_13 +share/crossfire/maps/styles/monsterstyles/angel/angel_14 +share/crossfire/maps/styles/monsterstyles/angel/angel_15 +share/crossfire/maps/styles/monsterstyles/angel/angel_16 +share/crossfire/maps/styles/monsterstyles/angel/angel_17 +share/crossfire/maps/styles/monsterstyles/angel/angel_18 +share/crossfire/maps/styles/monsterstyles/angel/angel_19 +share/crossfire/maps/styles/monsterstyles/angel/angel_2 +share/crossfire/maps/styles/monsterstyles/angel/angel_20 +share/crossfire/maps/styles/monsterstyles/angel/angel_21 +share/crossfire/maps/styles/monsterstyles/angel/angel_22 +share/crossfire/maps/styles/monsterstyles/angel/angel_23 +share/crossfire/maps/styles/monsterstyles/angel/angel_24 +share/crossfire/maps/styles/monsterstyles/angel/angel_25 +share/crossfire/maps/styles/monsterstyles/angel/angel_26 +share/crossfire/maps/styles/monsterstyles/angel/angel_27 +share/crossfire/maps/styles/monsterstyles/angel/angel_28 +share/crossfire/maps/styles/monsterstyles/angel/angel_29 +share/crossfire/maps/styles/monsterstyles/angel/angel_3 +share/crossfire/maps/styles/monsterstyles/angel/angel_4 +share/crossfire/maps/styles/monsterstyles/angel/angel_5 +share/crossfire/maps/styles/monsterstyles/angel/angel_6 +share/crossfire/maps/styles/monsterstyles/angel/angel_7 +share/crossfire/maps/styles/monsterstyles/angel/angel_8 +share/crossfire/maps/styles/monsterstyles/angel/angel_9 +share/crossfire/maps/styles/monsterstyles/animal/animal_1 +share/crossfire/maps/styles/monsterstyles/animal/animal_10 +share/crossfire/maps/styles/monsterstyles/animal/animal_11 +share/crossfire/maps/styles/monsterstyles/animal/animal_12 +share/crossfire/maps/styles/monsterstyles/animal/animal_13 +share/crossfire/maps/styles/monsterstyles/animal/animal_14 +share/crossfire/maps/styles/monsterstyles/animal/animal_2 +share/crossfire/maps/styles/monsterstyles/animal/animal_3 +share/crossfire/maps/styles/monsterstyles/animal/animal_4 +share/crossfire/maps/styles/monsterstyles/animal/animal_5 +share/crossfire/maps/styles/monsterstyles/animal/animal_6 +share/crossfire/maps/styles/monsterstyles/animal/animal_7 +share/crossfire/maps/styles/monsterstyles/animal/animal_8 +share/crossfire/maps/styles/monsterstyles/animal/animal_9 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_1 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_10 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_2 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_3 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_4 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_5 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_6 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_7 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_8 +share/crossfire/maps/styles/monsterstyles/chaos/chaos_9 +share/crossfire/maps/styles/monsterstyles/city/city_1 +share/crossfire/maps/styles/monsterstyles/demon/demon_1 +share/crossfire/maps/styles/monsterstyles/demon/demon_10 +share/crossfire/maps/styles/monsterstyles/demon/demon_11 +share/crossfire/maps/styles/monsterstyles/demon/demon_12 +share/crossfire/maps/styles/monsterstyles/demon/demon_13 +share/crossfire/maps/styles/monsterstyles/demon/demon_2 +share/crossfire/maps/styles/monsterstyles/demon/demon_3 +share/crossfire/maps/styles/monsterstyles/demon/demon_4 +share/crossfire/maps/styles/monsterstyles/demon/demon_5 +share/crossfire/maps/styles/monsterstyles/demon/demon_6 +share/crossfire/maps/styles/monsterstyles/demon/demon_7 +share/crossfire/maps/styles/monsterstyles/demon/demon_8 +share/crossfire/maps/styles/monsterstyles/demon/demon_9 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_1 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_10 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_11 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_12 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_13 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_14 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_15 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_2 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_3 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_4 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_5 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_6 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_7 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_8 +share/crossfire/maps/styles/monsterstyles/dragon/dragon_9 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_1 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_10 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_11 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_12 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_13 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_14 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_15 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_16 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_17 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_18 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_19 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_2 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_3 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_4 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_5 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_6 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_7 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_8 +share/crossfire/maps/styles/monsterstyles/humanoid/humanoid_9 +share/crossfire/maps/styles/monsterstyles/imp/imp_1 +share/crossfire/maps/styles/monsterstyles/insect/insect_1 +share/crossfire/maps/styles/monsterstyles/insect/insect_10 +share/crossfire/maps/styles/monsterstyles/insect/insect_11 +share/crossfire/maps/styles/monsterstyles/insect/insect_12 +share/crossfire/maps/styles/monsterstyles/insect/insect_13 +share/crossfire/maps/styles/monsterstyles/insect/insect_2 +share/crossfire/maps/styles/monsterstyles/insect/insect_3 +share/crossfire/maps/styles/monsterstyles/insect/insect_4 +share/crossfire/maps/styles/monsterstyles/insect/insect_5 +share/crossfire/maps/styles/monsterstyles/insect/insect_6 +share/crossfire/maps/styles/monsterstyles/insect/insect_7 +share/crossfire/maps/styles/monsterstyles/insect/insect_8 +share/crossfire/maps/styles/monsterstyles/insect/insect_9 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_1 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_10 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_11 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_12 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_13 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_14 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_15 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_16 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_17 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_18 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_19 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_2 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_20 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_21 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_3 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_4 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_5 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_6 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_7 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_8 +share/crossfire/maps/styles/monsterstyles/nethack/nethack_9 +share/crossfire/maps/styles/monsterstyles/orc/orc_1 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_1 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_2 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_3 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_4 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_5 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_6 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_7 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_8 +share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_9 +share/crossfire/maps/styles/monsterstyles/undead/undead_1 +share/crossfire/maps/styles/monsterstyles/undead/undead_10 +share/crossfire/maps/styles/monsterstyles/undead/undead_11 +share/crossfire/maps/styles/monsterstyles/undead/undead_12 +share/crossfire/maps/styles/monsterstyles/undead/undead_13 +share/crossfire/maps/styles/monsterstyles/undead/undead_14 +share/crossfire/maps/styles/monsterstyles/undead/undead_15 +share/crossfire/maps/styles/monsterstyles/undead/undead_16 +share/crossfire/maps/styles/monsterstyles/undead/undead_17 +share/crossfire/maps/styles/monsterstyles/undead/undead_18 +share/crossfire/maps/styles/monsterstyles/undead/undead_19 +share/crossfire/maps/styles/monsterstyles/undead/undead_2 +share/crossfire/maps/styles/monsterstyles/undead/undead_20 +share/crossfire/maps/styles/monsterstyles/undead/undead_21 +share/crossfire/maps/styles/monsterstyles/undead/undead_3 +share/crossfire/maps/styles/monsterstyles/undead/undead_4 +share/crossfire/maps/styles/monsterstyles/undead/undead_5 +share/crossfire/maps/styles/monsterstyles/undead/undead_6 +share/crossfire/maps/styles/monsterstyles/undead/undead_7 +share/crossfire/maps/styles/monsterstyles/undead/undead_8 +share/crossfire/maps/styles/monsterstyles/undead/undead_9 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_1 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_2 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_3 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_4 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_5 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_6 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_7 +share/crossfire/maps/styles/monsterstyles/vegetable/vegetable_8 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_1 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_2 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_3 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_4 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_5 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_6 +share/crossfire/maps/styles/monsterstyles/wyvern/wyvern_7 +share/crossfire/maps/styles/specialmaps/abattoir +share/crossfire/maps/styles/specialmaps/doorhome +share/crossfire/maps/styles/specialmaps/fake_heal_post +share/crossfire/maps/styles/specialmaps/haven +share/crossfire/maps/styles/specialmaps/healing_post +share/crossfire/maps/styles/specialmaps/minialch +share/crossfire/maps/styles/specialmaps/miniarmory +share/crossfire/maps/styles/specialmaps/minichapel_demon +share/crossfire/maps/styles/specialmaps/minichapel_devourers +share/crossfire/maps/styles/specialmaps/minichapel_gaea +share/crossfire/maps/styles/specialmaps/minichapel_rugguli +share/crossfire/maps/styles/specialmaps/minilarder +share/crossfire/maps/styles/specialmaps/ministudy +share/crossfire/maps/styles/specialmaps/minitrade +share/crossfire/maps/styles/specialmaps/powerroom +share/crossfire/maps/styles/specialmaps/study +share/crossfire/maps/styles/specialmaps/tinytrade +share/crossfire/maps/styles/specialmaps/tradingpost +share/crossfire/maps/styles/specialmaps/turret +share/crossfire/maps/styles/specialmaps/turret2 +share/crossfire/maps/styles/specialmaps/turretswarm +share/crossfire/maps/styles/specialmaps/turrettrap +share/crossfire/maps/styles/trapstyles/runes +share/crossfire/maps/styles/trapstyles/traps +share/crossfire/maps/styles/treasurestyles/gold_and_gems +share/crossfire/maps/styles/wallstyles/castle +share/crossfire/maps/styles/wallstyles/cave +share/crossfire/maps/styles/wallstyles/cave2 +share/crossfire/maps/styles/wallstyles/dungeon +share/crossfire/maps/styles/wallstyles/dungeon2 +share/crossfire/maps/styles/wallstyles/earthen +share/crossfire/maps/styles/wallstyles/garden +share/crossfire/maps/styles/wallstyles/trees +share/crossfire/maps/styles/wallstyles/water +share/crossfire/maps/styles/wallstyles/wharf +share/crossfire/maps/styles/wallstyles/wooden +share/crossfire/maps/terrain/desert_1 +share/crossfire/maps/terrain/desert_2 +share/crossfire/maps/terrain/empty +share/crossfire/maps/terrain/forest_1 +share/crossfire/maps/terrain/forest_2 +share/crossfire/maps/terrain/hills_1 +share/crossfire/maps/terrain/hills_2 +share/crossfire/maps/terrain/jungle_1 +share/crossfire/maps/terrain/jungle_2 +share/crossfire/maps/terrain/mountain_1 +share/crossfire/maps/terrain/mountain_2 +share/crossfire/maps/terrain/plains_1 +share/crossfire/maps/terrain/plains_2 +share/crossfire/maps/terrain/swamp_1 +share/crossfire/maps/terrain/swamp_2 +share/crossfire/maps/test/anthony/README +share/crossfire/maps/test/anthony/cascades +share/crossfire/maps/test/anthony/connected_objects +share/crossfire/maps/test/anthony/conveyor +share/crossfire/maps/test/anthony/raffles_cascade +share/crossfire/maps/test/anthony/roller_cades +share/crossfire/maps/test/anthony/special_objects +share/crossfire/maps/test/bigmonpit +share/crossfire/maps/test/connected_bug +share/crossfire/maps/test/diagonal +share/crossfire/maps/test/faceofdeath +share/crossfire/maps/test/insert_bug +share/crossfire/maps/test/multisquare +share/crossfire/maps/test/paralyze +share/crossfire/maps/test/pit +share/crossfire/maps/test/playermover +share/crossfire/maps/test/randomtreasure +share/crossfire/maps/test/remote_altar +share/crossfire/maps/test/trigger +share/crossfire/maps/thomas/sisters/compound1 +share/crossfire/maps/thomas/sisters/compound2 +share/crossfire/maps/thomas/sisters/compound3 +share/crossfire/maps/thomas/sisters/entrance +share/crossfire/maps/thomas/sisters/granary +share/crossfire/maps/thomas/sisters/necro_entrance +share/crossfire/maps/thomas/sisters/necro_hole1 +share/crossfire/maps/thomas/sisters/necro_ruin1 +share/crossfire/maps/thomas/sisters/necro_ruin1a +share/crossfire/maps/thomas/sisters/shrine0 +share/crossfire/maps/thomas/sisters/shrine0_east +share/crossfire/maps/thomas/sisters/shrine0_west +share/crossfire/maps/thomas/sisters/shrine1 +share/crossfire/maps/thomas/sisters/shrine_entrance +share/crossfire/maps/thomas/sisters/small_manor0 +share/crossfire/maps/thomas/sisters/small_manor1 +share/crossfire/maps/thomas/sisters/small_manor2 +share/crossfire/maps/thomas/sisters/small_village +share/crossfire/maps/thomas/sisters/tower0 +share/crossfire/maps/thomas/sisters/tower1 +share/crossfire/maps/thomas/sisters/tower2 +share/crossfire/maps/thomas/sisters/tower3 +share/crossfire/maps/thomas/sisters/valley +share/crossfire/maps/unlinked/Greyshield/Archery +share/crossfire/maps/unlinked/Greyshield/Arena +share/crossfire/maps/unlinked/Greyshield/Castle +share/crossfire/maps/unlinked/Greyshield/Cave +share/crossfire/maps/unlinked/Greyshield/Cavern +share/crossfire/maps/unlinked/Greyshield/Cavern2 +share/crossfire/maps/unlinked/Greyshield/Chamber +share/crossfire/maps/unlinked/Greyshield/Doors +share/crossfire/maps/unlinked/Greyshield/Dungeon +share/crossfire/maps/unlinked/Greyshield/Elements +share/crossfire/maps/unlinked/Greyshield/Factory +share/crossfire/maps/unlinked/Greyshield/Finish +share/crossfire/maps/unlinked/Greyshield/Fortress +share/crossfire/maps/unlinked/Greyshield/GreyMaster +share/crossfire/maps/unlinked/Greyshield/Greysword +share/crossfire/maps/unlinked/Greyshield/Island +share/crossfire/maps/unlinked/Greyshield/Island1 +share/crossfire/maps/unlinked/Greyshield/Ruins +share/crossfire/maps/unlinked/Greyshield/Sphinx +share/crossfire/maps/unlinked/tomble/CHANGELOG +share/crossfire/maps/unlinked/tomble/COPYRIGHT +share/crossfire/maps/unlinked/tomble/README +share/crossfire/maps/unlinked/tomble/candy-apple/inn1 +share/crossfire/maps/unlinked/tomble/candy-apple/island-pr +share/crossfire/maps/unlinked/tomble/candy-apple/lament-keepGD +share/crossfire/maps/unlinked/tomble/candy-apple/smallshop1 +share/crossfire/maps/unlinked/tomble/candy-apple/tower1 +share/crossfire/maps/unlinked/tomble/candy-apple/town1 +share/crossfire/maps/unlinked/tomble/ex-navar/evilshop +share/crossfire/maps/unlinked/tomble/ex-navar/market1 +share/crossfire/maps/unlinked/tomble/ex-navar/market1-purge +share/crossfire/maps/unlinked/tomble/ex-navar/quiet_shop +share/crossfire/maps/unlinked/tomble/ex-navar/silly1 +share/crossfire/maps/unlinked/tomble/ex-navar/slum-proto1 +share/crossfire/maps/unlinked/tomble/ex-navar/slum-proto2 +share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto1 +share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto2 +share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto3 +share/crossfire/maps/unlinked/tomble/ex-scorn/eng_guild +share/crossfire/maps/unlinked/tomble/ex-scorn/spring_works +share/crossfire/maps/unlinked/tomble/ex-scorn/t_v_lab_gifts +share/crossfire/maps/unlinked/tomble/ex-scorn/t_v_lab_shed +share/crossfire/maps/unlinked/tomble/ex-scorn/temp-s +share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment1 +share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment2 +share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment3 +share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_vampyre_lab +share/crossfire/maps/unlinked/tomble/p.tui/p.tui +share/crossfire/maps/unlinked/tomble/picks/tbls-exits +share/crossfire/maps/unlinked/tomble/prototypes/cursemap +share/crossfire/maps/unlinked/tomble/prototypes/dun-east0.orig +share/crossfire/maps/unlinked/tomble/prototypes/dun-east0b +share/crossfire/maps/unlinked/tomble/prototypes/guardhouse +share/crossfire/maps/unlinked/tomble/prototypes/inn1 +share/crossfire/maps/unlinked/tomble/prototypes/keep-prot +share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt2 +share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt3 +share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt4 +share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt5 +share/crossfire/maps/unlinked/tomble/prototypes/my-elevation1 +share/crossfire/maps/unlinked/tomble/prototypes/p.tui-proto +share/crossfire/maps/unlinked/tomble/prototypes/squishi-orig +share/crossfire/maps/unlinked/tomble/prototypes/squishi1 +share/crossfire/maps/unlinked/tomble/prototypes/squishi2 +share/crossfire/maps/unlinked/tomble/prototypes/squishi3 +share/crossfire/maps/unlinked/tomble/squishi/alch-cellar +share/crossfire/maps/unlinked/tomble/squishi/alch-top +share/crossfire/maps/unlinked/tomble/squishi/alchemist +share/crossfire/maps/unlinked/tomble/squishi/auction1 +share/crossfire/maps/unlinked/tomble/squishi/cin-sc1 +share/crossfire/maps/unlinked/tomble/squishi/cinema +share/crossfire/maps/unlinked/tomble/squishi/colosseum +share/crossfire/maps/unlinked/tomble/squishi/guardhouse +share/crossfire/maps/unlinked/tomble/squishi/inns/inn1 +share/crossfire/maps/unlinked/tomble/squishi/inns/soelim1 +share/crossfire/maps/unlinked/tomble/squishi/kebabery +share/crossfire/maps/unlinked/tomble/squishi/magic-shop1 +share/crossfire/maps/unlinked/tomble/squishi/main-structures/courthouse +share/crossfire/maps/unlinked/tomble/squishi/main-structures/keep-prelim +share/crossfire/maps/unlinked/tomble/squishi/main-structures/temple1 +share/crossfire/maps/unlinked/tomble/squishi/main-structures/univ1 +share/crossfire/maps/unlinked/tomble/squishi/main-structures/univ11proto +share/crossfire/maps/unlinked/tomble/squishi/market/market-w +share/crossfire/maps/unlinked/tomble/squishi/market/stall_1 +share/crossfire/maps/unlinked/tomble/squishi/market/stall_2 +share/crossfire/maps/unlinked/tomble/squishi/newall-twr-gnd +share/crossfire/maps/unlinked/tomble/squishi/nw-twr-gnd +share/crossfire/maps/unlinked/tomble/squishi/nwwall-twr-gnd +share/crossfire/maps/unlinked/tomble/squishi/squishi +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringy-mos.ASC +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringy-mos.TXT +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-atrium +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-diningroom +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-hallway +share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-kitchen +share/crossfire/maps/unlinked/tomble/squishi/ug/alch-dun +share/crossfire/maps/unlinked/tomble/squishi/ug/dun-east0 +share/crossfire/maps/unlinked/tomble/squishi/ug/dun-west0 +share/crossfire/maps/unlinked/tomble/squishi/ug/stav-hall +share/crossfire/maps/unlinked/tomble/squishi/ug/subtemp-ent +share/crossfire/maps/unlinked/tomble/styles/specialmaps/house_of_fun +share/crossfire/maps/unlinked/tomble/styles/specialmaps/house_of_fun2 +share/crossfire/maps/unlinked/tomble/styles/specialmaps/mushroom_shop +share/crossfire/maps/unlinked/tomble/wall-picks/moat +share/crossfire/maps/unlinked/tomble/wall-picks/tbls-walls +share/crossfire/maps/unlinked/tomble/world/world_c4-tbl +share/crossfire/maps/unlinked/tomble/world/world_c5 +share/crossfire/maps/unlinked/tomble/world/world_c6 +share/crossfire/maps/wolfsburg/dept_store +share/crossfire/maps/wolfsburg/etern_rew +share/crossfire/maps/wolfsburg/inns +share/crossfire/maps/wolfsburg/magara/castle/cellar +share/crossfire/maps/wolfsburg/magara/castle/floor_1 +share/crossfire/maps/wolfsburg/magara/castle/floor_2 +share/crossfire/maps/wolfsburg/magara/castle/floor_3 +share/crossfire/maps/wolfsburg/magara/cellar1/hcellar_1 +share/crossfire/maps/wolfsburg/magara/cellar1/hcellar_2 +share/crossfire/maps/wolfsburg/magara/cellar1/hole +share/crossfire/maps/wolfsburg/magara/cellar_1 +share/crossfire/maps/wolfsburg/magara/tower1/entrance +share/crossfire/maps/wolfsburg/magara/tower1/floor_1 +share/crossfire/maps/wolfsburg/magara/tower1/floor_3 +share/crossfire/maps/wolfsburg/magara/tower2/floor_1 +share/crossfire/maps/wolfsburg/magara/tower2/floor_2 +share/crossfire/maps/wolfsburg/piratechurch +share/crossfire/maps/wolfsburg/piratetown +share/crossfire/maps/wolfsburg/prison +share/crossfire/maps/wolfsburg/slave_pit1 +share/crossfire/maps/wolfsburg/slave_pit2 +share/crossfire/maps/wolfsburg/slave_pit3 +share/crossfire/maps/wolfsburg/snakepit +share/crossfire/maps/wolfsburg/tt/tta1 +share/crossfire/maps/wolfsburg/tt/tta2 +share/crossfire/maps/wolfsburg/tt/ttb1 +share/crossfire/maps/wolfsburg/tt/ttb2 +share/crossfire/maps/wolfsburg/ware1 +share/crossfire/maps/wolfsburg/whorehouse +share/crossfire/maps/world/.#world_a3.1.6 +share/crossfire/maps/world/README +share/crossfire/maps/world/connect.pl +share/crossfire/maps/world/world_a1 +share/crossfire/maps/world/world_a2 +share/crossfire/maps/world/world_a3 +share/crossfire/maps/world/world_a4 +share/crossfire/maps/world/world_b1 +share/crossfire/maps/world/world_b2 +share/crossfire/maps/world/world_b3 +share/crossfire/maps/world/world_b4 +share/crossfire/maps/world/world_c1 +share/crossfire/maps/world/world_c2 +share/crossfire/maps/world/world_c3 +share/crossfire/maps/world/world_c4 +share/crossfire/maps/world/world_e1 +share/crossfire/maps/world/world_e2 +share/crossfire/messages +share/crossfire/motd +share/crossfire/races +share/crossfire/settings +share/crossfire/skill_params +share/crossfire/spell_params +share/crossfire/treasures +var/crossfire/bookarch +var/crossfire/highscore +var/crossfire/temp.maps +@dirrm var/crossfire/unique-items +@dirrm var/crossfire/players +@dirrm var/crossfire +@dirrm var +@dirrm share/crossfire/maps/world +@dirrm share/crossfire/maps/wolfsburg/tt +@dirrm share/crossfire/maps/wolfsburg/magara/tower2 +@dirrm share/crossfire/maps/wolfsburg/magara/tower1 +@dirrm share/crossfire/maps/wolfsburg/magara/cellar1 +@dirrm share/crossfire/maps/wolfsburg/magara/castle +@dirrm share/crossfire/maps/wolfsburg/magara +@dirrm share/crossfire/maps/wolfsburg +@dirrm share/crossfire/maps/unlinked/tomble/world +@dirrm share/crossfire/maps/unlinked/tomble/wall-picks +@dirrm share/crossfire/maps/unlinked/tomble/styles/specialmaps +@dirrm share/crossfire/maps/unlinked/tomble/styles +@dirrm share/crossfire/maps/unlinked/tomble/squishi/ug +@dirrm share/crossfire/maps/unlinked/tomble/squishi/stringy +@dirrm share/crossfire/maps/unlinked/tomble/squishi/market +@dirrm share/crossfire/maps/unlinked/tomble/squishi/main-structures +@dirrm share/crossfire/maps/unlinked/tomble/squishi/inns +@dirrm share/crossfire/maps/unlinked/tomble/squishi +@dirrm share/crossfire/maps/unlinked/tomble/prototypes +@dirrm share/crossfire/maps/unlinked/tomble/picks +@dirrm share/crossfire/maps/unlinked/tomble/p.tui +@dirrm share/crossfire/maps/unlinked/tomble/ex-scorn +@dirrm share/crossfire/maps/unlinked/tomble/ex-navar +@dirrm share/crossfire/maps/unlinked/tomble/candy-apple +@dirrm share/crossfire/maps/unlinked/tomble +@dirrm share/crossfire/maps/unlinked/Greyshield +@dirrm share/crossfire/maps/unlinked +@dirrm share/crossfire/maps/tmp +@dirrm share/crossfire/maps/thomas/sisters +@dirrm share/crossfire/maps/thomas +@dirrm share/crossfire/maps/test/anthony +@dirrm share/crossfire/maps/test +@dirrm share/crossfire/maps/terrain +@dirrm share/crossfire/maps/styles/wallstyles +@dirrm share/crossfire/maps/styles/treasurestyles +@dirrm share/crossfire/maps/styles/trapstyles +@dirrm share/crossfire/maps/styles/specialstyles +@dirrm share/crossfire/maps/styles/specialmaps +@dirrm share/crossfire/maps/styles/monsterstyles/wyvern +@dirrm share/crossfire/maps/styles/monsterstyles/vegetable +@dirrm share/crossfire/maps/styles/monsterstyles/undead +@dirrm share/crossfire/maps/styles/monsterstyles/subterranean +@dirrm share/crossfire/maps/styles/monsterstyles/orc +@dirrm share/crossfire/maps/styles/monsterstyles/nethack +@dirrm share/crossfire/maps/styles/monsterstyles/insect +@dirrm share/crossfire/maps/styles/monsterstyles/imp +@dirrm share/crossfire/maps/styles/monsterstyles/humanoid +@dirrm share/crossfire/maps/styles/monsterstyles/dragon +@dirrm share/crossfire/maps/styles/monsterstyles/demon +@dirrm share/crossfire/maps/styles/monsterstyles/city +@dirrm share/crossfire/maps/styles/monsterstyles/chaos +@dirrm share/crossfire/maps/styles/monsterstyles/animal +@dirrm share/crossfire/maps/styles/monsterstyles/angel +@dirrm share/crossfire/maps/styles/monsterstyles +@dirrm share/crossfire/maps/styles/misc +@dirrm share/crossfire/maps/styles/floorstyles +@dirrm share/crossfire/maps/styles/exitstyles/up +@dirrm share/crossfire/maps/styles/exitstyles/generic +@dirrm share/crossfire/maps/styles/exitstyles/down +@dirrm share/crossfire/maps/styles/exitstyles +@dirrm share/crossfire/maps/styles/doorstyles/vdoors +@dirrm share/crossfire/maps/styles/doorstyles/secret_vdoors +@dirrm share/crossfire/maps/styles/doorstyles/secret_hdoors +@dirrm share/crossfire/maps/styles/doorstyles/hdoors +@dirrm share/crossfire/maps/styles/doorstyles +@dirrm share/crossfire/maps/styles/decorstyles +@dirrm share/crossfire/maps/styles +@dirrm share/crossfire/maps/skud +@dirrm share/crossfire/maps/santo_dominion/shops +@dirrm share/crossfire/maps/santo_dominion/mudman +@dirrm share/crossfire/maps/santo_dominion/magara/well +@dirrm share/crossfire/maps/santo_dominion/magara/south_lighthouse +@dirrm share/crossfire/maps/santo_dominion/magara/north_lighthouse +@dirrm share/crossfire/maps/santo_dominion/magara/hut +@dirrm share/crossfire/maps/santo_dominion/magara +@dirrm share/crossfire/maps/santo_dominion/lord_byron +@dirrm share/crossfire/maps/santo_dominion/houses +@dirrm share/crossfire/maps/santo_dominion +@dirrm share/crossfire/maps/pup_land/s_f +@dirrm share/crossfire/maps/pup_land/ruin_barbarian +@dirrm share/crossfire/maps/pup_land/rainbow/red_town +@dirrm share/crossfire/maps/pup_land/rainbow/Lv7 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv6 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv5 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv4 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv3 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv2 +@dirrm share/crossfire/maps/pup_land/rainbow/Lv1 +@dirrm share/crossfire/maps/pup_land/rainbow +@dirrm share/crossfire/maps/pup_land/raffle +@dirrm share/crossfire/maps/pup_land/pplant +@dirrm share/crossfire/maps/pup_land/ordeal +@dirrm share/crossfire/maps/pup_land/nurnberg/reception +@dirrm share/crossfire/maps/pup_land/nurnberg/dick +@dirrm share/crossfire/maps/pup_land/nurnberg/castle_bauer +@dirrm share/crossfire/maps/pup_land/nurnberg/apartment +@dirrm share/crossfire/maps/pup_land/nurnberg +@dirrm share/crossfire/maps/pup_land/lone_town/cave +@dirrm share/crossfire/maps/pup_land/lone_town +@dirrm share/crossfire/maps/pup_land/kurte +@dirrm share/crossfire/maps/pup_land/jk +@dirrm share/crossfire/maps/pup_land/cave_weapon +@dirrm share/crossfire/maps/pup_land/castle_eureca +@dirrm share/crossfire/maps/pup_land/begin +@dirrm share/crossfire/maps/pup_land/ancient/volcano +@dirrm share/crossfire/maps/pup_land/ancient/village/siegfried +@dirrm share/crossfire/maps/pup_land/ancient/village/hole +@dirrm share/crossfire/maps/pup_land/ancient/village +@dirrm share/crossfire/maps/pup_land/ancient/ruin +@dirrm share/crossfire/maps/pup_land/ancient/mountain +@dirrm share/crossfire/maps/pup_land/ancient/kurte +@dirrm share/crossfire/maps/pup_land/ancient/castle +@dirrm share/crossfire/maps/pup_land/ancient +@dirrm share/crossfire/maps/pup_land +@dirrm share/crossfire/maps/peterm/temple +@dirrm share/crossfire/maps/peterm/quests +@dirrm share/crossfire/maps/peterm/FireTemple +@dirrm share/crossfire/maps/peterm/DragonQuest +@dirrm share/crossfire/maps/peterm/Demonology +@dirrm share/crossfire/maps/peterm/CTower +@dirrm share/crossfire/maps/peterm +@dirrm share/crossfire/maps/navar_city/tower +@dirrm share/crossfire/maps/navar_city/magara/houses +@dirrm share/crossfire/maps/navar_city/magara +@dirrm share/crossfire/maps/navar_city/light +@dirrm share/crossfire/maps/navar_city/illusion +@dirrm share/crossfire/maps/navar_city +@dirrm share/crossfire/maps/mcz +@dirrm share/crossfire/maps/mak/unnatural +@dirrm share/crossfire/maps/mak/undead +@dirrm share/crossfire/maps/mak/troll_cave +@dirrm share/crossfire/maps/mak/mansion +@dirrm share/crossfire/maps/mak/giant +@dirrm share/crossfire/maps/mak/dragons +@dirrm share/crossfire/maps/mak/chaos +@dirrm share/crossfire/maps/mak/academy.crap +@dirrm share/crossfire/maps/mak +@dirrm share/crossfire/maps/langley/town +@dirrm share/crossfire/maps/langley/pirates +@dirrm share/crossfire/maps/langley/goblin +@dirrm share/crossfire/maps/langley +@dirrm share/crossfire/maps/kar +@dirrm share/crossfire/maps/hendel +@dirrm share/crossfire/maps/good +@dirrm share/crossfire/maps/generic +@dirrm share/crossfire/maps/espen +@dirrm share/crossfire/maps/esben +@dirrm share/crossfire/maps/ender/temple +@dirrm share/crossfire/maps/ender/pisland +@dirrm share/crossfire/maps/ender/island +@dirrm share/crossfire/maps/ender +@dirrm share/crossfire/maps/eeur +@dirrm share/crossfire/maps/editor/walls +@dirrm share/crossfire/maps/editor/picks +@dirrm share/crossfire/maps/editor +@dirrm share/crossfire/maps/dtabb/volcano +@dirrm share/crossfire/maps/dtabb/undead +@dirrm share/crossfire/maps/dtabb/town +@dirrm share/crossfire/maps/dtabb/quest +@dirrm share/crossfire/maps/dtabb/lynn +@dirrm share/crossfire/maps/dtabb/darcap +@dirrm share/crossfire/maps/dtabb/caterham/town +@dirrm share/crossfire/maps/dtabb/caterham/temple +@dirrm share/crossfire/maps/dtabb/caterham/circus +@dirrm share/crossfire/maps/dtabb/caterham +@dirrm share/crossfire/maps/dtabb/castle +@dirrm share/crossfire/maps/dtabb +@dirrm share/crossfire/maps/dragonisland +@dirrm share/crossfire/maps/destiny/elcyon +@dirrm share/crossfire/maps/destiny/circus +@dirrm share/crossfire/maps/destiny/cave +@dirrm share/crossfire/maps/destiny +@dirrm share/crossfire/maps/city/towers +@dirrm share/crossfire/maps/city/temples +@dirrm share/crossfire/maps/city/taverns +@dirrm share/crossfire/maps/city/shops +@dirrm share/crossfire/maps/city/oldcity +@dirrm share/crossfire/maps/city/misc/battle_arena +@dirrm share/crossfire/maps/city/misc +@dirrm share/crossfire/maps/city/mansion +@dirrm share/crossfire/maps/city/magara +@dirrm share/crossfire/maps/city/kar +@dirrm share/crossfire/maps/city/houses +@dirrm share/crossfire/maps/city/cannery +@dirrm share/crossfire/maps/city/apartment +@dirrm share/crossfire/maps/city/anthony +@dirrm share/crossfire/maps/city +@dirrm share/crossfire/maps/cd +@dirrm share/crossfire/maps/brittany/Brest/Castle +@dirrm share/crossfire/maps/brittany/Brest +@dirrm share/crossfire/maps/brittany +@dirrm share/crossfire/maps/asyvan +@dirrm share/crossfire/maps/Lake_Country/snake_pit +@dirrm share/crossfire/maps/Lake_Country/small_buildings +@dirrm share/crossfire/maps/Lake_Country/shops +@dirrm share/crossfire/maps/Lake_Country/quest +@dirrm share/crossfire/maps/Lake_Country/marsh +@dirrm share/crossfire/maps/Lake_Country/ebony +@dirrm share/crossfire/maps/Lake_Country/Sunset_Lake +@dirrm share/crossfire/maps/Lake_Country/RETower +@dirrm share/crossfire/maps/Lake_Country/Mwizard +@dirrm share/crossfire/maps/Lake_Country/Butakis/houses +@dirrm share/crossfire/maps/Lake_Country/Butakis +@dirrm share/crossfire/maps/Lake_Country +@dirrm share/crossfire/maps +@dirrm share/crossfire/help +@dirrm share/crossfire diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile deleted file mode 100644 index 1a73ae3d1668..000000000000 --- a/games/crossfire/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: crossfire -# Date created: So 27 Okt 1996 12:25:55 MET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= crossfire -PORTVERSION= 0.94.3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ -DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ - ${CF_ARCH} ${CF_CLSERV} -EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 - -USE_PERL5= yes -USE_XPM= yes -MAN6= crossedit.6 crossfire.6 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -# 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= ${PORTNAME}-${PORTVERSION}.tar.gz -CF_MAPS= ${PORTNAME}-${PORTVERSION}.maps.tar.gz -# crossfire doc ready for use -CF_DOC= ${PORTNAME}-${PORTVERSION}.doc.tar.gz -# no newer sounds available -CF_SOUNDS= ${PORTNAME}-0.92.7.sounds.tar.gz -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -# only for rebuild of doc -CF_ARCH= ${PORTNAME}-${PORTVERSION}.arch.tar.gz -.endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory - -post-patch: - @${PERL} -pi -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def - @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile - -do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -# 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: - ${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_ARCH} -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/crossedit.man \ - ${MANPREFIX}/man/man6/crossedit.6 - ${INSTALL_MAN} ${WRKSRC}/doc/crossfire.man \ - ${MANPREFIX}/man/man6/crossfire.6 - @${TAR} -C ${CFDIR}/lib -xzf ${_DISTDIR}/${CF_MAPS} - @${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_SOUNDS} - @${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 root:games ${CFDIR} - @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} root:games ${PREFIX}/bin/crossfire - @${CHMOD} 2555 ${PREFIX}/bin/crossfire -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/crossfire - @${TAR} -C ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/crossfire --unlink -xf - -.endif - @${SED} -e "s:/usr/local:${LOCALBASE}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/crossfire/distinfo b/games/crossfire/distinfo deleted file mode 100644 index 73a32f63e60b..000000000000 --- a/games/crossfire/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (crossfire-0.94.3.tar.gz) = caf54e15a14d3b4efdb3c3e756d2041f -MD5 (crossfire-0.94.3.doc.tar.gz) = 9b9330ad181bac6b0adc3b951c7ea987 -MD5 (crossfire-0.94.3.maps.tar.gz) = d48e52030a6cda85120220241443d258 -MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire/files/patch-aa b/games/crossfire/files/patch-aa deleted file mode 100644 index e59ed4bb0042..000000000000 --- a/games/crossfire/files/patch-aa +++ /dev/null @@ -1,75 +0,0 @@ ---- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 -+++ config/crosssite.def Sat Dec 2 05:14:43 2000 -@@ -36,10 +36,8 @@ - * (mwedel@pyramid.com) - */ - --/* - #define XPM_PIX --#define Xpm_LibDir /usr/local/lib/ --*/ -+#define Xpm_LibDir %%X11BASE%%/lib/ - /* If your include files are someplace odd */ - /*#define Xpm_Include /usr/local/include*/ - -@@ -51,13 +49,13 @@ - * This is a top root directory of all game staff as in UNIX-style - * overall. - */ --#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop %%PREFIX%%/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 %%PREFIX%%/bin - - /* Libraries location If this is undefined it defaults to the - standard location for X lib files/crossfire on your machine */ -@@ -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 %%PREFIX%%/man -+/* #define CManSuffix 6 */ - - - /* Force CC to use the specified options instead of the default -@@ -103,9 +102,8 @@ - * use the -l form or put in the complete path name. - * Linux users may need to add -lcrypt - */ --/* --#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 -@@ -161,11 +159,9 @@ - * too distant future, it probably isn't worth fixing here. - */ - --/* - #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 -@@ -203,7 +199,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/files/patch-ab b/games/crossfire/files/patch-ab deleted file mode 100644 index 8435ab72153b..000000000000 --- a/games/crossfire/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- include/config.h.orig Sat Aug 1 12:23:57 1998 -+++ include/config.h Mon Aug 31 14:19:29 1998 -@@ -163,7 +163,7 @@ - * in the crosssite.def file if I want this. By default, you probably - * dont want this defined. - */ --#ifndef DEBUG -+#ifdef DEBUG - #define DEBUG - #endif - -@@ -649,7 +649,7 @@ - */ - - #ifndef DM_MAIL --/* #define DM_MAIL "mark@pyramid.com" */ -+#define DM_MAIL "root" - #endif - - /* -@@ -956,9 +956,9 @@ - */ - - /* #define SAVE_HOMEDIR */ --/* #define LOCK_PLAYER */ -+#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/files/patch-ag b/games/crossfire/files/patch-ag deleted file mode 100644 index 6b36400a06c9..000000000000 --- a/games/crossfire/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- server/main.c.orig Sun Jan 5 19:59:27 1997 -+++ server/main.c Wed Sep 17 15:34:40 1997 -@@ -139,6 +139,36 @@ - } - } - -+#if defined(__FreeBSD__) -+static unsigned char itoa64[] = -+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ -+static void -+to64(char *s, long v, int n) -+{ -+ while (--n >= 0) { -+ *s++ = itoa64[v&0x3f]; -+ v >>= 6; -+ } -+} -+ -+char * -+crypt_string(char *str, char *salt) -+{ -+ char s[10]; -+ if (salt==NULL) { -+ struct timeval tv; -+ gettimeofday(&tv,0); -+ to64(&s[0], random(), 3); -+ to64(&s[3], tv.tv_usec, 3); -+ to64(&s[6], tv.tv_sec, 2); -+ s[8] = '\0'; -+ salt = s; -+ } -+ return (crypt(str, salt)); -+} -+#else -+ - char *crypt_string(char *str, char *salt) { - static char *c= - "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -@@ -151,6 +181,7 @@ - s[1]= salt[1]; - return crypt(str,s); - } -+#endif - - int check_password(char *typed,char *crypted) { - return !strcmp(crypt_string(typed,crypted),crypted); diff --git a/games/crossfire/files/patch-ai b/games/crossfire/files/patch-ai deleted file mode 100644 index 1f168195dd6a..000000000000 --- a/games/crossfire/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/files/patch-ak b/games/crossfire/files/patch-ak deleted file mode 100644 index 56af0748e854..000000000000 --- a/games/crossfire/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 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) { diff --git a/games/crossfire/files/patch-al b/games/crossfire/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); diff --git a/games/crossfire/files/patch-am b/games/crossfire/files/patch-am deleted file mode 100644 index 53d47c620e01..000000000000 --- a/games/crossfire/files/patch-am +++ /dev/null @@ -1,14 +0,0 @@ ---- include/structs.h.orig Sun Jan 5 19:59:46 1997 -+++ include/structs.h Wed Sep 17 14:29:59 1997 -@@ -562,7 +562,11 @@ - char write_buf[MAX_BUF]; - char **info; - unsigned char infolines,infochars; /* How big the info-array is */ -+#if defined(__FreeBSD__) -+ char password[40]; -+#else - char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ -+#endif - #ifdef SAVE_INTERVAL - time_t last_save_time; - #endif /* SAVE_INTERVAL */ diff --git a/games/crossfire/files/patch-an b/games/crossfire/files/patch-an deleted file mode 100644 index 6773fcba278a..000000000000 --- a/games/crossfire/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- server/daemon.c.orig Sun Jan 5 19:59:27 1997 -+++ server/daemon.c Wed Sep 17 14:39:21 1997 -@@ -50,6 +50,9 @@ - printf("Couldn't create logfile.\n"); - exit(0); - } -+#if defined(__FreeBSD__) -+ setlinebuf (logfile); -+#endif - fputs("\n========================\n",logfile); - fputs("Begin New Server Session\n",logfile); - fputs("========================\n\n",logfile); diff --git a/games/crossfire/files/patch-ao b/games/crossfire/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 -+++ config/crossfire.cf Sat Sep 18 18:32:23 1999 -@@ -174,7 +174,7 @@ - /* use /bin/cc you will be able to compile */ - /* crossfire itself. */ - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) - CC = cc -std1 -Olimit 1000 /* Alpha */ - #endif - diff --git a/games/crossfire/pkg-comment b/games/crossfire/pkg-comment deleted file mode 100644 index 2783f34b6ca1..000000000000 --- a/games/crossfire/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multiplayer graphical arcade and adventure game made for X11 diff --git a/games/crossfire/pkg-descr b/games/crossfire/pkg-descr deleted file mode 100644 index bd68bcd8c17a..000000000000 --- a/games/crossfire/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a multiplayer graphical arcade and adventure game made for -the X11 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". - -WWW: http://crossfire.real-time.com/ diff --git a/games/crossfire/pkg-message b/games/crossfire/pkg-message deleted file mode 100644 index 2a71b72dcafd..000000000000 --- a/games/crossfire/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Note: to start crossfire in clientmode - crossfire -xpm -Note: don't forget to update /usr/local/etc/rplay.conf - with new sounds in /usr/local/lib/crossfire/sounds diff --git a/games/crossfire/pkg-plist b/games/crossfire/pkg-plist deleted file mode 100644 index b6ce021171b7..000000000000 --- a/games/crossfire/pkg-plist +++ /dev/null @@ -1,2161 +0,0 @@ -bin/crossedit -bin/crossfire -bin/crossloop -bin/crossloop.pl -bin/crossrem.pl -bin/gensym.pl -bin/mapconv -bin/mktable -bin/tcpsockets.pl -lib/crossfire/fonts/crossfire.pcf -lib/crossfire/fonts/fonts.dir -lib/crossfire/lib/README -lib/crossfire/lib/adm/flushlocks -lib/crossfire/lib/animations -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/dragonisland/advguild -lib/crossfire/lib/maps/dragonisland/advguild2 -lib/crossfire/lib/maps/dragonisland/advguild3 -lib/crossfire/lib/maps/dragonisland/advshop0 -lib/crossfire/lib/maps/dragonisland/advshop1 -lib/crossfire/lib/maps/dragonisland/advshop2 -lib/crossfire/lib/maps/dragonisland/advshop3 -lib/crossfire/lib/maps/dragonisland/advshop4 -lib/crossfire/lib/maps/dragonisland/advshop5 -lib/crossfire/lib/maps/dragonisland/advshop6 -lib/crossfire/lib/maps/dragonisland/apartment2 -lib/crossfire/lib/maps/dragonisland/apartment3 -lib/crossfire/lib/maps/dragonisland/beginners2 -lib/crossfire/lib/maps/dragonisland/bloodwell -lib/crossfire/lib/maps/dragonisland/damarishouse0 -lib/crossfire/lib/maps/dragonisland/damarishouse1 -lib/crossfire/lib/maps/dragonisland/damarishouse2 -lib/crossfire/lib/maps/dragonisland/dragonmountain0 -lib/crossfire/lib/maps/dragonisland/dragonmountain1 -lib/crossfire/lib/maps/dragonisland/drowmansion -lib/crossfire/lib/maps/dragonisland/hangar -lib/crossfire/lib/maps/dragonisland/house1 -lib/crossfire/lib/maps/dragonisland/house4 -lib/crossfire/lib/maps/dragonisland/house5 -lib/crossfire/lib/maps/dragonisland/house6 -lib/crossfire/lib/maps/dragonisland/house7 -lib/crossfire/lib/maps/dragonisland/house8 -lib/crossfire/lib/maps/dragonisland/house9 -lib/crossfire/lib/maps/dragonisland/housebrxzl -lib/crossfire/lib/maps/dragonisland/intwell -lib/crossfire/lib/maps/dragonisland/island -lib/crossfire/lib/maps/dragonisland/keysale -lib/crossfire/lib/maps/dragonisland/luxhouse -lib/crossfire/lib/maps/dragonisland/stoneville -lib/crossfire/lib/maps/dragonisland/tavern -lib/crossfire/lib/maps/dragonisland/thievesden -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/bigmonpit -lib/crossfire/lib/maps/test/connected_bug -lib/crossfire/lib/maps/test/diagonal -lib/crossfire/lib/maps/test/faceofdeath -lib/crossfire/lib/maps/test/insert_bug -lib/crossfire/lib/maps/test/multisquare -lib/crossfire/lib/maps/test/paralyze -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 -%%PORTDOCS%%share/doc/crossfire/Crossedit.doc -%%PORTDOCS%%share/doc/crossfire/Imakefile -%%PORTDOCS%%share/doc/crossfire/PlayerStats -%%PORTDOCS%%share/doc/crossfire/README -%%PORTDOCS%%share/doc/crossfire/RunTimeCommands -%%PORTDOCS%%share/doc/crossfire/SurvivalGuide -%%PORTDOCS%%share/doc/crossfire/alchemy.doc -%%PORTDOCS%%share/doc/crossfire/crossedit.man -%%PORTDOCS%%share/doc/crossfire/crossfire.doc -%%PORTDOCS%%share/doc/crossfire/crossfire.man -%%PORTDOCS%%share/doc/crossfire/crosslib.doc -%%PORTDOCS%%share/doc/crossfire/experience -%%PORTDOCS%%share/doc/crossfire/handbook.ps -%%PORTDOCS%%share/doc/crossfire/include_html.pl -%%PORTDOCS%%share/doc/crossfire/mapguide -%%PORTDOCS%%share/doc/crossfire/mapmakers_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/maps-README -%%PORTDOCS%%share/doc/crossfire/multigod -%%PORTDOCS%%share/doc/crossfire/playbook-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/playbook-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Makefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/altardevo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargaea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargnarg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarjeho.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarluci.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarlyth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarmostr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarnone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarrugg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/appA.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appB.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/apple.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/arm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag-popcorn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/balm-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bed-save.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/big-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract.orig -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/book.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/books.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bookshelf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bows.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/br_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bul-wall-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-big.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-sma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cabbage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cake.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/card.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/carrot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap1.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap7.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/char-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/char.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/characters.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chest-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chocolate.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/clover.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/coffee.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/conv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/convert.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dead-neko.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/demon-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/depositbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/diploma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dir_spin.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/director.181.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/door-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/drag-steak.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dust-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ectoplasm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/emerald.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/playbook-html/equip.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/eyes.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/book.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/earrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/narrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nearrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nwarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/sarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/screen_dia.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/searrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairdown.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairup.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/swarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/warrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/figurine-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/finger.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fishfood.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/flesh.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/flint-and-steel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foodone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fr_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gard-gate.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gatedoor.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gem.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/goblin-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/goldcoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gu-horn.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbutt.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handle.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hands.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/heart.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hedge.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holy-symbol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holysymbol.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/horn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/horns.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/icor.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_char -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_equip -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_items -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-sting.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/iron-gate1.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/items -%%PORTDOCS%%share/doc/crossfire/playbook-html/items-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/items.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key-ring.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/keys.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/l-shop1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lbull-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ldoor1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/letter.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/lever.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/light-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/liver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/loaf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/logfile -%%PORTDOCS%%share/doc/crossfire/playbook-html/luggage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mailbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/makeps -%%PORTDOCS%%share/doc/crossfire/playbook-html/mint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/money.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/monument.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mushroom-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/naz-report.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/note.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/odoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/onion.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orange.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orcchop.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pear.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pearl.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pit.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/pix-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plt-coin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potato.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potion.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncha.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncon.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiondex.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionfir.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiongen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhero.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionimp.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioninv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionmag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionpow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potions.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionstr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionwis.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pouch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quarto.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quiver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/r-sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/refs.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/residue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-drain.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring.110.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rings.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/roast-bird.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rod-heavy.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/root.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-red.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-wh.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-yel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ruby.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeblast.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runedeath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefire.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefrost.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runegen.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runemark.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeshock.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/s-weasel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sapphire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/savebed.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scroll.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrollr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrolls.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/serpent-skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop-mat.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/shopmat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-e.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-w.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/silvercoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/skill_stat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sorter -%%PORTDOCS%%share/doc/crossfire/playbook-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/spinner.11B.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/staff.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-alch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-armo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-gene.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-magi.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-weap.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/stwallsec.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/tome.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tongue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tooth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/trapdoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas1-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/version.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wands.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/waybread.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/programming_guide -%%PORTDOCS%%share/doc/crossfire/skills.doc -%%PORTDOCS%%share/doc/crossfire/skills_developer.doc -%%PORTDOCS%%share/doc/crossfire/spell-docs/Imakefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/Makefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/README -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.txt -%%PORTDOCS%%share/doc/crossfire/spell-paths -%%PORTDOCS%%share/doc/crossfire/spell_params.doc -%%PORTDOCS%%share/doc/crossfire/spellcasters_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/0 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x1.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x8.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/6x7.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Bk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/CSword.113.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Cwyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/DShield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/GreatDemon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Makefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-h.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-l.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-m.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acid-pool.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acidsphere.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/angel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-egg.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-larvae.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.115.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.118.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/avatar.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-5.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baby-drag.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ball-lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baslic.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/battle-axe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beehive.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beggar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behemoth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beholder.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/belzebub.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-demon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bighorn-he.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blob.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blocked.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bomb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bone-head.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bonecrush.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding-g.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/breeder-ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/broo.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bullet.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/byakie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cancellati.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede-r.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-bish.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-king.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-pawn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-queen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-rook.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/charwoman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chicken.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/child.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chinese-dr.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cobra.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cold-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/confusion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/conjurer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/counterspell.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/courier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crawling-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crown.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cyclops.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger-f.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dancing-girl.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dark-elf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/darkblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathtree.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/defender.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demilich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demon-lord.E11.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demonbane.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/destruction.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/det-magic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/devil.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/djinn.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon-shi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonslay.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dread.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-pr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-dr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elvenboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/enchantment.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ent.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/excalibur.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/explosion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeglasses.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fae-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/falchion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatwoman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fighter.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fire-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firestar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/flowers.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fly-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frost-hammer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frostbrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fullhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fungus.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gaelotroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gargoyle.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gauntlet-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gir-strcon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-con.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-dam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-str.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gloves.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnome.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/god-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gol.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/golem.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gram.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greenslime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-hard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-ligh.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-med.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guildmaste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/h-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-2.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/harakiri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/healing.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet-bri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmetxray.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/high-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/highshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-orb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hornhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/icestorm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/idaten.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/imp.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_monput -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_stats -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/jessyb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/k-dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/katana-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/killerbee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lamia.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lava-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lbullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lev-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liteangel.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liv-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lmornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/logfile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lokanth.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lord-e.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/low-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lsword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mabu.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magi-staff.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-miss.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magnifier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps.pl -%%PORTDOCS%%share/doc/crossfire/spoiler-html/man.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/masamune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/merchant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mjoellnir.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monput.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monster-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monsters.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mournblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mouse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mystic-fist.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nazgul.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/neko.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nightmare.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/northman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ologhi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panther.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panthergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-ice.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-lava.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-light.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-mud.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/paralyse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pet-necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pipe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pir-lass.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pirate.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poisonc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poleaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/polymorph.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/princess.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/prisoner.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/protection.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyro-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quarters.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/raas.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/reflector.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/round-shiel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ruggilli.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-antimagic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-transfer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rustmonste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sabre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sage.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sailor.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandals.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandy.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/saw.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scimitar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpi-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-man.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpent.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shadowtiger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shining-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shootingstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shovel-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/siegfried.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skeleton.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skullcleav.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slug.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/small-shie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/smalltroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snowball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spear.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spectre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spellball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sphinx.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider-web.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spit-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.shtml -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalker.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalkergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/steam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sting.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stoneaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stonehamme.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stormbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sunspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/t-dagger.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/taifu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/titan.571.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/trident.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/troll.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turban.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turnundead.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/u-horn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uk-sd.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unicorn.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unusual-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampiregen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/version.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/war-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wds.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weapmag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wig.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wiz-hat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/worthless-dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraith.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wrench.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler.ps -%%PORTDOCS%%share/doc/crossfire/teleporter.doc -%%PORTDOCS%%share/doc/crossfire/xbmtobdf.man -%%PORTDOCS%%@dirrm share/doc/crossfire/spoiler-html -%%PORTDOCS%%@dirrm share/doc/crossfire/spell-docs -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html/fig -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html -%%PORTDOCS%%@dirrm share/doc/crossfire -@dirrm lib/crossfire/sounds -@dirrm lib/crossfire/lib/unique-items -@dirrm lib/crossfire/lib/players -@dirrm lib/crossfire/lib/maps/world -@dirrm lib/crossfire/lib/maps/wolfsburg/tt -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle -@dirrm lib/crossfire/lib/maps/wolfsburg/magara -@dirrm lib/crossfire/lib/maps/wolfsburg -@dirrm lib/crossfire/lib/maps/thomas/sisters -@dirrm lib/crossfire/lib/maps/thomas -@dirrm lib/crossfire/lib/maps/test -@dirrm lib/crossfire/lib/maps/terrain -@dirrm lib/crossfire/lib/maps/skud -@dirrm lib/crossfire/lib/maps/santo_dominion/shops -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_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/houses -@dirrm lib/crossfire/lib/maps/santo_dominion -@dirrm lib/crossfire/lib/maps/pup_land/s_f -@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow -@dirrm lib/crossfire/lib/maps/pup_land/raffle -@dirrm lib/crossfire/lib/maps/pup_land/pplant -@dirrm lib/crossfire/lib/maps/pup_land/ordeal -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick -@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/lone_town/cave -@dirrm lib/crossfire/lib/maps/pup_land/lone_town -@dirrm lib/crossfire/lib/maps/pup_land/kurte -@dirrm lib/crossfire/lib/maps/pup_land/jk -@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon -@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca -@dirrm lib/crossfire/lib/maps/pup_land/begin -@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/ruin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain -@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte -@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle -@dirrm lib/crossfire/lib/maps/pup_land/ancient -@dirrm lib/crossfire/lib/maps/pup_land -@dirrm lib/crossfire/lib/maps/peterm/temple -@dirrm lib/crossfire/lib/maps/peterm/FireTemple -@dirrm lib/crossfire/lib/maps/peterm/DragonQuest -@dirrm lib/crossfire/lib/maps/peterm/Demonology -@dirrm lib/crossfire/lib/maps/peterm/CTower -@dirrm lib/crossfire/lib/maps/peterm -@dirrm lib/crossfire/lib/maps/navar_city/tower -@dirrm lib/crossfire/lib/maps/navar_city/magara/houses -@dirrm lib/crossfire/lib/maps/navar_city/magara -@dirrm lib/crossfire/lib/maps/navar_city/light -@dirrm lib/crossfire/lib/maps/navar_city/illusion -@dirrm lib/crossfire/lib/maps/navar_city -@dirrm lib/crossfire/lib/maps/mcz -@dirrm lib/crossfire/lib/maps/langley/town -@dirrm lib/crossfire/lib/maps/langley/pirates -@dirrm lib/crossfire/lib/maps/langley/goblin -@dirrm lib/crossfire/lib/maps/langley -@dirrm lib/crossfire/lib/maps/kar -@dirrm lib/crossfire/lib/maps/hendel -@dirrm lib/crossfire/lib/maps/good -@dirrm lib/crossfire/lib/maps/generic/volcano -@dirrm lib/crossfire/lib/maps/generic -@dirrm lib/crossfire/lib/maps/espen -@dirrm lib/crossfire/lib/maps/esben -@dirrm lib/crossfire/lib/maps/ender/temple -@dirrm lib/crossfire/lib/maps/ender/pisland -@dirrm lib/crossfire/lib/maps/ender/island -@dirrm lib/crossfire/lib/maps/ender -@dirrm lib/crossfire/lib/maps/eeur -@dirrm lib/crossfire/lib/maps/editor/walls -@dirrm lib/crossfire/lib/maps/editor/picks -@dirrm lib/crossfire/lib/maps/editor -@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/dragonisland -@dirrm lib/crossfire/lib/maps/city/towers -@dirrm lib/crossfire/lib/maps/city/taverns -@dirrm lib/crossfire/lib/maps/city/shops -@dirrm lib/crossfire/lib/maps/city/oldcity -@dirrm lib/crossfire/lib/maps/city/misc -@dirrm lib/crossfire/lib/maps/city/mansion -@dirrm lib/crossfire/lib/maps/city/magara -@dirrm lib/crossfire/lib/maps/city/kar -@dirrm lib/crossfire/lib/maps/city/houses -@dirrm lib/crossfire/lib/maps/city/cannery -@dirrm lib/crossfire/lib/maps/city -@dirrm lib/crossfire/lib/maps/cd -@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/asyvan -@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit -@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings -@dirrm lib/crossfire/lib/maps/Lake_Country/shops -@dirrm lib/crossfire/lib/maps/Lake_Country/quest -@dirrm lib/crossfire/lib/maps/Lake_Country/marsh -@dirrm lib/crossfire/lib/maps/Lake_Country/flight -@dirrm lib/crossfire/lib/maps/Lake_Country/ebony -@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake -@dirrm lib/crossfire/lib/maps/Lake_Country/RETower -@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis -@dirrm lib/crossfire/lib/maps/Lake_Country -@dirrm lib/crossfire/lib/maps -@dirrm lib/crossfire/lib/help -@dirrm lib/crossfire/lib/adm -@dirrm lib/crossfire/lib -@dirrm lib/crossfire/fonts -@dirrm lib/crossfire |