summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/009-1/estate.txt4
-rw-r--r--npc/012-1/estate.txt2
-rw-r--r--npc/017-1/estate.txt4
-rw-r--r--npc/024-13/manager.txt2
4 files changed, 6 insertions, 6 deletions
diff --git a/npc/009-1/estate.txt b/npc/009-1/estate.txt
index 5782f9f45..f530de108 100644
--- a/npc/009-1/estate.txt
+++ b/npc/009-1/estate.txt
@@ -52,7 +52,7 @@ OnInit:
// Estate Settings
.id=4; // Estate ID
- .price=40000; // Monthly rent price
+ .price=20000; // Monthly rent price
end;
}
@@ -128,7 +128,7 @@ OnInit:
// Estate Settings
.id=5; // Estate ID
- .price=40000; // Monthly rent price
+ .price=20000; // Monthly rent price
end;
}
diff --git a/npc/012-1/estate.txt b/npc/012-1/estate.txt
index 6e8b455f6..96912a82b 100644
--- a/npc/012-1/estate.txt
+++ b/npc/012-1/estate.txt
@@ -52,7 +52,7 @@ OnInit:
// Estate Settings
.id=1; // Estate ID
- .price=120000; // Monthly rent price. Renew is only 70% from this value.
+ .price=60000; // Monthly rent price. Renew is only 70% from this value.
end;
}
diff --git a/npc/017-1/estate.txt b/npc/017-1/estate.txt
index 3d8d7007d..434b47710 100644
--- a/npc/017-1/estate.txt
+++ b/npc/017-1/estate.txt
@@ -52,7 +52,7 @@ OnInit:
// Estate Settings
.id=2; // Estate ID
- .price=80000; // Monthly rent price
+ .price=40000; // Monthly rent price
end;
}
@@ -128,7 +128,7 @@ OnInit:
// Estate Settings
.id=3; // Estate ID
- .price=120000; // Monthly rent price
+ .price=60000; // Monthly rent price
end;
}
diff --git a/npc/024-13/manager.txt b/npc/024-13/manager.txt
index 7c9df55e3..d65897405 100644
--- a/npc/024-13/manager.txt
+++ b/npc/024-13/manager.txt
@@ -68,7 +68,7 @@ OnInit:
setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes);
setunitdata(.@npcId, UDT_WEAPON, LeatherTrousers);
- .price=10000; // Monthly rent price.
+ .price=5000; // Monthly rent price.
.time=2592000; // Defaults to 30 days
end;