summaryrefslogtreecommitdiff
path: root/conf
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 /conf
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 'conf')
-rw-r--r--conf/map/battle/player.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf
index 09388bbcf..395cf9408 100644
--- a/conf/map/battle/player.conf
+++ b/conf/map/battle/player.conf
@@ -135,7 +135,7 @@ max_def: 99
over_def_bonus: 0
// Max weight carts can hold.
-max_cart_weight: 5000
+max_cart_weight: 10000
// Prevent logout of players after being hit for how long (in ms, 0 disables)?
prevent_logout: 10000