8796 【越南】【英语】【BT】【砍树】修复在线奖励无A507封包函数bug;
2个文件已修改
8 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -436,9 +436,9 @@
PacketSubCMD_1=0x06
PacketCallFunc_1=GetOnlinePrize
PacketCMD_2=0xA5
PacketSubCMD_2=0x07
PacketCallFunc_2=QueryOnlinePrize
PacketCMD_2=
PacketSubCMD_2=
PacketCallFunc_2=
;玩家副本
[PlayerFB]
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -1149,6 +1149,8 @@
#  @remarks 函数详细说明.
def CheckPlayerAttackDist(curPlayer, curTag, useSkill, preciseAtkDict=False):
    #攻击起点取缓存的坐标
    if not curPlayer or not curTag:
        return False
    atkStartPosX = curPlayer.GetAttackTargetPosX()
    atkStartPosY = curPlayer.GetAttackTargetPosY()