2022-9-2 01:27:03

This commit is contained in:
小疯
2022-09-02 01:27:05 +08:00
parent c5a2595302
commit b3ddde5254
19 changed files with 313 additions and 2266 deletions

View File

@@ -42,7 +42,7 @@ namespace base
namespace CUser
{
const int get_acc_id=0x080DA36E;
const int get_acc_id = 0x080DA36E;
const int get_state = 0x080DA38C;
const int CheckItemLock = 0x8646942;
const int SendNotiPacketMessage = 0x86886CE;
@@ -56,6 +56,7 @@ namespace base
const int IsGameMasterMode = 0x0811EDEE;
const int isGMUser = 0x0814589C;
const int exchange_interspace = 0x0865F7B0;
const int setLastPacketID = 0x0867CBC4;
}
namespace CStackableItem
@@ -101,6 +102,9 @@ namespace base
namespace PacketBuf
{
const int PacketBuf_make = 0x0858C8C0;
const int PacketBuf_destroy = 0x0858C8DC;
const int bind_packet = 0x0858D4DE;
const int get_len = 0x0858DA52;
const int get_buf_ptr = 0x0858DA38;
const int get_byte = 0x858CF22;
@@ -176,11 +180,18 @@ namespace base
namespace cMyTrace
{
const int cMyTrace_make =0x0854F746;
const int operator_ = 0x0854F788;
const int cMyTrace_destroy =0x0854F746;
const int cMyTrace_make = 0x0854F746;
const int operator_ = 0x0854F788;
const int cMyTrace_destroy = 0x0854F746;
}
namespace IPacketDispatcher
{
namespace ParamBase
{
const int dispatch_template = 0x081258B6;
}
}
}