This commit is contained in:
alexey.min
2012-02-06 09:14:22 +00:00
parent 30ffde533a
commit 043d61633e
198 changed files with 13189 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Server: Len 15 [ChangeMoveType]
0F 00
28
B2 16 00 10 // object id
00 00 00 00 // 0 - walk, 1 - run
00 00 00 00 // ??
writeC(0x28);
writeD(_charObjId);
writeD(_running ? RUN : WALK);
writeD(0); //c2