| | |
| | | if curPlayer and not PlayerControl.GetIsTJG(curPlayer):
|
| | | continue
|
| | |
|
| | | recordDict = eval(bossAttentionData.RecordData)
|
| | | if recordDict.get(bossID, 0) in [0, 9]:
|
| | | recordDict = json.loads(bossAttentionData.RecordData)
|
| | | if recordDict.get(str(bossID), 0) in [0, 9]:
|
| | | #0-默认未关注, 1-主动关注, 2-自动关注, 9-主动取消关注
|
| | | continue
|
| | | curCache = PlayerViewCache.ViewCacheMgr.FindCache(playerID)
|
| | | if not curCache:
|
| | | continue
|
| | | cacheDict = eval(curCache.GetPropData())
|
| | | cacheDict = json.loads(curCache.GetPropData())
|
| | | if not CheckCanGeTui(cacheDict, geTuiType):
|
| | | # 过滤个推
|
| | | continue
|
| | |
| | | if not curCache:
|
| | | return
|
| | |
|
| | | cacheDict = eval(curCache.GetPropData())
|
| | | cacheDict = json.loads(curCache.GetPropData())
|
| | | if not CheckCanGeTui(cacheDict, Def_Onoff_Chat):
|
| | | # 过滤个推
|
| | | return
|