| | |
| | | if curFamilyLV <= 0:
|
| | | curFamilyLV = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_FamilyLV)
|
| | | return curFamilyLV < limitValue
|
| | | if shopNPCID in [15]: # 限时特惠商店
|
| | | playerCreateRoleDays = GameWorld.GetCreateRoleDays(curPlayer)
|
| | | return playerCreateRoleDays != limitValue
|
| | | if shopNPCID in [15]: # 开服特惠商店
|
| | | #playerCreateRoleDays = GameWorld.GetCreateRoleDays(curPlayer)
|
| | | openServerDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay)+1
|
| | | return openServerDay != limitValue
|
| | | #烟花狂欢
|
| | | if itemIndex in IpyGameDataPY.GetFuncEvalCfg('CeremonyFireParty', 1, {}).values():
|
| | | return not PlayerFairyCeremony.IsCanBuyFireworks(curPlayer, itemIndex)
|