Strange. That's what we're running, least I thought so. Can you look at your basehouse.cs in multis. Search for allHouses, around line 86. What is that code like. This is what I have in my basehouse.cs at those lines:
Code:
List<BaseHouse> allHouses = new List<BaseHouse>( 2 );
for ( int i = 0; i < acct.Length; ++i )
{
Mobile mob = acct[i];
if ( mob != null )
allHouses.AddRange( GetHouses( mob ) );
}
And that's what I used as an example to create a list of player houses.
Quote:
Originally Posted by nadious
Is this html file generated automatically? Or do you have to run the command everytime you want the file to update it's information?
|
You have to run the command, or you can add it into your reports.cs file to fire off automatically as well with other reports.