hxp
2026-01-14 1ee5a1bc2efee571b23e2f4423bbd2aa94b7be75
389 流向记录(调整对指定背包处理流向代码;)
2个文件已修改
5 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -978,7 +978,7 @@
        #itemFactory = GameWorld.GetItemFactory()
        #isBind = tagItem.GetIsBind()
        # 目前暂只记录放入背包的
        if not isNeedRecord and packIndex in [IPY_GameWorld.rptItem, ShareDefine.rptTreasure, ShareDefine.rptHero, IPY_GameWorld.rptIdentify, ShareDefine.rptMGTuiyan]:
        if not isNeedRecord and packIndex in ShareDefine.NeedRecordRPType:
            isNeedRecord = ItemNeedRecord(tagItem) or isForceEvent
        putResult = False
        
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
@@ -15,6 +15,8 @@
#"""Version = 2013-10-30 15:20"""
#---------------------------------------------------------------------
import IPY_GameWorld
# 游戏默认编码
Def_Game_Character_Encoding = 'gbk'
@@ -841,6 +843,7 @@
rptRune,            # 符印背包 255
) = range(256 - 2, 256)
NeedRecordRPType = [IPY_GameWorld.rptItem, rptTreasure, rptHero, IPY_GameWorld.rptIdentify, rptMGTuiyan]
#武器的手持形式
(