summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-28 18:07:47 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-28 18:07:47 -0300
commita7237a8e423d00b74a1277203aa6405153bae4d9 (patch)
tree360507a17fd2a8d1d0a9ea44a39420cc7b341723 /db/re
parent33d528a24af9809c00df5251ee3385d98387656a (diff)
downloadserverdata-a7237a8e423d00b74a1277203aa6405153bae4d9.tar.gz
serverdata-a7237a8e423d00b74a1277203aa6405153bae4d9.tar.bz2
serverdata-a7237a8e423d00b74a1277203aa6405153bae4d9.tar.xz
serverdata-a7237a8e423d00b74a1277203aa6405153bae4d9.zip
The discussed changes for the upcoming change in pet code.
- Cart max weight 5kg -> 10kg (a later buff is likely) - 006-9, 018-5-boss: NoCart, NoStorage - 001-6, sore, soren-2: NoPet - 018-5-0, 018-5-1: NoStorage - Kamelot and Gemini: Cart OK
Diffstat (limited to 'db/re')
-rw-r--r--db/re/map_zone_db.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index 9ffbd0808..f1e9a3c90 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -117,10 +117,12 @@ zones: (
}
disabled_items: {
+ RentCart: true
}
mapflags: (
"nopet",
+ "nostorage",
"nopenalty",
"nosave 000-1,22,22",
)