This commit is contained in:
parent
4be7156f71
commit
3e82c38171
|
|
@ -430,14 +430,3 @@ function sq_GetCharacterAttribute(address) {
|
|||
function sq_GetCharacterEquipAttribute(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");
|
||||
|
|
@ -275,29 +275,6 @@ function Sq_DiscardItem(Item) {
|
|||
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 <- {};
|
||||
// Rindro_Haker.LoadHook(0x11B47C0, ["pointer", "int", "int"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue