Jump to content

How to make buyable homes


LegoManIAm94

Recommended Posts

Well first you will need to build the home and furnished it. Then you will need to make a key for the the front door and make a buyer such as the house leader or if that city does not have a house such as Vivec or Mournhold make stand or store where a person will sell you a house. Make them sell you the key but not by bartering. Then use the local trader and you can buy furniture from him. But first go to all of the furniture in that house and change the Id and check the Reference Persists box. Then make a script that will disable the items example

 

Begin Scriptname

 

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

"ItemID"->disable

Stopscript Sctiptanme

 

end

 

Then make that script into a start script then use the trader and add a topic called furniture and then when you buy the house make sure that topic is avalable. Then add a gobal variable for each set of furniture you can buy such as Dinning Room Set to Storage Set. Then when you buy the furniture in the results type this

 

Set Gobalvar to 1

player->removeitem "gold_001" amount

"ItemID"->enable

"ItemID"->enable

"ItemID"->enable

 

and test it out and if it works you have your own house like in Oblivion but in Morrowind.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...