RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

!Housing Issues!

demonneraku

Traveler
Ok im running runuo 2.1 and everything except for New haven and my housing scripts are working fine. so i deleted newhave off the moongate list.

I am having problems with my Houses. I cannot be a Co owner of a house if I own a house. and you cannot trade a house to a owner of a house.

can anyone plz help me fix this ASAP please and thank you.
 

Lichtblitz

Sorceror
That is the normal behavior. If you wish to change this, go to
\Scripts\Multis\BaseHouse.cs

and change the method:
public static bool HasAccountHouse( Mobile m )

If you wish to remove all restrictions just make it always return false. That should do the trick.
 
Top