| | |
| | | checkInCount, fightPower = msgList[1:]
|
| | | curTime = int(time.time())
|
| | | playerID = curPlayer.GetPlayerID()
|
| | | curCache = PlayerViewCache.ViewCacheMgr.FindCache(playerID)
|
| | | curCache = PlayerViewCache.FindViewCache(playerID)
|
| | | haveViewCache = 1 if curCache else 0
|
| | | todayXianyuanCoin = PlayerControl.GetTodayXianyuanCoin(curPlayer)
|
| | |
|
| | |
| | | return [helpBattlePlayerDict]
|
| | |
|
| | | fightPowerMin = fbHelpIpyData.GetFightPowerMin()
|
| | | fightPowerMax = fbHelpIpyData.GetFightPowerMax()
|
| | | fightPowerMax = 0#fbHelpIpyData.GetFightPowerMax() # 扫荡暂不限制最高战力
|
| | | limitLV = fbHelpIpyData.GetLVLimit()
|
| | | dayFreeHelpCountInfo = fbHelpIpyData.GetDayFreeHelpCount() # 每日免费助战次数,[每日免费助战次数, 是否所有层通用]
|
| | | dayFreeHelpCount = 0 # 0为无限制次数
|