| ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove
ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des
New file @@ -0,0 +1 @@ B1 06 通知玩家向目标点移动 #tagMCNotifyPlayerMove ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h
New file @@ -0,0 +1,10 @@ // B1 06 通知玩家向目标点移动 #tagMCNotifyPlayerMove struct tagMCNotifyPlayerMove { tagHead Head; DWORD PosX; DWORD PosY; DWORD NPCID; //目标点寻路NPCID, 可能为0 };