I believe there's another version out there written by a coder over at As the Wheel Weaves MUD that released homes as a snippet. It is code based on home code written by Dalsor, in fact. Not sure how much different is is from Dalsor's original code. However, it does not have a list that can be edited on the fly; it's pretty much hardcoded. To change this would require a little bit of work, but nothing too difficult. Something like 'homeitem.dat' that ROM reads into a linked list of available home items on startup, and you can mod this list in the game and then save it back out.
Here's the Weaves version: http://aww-mud.org/snip/homes.c ----- Original Message ----- From: "Mervine, Keith" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, August 05, 2003 11:42 AM Subject: Player houses Has anyone done this yet? Have players create their own houses? If so, does anyone have a olc editable list of new items that can be used? IE Couches chairs....a list that can be created on the fly without modifying the code to accept the new items? K -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

