This commit is contained in:
Lenheart 2025-12-15 22:54:47 +08:00
parent 4be7156f71
commit 3e82c38171
2 changed files with 0 additions and 34 deletions

View File

@ -430,14 +430,3 @@ function sq_GetCharacterAttribute(address) {
function sq_GetCharacterEquipAttribute(offest, Slot) { function sq_GetCharacterEquipAttribute(offest, Slot) {
return L_sq_GetCharacterAttribute(offest, Slot); return L_sq_GetCharacterAttribute(offest, Slot);
} }
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");
print("woshi1.1");

View File

@ -275,29 +275,6 @@ function Sq_DiscardItem(Item) {
return Flag; return Flag;
} }
//从exe获取字符串
getroottable()["Sq_GetExeStr_Map"] <- {};
function Sq_GetExeStr_Event(Index) {
if (Index in getroottable()["Sq_GetExeStr_Map"]) {
return getroottable()["Sq_GetExeStr_Map"][Index](Index);
}
return Index;
}
getroottable().DrawAppendCallBackFunc <- {};
Rindro_Haker.LoadHook(0x67C560, ["pointer", "int", "int", "int", "int", "void"],
function(args) {
foreach(Func in DrawAppendCallBackFunc) {
Func(args);
}
return null;
},
function(args) {
return null;
});
// getroottable()._11B47C0_OpenWindow_CallBackFunc <- {}; // getroottable()._11B47C0_OpenWindow_CallBackFunc <- {};
// Rindro_Haker.LoadHook(0x11B47C0, ["pointer", "int", "int"], // Rindro_Haker.LoadHook(0x11B47C0, ["pointer", "int", "int"],