Hi, I finally know how to generate html guide of cross by someone giving me hint at irc. cd into /doc/spoiler-html/ make archive However, there are some problems. make archive is suppose to generate various html of monster, spells, etc. But in the linux server distribution of crossfire-1.7.0, after i run the command, it cant find spellist.h in the include directory. And many images are not generated. i have the /lib/arch installed. After checking in the /doc/scripts/monster.pl , the code seems correct, it is suppose to read the graphics file ***.base.111.png , etc. at the lib/arch/monster directory. But when running the make archive, it tried to read ***.111.png , without the base... therefore causing reading error file not found and generate 0 byte .gif Can anyone advise on how to solve the broken image problem? Or is that html guide generating script having problem? Thanks.