新增商城奖励系统

This commit is contained in:
小疯
2022-09-15 13:07:01 +08:00
parent eb080e87fb
commit aa7ab5ee96
8 changed files with 355 additions and 11 deletions

View File

@@ -32,7 +32,6 @@ namespace base
namespace CSystemTime
{
const int s_systemTime_ = 0x0941F714;
const int getCurSec = 0x080CBC9E;
const int getCurTickCount = 0x081458AC;
const int getCurDate = 0x0823445E;
@@ -77,9 +76,27 @@ namespace base
//base
const int s_pSecuProtectionField = 0x0941F7CC;
const int s_pItemVendingMachine = 0x0941F760;
const int s_pSecuProtectionField = 0x0941F7CC; //0x18
const int s_pItemVendingMachine = 0x0941F760; //0x20
const int s_db_mgr = 0x0940BDAC; //0x38
const int s_pCeraShop = 0x0941F744; //0x8
const int s_pLogGameChannel = 0x0941F740; //0x10
const int s_systemTime_ = 0x0941F714;
}
namespace CShutdowManager
{
const int CShutdowManager_make = 0x082A6FA8;
const int EnableShutdown = 0x082A6F70;
const int GetLastMsgCount = 0x084ED1FE;
const int GetLastMsgResponseCount = 0x084ED20A;
const int IncrementLastMsgResponseCount = 0x084ED1EA;
const int OnAllUserLogout = 0x082A36BC;
const int Reset = 0x082A6F88;
const int SendLastMsgDBQueue = 0x082A37C8;
const int SendShutdownSignal = 0x082A35A6;
const int WaitUntilExitThread = 0x082A396E;
const int GetInstanceShutdowManager = 0x082A6FBB;
}
namespace CParty
@@ -346,6 +363,33 @@ namespace base
}
}
namespace DBMgr
{
const int setUserIdx = 0x0818FB1A;
const int activateGlobalDB = 0x082A420C;
const int DBMgr_make = 0x083F48DE;
const int DBMgr_destroy = 0x083F4A1C;
const int Open = 0x083F4BC4;
const int Open_2 = 0x083F4D2E;
const int Close = 0x083F4EA6;
const int Close_2 = 0x083F4EE0;
const int GetServerType = 0x083F4F10;
const int addUserDBInfo = 0x083F4F9E;
const int removeUserDBInfo = 0x083F5038;
const int GetDBHandleServerGroup = 0x083F506C;
const int SetQueryCounterPointer = 0x083F5150;
const int GetDBHandle = 0x083F523E;
const int isActiveGlobalDB = 0x083F533C;
}
namespace MySQL
{
}
namespace CGM_Manager
{
const int isGM = 0x0829948C;