From 77b0f4f5acec30f9be8c7eeadfc25d9641ca26f3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 26 五月 2025 11:46:13 +0800 Subject: [PATCH] 16 卡牌服务端(删除脱机挂) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 8272077..20082c5 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -513,7 +513,6 @@ Def_Effect_UseItemGiveZhenQi = 205 #使用道具给予真气 Def_Effect_ItemGiveFamilyActivity = 208 #使用道具给予仙盟活跃令 Def_Effect_ItemGiveFamilyContribution = 209 #使用道具给予仙盟贡献 -Def_Effect_TJGAddTime = 210 #增加脱机挂时间 Def_Effect_ItemAddExp = 213 #给经验道具 Def_Effect_ItemAddLV = 214 #直接升级道具 Def_Effect_ItemAddExpByLV = 215 #给经验道具 XX级前,所加经验随等级增加而增加,XX级后按XX级算 @@ -803,7 +802,6 @@ Def_SkillID_ReviveTired = 20030 # 复活疲劳 SkillID Def_SkillID_SkillReBorn = -1 # 技能复活ID Def_SkillID_LimitSuperBuff = 10000 # 有限无敌BUFF SkillID -Def_SkillID_TJGSuperBuff = 20039 # 脱机挂死亡复活保护 Def_SkillID_Somersault = 190 # 翻滚快速闪避 Def_SkillID_DoubleExp = -1 # 双倍经验系统中的双倍经验ID Def_SkillID_Justice = 11504 # 正义阵营 @@ -842,8 +840,6 @@ # 切地图需清除的buff ClearBuffOnMapChangeList = [Def_SkillID_DropOwnerBuff, Def_SkillID_FamilyWar_CWinBuff, Def_SkillID_FamilyWar_JoinBuff, Def_SkillID_FamilyWar_RandBuffAttr] -# 脱机挂状态下不刷新buff时间的 -TJGStateNotRefreshTimeBuff = [Def_SkillID_Red] #技能ID对应的区域类型 Def_AreaType_SkillID_Safe = 20011 # 安全区 @@ -887,7 +883,6 @@ Def_HurtType_FuhaoHit, # 富豪一击 ) = range(21, 25) -Def_EquipItemType_TJGAutoEat = xrange(Def_ItemType_retWeapon, Def_ItemType_retGlove + 1) #装备类型 Def_EquipItemType = range(Def_ItemType_retWeapon, Def_ItemType_DogzEquipScute + 1) @@ -3233,8 +3228,6 @@ Def_PlayerKey_MoreHurtValue = "MoreHurtValue" # 额外的伤害值,一般用于不走公式 Def_PlayerKey_BloodShiledHurt = "BSHurt" # 伤害值用于血盾抵消 Def_PlayerKey_BloodShiledHurtEx = "BSHurtEx" # 伤害值用于血盾抵消 -Def_PlayerKey_TJGPackFullAfterEat = "TJGFullEat" # 脱机挂吞噬后背包依然满的情况 -Def_PlayerKey_TJGStartTime = "TJGStartTime" # 脱机挂结算时间起点 Def_PlayerKey_EquipTime = "EquipTime" # 时效装备 Def_PlayerKey_PowerPartTime = "PowerPartTime" # 蓄力每次消耗时间,因攻速改变 Def_PlayerKey_PowerPartCount = "PowerPartCount" # 蓄力技能能量次数 @@ -3516,7 +3509,6 @@ Def_QuDao_DoubleBillCount = "qddbCount" # 渠道返利的仙玉领取次数 日期+次数组合数字 Def_PDict_GeTuiSet = "GetuiSet" # 推送提醒的设置 Def_PDict_NoGeTuiTime = "NoGetuiTime" # 推送提醒免打扰时间,将字符串组合数字 -Def_PlayerKey_TJGNPC = "TJGNPC" # 脱机挂机NPC点 Def_PDict_OnHour = "OnHour" Def_PDict_OnDay = "OnDay" # 0点过天 Def_PDict_OnWeek = "OnWeek" # 0点过周 @@ -3738,7 +3730,6 @@ Def_PDict_MoneyMinus = "MoneyMinus_%s" # 货币对应负值, 参数[货币类型] Def_PDict_Currency = "PlayerCurrency_%s" # 自定义货币类型, 参数[自定义货币类型] Def_PDict_UseMoneyTotal = "UseMoneyTotal_%s" # 累计消耗货币, 参数[货币类型] -Def_PDict_TJGSet = "TJGSet" # 脱机挂系统设定 Def_PDict_TJGDeadTime = "TJGDeadTime" # 脱机被杀时间 Def_PDict_TJGDeadPayTime = "TJGDeadPayTime" # 脱机被杀后可补偿的时间 Def_PDict_TJGDeadExp = "TJGDeadExp" # 脱机被杀经验 @@ -4455,19 +4446,6 @@ # 我要太极 Def_PDict_Dice_Result = "DiceResult" # 我要太极结果 Def_PDict_Dice_FreeChangeCnt = "DiceFreeChangeCnt" # 我要太极免费改投次数 - -# 脱机挂类型通知结果 -Def_PDictType_TJGNotify_Exp1 = "TJGNExp1" #经验 -Def_PDictType_TJGNotify_Exp2 = "TJGNExp2" #超过E部分 -Def_PDictType_TJGNotify_Time = "TJGNTime" #使用时间 -Def_PDictType_TJGNotify_EatPurple = "TJGNEatP" #吞噬的紫装数量 -Def_PDictType_TJGNotify_GiveCnt = "TJGNGiveCnt" #吞噬获得的炼丹材料数量 -Def_PDictType_TJGNotify_Purple = "TJGNPurple" #获得紫装数量 -Def_PDictType_TJGNotify_Orange = "TJGNOrg" #获得橙装数量 -Def_PDictType_TJGNotify_LV = "TJGLV" #脱机前的等级 -Def_PDictType_TJGNotify_ItemID = "TJGItemID_%s" #脱机挂指定物品掉落显示 - -Def_PDictType_TJGOnDayEx = "TJGOnDayEx" #是否脱机挂中过天(5点)真实登录后重置 # 挂机收益 Def_PDict_GuajiCalcTime = "GuajiCalcTime" # 上次统计收益时间戳 -- Gitblit v1.8.0