From 4355dca59d05b3535ad034759710c2139f317622 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期五, 07 九月 2018 14:35:06 +0800 Subject: [PATCH] fix:3334 子 新增主角名字屏幕列表 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini index 1cfb104..7a8b725 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini @@ -1245,6 +1245,18 @@ PacketSubCMD_1=0x03 PacketCallFunc_1=OnActiveAllEquipAttr +;仙盟抢boss +[FamilyRobBoss] +ScriptName = GameWorldLogic\FamilyRobBoss.py +Writer = hxp +Releaser = hxp +RegType = 0 +RegisterPackCount = 1 + +PacketCMD_1=0xA2 +PacketSubCMD_1=0x28 +PacketCallFunc_1=OnQueryFamilyBossHurt + ;神兽 [PlayerDogz] ScriptName = Player\PlayerDogz.py -- Gitblit v1.8.0