Starting to poke at op_logserver

This commit is contained in:
KimLS
2024-10-20 19:18:32 -07:00
parent b8ecb297ec
commit 823bacf08a
4 changed files with 9 additions and 15 deletions
+5
View File
@@ -125,5 +125,10 @@ namespace Larion
#include "ss_define.h"
// ENCODE methods
ENCODE(OP_LogServer) {
}
// DECODE methods
} /*Larion*/
+2
View File
@@ -2,5 +2,7 @@
//list of packets we need to encode on the way out:
//list of packets we need to decode on the way in:
E(OP_LogServer)
#undef E
#undef D
+1 -14
View File
@@ -3,20 +3,7 @@
namespace Larion {
namespace structs {
struct LoginInfo_Struct {
/*000*/ char login_info[64];
/*064*/ uint8 unknown064[124];
/*188*/ uint8 zoning; // 01 if zoning, 00 if not
/*189*/ uint8 unknown189[275];
/*488*/
};
struct ClientZoneEntry_Struct {
/*00*/ uint32 unknown00; // ***Placeholder
/*04*/ char char_name[64]; // Player firstname [32]
/*68*/ uint32 unknown68;
/*72*/ uint32 unknown72;
};
}; //end namespace structs
}; //end namespace larion