diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index 869fef666..4d403253f 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -3781,6 +3781,10 @@ namespace RoF2 VARSTRUCT_ENCODE_TYPE(uint8, Buffer, emu->light); VARSTRUCT_ENCODE_TYPE(uint8, Buffer, emu->flymode); + //VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 100); // LiveUnknown1 12/06/14 (possibly mana percent?) + //VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 10); // LiveUnknown2 12/06/14 + //VARSTRUCT_ENCODE_TYPE(uint8, Buffer, 0); // LiveUnknown3 12/06/14 + VARSTRUCT_ENCODE_STRING(Buffer, emu->lastName); VARSTRUCT_ENCODE_TYPE(uint32, Buffer, 0); // aatitle ?? diff --git a/utils/patches/patch_RoF2.conf b/utils/patches/patch_RoF2.conf index 7837c2966..351b147c4 100644 --- a/utils/patches/patch_RoF2.conf +++ b/utils/patches/patch_RoF2.conf @@ -19,7 +19,7 @@ OP_ApproveWorld=0x7499 OP_LogServer=0x7ceb OP_SendCharInfo=0x00d2 OP_ExpansionInfo=0x590d -OP_GuildsList=0x0000 +OP_GuildsList=0x507a OP_EnterWorld=0x578f OP_PostEnterWorld=0x6259 OP_World_Client_CRC1=0x12cc