From 8cfbd8b829c2132ad226880c25c9e827765b98bf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 26 九月 2018 09:41:59 +0800
Subject: [PATCH] 增加封包 B1 06 通知玩家向目标点移动 #tagMCNotifyPlayerMove
---
ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des | 1 +
ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove | 0
ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h | 10 ++++++++++
3 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove
diff --git a/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des
new file mode 100644
index 0000000..442604f
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.des
@@ -0,0 +1 @@
+B1 06 通知玩家向目标点移动 #tagMCNotifyPlayerMove
diff --git a/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h
new file mode 100644
index 0000000..9ca5777
--- /dev/null
+++ b/ServerPack/MapServerPack/HB1_Role/NotifyPlayerMove.h
@@ -0,0 +1,10 @@
+// B1 06 通知玩家向目标点移动 #tagMCNotifyPlayerMove
+
+struct tagMCNotifyPlayerMove
+{
+ tagHead Head;
+ DWORD PosX;
+ DWORD PosY;
+ DWORD NPCID; //目标点寻路NPCID, 可能为0
+};
+
--
Gitblit v1.8.0