chore: 更新子项目提交记录为dirty状态

This commit is contained in:
2026-05-06 16:43:48 +08:00
parent 70376c380e
commit 9994938088

View File

@@ -22,6 +22,7 @@ Gm_InputFunc_Handle["给"] <- function(SUser, CmdString) {
}
}
Gm_InputFunc_Handle["转职"] <- function(SUser, CmdString) {
local count = -1;
local pos = 0;
@@ -112,11 +113,24 @@ Gm_InputFunc_Handle["点券"] <- function(SUser, CmdString) {
}
Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) {
SUser.SendItemWindowNotification([[33900, 1]]);
local State = Sq_CallFunc(S_Ptr("0x080da38c"), "int", ["pointer"], SUser.C_Object);
if (State <= 2) {
SUser.SendNotiPacketMessage("already in select character state", 8);
return;
}
SUser.SendNotiPacketMessage("return select character after 1 second", 7);
Timer.SetTimeOut(function(SUser) {
local State = Sq_CallFunc(S_Ptr("0x080da38c"), "int", ["pointer"], SUser.C_Object);
if (State > 2) {
Sq_CallFunc(S_Ptr("0x08686fee"), "void", ["pointer", "bool"], SUser.C_Object, true);
Sq_CallFunc(S_Ptr("0x08651740"), "void", ["pointer"], SUser.C_Object);
}
}, 1, SUser);
}
Timer.SetTimeOut(function() {
// _Dps_Equ2AvaJewel_Main_()