This commit is contained in:
2024-10-01 10:12:27 +08:00
parent 16be225768
commit 8c2522f366
11 changed files with 520 additions and 37 deletions

View File

@@ -43,6 +43,8 @@ function L_drawMainCustomUI_All() {
getroottable().rawdelete("OnlineAnnouncement_Obj");
//血槽UI
getroottable().rawdelete("HudUi_Obj");
//交互UI
getroottable().rawdelete("L_Each_Obj");
//战令
getroottable().rawdelete("AradPass_Obj");
@@ -150,20 +152,6 @@ function L_drawMainCustomUI_All() {
// local EachCount = 0;
// local EachClassObject = L_sq_RA(0x1ADE0E0);
// if (EachClassObject) {
// local FristChildOffset = (EachClassObject + 0x68);
// for (local i = 0; i< 74; i++) {
// local AddressBuf = FristChildOffset + (4 * i);
// local ChildAddress = L_sq_RA(AddressBuf);
// if (ChildAddress) {
// local OpenFlag = L_sq_RA(ChildAddress + 0xC);
// if (OpenFlag == 257) EachCount++;
// }
// }
// }
// print(EachCount);
// for (local i = 0; i< 400; i++) {
// local WindowAddress = L_sq_GetWindowById(i);