diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:54:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-07 23:54:54 -0300 |
commit | 7f8d2bd54a5fd7217ff01aab7ff32f3594b679a9 (patch) | |
tree | f7d541ba030f2ff588aae47649c3eebe740149c0 /npc/009-1 | |
parent | 2d93b678781ca035608dd7fbd964bd46a78651f8 (diff) | |
download | serverdata-7f8d2bd54a5fd7217ff01aab7ff32f3594b679a9.tar.gz serverdata-7f8d2bd54a5fd7217ff01aab7ff32f3594b679a9.tar.bz2 serverdata-7f8d2bd54a5fd7217ff01aab7ff32f3594b679a9.tar.xz serverdata-7f8d2bd54a5fd7217ff01aab7ff32f3594b679a9.zip |
Crazyfefe Possible Cheap House
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/009-1/estate.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-1/_import.txt b/npc/009-1/_import.txt index abe8b2d99..36577f2be 100644 --- a/npc/009-1/_import.txt +++ b/npc/009-1/_import.txt @@ -3,6 +3,7 @@ "npc/009-1/_mobs.txt", "npc/009-1/_warps.txt", "npc/009-1/charles.txt", +"npc/009-1/estate.txt", "npc/009-1/fisherman.txt", "npc/009-1/foxhound.txt", "npc/009-1/guards.txt", diff --git a/npc/009-1/estate.txt b/npc/009-1/estate.txt index e9dd26c34..c8e31fd28 100644 --- a/npc/009-1/estate.txt +++ b/npc/009-1/estate.txt @@ -180,7 +180,7 @@ OnInit: // Estate Settings .id=1; // Estate ID - .price=120000; // Monthly rent price + .price=40000; // Monthly rent price .time=60*60*24*30; // How long last default rent time. In future could consider month. end; |