From 027cedb2cfd1d72e469f29b3689a0232c12e104b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 02 三月 2026 14:38:02 +0800 Subject: [PATCH] 121 【武将】武将系统-服务端(开通永久卡重置武将招募幸运值) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini index 54f95df..9875017 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig.ini @@ -1,14 +1,14 @@ [RolePackConfig] ;2000///<所有背包总量限制 ;玩家背包配置 -PackTypeCnt=36 +PackTypeCnt=38 ;已删除物品rptDeleted//已无用 PackCnt00=0 ;装备rptEquip//一定要与枚举RoleEquipType的最大值匹配 PackCnt01=12 ;物品rptItem -PackCnt02=100 +PackCnt02=200 ;垃圾桶(回收站)rptRecycle PackCnt03=0 ;拆解物品栏rptBreakItem @@ -20,7 +20,7 @@ ;合成背包rptCompose PackCnt07=0 ;鉴定背包rptIdentify -PackCnt08=20 +PackCnt08=100 ;拆解准备背包rptBreakPrepare PackCnt09=0 ;合成结果背包rptResult @@ -74,4 +74,8 @@ ;垃圾分类背包 PackCnt34=0 ;武将英雄背包 -PackCnt35=500 \ No newline at end of file +PackCnt35=500 +;命格卦玉背包 +PackCnt36=60 +;命格推演背包 +PackCnt37=10 \ No newline at end of file -- Gitblit v1.8.0