hxp
2018-11-21 02e239516553e6401b531de8cd540c4cbbc6ca40
ServerPython/CoreServerGroup/GameServer/Script/ChConfig.py
@@ -371,6 +371,8 @@
Def_WorldKey_BossIsGeTui = "BossGeTui%s"                     #当前复活通知
Def_WorldKey_OperationActionState = "OperationActState_%s"   #运营活动状态,参数为运营活动名
Def_WorldKey_BossRebornNeedPoint = "BossRebornNeedPoint"     #boss复活需要总点数
Def_WorldKey_BossIsAlive = 'BossIsAlive_%s'                  #boss是否活着
Def_WorldKey_IsGameWorldInit = 'IsGameWorldInit'             #GameWold是否初始化完成
#---------------------------------------------------------------------
#个人时间间隔
TYPE_Player_Tick_Requestkey = 0                       # 玩家请求处理间隔
@@ -637,6 +639,8 @@
Def_PlayerKey_PlayerFromPID = "PlayerFromPID"  #pid
Def_PDict_LoginMapID = "LoginMapID"  #登录处理时的地图ID
Def_PlayerKey_OnGotoMergeServerTick = "OnGotoMergeServerTick"  #即将跳转到跨服服务器的时间
Def_OnlineType = "onlinetype"   # 在线情况 区分脱机挂在线    C++也在用修改需通知