9687 【后端】【越南】【主干】【BT7】野外根据境界动态刷怪(ExAttr18值不同时才设置变更及通知0418)
| | |
| | |
|
| | | SetPlayerSightLevel(curPlayer, realmDifficulty)
|
| | |
|
| | | curPlayer.SetExAttr18(realmDifficulty)
|
| | | SendPropertyRefresh(curPlayer, ShareDefine.CDBPlayerRefresh_ExAttr18, realmDifficulty)
|
| | | if curPlayer.GetExAttr18() != realmDifficulty:
|
| | | curPlayer.SetExAttr18(realmDifficulty)
|
| | | SendPropertyRefresh(curPlayer, ShareDefine.CDBPlayerRefresh_ExAttr18, realmDifficulty)
|
| | | return
|
| | | def GetDifficultyRealmLV(realmDifficulty): return realmDifficulty - 100
|
| | | def GetMapRealmDifficulty(curPlayer):
|