chore: 更新子项目提交记录为dirty状态
This commit is contained in:
@@ -22,6 +22,7 @@ Gm_InputFunc_Handle["给"] <- function(SUser, CmdString) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Gm_InputFunc_Handle["转职"] <- function(SUser, CmdString) {
|
Gm_InputFunc_Handle["转职"] <- function(SUser, CmdString) {
|
||||||
local count = -1;
|
local count = -1;
|
||||||
local pos = 0;
|
local pos = 0;
|
||||||
@@ -112,12 +113,25 @@ Gm_InputFunc_Handle["点券"] <- function(SUser, CmdString) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Gm_InputFunc_Handle["test"] <- 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() {
|
Timer.SetTimeOut(function() {
|
||||||
// _Dps_Equ2AvaJewel_Main_()
|
// _Dps_Equ2AvaJewel_Main_()
|
||||||
// local Pack = Packet();
|
// local Pack = Packet();
|
||||||
|
|||||||
Reference in New Issue
Block a user