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

View File

@ -125,5 +125,10 @@ namespace Larion
#include "ss_define.h"
// ENCODE methods
ENCODE(OP_LogServer) {
}
// DECODE methods
} /*Larion*/

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

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

View File

@ -18,7 +18,7 @@ OP_SendLoginInfo=0x2fca
OP_ApproveWorld=0x0000
OP_LogServer=0x6d4d
OP_SendCharInfo=0x832
OP_ExpansionInfo=0x0000
OP_ExpansionInfo=0x066d
OP_GuildsList=0x0000
OP_EnterWorld=0x6691
OP_PostEnterWorld=0x2062