summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 16:24:36 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 16:24:36 -0300
commit0433e2d988e6d93b36475a6451b25b3c9e19cb03 (patch)
tree9b19e66f0f497ee5d9919ec81f1ad4e82371bf32 /npc
parent18ead20a9a08e1d7656df5bfe14df39cabba266d (diff)
downloadserverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.gz
serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.bz2
serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.tar.xz
serverdata-0433e2d988e6d93b36475a6451b25b3c9e19cb03.zip
Cut Real Estate prices in half.
Diffstat (limited to 'npc')
-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;