hch
2018-08-28 8a4d5abf1da4698a3b84b31cc3b36ef6841fbdb3
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Dogz.py
@@ -24,6 +24,7 @@
import GameObj
import time
import random
import ChConfig
#{(标识点):[npcid,单个点数量,刷新间隔秒, 每次刷新只数, 第一次刷新只数]}
@@ -210,6 +211,8 @@
    return
def OnOnlineCntChange(key, tick):
    if GameWorld.GetMap().GetMapID() != ChConfig.Def_FBMapID_Dogz:
        return
    bossid = IpyGameDataPY.GetFuncCfg('DogzFBRefreshCfg', 2)
    if str(bossid) not in key:
        return