I wanted to know if this is at all possible? I know its quite a common feature in MMO these days, and thought it would be cool to be able to create your own guild house or castle on a small empty map thats created when u purchase land etc
would any 1 be interested in scripting this??
You might be able to do this with events, though it depends on how you'd like it implemented. If you wanted every player going to a certain map to see their own house on that map, that might require some scripting. (Somne sort of WoW-like "instance" system, probably.) If you just want it so that people can build houses at given spots, and then everyone will be able to see them, that should be doable with global (http://forum.chaos-project.com/index.php/topic,5328.0.html)variables and events. Just use some switches like "House Purchased," and if it is false, allow the player to purchase the house, and mark it as "sold" so that other players can't buy it. Add some additional switches for things that modifying the furniture, exterior, or whatever else you want to change (you might need to use separate maps if you change the exterior a lot - just send the player to the right map for how the exterior looks at the time) and it will be set. :) Sorry if that's a little confusing.