diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-28 18:07:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-28 18:07:47 -0300 |
commit | a7237a8e423d00b74a1277203aa6405153bae4d9 (patch) | |
tree | 360507a17fd2a8d1d0a9ea44a39420cc7b341723 /db/re | |
parent | 33d528a24af9809c00df5251ee3385d98387656a (diff) | |
download | serverdata-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.conf | 2 |
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", ) |