| | |
| | | if not lackCnt:
|
| | | break
|
| | | elif lackCnt < 0:
|
| | | GameWorld.ErrLog(' 随机假仙盟异常 已存在的随机数大于还需要的随机个数lackFakeCnt=%s,fakeIDList=%s'%(lackFakeCnt, fakeIDList))
|
| | | #GameWorld.DebugLog(' 随机假仙盟异常 已存在的随机数大于还需要的随机个数lackFakeCnt=%s,fakeIDList=%s'%(lackFakeCnt, fakeIDList))
|
| | | return []
|
| | | return fakeIDList
|
| | |
|
| | |
| | |
|
| | | def SyncCreatFamilyTimes(curPlayer=None):
|
| | | # 通知建盟次数
|
| | | packData = ChPyNetSendPack.tagGCFakeFamilyInfo()
|
| | | packData = ChPyNetSendPack.tagGCServerCreatFamilyTimes()
|
| | | packData.Clear()
|
| | | packData.Times = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_ServerCreatFamilyTimes)
|
| | | if not curPlayer:
|