hxp
5 天以前 26958aff1b844a743a805b4f9075bee800b72a46
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py
@@ -1474,21 +1474,6 @@
    
    return callFunc()
## 获得特殊副本npc掉落金钱
#  @param curPlayer
#  @return None
def OnGetNPCExp(curPlayer, curNPC):
    do_FBLogic_ID = __GetFBLogic_MapID(GameWorld.GetMap().GetMapID())
    callFunc = GameWorld.GetExecFunc(FBProcess, "GameLogic_%s.%s" % (do_FBLogic_ID, "OnGetNPCExp"))
    if not callFunc:
        return 0
    return callFunc(curPlayer, curNPC)
## 获得外层经验倍率
def OnGetOuterExpRate(curPlayer):
    do_FBLogic_ID = __GetFBLogic_MapID(GameWorld.GetMap().GetMapID())