diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:29:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 17:29:11 -0300 |
commit | 09ee49345bc354f2c10b95fe172574687c6e6a8f (patch) | |
tree | fbca03a68a9e6d9776909c2154740aa95f82b553 /npc/012-1 | |
parent | 6f78c7f3fcc740cc0616233fd286973210a78964 (diff) | |
download | serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.gz serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.bz2 serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.tar.xz serverdata-09ee49345bc354f2c10b95fe172574687c6e6a8f.zip |
Let's see if Real Estate System works out-of-the-box as planned...
Note: Rent System could be improved to use functions
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/estate.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-1/estate.txt b/npc/012-1/estate.txt index 4ee92d188..ac8dbae78 100644 --- a/npc/012-1/estate.txt +++ b/npc/012-1/estate.txt @@ -66,12 +66,14 @@ L_RentAvailable: // If you're not the previous owner // Remove previous owner furniture and reset room password if ($ESTATE_OWNER[.id] != getcharid(3)) { + /* $ESTATE_MOBILIA_2[.id]=0; $ESTATE_MOBILIA_4[.id]=0; $ESTATE_MOBILIA_8[.id]=0; $ESTATE_MOBILIA_32[.id]=0; $ESTATE_MOBILIA_64[.id]=0; $ESTATE_MOBILIA_128[.id]=0; + */ $ESTATE_PASSWORD$[.id]=""; $ESTATE_DOORBELL[.id]=false; } |