16 卡牌服务端(去除砍价人次限制,由砍价表配置的人次上限决定;)
| | |
| | | fmLVIpyData = IpyGameDataPY.GetIpyGameData("Family", familyLV)
|
| | | if not fmLVIpyData:
|
| | | return
|
| | | maxMemberCnt = fmLVIpyData.GetMemberMax()
|
| | | if hadCutCount >= maxMemberCnt:
|
| | | GameWorld.ErrLog("已达到仙盟砍价人次上限! hadCutCount=%s >= %s,familyID=%s,familyLV=%s" |
| | | % (hadCutCount, maxMemberCnt, familyID, familyLV), playerID)
|
| | | return
|
| | | #去除限制,由砍价人次表决定
|
| | | #maxMemberCnt = fmLVIpyData.GetMemberMax()
|
| | | #if hadCutCount >= maxMemberCnt:
|
| | | # GameWorld.ErrLog("已达到仙盟砍价人次上限! hadCutCount=%s >= %s,familyID=%s,familyLV=%s" |
| | | # % (hadCutCount, maxMemberCnt, familyID, familyLV), playerID)
|
| | | # return
|
| | |
|
| | | actionData = GetZhenbaogeActionData(familyID, playerID)
|
| | | if actionData and GetFACutPrice(actionData):
|