<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>After long thought on this and and discussions with 
a few people I have modified my thoughts on how to go about housing.&nbsp; I 
wanted to mention my further thoughts on this.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am not going to do it in Python.&nbsp; I would 
have loved to do this in Python since I had much of the code and stuff done and 
am much more comfortable with it (especially the template stuff), but in the end 
I wanted to have housing work with guild halls and thus it has to work as part 
of the core server, and bottom line is that the Plugin is optional and should 
remain optional for now...&nbsp; SO it will be done in c then.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The model I want to follow is like 
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Zoning and building houses.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Map makers can layout (or DMs can create) 
a&nbsp;'zoning permit' or 'Zone' on the ground tiles they will allow development 
on - this will basically just be an an empty arch with a picture that looks 
something like the goldfloor arch indicating that square is one 'zoned 
lot'.&nbsp; I haven't decided if there should or shouldn't be different zone 
types but I am leaving the door open for this.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Players will purchase a housing blueprint 
representing a certain type of building (there will&nbsp;of course have to 
be&nbsp;an arch for each type of building availabe to be built containing the 
building information, the type of structure, the exit arch,&nbsp;a description, 
the price, the zone...) for an awful lot of money.&nbsp;Players will take the 
blueprint to the zoned tile they want to build on and activate it - it will turn 
into a building arch (unique) of the appropriate type, a set of maps will be 
created from templates in 
/var/crossfire/maps/buildings/&lt;playername&gt;/&lt;building_type&gt;/.&nbsp;The 
templates function like the existing guild maps (or if you saw the house 
templates I posted in the past) - so that these&nbsp;are shared spaces&nbsp;with 
a proportion of unique floors and access controlled by a playerforce&nbsp;or a 
key (key is for letting your friends in or for your half-orc girlfirend...) 
and&nbsp;certain areas keyed to&nbsp;detect them.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>The&nbsp;template part of the&nbsp;maps is just 
assigning the proper&nbsp;values into the slaying fields and the main map exits 
when writing the map to the var folder.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>This will have to support multipart buildings 
(initially for guild houses, but also for castles and such, which will be 
frightfully expensive) so the code will check if there are sufficient free group 
of zoned tiles for the building.&nbsp; </FONT><FONT face=Arial size=2>For cases 
like guilds the guildname will substitute for the player name.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now as far as i am told&nbsp;if I create a building 
arch (name bob's house, slaying /buildings/bob/house/house), set&nbsp;this 
building arch on the map and flag it unique it will stay there...written to 
unique-items.&nbsp;The whole thing hinges on being able to do this. So I hope 
it's true or that garbled will make something work for me here if it 
isn't.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If the player quits or the guild goes defunct (more 
on this in the guild in the guild proposal) - the buildings&nbsp;under that 
player/guild&nbsp;name are removed and the map is removed from 
var/crossfire/maps&nbsp;and unique-items. (not the same - the house should 
survive the items in it)...</FONT></DIV>
<DIV><FONT face=Arial size=2>The server admin can also remove either the maps in 
the var directory by player name when deleting inactive characters and/or the 
entries in the unique_items directory when necessary (thinking of a script or DM 
command for this...)</FONT></DIV>
<DIV><FONT face=Arial size=2>Also I think that only one of each type or a max 
number of buildings (or both?, based on building?) can be assigned to control 
the number of buildings a player or guild can own (likely checking the 
subfolders...)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There should be a way for a player to destroy a 
building they own as well, that should be simple enough using the same 
techniques as used to clean up defunct buildings...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is both a lot 
simpler&nbsp;method&nbsp;and&nbsp;more&nbsp;automated than&nbsp;what I initially 
had working on my server using the Python plugin (buying and selling houses - 
creating the maps from the templates but&nbsp;only manual&nbsp;exit arch 
placement...) but isn't as fragile or as much of a pain.&nbsp; I know there was 
a suggestion to allow players to build houses on any open land (within reason - 
using some type of checking routine) but the two main problems I see with that 
are updating maps (what if someone builds a mountain range where your house is? 
- houses will be different on any given server) and controlling the litter 
(players building all over the freaking place - outside good dungeons, in front 
of someone elses front door,&nbsp;and in the way of other buildings) - it was 
too much to worry about.&nbsp; I think the Zoning is a good way to make it easy 
to add housing while not causing too many problems.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>As for zone types, I thought of making a simple 
list of different zones to have in the zone object (have to make it an simple 
object then but that might be good anyway for future development - say a parent 
country field for&nbsp;event/tax/statistics&nbsp;purposes... or 
commercial/residential for guilds vs homes) which the blueprint object would 
check for - this would allow you to build&nbsp;say caves only in the mountains 
or perhaps terrain appropriate house arches&nbsp;like tents in the desert or 
city appropriate building styles.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>That's what I am thinking of doing 
anyway.</FONT></DIV></BODY></HTML>