| | |
| | | GameWorldBoss.DoGameWorldBossOnReborn(eval(resultName), tick)
|
| | | return
|
| | |
|
| | | # 仙盟归属boss信息同步
|
| | | if callName =="FamilyOwnerBossInfo":
|
| | | GameWorldBoss.MapServer_FamilyOwnerBossInfo(eval(resultName))
|
| | | return
|
| | |
|
| | | # 骑宠争夺伤血玩家同步
|
| | | if callName =="HorsePetRobBossHurtPlayer":
|
| | | GameWorldBoss.MapServer_HorsePetRobBossHurtPlayer(eval(resultName))
|
| | | return
|
| | | |
| | | # 全局掉落CD
|
| | | if callName =="GlobalDropCD":
|
| | | GameWorldProcess.UpdGlobalDropCD(eval(resultName))
|
| | |
| | | if callName =="GlobalDropRate":
|
| | | GameWorldProcess.UpdGlobalDropRate(eval(resultName))
|
| | | return
|
| | | # 全局击杀数统计
|
| | | if callName =="GlobalKillCount":
|
| | | GameWorldProcess.UpdGlobalKillCount(eval(resultName))
|
| | | return
|
| | |
|
| | | # 自定义商店全服限购次数清空
|
| | | if callName =="ShopItemClearBuyCnt":
|