From f198885f31c9c7eb19eb28adce562e39e64d581c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 18 七月 2025 16:23:11 +0800 Subject: [PATCH] 121 【武将】武将系统-服务端(属性计算、战斗力计算;新角色初始给默认装备、默认阵容武将;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py index eb58ca8..55c26ef 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py @@ -648,15 +648,6 @@ #这个物品不是一般物品, 直接返回结果 return useSpecialItemResult - #---特殊装备不验证装备属性, 普通物品要验证装备属性--- - itemControler = ItemControler.PlayerItemControler(curPlayer) - - #装备无法使用 - if itemControler.PlayerCanEquipItem(curItem, False): - #这个物品是装备 - PlayerControl.NotifyCode(curPlayer, "GeRen_chenxin_774045") - return - #物品类型ID itemTypeID = curItem.GetItemTypeID() -- Gitblit v1.8.0