From 09ee49345bc354f2c10b95fe172574687c6e6a8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Mar 2019 17:29:11 -0300 Subject: Let's see if Real Estate System works out-of-the-box as planned... Note: Rent System could be improved to use functions --- npc/012-1/estate.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/012-1') 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; } -- cgit v1.2.3-60-g2f50