xdh
2018-09-19 df49d94774809e774160c424b0672e9541fe7166
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
@@ -127,6 +127,7 @@
Def_Notify_Separator = '+'
#通知地图服务器并设置该字典值
Def_Notify_WorldKey_InitOpenServerTime = 'InitOpenServerTime'   # 开服时间
Def_Notify_WorldKey_ServerDay = 'ServerDay'               # 开服天数
Def_Notify_WorldKey_IsMixServer = 'IsMixServer'           # 是否合服服务器
Def_Notify_WorldKey_MixServerDay = 'MixServerDay'         # 合服天数
@@ -242,18 +243,8 @@
ActKey_ID = "ID" # 活动ID,唯一标识的ID,一般是活动开启的time值
ActKey_State = "State" # 活动状态 0-未开启, >0开启中,也代表当日的第几个时间段
ActKey_CfgID = "CfgID" # 活动表配置ID
ActKey_StartDate = "StartDate" # 开始日期 y-m-d
ActKey_EndDate = "EndDate" # 结束日期 y-m-d
ActKey_LVLimit = "LVLimit" # 限制玩家等级
ActKey_AddExpRate = "AddExpRate" # 多倍经验增加的经验倍率
ActKey_IsDayReset = "IsDayReset" # 消费返利是否每天重置
ActKey_TemplateID = "TemplateID" # 消费返利今日模板ID
ActKey_TemplateIDList = "TemplateIDList" # 消费返利模板ID列表
ActKey_ShopTypeList = "ShopTypeList" # 限时特惠商店类型
ActKey_DayIndex = "DayIndex" # 活动表配置ID
ActKey_WorldLV = "WorldLV" # 活动开启时世界等级
ActKey_GiftbagTypeList = "GiftbagTypeList" # 限时礼包ID列表
ActKey_RealmPointMulti = "RealmPointMulti" # X倍修行点
#答题类型枚举
Def_Game_ExamTypeList = range(1, 4 + 1)
@@ -776,7 +767,8 @@
CDBPlayerRefresh_TreasureScore,         # 寻宝积分
CDBPlayerRefresh_Danjing,               # 丹精
CDBPlayerRefresh_NPCHurtAddPer,         # 对怪物伤害加成
) = range(146, 189)
CDBPlayerRefresh_FinalHurtPer,             # 最终输出伤害百分比
) = range(146, 190)
TYPE_Price_Gold_Paper_Money = 5    # 金钱类型,(先用礼券,再用金子)
TYPE_Price_Family_Contribution = 6 # 战盟贡献度(活跃度转换得来)