diff --git a/MyProject/A.nut b/MyProject/A.nut index 15ee709..2246728 100644 --- a/MyProject/A.nut +++ b/MyProject/A.nut @@ -125,7 +125,6 @@ Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) { Timer.SetTimeOut(function() { - // Cb_SelectDungeon_Check_Error_Leave_Func.Check_TicketByMaomi <- function(args) { // // local Config = sq_ReadJsonFile("/dp_s/OfficialConfig" + "/" + "门票进入副本配置_Maomi.json"); diff --git a/_DPS_/_Core/New_Hook.nut b/_DPS_/_Core/New_Hook.nut index b4e42d2..10a75d4 100644 --- a/_DPS_/_Core/New_Hook.nut +++ b/_DPS_/_Core/New_Hook.nut @@ -47,6 +47,7 @@ Cb_User_Get_Item_Enter_Func <- {}; Cb_User_Get_Item_Leave_Func <- {}; _Hook_Register_Currency_Func_("0x85B949C", ["pointer", "pointer", "int", "int", "int"], Cb_User_Get_Item_Enter_Func, Cb_User_Get_Item_Leave_Func); + //服务器Chat日志HOOK Cb_Server_Chat_Log_Enter_Func <- {}; Cb_Server_Chat_Log_Leave_Func <- {}; @@ -65,7 +66,8 @@ _Hook_Register_Currency_Func_("0x829F28B", ["pointer", "pointer"], Cb_Server_Clo //检查地下城的状况 Cb_CheckInoutConditionDungeon_Enter_Func <- {}; Cb_CheckInoutConditionDungeon_Leave_Func <- {}; -_Hook_Register_Currency_Func_("0x85ABC80", ["pointer", "pointer", "int", "int"], Cb_CheckInoutConditionDungeon_Enter_Func, Cb_CheckInoutConditionDungeon_Leave_Func); +_Hook_Register_Currency_Func_("0x85ABC80", ["pointer", "pointer", "int", "int", "int"], Cb_CheckInoutConditionDungeon_Enter_Func, Cb_CheckInoutConditionDungeon_Leave_Func); + //地下城现场杀死地狱党组怪物Cnt Cb_Field_KillHellPartyGroupMonsterCnt_Enter_Func <- {}; @@ -77,7 +79,6 @@ Cb_Gain_Exp_Sp_Enter_Func <- {}; Cb_Gain_Exp_Sp_Leave_Func <- {}; _Hook_Register_Currency_Func_("0x866A3FE", ["pointer", "int", "int", "int", "int", "int", "char"], Cb_Gain_Exp_Sp_Enter_Func, Cb_Gain_Exp_Sp_Leave_Func); - //货币收益 Cb_Gain_Money_Enter_Func <- {}; Cb_Gain_Money_Leave_Func <- {}; @@ -655,6 +656,10 @@ Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Leave_Func <- {}; _Hook_Register_Currency_Func_("0x0832CCC0", ["pointer", "pointer", "int", "pointer", "int", "int"], Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Enter_Func, Cb_CCompound_ExtreamDun_Item_makeCompoundItem_Leave_Func); +//发送单物品邮件 +Cb_MailBox11_Send_Enter_Func <- {}; +Cb_MailBox11_Send_Leave_Func <- {}; +_Hook_Register_Currency_Func_("0x86847ea", ["pointer", "pointer", "pointer", "int"], Cb_MailBox11_Send_Enter_Func, Cb_MailBox11_Send_Leave_Func); function _Hook_Register_Currency_DelayHook_() { //五国时的热点函数 diff --git a/lib/libAurora.so b/lib/libAurora.so index 8ab8c27..66dca66 100755 Binary files a/lib/libAurora.so and b/lib/libAurora.so differ diff --git a/lib/libAurora.so.bak b/lib/libAurora.so.bak index 4ae0db2..c52bfb2 100755 Binary files a/lib/libAurora.so.bak and b/lib/libAurora.so.bak differ