111
This commit is contained in:
@@ -465,20 +465,20 @@ int _reach_game_world(void *pThis, void *a2)
|
||||
int _Inter_LoadEtc_dispatch_sig(void *pThis, void *pUser, char *a3)
|
||||
{
|
||||
int result = Inter_LoadEtc_dispatch_sig(pThis, pUser, a3);
|
||||
LOG("_Inter_LoadEtc_dispatch_sig begin");
|
||||
YLOG("_Inter_LoadEtc_dispatch_sig begin");
|
||||
|
||||
// typedef double(__cdecl* FN_sqrt)(_In_ double _X);
|
||||
|
||||
CUserCharacInfo_getCurCharacNo getCurCharacNo = (CUserCharacInfo_getCurCharacNo)(0x080CBC4E);
|
||||
int CurCharacNo = getCurCharacNo(pUser);
|
||||
LOG("CurCharacNo :%d", CurCharacNo);
|
||||
YLOG("CurCharacNo :%d", CurCharacNo);
|
||||
|
||||
CUserCharacInfo_getCurCharacName getCurCharacName = (CUserCharacInfo_getCurCharacName)0x8101028;
|
||||
|
||||
char *name = getCurCharacName(pUser);
|
||||
LOG("CurCharacName :%s", name);
|
||||
YLOG("CurCharacName :%s", name);
|
||||
|
||||
LOG("_Inter_LoadEtc_dispatch_sig end");
|
||||
YLOG("_Inter_LoadEtc_dispatch_sig end");
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -566,17 +566,17 @@ void PrintAuroraTag()
|
||||
{
|
||||
printf("\n");
|
||||
|
||||
LOG("**********************************************************");
|
||||
LOG(" DNF_Server Plugin S%s ", MY_VERSION);
|
||||
LOG(" By:Rindro-Aurora ");
|
||||
LOG(" PowerBy:Vance ");
|
||||
LOG("**********************************************************");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("**********************************************************");
|
||||
YLOG(" DNF_Server Plugin S%s ", MY_VERSION);
|
||||
YLOG(" By:Rindro-Aurora ");
|
||||
YLOG(" PowerBy:Vance ");
|
||||
YLOG("**********************************************************");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
YLOG("DP_S插件已加载*************************************凌众-极光");
|
||||
}
|
||||
|
||||
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
|
||||
|
||||
Reference in New Issue
Block a user