Compare commits
5 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
8f1e8cba88 | |
|
|
c073a4cb85 | |
|
|
c273e5c185 | |
|
|
dbcdf6689a | |
|
|
f4b1970f4c |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -146,7 +146,12 @@ static SQInteger CUser_SetCharacLevel(HSQUIRRELVM v)
|
|||
sq_getuserpointer(v, 2, &P);
|
||||
SQInteger Value;
|
||||
sq_getinteger(v, 3, &Value);
|
||||
((__SetUserByInt)0x0867a95c)((void *)P, Value);
|
||||
|
||||
void *ptr = reinterpret_cast<void *>(0x0);
|
||||
|
||||
CallUser<int>(0x822FC8E, P, 1);
|
||||
CallUser<int>(0x0858EFDE, ptr, P, Value);
|
||||
CallUser<int>(0x822FC8E, P, 0);
|
||||
return 0;
|
||||
}
|
||||
static SQInteger CUser_GetCharacGrowType(HSQUIRRELVM v)
|
||||
|
|
@ -444,8 +449,8 @@ static SQInteger CUser_RechargeMoney(HSQUIRRELVM v)
|
|||
sq_getuserpointer(v, 2, &User);
|
||||
SQInteger Amount;
|
||||
sq_getinteger(v, 3, &Amount);
|
||||
CallUser<int>(0x84FF29C, User, Amount, 0, 0, 0);
|
||||
|
||||
CallUser<int>(0x84FF29C, CallUser<void *>(0x80DA28E, User), Amount, 0, 0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -561,15 +561,14 @@ void PrintAuroraTag()
|
|||
|
||||
LOG("**********************************************************");
|
||||
LOG(" DNF_Server Plugin S%s ", MY_VERSION);
|
||||
LOG(" By:Rindro-Aurora ");
|
||||
LOG(" PowerBy:Vance ");
|
||||
LOG(" By:Tanwan ");
|
||||
LOG("**********************************************************");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("DP_S插件已加载*************************************凌众-极光");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
LOG("插件已加载*********************************************贪玩");
|
||||
}
|
||||
|
||||
int _Inter_LoadGeolocation_dispatch_sig(void *pThis, void *pUser, char *a3)
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@ namespace Utils
|
|||
nSize = vsnprintf(buff, sizeof(buff), formatstring, args);
|
||||
va_end(args);
|
||||
char szPrINT32[BUFFCOUNT + 50] = {0};
|
||||
sprintf(szPrINT32, "[DPS_PLUGIN] %s \n", buff); // wsprintfA
|
||||
sprintf(szPrINT32, "[TW_PLUGIN] %s \n", buff); // wsprintfA
|
||||
printf(szPrINT32);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue