| | |
| | | import PlayerFamilySWRH
|
| | | import PlayerViewCache
|
| | | import GameWorldBoss
|
| | | import AuctionHouse
|
| | | import PlayerTalk
|
| | | import PlayerTeam
|
| | |
|
| | |
| | | PlayerFamilyBoss.NotifyFamilyBossFBInfo(jionPlayer)
|
| | | #通知家族仓库
|
| | | PyDataManager.GetFamilyStoreItemManager().SyncFamilyStoreItem(jionPlayer, curFamily.GetID())
|
| | | |
| | | #仙盟拍品
|
| | | AuctionHouse.Sync_FamilyAuctionItemInfo(jionPlayer, curFamily.GetID())
|
| | | SetMemberFightPower(familyMember, jionPlayer.GetFightPower())
|
| | | AddFamilyIDToFightPowerChangeList(curFamily.GetID())
|
| | |
|
| | |
| | | if GameWorld.GetGameWorld().GetDictByKey(ShareDefine.Def_Notify_WorldKey_DailyActionState % ShareDefine.DailyActionID_FamilyRobBoss):
|
| | | PlayerControl.NotifyCode(curPlayer, "FairyGrabBossExitError")
|
| | | return
|
| | | if PlayerFamilyBoss.IsInAllFamilyBoss():
|
| | | PlayerControl.NotifyCode(curPlayer, "LeagueBOSSExitError1")
|
| | | return
|
| | |
|
| | | tagPlayerName = curTagMember.GetName() # 被踢玩家名
|
| | | tagPlayerID = curTagMember.GetPlayerID() # 被踢玩家ID
|
| | |
| | | if GameWorld.GetGameWorld().GetDictByKey(ShareDefine.Def_Notify_WorldKey_DailyActionState % ShareDefine.DailyActionID_FamilyRobBoss):
|
| | | PlayerControl.NotifyCode(curPlayer, "FairyGrabBossExitError")
|
| | | return
|
| | | if PlayerFamilyBoss.IsInAllFamilyBoss():
|
| | | PlayerControl.NotifyCode(curPlayer, "LeagueBOSSExitError1")
|
| | | return
|
| | | #判断退出时间间隔
|
| | | curTime = int(time.time())
|
| | | lastLeaveFamilyTime = PlayerControl.GetLeaveFamilyTime(curPlayer)
|