summaryrefslogtreecommitdiff
path: root/npc/012-1/estate.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-07 17:29:11 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-07 17:29:11 -0300
commit09ee49345bc354f2c10b95fe172574687c6e6a8f (patch)
treefbca03a68a9e6d9776909c2154740aa95f82b553 /npc/012-1/estate.txt
parent6f78c7f3fcc740cc0616233fd286973210a78964 (diff)
downloadserverdata-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/estate.txt')
-rw-r--r--npc/012-1/estate.txt2
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;
}