|  |  | 
 |  |  | import ChConfig
 | 
 |  |  | import ChPyNetSendPack
 | 
 |  |  | import NetPackCommon
 | 
 |  |  | import PlayerBossReborn
 | 
 |  |  | import ShareDefine
 | 
 |  |  | import GameWorld
 | 
 |  |  | import GameLogic_CrossGrassland
 | 
 |  |  | 
 |  |  |     if fairyDomainState != 2 and not PlayerActivity.AddDailyActionFinishCnt(curPlayer, dailyID):
 | 
 |  |  |         GameWorld.DebugLog("    寻访仙域次数不足!")
 | 
 |  |  |         return
 | 
 |  |  |      | 
 |  |  | 
 | 
 |  |  |     #随机事件 重置事件状态
 | 
 |  |  |     visitCnt = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_FairyDomainVisitCnt)
 | 
 |  |  |     appointIpyDataList = IpyGameDataPY.GetIpyGameDataListNotLog('FairyDomainAppoint', visitCnt + 1)
 | 
 |  |  | 
 |  |  |     #֪ͨ
 | 
 |  |  |     NotifyVisitFairyDomainInfo(curPlayer, fdEventIDList)
 | 
 |  |  |     NotifyFairyAdventuresInfo(curPlayer)
 | 
 |  |  | 
 | 
 |  |  |     PlayerBossReborn.AddBossRebornActionCnt(curPlayer, ChConfig.Def_BRAct_FairyDomain, 1)
 | 
 |  |  |     return
 | 
 |  |  | 
 | 
 |  |  | 
 |