Recent content by Violet Joy

  1. Violet Joy

    House Increase Scroll

    Account needs to hold and serialize the number of extra houses it has. This is a new property which needs to be added. Next, in 'BaseHouse.cs' you need to modify the method 'GetAccountHouseLimit(Mobile m)' to return the total houses allowed for that mobile. To do this, you need to verify the...
  2. Violet Joy

    House Increase Scroll

    A config entry is used to get the account house limit for all players. If this value is zero and you used the deed, your total allowed houses becomes one. I believe if the config entry doesn't exist in the config text files, the value returned is still zero. You may need to add the config entry.
  3. Violet Joy

    House Increase Scroll

    Attached are the git-sourced script files, edited, as well as a deed. Properties will appear in [props and edited code regions (BaseHouse.cs and Account.cs) are marked.
Back